D19440: Exclude non-managed devices from plasma-nm

2019-03-01 Thread Àlex Fiestas
afiestas added a comment. Weirdly enough, I have never seen the veth connections in the KCM. The way I get to reproduce always this bug is: -Start NetworkMaanger -Start Docker -Run a container -Restart NetworkManager That would result in veth interfaces in the plasmoid.

D19440: Exclude non-managed devices from plasma-nm

2019-03-01 Thread Àlex Fiestas
afiestas created this revision. afiestas added reviewers: Plasma, jgrulich. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. Herald added 1 blocking reviewer(s): jgrulich. afiestas requested review of this revision. REVISION SUMMARY Some network devices are **not**

Re: Review Request 125190: Daemonize the forked kwalletd process.

2015-09-13 Thread Àlex Fiestas
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/125190/#review85341 --- Ship it! The change looks good. - Àlex Fiestas On set. 12

Re: Review Request 123468: Add setting to adjust screen scaling

2015-07-27 Thread Àlex Fiestas
work in theory. - Àlex Fiestas On jul. 26, 2015, 2:35 p.m., David Edmundson wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/123468

Re: Review Request 122008: Disable Intel swap interval for 5.2

2015-01-12 Thread Àlex Fiestas
for this so people can test it out? Or is it so horribly broken? Besides that, if you think this should be disabled until +1 then so be it! - Àlex Fiestas On gen. 12, 2015, 7:57 a.m., Martin Gräßlin wrote: --- This is an automatically

Add your blog to the Qt planet

2015-01-12 Thread Àlex Fiestas
Hey! In the Randa sprint we discussed about how to promote all the awesome stuff we do better in the Qt community. One of the ideas we came up with was to add the blogs of our developers to the Qt planet. The process is like ours, so just clone the Qt repository www/planetqt and submit a code

Re: Review Request 121915: Add lidClosedChanged signal to org.kde.Solid.PowerManagement

2015-01-11 Thread Àlex Fiestas
On gen. 9, 2015, 11:25 a.m., Àlex Fiestas wrote: Where do you plan to use this? We are not maintaining compatibility (so far) in our dbus apis, so why add this at all? Daniel Vrátil wrote: KScreen. For now we are listening to UPower, which IMO sucks and we should use PowerDevil

Re: Review Request 121915: Add lidClosedChanged signal to org.kde.Solid.PowerManagement

2015-01-09 Thread Àlex Fiestas
On gen. 9, 2015, 11:25 a.m., Àlex Fiestas wrote: Where do you plan to use this? We are not maintaining compatibility (so far) in our dbus apis, so why add this at all? Daniel Vrátil wrote: KScreen. For now we are listening to UPower, which IMO sucks and we should use PowerDevil

Re: Review Request 121915: Add lidClosedChanged signal to org.kde.Solid.PowerManagement

2015-01-09 Thread Àlex Fiestas
compatibility (so far) in our dbus apis, so why add this at all? - Àlex Fiestas On gen. 8, 2015, 12:04 p.m., Daniel Vrátil wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/121915

Re: Review Request 121360: Rework Plasma's notification positioning code

2015-01-06 Thread Àlex Fiestas
On gen. 3, 2015, 8:08 p.m., Kai Uwe Broulik wrote: applets/notifications/plugin/notificationshelper.cpp, line 51 https://git.reviewboard.kde.org/r/121360/diff/2/?file=337844#file337844line51 Use QScopedPointer Martin Klapetek wrote: What's wrong with properly used delete?

Re: Review Request 121429: Use out-of-band communication between ksld and greeter

2014-12-22 Thread Àlex Fiestas
On des. 15, 2014, 10:45 p.m., Àlex Fiestas wrote: Code looks good. Could you perhaps add an integration test for this? Since we are abstracted by the socket it should be possible. If it is too much work feel free to push it. Martin Gräßlin wrote: what do you want

Re: Review Request 121429: Use out-of-band communication between ksld and greeter

