kwin/effects/translucency
Martin Gräßlin 2cf35aa21a Remove animations from Translucency effect
The effect should have had two animations:
* on move resize
* on active/inactive change

But the timeline was adjusted in the prePaintWindow call and the timeline
is effect global and not per window. Which means that for each window the
same time is added. So instead of adding time t each frame t*n with n
being the number of windows got added. So in most cases the animation
ended in the first or second frame which means its not visible.

Through git blame I was able to track down that this incorrect behavior
was introduced in 2008. An animation broken for more than four years
without anybody noticing is probably not required. Because of that it's
dropped from the effect. As this includes quite some code and performance
improvements it goes into the release branch.

A better solution could be implemented, but that should be for 4.10.

BUG: 306263
FIXED-IN: 4.9.2
REVIEW: 106335
2012-09-07 07:39:50 +02:00
..
CMakeLists.txt
translucency.cpp Remove animations from Translucency effect 2012-09-07 07:39:50 +02:00
translucency.desktop SVN_SILENT made messages (.desktop file) 2012-06-12 17:07:51 +02:00
translucency.h Remove animations from Translucency effect 2012-09-07 07:39:50 +02:00
translucency_config.cpp Remove animations from Translucency effect 2012-09-07 07:39:50 +02: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 Remove animations from Translucency effect 2012-09-07 07:39:50 +02:00