kwin/effects
Martin Gräßlin aeb90a2411 [kwin] Introduce a X-KWin-Internal in kwineffect services
X-KWin-Internal should be used for effects which are either internal
to KWin and are configured at a different location in KWin. Examples
are:
 * CoverSwitch - configured in WindowSwitcher KCM, but not FlipSwitch
   as that one has a non WindowSwitcher mode
 * window geometry - configured in moving

And it should also be used for helper effects to the overall
kde-workspace module. Examples are:
 * Dashboard - required by Plasma
 * KScreen - required for KScreen
 * Screenshot - required by KSnapshot

Why a new category and not the already existing NoShow property?
The idea is to just filter on the effects in the list. Thus it should
be possible to show them. But NoShow is clearly intended to not be
shown at all.

REVIEW: 116754
2014-03-13 09:09:44 +01:00
..
backgroundcontrast SVN_SILENT made messages (.desktop file) 2014-03-13 04:46:24 +00:00
blur [kwin] Remove the legacy OpenGL 1 compositing backend 2014-03-10 08:59:11 +01:00
coverswitch [kwin] Introduce a X-KWin-Internal in kwineffect services 2014-03-13 09:09:44 +01:00
cube [kwin] Introduce a X-KWin-Exclusive-Category in kwineffects service 2014-03-12 07:34:50 +01:00
dashboard [kwin] Introduce a X-KWin-Internal in kwineffect services 2014-03-13 09:09:44 +01:00
desktopgrid Turn built-in effects into a library kwin links against 2014-01-24 14:13:59 +01:00
dialogparent SVN_SILENT made messages (.desktop file) 2014-01-19 06:36:32 +00:00
diminactive Turn built-in effects into a library kwin links against 2014-01-24 14:13:59 +01:00
dimscreen Turn built-in effects into a library kwin links against 2014-01-24 14:13:59 +01:00
fade SVN_SILENT made messages (.desktop file) 2014-01-19 06:36:32 +00:00
fadedesktop [kwin] Introduce a X-KWin-Exclusive-Category in kwineffects service 2014-03-12 07:34:50 +01:00
fallapart Turn built-in effects into a library kwin links against 2014-01-24 14:13:59 +01:00
flipswitch [kwin] Remove the legacy OpenGL 1 compositing backend 2014-03-10 08:59:11 +01:00
glide Turn built-in effects into a library kwin links against 2014-01-24 14:13:59 +01:00
highlightwindow [kwin] Introduce a X-KWin-Internal in kwineffect services 2014-03-13 09:09:44 +01:00
invert Turn built-in effects into a library kwin links against 2014-01-24 14:13:59 +01:00
kscreen [kwin] Introduce a X-KWin-Internal in kwineffect services 2014-03-13 09:09:44 +01:00
login SVN_SILENT made messages (.desktop file) 2014-01-19 06:36:32 +00:00
logout [kwin] Remove the legacy OpenGL 1 compositing backend 2014-03-10 08:59:11 +01:00
lookingglass [kwin/effects] Put all magnifiers into an exclusive category 2014-03-12 16:28:44 +01:00
magiclamp [kwin/effects] Put all minimize effects into an exclusive category 2014-03-12 16:32:42 +01:00
magnifier [kwin/effects] Put all magnifiers into an exclusive category 2014-03-12 16:28:44 +01:00
maximize SVN_SILENT made messages (.desktop file) 2014-02-18 09:04:31 +00:00
minimizeanimation [kwin/effects] Put all minimize effects into an exclusive category 2014-03-12 16:32:42 +01:00
mouseclick [kwin] Remove the legacy OpenGL 1 compositing backend 2014-03-10 08:59:11 +01:00
mousemark Turn built-in effects into a library kwin links against 2014-01-24 14:13:59 +01:00
presentwindows Merge branch 'KDE/4.11' 2014-03-10 21:21:16 +01:00
resize Turn built-in effects into a library kwin links against 2014-01-24 14:13:59 +01:00
scalein Make scalein effect (feel) quicker 2014-03-10 20:46:41 +01:00
screenedge [kwin] Remove the legacy OpenGL 1 compositing backend 2014-03-10 08:59:11 +01:00
screenshot [kwin] Introduce a X-KWin-Internal in kwineffect services 2014-03-13 09:09:44 +01:00
sheet Turn built-in effects into a library kwin links against 2014-01-24 14:13:59 +01:00
showfps SVN_SILENT made messages (.desktop file) 2014-03-11 05:14:45 +00:00
showpaint Turn built-in effects into a library kwin links against 2014-01-24 14:13:59 +01:00
slide [kwin] Disconnect lambda connection on destroy of slide effect 2014-03-12 16:31:52 +01:00
slideback SVN_SILENT made messages (.desktop file) 2014-02-18 09:04:31 +00:00
slidingpopups slidingpopups claim windowClosedGrabRole earlier 2014-02-20 14:38:36 +01:00
snaphelper Turn built-in effects into a library kwin links against 2014-01-24 14:13:59 +01:00
startupfeedback [kwin] Introduce a X-KWin-Internal in kwineffect services 2014-03-13 09:09:44 +01:00
thumbnailaside Turn built-in effects into a library kwin links against 2014-01-24 14:13:59 +01:00
trackmouse [kwin] Remove the legacy OpenGL 1 compositing backend 2014-03-10 08:59:11 +01:00
translucency SVN_SILENT made messages (.desktop file) 2014-01-19 06:36:32 +00:00
windowgeometry [kwin] Introduce a X-KWin-Internal in kwineffect services 2014-03-13 09:09:44 +01:00
wobblywindows Turn built-in effects into a library kwin links against 2014-01-24 14:13:59 +01:00
zoom [kwin/effects] Put all magnifiers into an exclusive category 2014-03-12 16:28:44 +01:00
CMakeLists.txt [kwin] Remove the legacy OpenGL 1 compositing backend 2014-03-10 08:59:11 +01:00
configs_builtins.cpp Remove K_EXPORT_PLUGIN macros 2013-08-08 13:47:25 +02:00
effect_builtins.cpp [kwin] Re-add desktop cube animation effects to our built in effects 2014-03-11 09:53:19 +01:00
effect_builtins.h Turn built-in effects into a library kwin links against 2014-01-24 14:13:59 +01:00
kwineffect.desktop [kwin] Introduce a X-KWin-Internal in kwineffect services 2014-03-13 09:09:44 +01:00
logging.cpp Changed debug statements in kwin/effects from qDebug() to qCDebug(KWINEFFECTS) 2013-11-29 08:47:56 +01:00
Messages.sh Remove temporary file 2008-07-02 07:04:51 +00:00