2014-12-16 Thread Àlex Fiestas
On des. 15, 2014, 10:45 p.m., Àlex Fiestas wrote: Code looks good. Could you perhaps add an integration test for this? Since we are abstracted by the socket it should be possible. If it is too much work feel free to push it. Martin Gräßlin wrote: what do you want

Re: Review Request 121429: Use out-of-band communication between ksld and greeter

2014-12-15 Thread Àlex Fiestas
an integration test for this? Since we are abstracted by the socket it should be possible. If it is too much work feel free to push it. - Àlex Fiestas On des. 15, 2014, 9:29 a.m., Martin Gräßlin wrote: --- This is an automatically generated e

Starting KWin in Plasma startup process

2014-11-04 Thread Àlex Fiestas
Hi there I have been working in KSMServer, mostly doing some refactoring in order to split the X11 code (session management) into its own process. The part I am splitting out right now (startup.cpp, startup.h) has a lot of specific code for Launching the Window Management and that is the

Re: Auto-hiding panels

2014-10-14 Thread Àlex Fiestas
On Tuesday 14 October 2014 10:43:42 Martin Klapetek wrote: I'd like to change this for Plasma panels to not have any resistance or very minimal one, basically get it into a state that slamming the mouse against a screen edge will show the panel easily, without requiring an additional push. I

Re: Review Request 120526: Strip PowerDevilCore, PowerDevilUI and PowerDevil's kded from kdelibs4support

2014-10-09 Thread Àlex Fiestas
we can avoid spamming kded process with our logs. - Àlex Fiestas On oct. 8, 2014, 7:42 p.m., Hrvoje Senjan wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/120526

Re: plasmashell never emits setStage('desktop');

2014-09-13 Thread Àlex Fiestas
On Saturday 13 September 2014 10:07:09 Marco Martin wrote: Also this code could use some refactoring... It is really really really complex. Not really, at least not more than it needs to be: is pretty simple: it keeps track of the applets that had the startupcompleted constraint called

Re: Notes for SLC BoF

2014-09-12 Thread Àlex Fiestas
On Thursday 11 September 2014 11:14:13 Marco Martin wrote: * Aleix proposed to work on a generic sharing framework that would be used by it, or optionally directly by applications +1, we might want to take a look at grillo

plasmashell never emits setStage('desktop');

2014-09-12 Thread Àlex Fiestas
Hi there As many of you might have noticed KSplash is reaching a timeout instead of finishing gracefully, this is because it waits (until timeout) for plasmashell to send setStage('desktop') but it is never happening. I have placed a breakpoint to the only place in plasmashell.cpp where we

Re: VDG suggestions and wishes about the system tray

2014-08-28 Thread Àlex Fiestas
On Thursday 28 August 2014 12:14:28 Sebastian Kügler wrote: I agree that it could be tried, but I wouldn't be surprised if for Plasma, we come to a different conclusion. There's a certain difference in the audiences between Unity and Plasma Is there? I don't really know what is our audience,

Re: Review Request 119822: QScreen backend for libkscreen

2014-08-18 Thread Àlex Fiestas
we can simply do qDebug() config - Àlex Fiestas On ago. 18, 2014, 9:31 a.m., Sebastian Kügler wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119822

Re: Review Request 119669: Fix broken creation of kstartupconfigfiles

2014-08-11 Thread Àlex Fiestas
/kstartupconfig/kdostartupconfig.cpp https://git.reviewboard.kde.org/r/119669/#comment44890 Add const if string is not modified down the line. - Àlex Fiestas On ago. 8, 2014, 4:09 p.m., David Edmundson wrote: --- This is an automatically

Re: Using more of our CI, Coverage and cppcheck

2014-07-29 Thread Àlex Fiestas
On Monday 28 July 2014 15:46:56 Aleix Pol wrote: From the wiki: [1] Do we need special powers to change these? Aleix [1] And add this option in the configuraiotn of your CI build: http://quickgit.kde.org/?p=websites%2Fbuild-kde-org. [DEFAULT] configureExtraArgs=-DBUILD_COVERAGE=ON Yes,

