1. 30.03.2021 1 коммит
  2. 24.01.2021 1 коммит
  3. 20.11.2020 1 коммит
  4. 29.09.2020 1 коммит
  5. 15.09.2020 1 коммит
  6. 19.06.2020 1 коммит
    • Kai Uwe Broulik's avatar
      Watch DBus service right away to discard pending inhibitions reliably
      · d21102cc
      Kai Uwe Broulik создал
      PowerDevil delays applying a power management inhibition by 5 seconds to avoid brief inhibitions
      to e.g. wake up the screen and similar.
      However, when an inhibition was posted and the process then quit, we would then still
      enforce the inhibition as it wasn't explicitly revoked.
      Fix this by always watching the inhibition sender and remove it from pending when the
      service goes away.
      
      BUG: 423131
      FIXED-IN: 5.18.6
      d21102cc
  7. 18.06.2020 1 коммит
  8. 17.06.2020 1 коммит
  9. 09.05.2020 1 коммит
  10. 05.05.2020 1 коммит
  11. 01.04.2020 1 коммит
  12. 31.03.2020 1 коммит
  13. 26.03.2020 1 коммит
  14. 10.03.2020 1 коммит
  15. 25.02.2020 1 коммит
  16. 19.02.2020 1 коммит
  17. 18.02.2020 1 коммит
  18. 10.02.2020 1 коммит
    • Aleksei Nikiforov's avatar
      Prevent powerdevil from calling DPMS extension calls when DPMS extension isn't present
      · ca614feb
      Aleksei Nikiforov создал
      When DPMS extension isn't available, powerdevil unexpectedly exits due to a call to unavailable DPMS function and Qt error handling for such errors.
      
      Following is a full log of powerdevil process when DPMS extension isn't present:
      
      ```
      $ /usr/libexec/kf5/org_kde_powerdevil
      QDBusArgument: read from a write-only object
      QDBusArgument: read from a write-only object
      QDBusArgument: read from a write-only object
      powerdevil: No outputs have backlight property
      powerdevil: Xrandr not supported, trying ddc, helper
      powerdevil: [DDCutilBrightness]  0 display(s) were detected
      powerdevil: org.kde5.powerdevil.backlighthelper.brightness failed
      powerdevil: DPMS extension not available
      The X11 connection broke: Unsupported extension used (code 2)
      XIO:  fatal IO error 2 (No such file or directory) on X server ":0"
            after 408 requests (408 known processed) with 0 events remaining.
      ```
      
      This was detected while running KDE in a VM (without x2go). For some reason 'xdpyinfo -queryExtensions' didn't report DPMS extension being present.
      
      Only change in 'PowerDevilDPMSAction::onProfileUnload' was required to fix issue for me, but changes in other functions could be needed as well, thus I implemented it. Two calls to m_helper, 'm_helper->startFade()' and 'm_helper->stopFade()', had corresponding conditions left intact since it looks like it doesn't call DPMS-related functions.
      
      Differential Revision: https://phabricator.kde.org/D27278
      ca614feb
  19. 08.02.2020 1 коммит
  20. 06.02.2020 1 коммит
  21. 16.01.2020 2 коммита
  22. 13.01.2020 1 коммит
  23. 11.01.2020 1 коммит
  24. 06.01.2020 1 коммит
  25. 27.12.2019 2 коммита
  26. 20.12.2019 1 коммит
  27. 15.12.2019 1 коммит
  28. 13.12.2019 1 коммит
    • Aleix Pol's avatar
      Lock screen by default, on mobile
      · 0f75d80f
      Aleix Pol создал
      Summary:
      At the moment it will do the same thing as the desktop: show the logout dialog
      countdown, which doesn't make a lot of sense in this form factor.
      
      Reviewers: #plasma, broulik, nicolasfella
      
      Reviewed By: nicolasfella
      
      Subscribers: nicolasfella, plasma-devel
      
      Tags: #plasma
      
      Differential Revision: https://phabricator.kde.org/D25908
      0f75d80f
  29. 11.12.2019 1 коммит
  30. 07.12.2019 2 коммита
  31. 03.12.2019 3 коммита
  32. 25.11.2019 2 коммита
  33. 12.11.2019 1 коммит
  34. 10.11.2019 1 коммит