1. 10.09.2019 1 коммит
  2. 31.07.2019 1 коммит
  3. 08.04.2019 1 коммит
  4. 05.03.2019 1 коммит
  5. 16.12.2018 1 коммит
  6. 14.11.2018 1 коммит
  7. 25.09.2018 1 коммит
  8. 08.09.2018 1 коммит
  9. 27.08.2018 1 коммит
  10. 28.06.2018 1 коммит
  11. 27.06.2018 1 коммит
  12. 26.06.2018 1 коммит
  13. 18.06.2018 1 коммит
  14. 27.05.2018 1 коммит
  15. 24.05.2018 1 коммит
  16. 20.05.2018 1 коммит
  17. 16.05.2018 1 коммит
  18. 01.05.2018 1 коммит
  19. 25.04.2018 1 коммит
    • Kai Uwe Broulik's avatar
      Ignore "migration" key for determining whether the config is empty
      · be91abe7
      Kai Uwe Broulik создал
      Otherwise we would never generate the default power management configuration
      leading to it not suspending on lid close, not handling power buttons etc etc
      
      CHANGELOG: Fixed bug that caused power management system to not work on a fresh install
      
      Reviewed-By: David Edmundson
      
      BUG: 391782
      FIXED-IN: 5.12.5
      be91abe7
  20. 27.03.2018 1 коммит
  21. 13.03.2018 1 коммит
  22. 06.03.2018 1 коммит
  23. 01.03.2018 1 коммит
  24. 20.02.2018 2 коммита
    • Jonathan Riddell's avatar
      Update version number for 5.12.2
      · 8ca78243
      Jonathan Riddell создал
      GIT_SILENT
      8ca78243
    • David Edmundson's avatar
      Fix PowerDevil shortcuts migration
      · 4ae36ddd
      David Edmundson создал
      Summary:
      5.11 -> 5.12 migrated shortcuts from kded5 to the correct component name
      org_kde_powerdevil for good reasons
      However, despite a kconfupdate script working correctly and moving the
      old keys, kglobalaccel is running whilst we update and it syncs the old
      values later. On future loads it detects the duplication and removes the
      powerdevil entries.
      
      This patch removes the old powermanagent entries in the kded5 component
      at powerdevil startup which is at runtime where we can talk to
      kglobalaccel, but before powerdevil has registered the new actions.
      
      This should handle both users that haven't upgraded to 5.12 yet, as well
      as users who hit the previous config script.
      
      Ideally kconf_update needs to be patched to do migration at appropriate
      times.
      
      BUG: 389991
      FIXED-IN: 5.12.2
      
      Test Plan:
      "broke" my config by putting in values in the old place with a custom shortcut for poweroff
      Restarted kglobalaccel
      Ran powerdevil
      Shortucts worked
      Cleanly quit kglobalaccel
      Config stayed synced
      
      Reviewers: #plasma, broulik
      
      Reviewed By: #plasma, broulik
      
      Subscribers: broulik, fvogt, aacid, cfeck, plasma-devel
      
      Tags: #plasma
      
      Differential Revision: https://phabricator.kde.org/D10668
      4ae36ddd
  25. 17.02.2018 1 коммит
  26. 13.02.2018 1 коммит
  27. 05.02.2018 1 коммит
  28. 01.02.2018 1 коммит
  29. 15.01.2018 1 коммит
  30. 10.01.2018 1 коммит
  31. 05.01.2018 1 коммит
  32. 28.12.2017 1 коммит
  33. 20.12.2017 1 коммит
  34. 03.12.2017 1 коммит
  35. 02.12.2017 1 коммит
    • David Edmundson's avatar
      Migrate powerdevil keyboard shortcuts
      · 041a4eba
      David Edmundson создал
      Summary:
      Powerdevil "faked" that it's name was "kded5" presumably as a way to
      keep user's keyboard shortcuts without having to write a kconf_update
      script.
      
      It then tried setting the component name to "power management".
      This fails because immediately after it does so, kscreen (which has the component name kded5
      because it is in kded5) automatically changes the name back to "KDE Daemon".
      
      This means two things:
      - the shortcuts don't end up under their own "power management" section
      in system settings properly.
      - kglobalaccel5 on every startup thinks that the locale is changed (as
      a component has changed name) and does some complex heavy writing which we don't want.
      
      This patch moves everything to their own component, and provides a
      kconf_update script to move shortcuts.
      
      Test Plan:
      Confirmed shortcuts moved
      Confirmed we have our own "Power Management" section in systemsettings global shortcuts
      No more writing on starting kglobalaccel5
      
      I'd be grateful if someone else could confirm that migration works correctly. Migration is hard to re-test.
      
      Reviewers: #plasma, apol
      
      Reviewed By: apol
      
      Subscribers: apol, plasma-devel
      
      Tags: #plasma
      
      Differential Revision: https://phabricator.kde.org/D9053
      041a4eba
  36. 15.11.2017 1 коммит
  37. 08.11.2017 1 коммит
  38. 07.11.2017 1 коммит
  39. 30.10.2017 1 коммит