Using more of our CI, Coverage and cppcheck

2014-07-27 Thread Àlex Fiestas
Hi there! During this weekend Ben and I have enabled the code-coverage in plasma- framework, my personal idea is to enable it in most projects. We should not go loco with code coverage, we stand where we stand and adding test non-stop will not fix anything. What we can do though is use this

Re: Review Request 118804: Register ksmserver as logind session leader

2014-06-22 Thread Àlex Fiestas
guess that while we wait for kdbus we should discard this review? - Àlex Fiestas On June 19, 2014, 7:03 p.m., Elias Probst wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/118804

Re: Review Request 118792: PowerDevil: Show the brightness OSD on pressing the brightness key

2014-06-17 Thread Àlex Fiestas
the OSD is not always shown when the brightness changes - Àlex Fiestas On June 17, 2014, 11:20 a.m., Vishesh Handa wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/118792

Re: Review Request 117839: [kglobalaccel] Update X11 appTime from key press events

2014-05-05 Thread Àlex Fiestas
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/117839/#review57299 --- Ship it! Code looks good. - Àlex Fiestas On April 28

Re: plasma-framework in kdereview

2014-04-25 Thread Àlex Fiestas
On Friday 25 April 2014 12:34:32 Marco Martin wrote: Hi all, since it was done earlier this week, better announce it formally, so everybody can actually do the -review part ;) the plasma-framework repository has been moved in kdereview, headed hopefully in frameworks. what it contains:

Re: Review Request 117565: Expose the quit slot on KDBusService-enabled applications

2014-04-15 Thread Àlex Fiestas
we do want to have Quit exposed in dbus. - Àlex Fiestas On April 14, 2014, 4:12 p.m., Aleix Pol Gonzalez wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/117565

Re: An alternative for XEmbed

2014-04-15 Thread Àlex Fiestas
On Tuesday 15 April 2014 15:30:44 Matthias Klumpp wrote: It's more for putting pressure on the developers, I guess. If there is an easily accessible workaround, developers will not switch to a modern solution quickly, because a workaround is trivial to do for the users. Also, users don't put

Re: An alternative for XEmbed

2014-04-15 Thread Àlex Fiestas
On Tuesday 15 April 2014 18:27:08 Martin Klapetek wrote: On Tue, Apr 15, 2014 at 6:14 PM, Àlex Fiestas afies...@kde.org wrote: Another thing to take into account is that there are patches for gtk2/3 + qt4 to use statusnotifier (by Ubuntu) and future version of Qt will use statusnotifier

Re: Review Request 117464: [kglobalaccel] Remove notification support

2014-04-10 Thread Àlex Fiestas
On April 10, 2014, 9:47 a.m., Martin Klapetek wrote: This means the notification right now has nothing more than debug purpose. Wasn't there some accessibility reason for that notification? Because you can also have audio notification and others (custom plugins to KNotifications),

Re: Review Request 117359: move phonon kcm and platform plugin to plasma-workspace

2014-04-04 Thread Àlex Fiestas
/ --- (Updated April 3, 2014, 3:31 p.m.) Review request for Plasma and Àlex Fiestas. Repository: plasma-workspace Description --- import phonon KCM and phonon platform plugin - both ported away from deprecated classes - the kcm additionally had

kde-workspace has been split (for frameworks)

2014-04-01 Thread Àlex Fiestas
Hi there. kde-workspace has been successfully split into the following repositories: powerdevil khotkeys kinfocenter kmenuedit ksysguard kwin kwrited libksysguard oxygen plasma-desktop plasma-workspace systemsettings All repositories but powerdevil are under kde/workspace, powerdevil

kde-workspace split incoming!

2014-03-26 Thread Àlex Fiestas
Hi everybody! We are done doing CMake on kde-workspace so we have asked sysadmin team to create the new repositories. Once that's done we will freeze kde- workspace/master and proceed to split and setup everything (kdesrc-build, build.kde.org etc). We will try to send a last reminder of the

