kwin/libkwineffects
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
..
CMakeLists.txt Add CMake variable to rename kwin binaries 2012-05-10 10:25:15 +02:00
Mainpage.dox Move kwineffects library into own directory 2011-02-19 10:01:31 +01:00
Messages.sh Improve message extraction 2011-02-20 16:02:33 +01:00
anidata.cpp Add AnimationEffect class 2011-10-27 21:40:14 +02:00
anidata_p.h Add AnimationEffect class 2011-10-27 21:40:14 +02:00
kwinanimationeffect.cpp change animationEnded signature 2012-05-03 17:53:02 +02:00
kwinanimationeffect.h change animationEnded signature 2012-05-03 17:53:02 +02:00
kwinconfig.h.cmake Remove define KWIN_HAVE_OPENGL_COMPOSITING 2011-08-13 16:46:43 +02:00
kwineffects.cpp Add CMake variable to rename kwin binaries 2012-05-10 10:25:15 +02:00
kwineffects.h add desktopChanged signal to effects that carries the optionally changing widget 2012-05-03 22:56:27 +02:00
kwinglobals.cpp Ensure that Extension::init() is only performed once 2012-04-22 22:29:17 +02:00
kwinglobals.h Key Bindings for Switching between Windows of current Application 2012-05-10 09:53:10 +02:00
kwinglplatform.cpp More getters for GlPlatform 2012-03-04 15:21:10 +01:00
kwinglplatform.h More getters for GlPlatform 2012-03-04 15:21:10 +01:00
kwingltexture.cpp kwin: adding proper clipping for transformed windows 2012-05-01 23:19:04 +02:00
kwingltexture.h kwin: adding proper clipping for transformed windows 2012-05-01 23:19:04 +02:00
kwingltexture_p.h kwin: cleaning up the GLTexture API 2012-01-31 23:10:58 +01:00
kwinglutils.cpp kwin: adding proper clipping for transformed windows 2012-05-01 23:19:04 +02:00
kwinglutils.h kwin: adding proper clipping for transformed windows 2012-05-01 23:19:04 +02:00
kwinglutils_funcs.cpp kwin: fix glBlitFramebuffer resolution 2011-11-09 18:03:10 +01:00
kwinglutils_funcs.h define missing defines if nessary 2012-03-22 15:10:30 +01:00
kwinxrenderutils.cpp add offscreen render support to xrender 2012-03-21 00:35:31 +01:00
kwinxrenderutils.h add offscreen render support to xrender 2012-03-21 00:35:31 +01:00