kwin/effects/translucency
Martin Gräßlin f125dbd3d6 Translucency Effect supports isActive hook
The effect gets a set of boolean values to check whether it is active for
one of the categories (e.g. move resize, decorations).

This allows to easily check whether the effect is active at all, that is
if all values are at 1.0 the effect will never affect a window.

In all other cases it can be combined with looking at the available
windows to e.g. enable the effect for move resize only when there is a
window which is either moved or resized. This check is performed whenever
an action happens which could cause a window to become inactive.

BUG: 306262
FIXED-IN: 4.9.2
2012-09-07 07:39:32 +02:00
..
CMakeLists.txt Cleaned up the effects/ directory by moving each individual effect into 2009-02-05 15:35:38 +00:00
translucency.cpp Translucency Effect supports isActive hook 2012-09-07 07:39:32 +02:00
translucency.desktop SVN_SILENT made messages (.desktop file) 2012-06-12 17:07:51 +02:00
translucency.h Translucency Effect supports isActive hook 2012-09-07 07:39:32 +02:00
translucency_config.cpp KWin uses kdelibs coding style. 2011-01-31 20:07:03 +01:00
translucency_config.desktop SVN_SILENT made messages (.desktop file) 2011-09-09 09:21:44 +02:00
translucency_config.h KWin uses kdelibs coding style. 2011-01-31 20:07:03 +01:00
translucency_config.ui Use KIntSpinBox instead of QSpinBox for better integration with KDE. As a bonus this allows to use plural suffix in spinboxes since KDE 4.3 if necessary. 2009-06-30 20:09:04 +00:00