Re: Review Request 116931: Make sure kdeinit starts kded

2014-03-20 Thread Àlex Fiestas
? - Àlex Fiestas On March 20, 2014, 4:04 p.m., Alex Merry wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116931

Re: Review Request 116931: Make sure kdeinit starts kded

2014-03-20 Thread Àlex Fiestas
On March 20, 2014, 4:29 p.m., Àlex Fiestas wrote: kdeinit should be launching kded, if not what has changed? Alex Merry wrote: https://git.reviewboard.kde.org/r/116928/ changes it to not load it by default, so that applications running outside of Plasma don't run it just because

Re: Review Request 116869: Completely remove the legacy ksmserver shutdown effect

2014-03-18 Thread Àlex Fiestas
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116869/#review53325 --- Ship it! Looks good. - Àlex Fiestas On March 18, 2014, 7

Re: Review Request 116872: [kwin] Adjust CMakeLists.txt to allow standalone built of KWin

2014-03-18 Thread Àlex Fiestas
perfect, but it is a good start. - Àlex Fiestas On March 18, 2014, 1:45 p.m., Martin Gräßlin wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116872

Re: Review Request 116796: Show brightness OSD only on user input

2014-03-17 Thread Àlex Fiestas
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116796/#review53272 --- Ship it! Ship It! - Àlex Fiestas On March 16, 2014, 9:20

Re: Review Request 116796: Show brightness OSD only on user input

2014-03-17 Thread Àlex Fiestas
in powerdevil from 4.13? - Àlex Fiestas On March 16, 2014, 9:20 p.m., Martin Klapetek wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116796

Re: Review Request 116625: Oxygen as default font

2014-03-13 Thread Àlex Fiestas
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116625/#review52895 --- Ship it! Sorry for the delay, good to go. - Àlex Fiestas

Re: Review Request 116633: Change default font settings to Oxygen font

2014-03-10 Thread Àlex Fiestas
to make sure they have Oxygen 0.4 in the CI system. otherwise it looks ok. - Àlex Fiestas On March 6, 2014, 4:36 p.m., Sebastian Kügler wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r

[kde-runtime/frameworks] kglobalaccel: Workaround for a bug that prevents | to be written

2014-03-07 Thread Àlex Fiestas
Git commit 7352de1b593ab933adb6dbee7ccc349cbe0e89b6 by Àlex Fiestas. Committed on 07/03/2014 at 15:12. Pushed by afiestas into branch 'frameworks'. Workaround for a bug that prevents | to be written Do not get alarm, I'm trying to hunt this bug down, but working without | is driving me crazy

Re: Review Request 116633: Change default font settings to Oxygen font

2014-03-06 Thread Àlex Fiestas
-mail. To reply, visit: https://git.reviewboard.kde.org/r/116633/ --- (Updated March 6, 2014, 4:36 p.m.) Review request for Plasma and Àlex Fiestas. Repository: frameworkintegration Description --- Change default font

Re: Review Request 116633: Change default font settings to Oxygen font

2014-03-06 Thread Àlex Fiestas
. @Aleix not a strong argument. GUI interfaces almost always use the default font settings. My exact point is that those defaults _won't_ change for GTK apps with this patch. Àlex Fiestas wrote: Well supporting gtk app's is as simple as writing the configuration file like or kcm-gtk-style

[kde-runtime/frameworks] kioexec: This basically makes kioexec work, by finishing the port

2014-03-05 Thread Àlex Fiestas
Git commit 84317812ee91ff504644aa999d2e681266b412a1 by Àlex Fiestas. Committed on 05/03/2014 at 18:54. Pushed by afiestas into branch 'frameworks'. This basically makes kioexec work, by finishing the port It is quite embarassing from our part (if you ask me) that we had this in this state

Re: Minutes Monday Plasma hangout

