kwin/scripting
Martin Gräßlin 650c606e95 Provide config interface for scripted effects and KWin scripts
A scripted component providing:
* ui/config.ui
* config/main.xml

can get a config interface by using the following in metadata.desktop:
X-KDE-ServiceTypes=KWin/Effect,KCModule
X-KDE-PluginKeyword=`X-KDE-PluginInfo-Name`
X-KDE-Library=kcm_kwin4_genericscripted
X-KDE-ParentComponents=`X-KDE-PluginInfo-Name`

`X-KDE-PluginInfo-Name` has to be replaced by the actual value. In case
of a KWin Script the X-KDE-ServiceTypes needs to be:
X-KDE-ServiceTypes=KWin/Script,KCModule

The GenericScriptedConfig tries to identify the package from the keyword
and creates a Plasma::ConfigLoader and loads the UI from the packaged UI
file.
2013-03-04 10:29:24 +01:00
..
CMakeLists.txt Provide config interface for scripted effects and KWin scripts 2013-03-04 10:29:24 +01:00
documentation-effect-global.xml
documentation-global.xml
genericscriptedconfig.cpp Provide config interface for scripted effects and KWin scripts 2013-03-04 10:29:24 +01:00
genericscriptedconfig.h Provide config interface for scripted effects and KWin scripts 2013-03-04 10:29:24 +01:00
kwinscript.desktop
meta.cpp
meta.h
scriptedeffect.cpp Use Plasma::ConfigLoader to read config values in scripted effects 2013-03-04 10:29:24 +01:00
scriptedeffect.h Use Plasma::ConfigLoader to read config values in scripted effects 2013-03-04 10:29:24 +01:00
scripting.cpp Print useful information for a Client in scripting 2013-02-18 09:16:31 +01:00
scripting.h
scriptingutils.cpp
scriptingutils.h
timer.cpp
workspace_wrapper.cpp Adding NOTIFY signals to desktopGrid(Size/Width/Height) 2013-02-18 09:19:46 +01:00
workspace_wrapper.h Adding NOTIFY signals to desktopGrid(Size/Width/Height) 2013-02-18 09:19:46 +01:00