Revision ffa2148...
Go back to digest for 17th February 2013Features in KDE Base
Martin Gräßlin committed changes in [kde-workspace] /:
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.
File Changes
Added 3 files
- /scripting
- kwin/CMakeLists.txt
- kwin/genericscriptedconfig.cpp
- kwin/genericscriptedconfig.h
Modified 1 files
- kwin/CMakeLists.txt
4 files changed in total