2014-02-17 Thread Àlex Fiestas
On Monday 17 February 2014 13:26:11 Sebastian Kügler wrote: Plasma Meeting February, 17th, 2014 Present: Alex Fiestas, David Edmundson, Giorgos Tsiapaliokas, Marco Martin, Martin Grässlin, Martin Klapetek, Jens Reuterberg, Antonis Tsiapaliokas, Sebastian Kügler, Vishesh Handa, Alex: -

Re: Review Request 115726: Deafult for not executing kwalletmanager once a wallet is open

2014-02-17 Thread Àlex Fiestas
/ Testing --- Thanks, Àlex Fiestas ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request 115728: Deafult for not executing kwalletmanager once a wallet is open

2014-02-17 Thread Àlex Fiestas
pushed to runtime and kwallet Diffs - src/konfigurator/konfigurator.cpp b9f6edb src/manager/kwalletmanager.cpp 355fda7 Diff: https://git.reviewboard.kde.org/r/115728/diff/ Testing --- Thanks, Àlex Fiestas ___ Plasma-devel mailing

Review Request 115726: Deafult for not executing kwalletmanager once a wallet is open

2014-02-13 Thread Àlex Fiestas
/kwallet-4.13.upd PRE-CREATION Diff: https://git.reviewboard.kde.org/r/115726/diff/ Testing --- Thanks, Àlex Fiestas ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Review Request 115728: Deafult for not executing kwalletmanager once a wallet is open

2014-02-13 Thread Àlex Fiestas
/manager/kwalletmanager.cpp 355fda7 Diff: https://git.reviewboard.kde.org/r/115728/diff/ Testing --- Thanks, Àlex Fiestas ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request 115726: Deafult for not executing kwalletmanager once a wallet is open

2014-02-13 Thread Àlex Fiestas
goes together with: https://git.reviewboard.kde.org/r/115727/ https://git.reviewboard.kde.org/r/115728/ Diffs - kwalletd/CMakeLists.txt 9c5ca92 kwalletd/kwallet-4.13.upd PRE-CREATION Diff: https://git.reviewboard.kde.org/r/115726/diff/ Testing --- Thanks, Àlex Fiestas

Re: Review Request 115448: Fix multiscreen popup positioning

2014-02-03 Thread Àlex Fiestas
/dialog.cpp https://git.reviewboard.kde.org/r/115448/#comment34471 What does it represent then? - Àlex Fiestas On Feb. 3, 2014, 3:47 p.m., David Edmundson wrote: --- This is an automatically generated e-mail. To reply, visit: https

Re: Release schedule for Plasma Next

2014-01-30 Thread Àlex Fiestas
On Wednesday 29 January 2014 16:52:51 Martin Graesslin wrote: I suggest to significantly increase the number of intermediate releases. One month between RC and final is too long. +1 I would prefer to have a series of release candidates and a release candidate should be exactly that: a

Re: When should there be a screen brightness OSD?

2014-01-22 Thread Àlex Fiestas
On Tuesday 21 January 2014 22:55:14 Thomas Pfeiffer wrote: On Tuesday 21 January 2014 22:45:44 Kai Uwe Broulik wrote: Hi, +1 as well! Especially it popping up on session start where the compositor isn't fully ready. :/ So to summarize: - never ever show it when the brightness

Plasma on Wayland summary

2014-01-21 Thread Àlex Fiestas
Hi there In the Plasma sprint Martin Gräßlin and I sit down and check how many things of kde-workspace beside KWin need work in order to run under Wayland. Most of the work is quite easy to do some times just adding some #ifdef will do the trick. The only areas that seem to require a special

Splitting kde-workspace and kde-runtime proposal

2014-01-20 Thread Àlex Fiestas
In the plasma sprint we have done a session to plan what we are going to do with kde-workspace/kde-runtime repositories, here is the proposal we came with. We are going to create 2 new repos called plasma-desktop and plasma-workspace, we decided to use plasma as a prefix so in the future we can

Re: Summary of bugtracker situation discussion

