kwin/effects/sheet
Martin Gräßlin f213b7da70 Drop KWin::TimeLine from kwineffects
The KWin::TimeLine class was only a small wrapper around QTimeLine
without adding anything to QTimeLine what is not present in QTimeLine.
The initial idea was to make it possible to provide more curve shapes.
This is now obsoleted by Qt shipping more useful curves with QTimeLine.

So let's clean up a little bit and use QTimeLine directly instead of
the small wrapper.

All effects are adjusted to use QTimeLine directly.
2011-03-14 22:50:05 +01:00
..
CMakeLists.txt Add new "sheet" effect based on fade. This effect animates appearing and disappearing of modal dialogs. Inspired by a Compiz Fusion effect (http://smspillaz.wordpress.com/2008/12/23/they-say-when-you-start-something/) and seems to be a Mac OS X animation as well. 2009-02-17 21:13:00 +00:00
sheet.cpp Drop KWin::TimeLine from kwineffects 2011-03-14 22:50:05 +01:00
sheet.desktop SVN_SILENT made messages (.desktop file) 2011-02-03 07:25:47 +01:00
sheet.h Drop KWin::TimeLine from kwineffects 2011-03-14 22:50:05 +01:00