- 19.03.2015 1 коммит
-
-
Jonathan Riddell создал
-
- 16.03.2015 1 коммит
-
-
l10n daemon script создал
-
- 08.03.2015 2 коммита
-
-
Kai Uwe Broulik создал
Back in the days when laptops ran for one hour that was reasonable; however today 20% of battery easily tranlates to 1 hour of battery life, or more. Thus when you get that notification you ignore it and when the critical battery timer eventually kicks in you potentially stumble down the staircase rushing for your AC adpater.
-
Kai Uwe Broulik создал
The default is hibernate but might not be available on the given machine. Also save the PowerDevilSettings afterwards, or else it won't pick up our change to the setting. The action is not in the powermanagementprofilesrc but powerdevilrc. BUG: 344905 FIXED-IN: 5.2.2
-
- 02.03.2015 1 коммит
-
-
l10n daemon script создал
-
- 28.02.2015 1 коммит
-
-
Lukáš Tinkl создал
-
- 25.02.2015 1 коммит
-
-
l10n daemon script создал
-
- 22.02.2015 1 коммит
-
-
l10n daemon script создал
-
- 19.02.2015 1 коммит
-
-
Jonathan Riddell создал
-
- 18.02.2015 1 коммит
-
-
l10n daemon script создал
-
- 17.02.2015 2 коммита
-
-
Kai Uwe Broulik создал
-
Kai Uwe Broulik создал
The action needs to be explicit so the brightness actually changes but we don't want to show the OSD in this case since it's not a n explicit user keyboard interaction Observed by sebas
-
- 07.02.2015 1 коммит
-
-
- 17.02.2015 1 коммит
-
-
- 30.01.2015 1 коммит
-
-
Kai Uwe Broulik создал
Query both brightness and maximum only once and then only listen to udev change events and just kick off the set job and forget about it. That way we do not have nested event loops outside the init method anymore. BUG: 337674 FIXED-IN: 5.2.1 This prevents re-entrancy issues
-
- 26.01.2015 1 коммит
-
-
Kai Uwe Broulik создал
-
- 25.01.2015 1 коммит
-
-
Kai Uwe Broulik создал
-
- 24.01.2015 1 коммит
-
-
Kai Uwe Broulik создал
It seems fully functional, it's just that the API for detecting whether a power button is present is missing. I'd rather have the setting do nothing for 1% of users than hide it for 99% of users where it would actually work. BUG: 341144 FIXED-IN: 5.2.1
-
- 23.01.2015 2 коммита
-
-
Kai Uwe Broulik создал
This way the automatic brightness change there still works even while watching a movie Reviewed-by: Lukas Tinkl
-
Kai Uwe Broulik создал
When using Solid you can specify whether you want to prevent only suspending the session (eg. copy job) or everything (eg. watching a movie). The standardized FDO interface does not know this distinction and so we need to inhibit everything. This fixes for instance the screen turning off while watching a video in Chrome (even Flash!) but KDE applications like Amarok can let the screen turn off but the device stay on.
-
- 22.01.2015 1 коммит
-
-
Jonathan Riddell создал
-
- 21.01.2015 1 коммит
-
-
l10n daemon script создал
-
- 19.01.2015 2 коммита
-
-
-
Àlex Fiestas создал
When an inhibition for screen is added we modify some settings to disable DPMS. The thing is we are not disabling the idleTimeout registered in PowerDevilCore so idleTimeout is being called even though we are inhibit. We could remove the timeout when we get an inhibition (infact I believe that would be a better fix) but I haven't been able to figure out how to do it properly. CCMAIL:kde@privat.broulik.de (cherry picked from commit b0f4ce79) BUG: 343020
-
- 13.01.2015 1 коммит
-
-
l10n daemon script создал
-
- 12.01.2015 1 коммит
-
-
Kai Uwe Broulik создал
Before starting the effect check whether it is available and emit fadedOut() if not so a potential user of this class does not need to care about that. Fixes suspending the session when compositing is disabled, sorry about that. REVIEW: 121936
-
- 08.01.2015 1 коммит
-
-
Jonathan Riddell создал
-
- 07.01.2015 4 коммита
-
-
Kai Uwe Broulik создал
3 seconds before the screen will be turned off by DPMS the screen will fade to black to alert the user. Especially older desktop monitors tend to take quite some time to wake up again. So a user moving his mouse in panic can prevent this now :) BUG: 340063 FIXED-IN: 5.2.0
-
Kai Uwe Broulik создал
-
Kai Uwe Broulik создал
The lock screen itself will now be responsible for locking the session when suspending. Also fade the screen to black before suspending. Looks a lot nicer. REVIEW: 121857
-
Kai Uwe Broulik создал
This is an implementation of the client side of the KScreen effect for PowerDevil which will allow it to fade the screen before going to sleep. REVIEW: 121798 BUG: 340063 FIXED-IN: 5.2.0
-
- 04.01.2015 1 коммит
-
-
Kai Uwe Broulik создал
It is no longer that fullblown widget it used to be but just calls Plasma's OSD service over DBus. It might as well just be a namespace, doesn't need to be a class. REVIEW: 121815
-
- 03.01.2015 1 коммит
-
-
Kai Uwe Broulik создал
-
- 02.01.2015 2 коммита
-
-
-
Kai Uwe Broulik создал
This avoids ugly oldschool notifications appearing ontop of KSplash when kded starts before Plasma is ready. REVIEW: 121693
-
- 28.12.2014 1 коммит
-
-
- 22.12.2014 1 коммит
-
-
Kai Uwe Broulik создал
Since the "Explicit" value is also used by the policy manager, we cannot just use that one for the OSD. Instead add separate "silent" calls. This allows clients to decide whether they want the OSD to show (the default) or suppress it (Kamoso?). REVIEW: 121506
-
- 20.12.2014 1 коммит
-
-
- 16.12.2014 2 коммита
-
-
-
Kai Uwe Broulik создал
This signal is emitted when the session is about to get suspended by PowerDevil. It should be used by the lockscreen to lock the session in case logind is not available. REVIEW: 121538
-