kwin/scripting
Martin Gräßlin f3443a6b07 Add CMake variable to rename kwin binaries
A CMake variable is used to specify the name of the binary.
By default this is "kwin" but building for PA changes the
name to "kwinactive". The variable adjusts all names, e.g.
kwinnvidiahack becomes kwinactivenvidiahack.

The remaining usage of kwinrc in core and libs is replaced
by a cmakedefine for the configuration name and all data
installations are moved to the defined name. Dynamic loading
for scripts & co is adjusted for loading based on defined name.

This change allows the side-by-side installation of both kwin
for desktop and kwin for Plasma Desktop without the known
issues like conflicts in config files or missing build options
if kwin desktop is used for Plasma Active.

Likewise the KCMs are not adjusted as they are not intended to
be used for kwinactive.

REVIEW: 104299
BUG: 296084
FIXED-IN: 4.9.0
CCMAIL: active@kde.org
2012-05-10 10:25:15 +02:00
..
documentation-global.xml Asserts for KWin scripts 2012-05-10 10:00:54 +02:00
kwinscript.desktop SVN_SILENT made messages (.desktop file) 2012-05-03 11:06:49 +02:00
meta.cpp Let kwin scripts add dynamic properties to client objects. 2012-04-24 17:42:16 +02:00
meta.h fix tabbing 2012-02-11 16:30:22 +01:00
scriptedeffect.cpp Global Shortcut support for KWin scripts and scripted Effects 2012-03-30 08:20:10 +02:00
scriptedeffect.h Global Shortcut support for KWin scripts and scripted Effects 2012-03-30 08:20:10 +02:00
scripting.cpp Add CMake variable to rename kwin binaries 2012-05-10 10:25:15 +02:00
scripting.h Unload script on end execution and error 2012-05-10 09:58:59 +02:00
scriptingutils.cpp Asserts for KWin scripts 2012-05-10 10:00:54 +02:00
scriptingutils.h Asserts for KWin scripts 2012-05-10 10:00:54 +02:00
timer.cpp Simplify the Timer in scripting 2012-01-22 13:02:34 +01:00
workspace_wrapper.cpp add desktopChanged signal to effects that carries the optionally changing widget 2012-05-03 22:56:27 +02:00
workspace_wrapper.h add desktopChanged signal to effects that carries the optionally changing widget 2012-05-03 22:56:27 +02:00