Summary: | Integration with KScreen | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Martin Flöser <mgraesslin> |
Component: | core | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | yofel |
Priority: | NOR | ||
Version: | git master | ||
Target Milestone: | 4.11 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-workspace/edeaabea4ff6856b794d5880e7eb0248ebacaf90 | Version Fixed In: | 4.11 |
Sentry Crash Report: |
Description
Martin Flöser
2013-05-18 18:59:48 UTC
Git commit edeaabea4ff6856b794d5880e7eb0248ebacaf90 by Martin Gräßlin. Committed on 27/05/2013 at 10:45. Pushed by graesslin into branch 'master'. Helper effect for KScreen integration This effect is controlled by KScreen. It fades out all windows when KScreen requests this and gives feedback to KScreen once all windows are faded out. This allows KScreen to adjust the screens in a flicker free way. REVIEW: 110661 FIXED-IN: 4.11 M +1 -0 kwin/effects/CMakeLists.txt A +14 -0 kwin/effects/kscreen/CMakeLists.txt A +191 -0 kwin/effects/kscreen/kscreen.cpp [License: GPL (v2)] A +19 -0 kwin/effects/kscreen/kscreen.desktop A +64 -0 kwin/effects/kscreen/kscreen.h [License: GPL (v2)] A +12 -0 kwin/effects/kscreen/kscreen.kcfg A +5 -0 kwin/effects/kscreen/kscreenconfig.kcfgc http://commits.kde.org/kde-workspace/edeaabea4ff6856b794d5880e7eb0248ebacaf90 |