kwin/effects/desktopgrid
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
..
CMakeLists.txt [kwin/effects] Use generated dbus interface to reconfigure effects 2014-03-25 15:49:19 +01:00
desktopgrid.cpp [kwin] Port away from deprected KCoreConfigSkeleton::readConfig 2014-03-25 16:29:03 +01:00
desktopgrid.desktop [kwin] Add a virtual Effect::requestedEffectChainPosition 2014-03-28 14:04:54 +01:00
desktopgrid.h [kwin] Add a virtual Effect::requestedEffectChainPosition 2014-03-28 14:04:54 +01:00
desktopgrid.kcfg
desktopgrid_config.cpp [kwin/effects] Use generated dbus interface to reconfigure effects 2014-03-25 15:49:19 +01:00
desktopgrid_config.desktop [kwin] Create one plugin per effect configuration 2014-03-25 15:37:35 +01:00
desktopgrid_config.h
desktopgrid_config.ui KIntSpinBox -> QSpinBox in kwin/effects configs 2013-09-09 07:38:30 +02:00
desktopgridconfig.kcfgc
main.qml