kwin/effects/backgroundcontrast
Martin Gräßlin 3bbc9436db [kwin] Add a virtual Effect::requestedEffectChainPosition
This method replaces the X-KDE-ORDERING property in the Effect's desktop
files. This change is a preparation step for integrating the new Effect
Loader which doesn't read the ordering information. Thus it needs to be
provided by the Effect itself so that the EffectsHandler can properly
insert it into the chain.

Also for the built-in Effects on the long run it doesn't make much sense
to install the desktop files. And binary plugin effects will migrate to
json metadata which also doesn't have the KService::Ptr. Thus overall it
simplifies to read this information directly from the Effect.
2014-03-28 14:04:54 +01:00
..
.directory stub for the background contrast effect 2014-01-23 14:44:00 +01:00
backgroundcontrast.kdev4 stub for the background contrast effect 2014-01-23 14:44:00 +01:00
CMakeLists.txt simplify: remove prepaintwindow/screen 2014-01-23 14:46:13 +01:00
contrast.cpp [kwin] Port remaining XLib usage in effects to XCB 2014-03-26 13:56:21 +01:00
contrast.desktop [kwin] Add a virtual Effect::requestedEffectChainPosition 2014-03-28 14:04:54 +01:00
contrast.h [kwin] Add a virtual Effect::requestedEffectChainPosition 2014-03-28 14:04:54 +01:00
contrastshader.cpp [kwin] Remove the legacy OpenGL 1 compositing backend 2014-03-10 08:59:11 +01:00
contrastshader.h fade out the effect if the window opacity is < 1 2014-01-23 14:47:49 +01:00