1. 18.02.2020 1 коммит
  2. 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
  3. 08.02.2020 1 коммит
  4. 06.02.2020 1 коммит
  5. 16.01.2020 2 коммита
  6. 13.01.2020 1 коммит
  7. 11.01.2020 1 коммит
  8. 06.01.2020 1 коммит
  9. 27.12.2019 2 коммита
  10. 20.12.2019 1 коммит
  11. 15.12.2019 1 коммит
  12. 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
  13. 11.12.2019 1 коммит
  14. 07.12.2019 2 коммита
  15. 03.12.2019 3 коммита
  16. 25.11.2019 2 коммита
  17. 12.11.2019 1 коммит
  18. 10.11.2019 1 коммит
  19. 09.11.2019 1 коммит
  20. 08.11.2019 2 коммита
  21. 05.11.2019 1 коммит
    • David Edmundson's avatar
      Add KDEClangFormat cmake support
      · 1e0baeaa
      David Edmundson создал
      Summary:
      This allows devs to run: "make clang-format" and format all files easily
      using the preset KDE clang format style
      
      This patch adds support so devs can easily test the intended formatting
      now, it doesn't change the code yet.
      
      Doing an initial run to commit everything will happen later.
      
      Test Plan:
      Ran script
      git diff was full of amazingly cleaned code
      
      See D25134
      1e0baeaa
  22. 31.10.2019 1 коммит
  23. 29.10.2019 1 коммит
  24. 22.10.2019 1 коммит
  25. 10.10.2019 1 коммит
  26. 07.10.2019 1 коммит
  27. 06.10.2019 2 коммита
  28. 01.10.2019 1 коммит
  29. 27.09.2019 1 коммит
  30. 25.09.2019 1 коммит
  31. 24.09.2019 2 коммита