2014-01-19 Thread Àlex Fiestas
On Sunday 19 January 2014 12:39:03 David Edmundson wrote: On Sun, Jan 19, 2014 at 8:48 AM, Martin Graesslin mgraess...@kde.org wrote: Hi Christoph, during the Plasma sprint we discussed the bug situation and want to get your feedback on our ideas. In case there is a team mailing list

Re: Systemtray breakout notes

2014-01-16 Thread Àlex Fiestas
On Thursday 16 January 2014 19:38:30 Mark Gaiser wrote: The XEmbed systemtray mechanism will not be supported anymore, instead we will attempt to merge support for statusnotifieritems into Qt (for QSystemTray). Other desktops are going a similar route. Please don't use excuses as Other

Re: Notes from KRunner Breakout

2014-01-16 Thread Àlex Fiestas
One missing point, it will be possible to change the interface of Milou, so if somebody wants to write a task oriented GUI (old katapoult was mentioned) it will a matter of throwing some QMl files :p ___ Plasma-devel mailing list Plasma-devel@kde.org

Re: Login Manager Story

2014-01-15 Thread Àlex Fiestas
On Wednesday 15 January 2014 21:20:57 Sebastian Kügler wrote: Our idea of direction so far is to provide a set of QML files so that both can integrate well visually, and revisit the situation after this summer. This will cover only distributions using lightdm or SDDM (kdm has no support for

Re: DataEngines and models

2013-12-27 Thread Àlex Fiestas
On Friday 27 December 2013 20:27:48 Marco Martin wrote: On Friday 27 December 2013 09:50:46 Àlex Fiestas wrote: So, if DataEngines are needed (I do not doubt that) let's continue having them but let's stop pretending they are not public API or that they are meant only for a quick hack. We

[kde-workspace] ksplash/ksplashqml: [ksplash] Make KPlashQML stages ready to be run asynchronously

2013-12-17 Thread Àlex Fiestas
Git commit c1d668f167a9bd3ac4db1475564dea49e8f7adac by Àlex Fiestas. Committed on 17/12/2013 at 18:12. Pushed by afiestas into branch 'master'. [ksplash] Make KPlashQML stages ready to be run asynchronously Since we ported to DBus we are using ASync calls to send the QDBusMessages that indicate

[kde-workspace] ksmserver: [ksmserver] Port the shutdowndlg, HUGE hack just to make it work

2013-12-17 Thread Àlex Fiestas
Git commit 63197074b17e042d2d99973488358a14afae8560 by Àlex Fiestas. Committed on 17/12/2013 at 17:34. Pushed by afiestas into branch 'master'. [ksmserver] Port the shutdowndlg, HUGE hack just to make it work Please, somebody else should properly port this, I have done the minimum required work

[plasma-framework] src/shell: [plasma-shell] Mute all debug output when started from autostart

2013-12-17 Thread Àlex Fiestas
Git commit dfcfad1182e51d5165bd8d289a33253aba7b8776 by Àlex Fiestas. Committed on 17/12/2013 at 18:44. Pushed by afiestas into branch 'master'. [plasma-shell] Mute all debug output when started from autostart This enables other developers to use journalctl/~.xsession-errors and do not drown

[plasma-framework] src/shell: [plasma-shell] Add an option to suppress any output (--shut-up)

2013-12-17 Thread Àlex Fiestas
Git commit c047dd5f686c5850fdb2638854885bd76151ef93 by Àlex Fiestas. Committed on 17/12/2013 at 18:33. Pushed by afiestas into branch 'master'. [plasma-shell] Add an option to suppress any output (--shut-up) The amount of warnings that plasma-shell has, makes it super hard to make use of tools

Re: Plasma Sprint Dates!

2013-12-12 Thread Àlex Fiestas
On Wednesday 11 December 2013 17:18:40 Sebastian Kügler wrote: * arrange stuff locally (is office big enough, plans for food and accommodation, make sure chocolate supply is green, etc.) * Meet, hack, have fun The office will be ready to host ~20 people sprints by then, so something less

Re: bug mails on the mailinglist

2013-12-09 Thread Àlex Fiestas
On Monday 09 December 2013 22:50:28 Martin Graesslin wrote: Hi, could we please get the bug mails away from the list? Those who are interested can either look at the bug tracker or just follow the bug user. Having bug mails sent to the list is a bad idea. Been there, done that, don't want

Re: Monday meeting

2013-12-09 Thread Àlex Fiestas
On Sunday 08 December 2013 18:47:47 Martin Graesslin wrote: I love to soliloquize, so I will do the hangout nevertheless :-D Was the meeting done? if not, will it happen today (Tuesday) ? ___ Plasma-devel mailing list Plasma-devel@kde.org

Re: kded5 and kde-workspace

2013-11-21 Thread Àlex Fiestas
On Wednesday 20 November 2013 20:47:54 Àlex Fiestas wrote: Hey there Today I have been porting powerdevil and while doing it found out that kded5 was not loading any modules and many kde-workspace projects were using org.kde.kded instead of the one ended with .kded5 Tomorrow I'd like

kded5 and kde-workspace

2013-11-20 Thread Àlex Fiestas
Hey there Today I have been porting powerdevil and while doing it found out that kded5 was not loading any modules and many kde-workspace projects were using org.kde.kded instead of the one ended with .kded5 Tomorrow I'd like to push a local commit that changes all org.kde.kded for

Re: Moving KScreen and libkscreen to extragear

2013-11-13 Thread Àlex Fiestas
On Wednesday 13 November 2013 22:56:37 Christoph Feck wrote: On Wednesday 13 November 2013 21:16:01 Ben Cooksley wrote: Based on Alex's request, I have now moved libkscreen and kscreen to their relevant locations in Extragear. Multiple screen support was one of the weak spots left in KDE

Re: Semi-modal sidebar paradigm

2013-11-04 Thread Àlex Fiestas
On Monday 04 November 2013 16:40:09 Marco Martin wrote: Hi all, since i was getting the activity switcher and widget explorer at least a bit in shape in plasma2, i was experimenting with an idea we were toying a bit around at the last tokamak. Identifying all pieces of ui in the workspace

Re: Removing kcontrol/randr

2013-10-17 Thread Àlex Fiestas
On Wednesday 16 October 2013 17:26:16 you wrote: Hi all, I hope we all agree that for Plasma2 kscreen is our solution for multiple monitors. Because of that I intend to delete the old configuration module and kded found in kcontrol/randr from our master branch. I will do so by Monday if

Re: Review Request 111899: Make QGuiPlatformPlugin react to iconChanges

2013-08-06 Thread Àlex Fiestas
/diff/ Testing --- Played a while with assistant, designer and quasselclient, seems to work fine. Thanks, Àlex Fiestas ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Keyboard detection and a test request

2013-06-21 Thread Àlex Fiestas
I did something like this related with bluetooth, I used udev to detect the devices (which imho is the right layer) and it worked great with no false positives. What I did was: -Detect if any keyboard was present -Detect Mouse/touchpad you have a Qt wrapper of udev in

Re: Keyboard detection and a test request

2013-06-21 Thread Àlex Fiestas
On Friday 21 June 2013 17:41:57 Ivan Čukić wrote: What I did was: -Detect if any keyboard was present -Detect Mouse/touchpad you have a Qt wrapper of udev in kdelibs/solid. Great to know, will try it out later. Though I'm wondering whether this could lead to recognizing the

Re: Battery Monitor revamp

2013-05-28 Thread Àlex Fiestas
For what is worth (and from the Solid side of things). Batteries have improved a lot since last time we discussed this issue, back on the days a high CPU round of 10min would drain huge percentage of the power in your battery, hence the estimation was really bad. Additionally the estimation was

Removing noKephal branch

2013-04-25 Thread Àlex Fiestas
Hey there Long time ago I pushed a branch called noKephal to kde-workspace with the intention of removing the internal library and replace it with QDesktopWidget (which kephal uses underneath). At this point, it makes little sense to continue with the work since for Qt5 we want to use QScreen,

Re: Review Request 109648: Implement the implicitWidth/implicitHeight of the chat plasmoid

2013-03-21 Thread Àlex Fiestas
On March 21, 2013, 7:11 p.m., Marco Martin wrote: Ship It! Marco, can you bring some light into David ramblings? Any doc on implicit/preferred/minimum width? - Àlex --- This is an automatically generated e-mail. To reply, visit:

Re: Review Request 109049: Fix favicon support for chrome bookmarks on krunner

2013-02-21 Thread Àlex Fiestas
(181759) worked fine. Code wise it looks fine as well. - Àlex Fiestas On Feb. 21, 2013, 7:29 p.m., Marco Gulino wrote: --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/109049

Re: Review Request 109049: Fix favicon support for chrome bookmarks on krunner

2013-02-20 Thread Àlex Fiestas
On Feb. 20, 2013, 1:06 a.m., Àlex Fiestas wrote: I guess this will break compatibility with old versions then? if so, do you know from which version will it work? If this was not long ago, can we check the version and keep supporting the old and the new one? Àlex Fiestas wrote

Re: Review Request 109049: Fix favicon support for chrome bookmarks on krunner

2013-02-20 Thread Àlex Fiestas
On Feb. 20, 2013, 1:06 a.m., Àlex Fiestas wrote: I guess this will break compatibility with old versions then? if so, do you know from which version will it work? If this was not long ago, can we check the version and keep supporting the old and the new one? Àlex Fiestas wrote

Re: Review Request 109049: Fix favicon support for chrome bookmarks on krunner

2013-02-19 Thread Àlex Fiestas
then? if so, do you know from which version will it work? If this was not long ago, can we check the version and keep supporting the old and the new one? - Àlex Fiestas On Feb. 19, 2013, 10:42 p.m., Marco Gulino wrote

Re: Review Request 109049: Fix favicon support for chrome bookmarks on krunner

2013-02-19 Thread Àlex Fiestas
On Feb. 20, 2013, 1:06 a.m., Àlex Fiestas wrote: I guess this will break compatibility with old versions then? if so, do you know from which version will it work? If this was not long ago, can we check the version and keep supporting the old and the new one? Code-wise the patch looks

Re: Review Request: powerdevil dbus interface - screenBrightnessChanged Signal

2012-11-21 Thread Àlex Fiestas
it pls. - Àlex Fiestas On Nov. 21, 2012, 9:18 a.m., Greg T wrote: --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/107398

Re: Review Request: powerdevil dbus interface - screenBrightnessChanged Signal

2012-11-21 Thread Àlex Fiestas
! - Àlex Fiestas On Nov. 21, 2012, 5:21 p.m., Greg T wrote: --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/107398/ --- (Updated

Re: Workspace Next Sprint Organization

2012-05-11 Thread Àlex Fiestas
On Friday, May 11, 2012 09:55:30 AM Marco Martin wrote: then whatever the results are is something that we can walk trough the implementation of it, what's doable, not so much, what will require changes in the platform and so on (at akademy?) Indeed, Akademy is close enough to delay some

Re: Workspace Next Sprint Organization

2012-05-11 Thread Àlex Fiestas
When I come back from SFO I will start together with Aleix the arragements for the sprint, fromm the top of my head: -Whiteboards -Projectors -Food -Car -Write how to get there So I'm going to add to that list: -Webcam, Microphone. We will have wired internet connection so it should be stable

Re: Workspace Next Sprint Organization

2012-05-11 Thread Àlex Fiestas
On Friday, May 11, 2012 11:23:29 PM Kevin Ottens wrote: Would it be possible to also add to the list: - Markers both for the whiteboards and black ones for paper - A shitload of sticky notes in different sizes and colors - Quite some Blu-Tack, Patafix or equivalent[*] Those for sure -