1. 19.03.2015 1 коммит
  2. 16.03.2015 1 коммит
  3. 08.03.2015 2 коммита
    • Kai Uwe Broulik's avatar
      Change default low battery threshold to 10%
      · 3836e992
      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.
      3836e992
    • Kai Uwe Broulik's avatar
      Fix default critical action
      · 00eed591
      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
      00eed591
  4. 02.03.2015 1 коммит
  5. 28.02.2015 1 коммит
  6. 25.02.2015 1 коммит
  7. 22.02.2015 1 коммит
  8. 19.02.2015 1 коммит
  9. 18.02.2015 1 коммит
  10. 17.02.2015 2 коммита
  11. 07.02.2015 1 коммит
  12. 17.02.2015 1 коммит
  13. 30.01.2015 1 коммит
    • Kai Uwe Broulik's avatar
      Fix PowerDevil brightness calls breaking kded, Volume 3521
      · 2c2c1375
      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
      2c2c1375
  14. 26.01.2015 1 коммит
  15. 25.01.2015 1 коммит
  16. 24.01.2015 1 коммит
    • Kai Uwe Broulik's avatar
      Unconditionally enable power button handling
      · a17b7791
      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
      a17b7791
  17. 23.01.2015 2 коммита
  18. 22.01.2015 1 коммит
  19. 21.01.2015 1 коммит
  20. 19.01.2015 2 коммита
    • Kai Uwe Broulik's avatar
      Do not listen for Login1 Lock signal anymore
      · 217b2b6a
      Kai Uwe Broulik создал
      This is now done by the lock screen itself.
      
      REVIEW: 122128
      217b2b6a
    • Àlex Fiestas's avatar
      Do not start the fade effect if we are inhibit
      · 55b15f59
      À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
      55b15f59
  21. 13.01.2015 1 коммит
  22. 12.01.2015 1 коммит
    • Kai Uwe Broulik's avatar
      Fix KScreen helper effect availability check
      · 9fd62033
      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
      9fd62033
  23. 08.01.2015 1 коммит
  24. 07.01.2015 4 коммита
  25. 04.01.2015 1 коммит
    • Kai Uwe Broulik's avatar
      Cleanup BrightnessOSDWidget
      · 4add007b
      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
      4add007b
  26. 03.01.2015 1 коммит
  27. 02.01.2015 2 коммита
  28. 28.12.2014 1 коммит
  29. 22.12.2014 1 коммит
    • Kai Uwe Broulik's avatar
      Add setBrightnessSilent calls that don't show the OSD
      · 3b44b6c8
      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
      3b44b6c8
  30. 20.12.2014 1 коммит
  31. 16.12.2014 2 коммита