kwin/libkwineffects
Martin Gräßlin 2372e02752 [kwin] Use a QIcon in Client for the icons instead of Pixmaps
Client used to have dedicated methods for different icon sizes instead
of combining all pixmaps into one QIcon. This resulted in various parts
of KWin having different access to the icons:
* effects only got one pixmap of size 32x32
* decorations only got the 16x16 and 32x32 pixmaps combined into a QIcon
* tabbox could request all icon sizes, but only as pixmap

Now all sizes are available in one QIcon allowing to easily access the
best fitting icon in a given UI.
2013-12-06 14:41:23 +01:00
..
autotests Unit test for WindowQuadList::makeGrid and ::makeRegularGrid 2013-11-25 09:27:31 +01:00
anidata.cpp Port libkwineffects away from KDebug 2013-09-02 10:43:55 +02:00
anidata_p.h add effect debug interface and dbus export 2013-03-28 20:31:02 +01:00
CMakeLists.txt Added export header through cmake for libkwinglutils 2013-12-03 14:37:29 +01:00
kwinanimationeffect.cpp fix mismatched struct/class forward declaration 2013-09-13 16:52:25 +02:00
kwinanimationeffect.h added export header through cmake for kwineffects 2013-12-02 07:43:26 +01:00
kwinconfig.h.cmake Provide OpenGL over Egl 2012-10-04 17:17:01 +02:00
kwineffects.cpp [kwin] Use a QIcon in Client for the icons instead of Pixmaps 2013-12-06 14:41:23 +01:00
kwineffects.h [kwin] Use a QIcon in Client for the icons instead of Pixmaps 2013-12-06 14:41:23 +01:00
kwinglcolorcorrection.cpp Make everything use org.kde.kded5 for now 2013-11-21 11:51:38 +01:00
kwinglcolorcorrection.h Added export header through cmake for libkwinglutils 2013-12-03 14:37:29 +01:00
kwinglcolorcorrection_p.h Use Q_SLOTS and Q_SIGNALS instead of slots and signals 2013-07-24 09:46:54 +02:00
kwinglobals.h [kwin] Remove include of kdemacros.h from kwinglobals 2013-12-06 08:37:16 +01:00
kwinglplatform.cpp Remove kwinglobals.h include where not needed any more 2013-12-02 07:56:16 +01:00
kwinglplatform.h Added export header through cmake for libkwinglutils 2013-12-03 14:37:29 +01:00
kwingltexture.cpp Remove kwineffects.h include from kwingltexture.cpp 2013-12-02 08:13:08 +01:00
kwingltexture.h Added export header through cmake for libkwinglutils 2013-12-03 14:37:29 +01:00
kwingltexture_p.h Added export header through cmake for libkwinglutils 2013-12-03 14:37:29 +01:00
kwinglutils.cpp Remove kwinglobals.h include where not needed any more 2013-12-02 07:56:16 +01:00
kwinglutils.h Added export header through cmake for libkwinglutils 2013-12-03 14:37:29 +01:00
kwinglutils_funcs.cpp Merge branch 'master' into frameworks-scratch 2013-08-07 10:10:06 +02:00
kwinglutils_funcs.h Added export header through cmake for libkwinglutils 2013-12-03 14:37:29 +01:00
kwinxrenderutils.cpp Remove kwinglobals.h include where not needed any more 2013-12-02 07:56:16 +01:00
kwinxrenderutils.h added export header through cmake for kwineffects 2013-12-02 07:43:26 +01:00
Mainpage.dox Move kwineffects library into own directory 2011-02-19 10:01:31 +01:00
Messages.sh Improve message extraction 2011-02-20 16:02:33 +01:00