plasma-framework/animations
Adenilson Cavalcanti Da Silva 702920c810 Starting to implement pixmap based pulse animation. The first implementation
assumed that there would exist a complete copy of the animated widget to
do the pulse (where another object is kept translucent and when the animation
is triggered, it will expand and fade at same time).

But is expensive to copy the whole widget, so the idea is to draw the target
widget in a pixmap and then do the pulse effect on the pixmap itself.

It is still broken, for some reason the opacity is failing to animate (should
fix this tomorrow).


svn path=/trunk/KDE/kdelibs/; revision=1048277
2009-11-13 01:20:51 +00:00
..
abstractanimation.cpp Build++; 2009-11-13 00:18:17 +00:00
abstractanimation.h fix properties 2009-11-12 20:15:43 +00:00
animation.cpp Fix docstrings in Animation. 2009-10-22 19:11:46 +00:00
animation.h export duration as a property 2009-10-22 02:59:36 +00:00
animationgroup.cpp * consolidate the start() methods 2009-10-21 07:51:11 +00:00
animationgroup.h * consolidate the start() methods 2009-10-21 07:51:11 +00:00
expand_p.h mark the private headers as such 2009-10-22 19:46:16 +00:00
expand.cpp fix coding style 2009-10-27 14:22:21 +00:00
fade_p.h use opacity, not a qgraphicseffect, since an item can't have more than 2009-11-11 12:04:58 +00:00
fade.cpp use opacity, not a qgraphicseffect, since an item can't have more than 2009-11-11 12:04:58 +00:00
grow_p.h facotr can be more than 1 2009-10-27 13:59:40 +00:00
grow.cpp Making possible to rewind a grow animation (as also fixing the newHeight parameter). 2009-11-02 08:59:00 +00:00
pause_p.h mark the private headers as such 2009-10-22 19:46:16 +00:00
pause.cpp fix coding style 2009-10-27 14:22:21 +00:00
pulser_p.h Starting to implement pixmap based pulse animation. The first implementation 2009-11-13 01:20:51 +00:00
pulser.cpp Starting to implement pixmap based pulse animation. The first implementation 2009-11-13 01:20:51 +00:00
rotation_p.h fix properties 2009-11-12 20:15:43 +00:00
rotation.cpp fix coding style 2009-10-27 14:22:21 +00:00
rotationstacked.cpp fix properties 2009-11-12 20:15:43 +00:00
rotationstacked.h fix properties 2009-11-12 20:15:43 +00:00
slide_p.h mark the private headers as such 2009-10-22 19:46:16 +00:00
slide.cpp support more directions 2009-10-27 14:33:17 +00:00
stackedlayout.cpp create properties to rotatestackedanimation 2009-10-23 02:45:55 +00:00
stackedlayout.h create properties to rotatestackedanimation 2009-10-23 02:45:55 +00:00