1. 23.06.2020 1 коммит
  2. 18.06.2020 1 коммит
  3. 17.06.2020 1 коммит
  4. 16.06.2020 1 коммит
  5. 11.06.2020 1 коммит
  6. 09.06.2020 1 коммит
  7. 03.06.2020 1 коммит
  8. 14.05.2020 1 коммит
  9. 11.05.2020 1 коммит
  10. 09.05.2020 1 коммит
  11. 30.04.2020 1 коммит
  12. 02.04.2020 2 коммита
  13. 01.04.2020 3 коммита
  14. 26.03.2020 1 коммит
  15. 18.03.2020 1 коммит
  16. 28.02.2020 1 коммит
  17. 26.02.2020 1 коммит
  18. 21.02.2020 1 коммит
  19. 19.02.2020 1 коммит
  20. 15.02.2020 1 коммит
  21. 14.02.2020 1 коммит
    • Aleix Pol's avatar
      Fix build with Qt 5.15
      · 3a5aca82
      Aleix Pol создал
      Summary: QComboBox::currentIndexChanged(int) got deprecated.
      
      Test Plan: Builds
      
      Reviewers: #plasma, broulik
      
      Reviewed By: #plasma, broulik
      
      Subscribers: broulik, plasma-devel
      
      Tags: #plasma
      
      Differential Revision: https://phabricator.kde.org/D27406
      3a5aca82
  22. 10.02.2020 2 коммита
    • Kai Uwe Broulik's avatar
      Merge branch 'Plasma/5.18'
      · 436714ec
      Kai Uwe Broulik создал
      436714ec
    • 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
  23. 08.02.2020 1 коммит
  24. 06.02.2020 3 коммита
  25. 04.02.2020 2 коммита
  26. 29.01.2020 1 коммит
  27. 17.01.2020 1 коммит
  28. 16.01.2020 3 коммита
  29. 13.01.2020 1 коммит
  30. 11.01.2020 1 коммит
  31. 06.01.2020 1 коммит