1. 01.03.2016 1 коммит
  2. 26.01.2016 1 коммит
  3. 12.01.2016 1 коммит
  4. 10.01.2016 1 коммит
  5. 06.01.2016 1 коммит
  6. 30.12.2015 1 коммит
  7. 22.12.2015 1 коммит
  8. 15.12.2015 1 коммит
  9. 13.12.2015 2 коммита
  10. 03.12.2015 1 коммит
  11. 28.11.2015 1 коммит
  12. 25.11.2015 1 коммит
  13. 23.11.2015 2 коммита
  14. 19.11.2015 1 коммит
  15. 17.11.2015 1 коммит
  16. 15.11.2015 2 коммита
    • Weng Xuetian's avatar
      Merge branch 'Plasma/5.4'
      · d0f5258d
      Weng Xuetian создал
      d0f5258d
    • Weng Xuetian's avatar
      Fix brightness key being ignored during brightness animation
      · 56e8b755
      Weng Xuetian создал
      m_cachedBrightnessMap is not updated during animation. When the
      animation is running, brightness() function will return the endValue
      instead of real hardware value. Checking m_cachedBrightnessMap against
      brightness() return value does not make sense. If the animation is
      running, skip this check and brightnessKeyPressed will calculate a new
      brightness value based on animation's endValue. So the key press will
      not be ignored.
      
      REVIEW: 125182
      56e8b755
  17. 14.11.2015 3 коммита
  18. 05.11.2015 1 коммит
  19. 04.11.2015 2 коммита
  20. 25.10.2015 1 коммит
  21. 18.10.2015 2 коммита
  22. 12.09.2015 2 коммита
    • Weng Xuetian's avatar
      Merge branch 'Plasma/5.4'
      · c8ec91a8
      Weng Xuetian создал
      c8ec91a8
    • Weng Xuetian's avatar
      Fix the brightness update
      · 1005dd9a
      Weng Xuetian создал
      1. Update to m_cachedBrightnessMap is ignored during the animation. This
      change queries the real brightness after animation is finished.
      2. setting start/endvalue will also trigger the valueChanged in
      QPropertyAnimation, disconnect the slot on valueChanged after stop() and
      reconnect it before start().
      
      BUG: 346456
      BUG: 350676
      REVIEW: 125156
      FIXED-IN: 5.4.2
      1005dd9a
  23. 10.09.2015 2 коммита
    • Martin Gräßlin's avatar
      [dpms] Add a Wayland implementation
      · 3321b9d2
      Martin Gräßlin создал
      The Wayland implementation uses the DpmsManager provided by KWayland.
      On a timeout it turns the screens off and it supports the trigger
      modes. The fade helper is not supported (yet) as it is an X11 only
      implementation.
      
      REVIEW: 125026
      3321b9d2
    • Martin Gräßlin's avatar
      [dpms] Split the Xcb code out of PowerDevilDpmsAction
      · a6eed9bb
      Martin Gräßlin создал
      An AbstractDpmsHelper is introduced with a concrete subclass called
      XcbDpmsHelper. The PowerDevilDpmsAction holds a helper and delegates
      to it. The XcbDpmsHelper implements the X11 specific tasks. This will
      allow to add a Wayland implementation as well.
      a6eed9bb
  24. 03.09.2015 1 коммит
  25. 02.09.2015 1 коммит
  26. 29.08.2015 2 коммита
  27. 21.08.2015 1 коммит
  28. 20.08.2015 1 коммит
  29. 19.08.2015 1 коммит
  30. 17.08.2015 1 коммит