kwin/tabbox
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
..
qml SVN_SILENT made messages (.desktop file) 2013-11-29 04:26:30 +00:00
tests Improve CMake usage 2013-11-15 13:37:47 +01:00
clientmodel.cpp
clientmodel.h
CMakeLists.txt
declarative.cpp [kwin] Use a QIcon in Client for the icons instead of Pixmaps 2013-12-06 14:41:23 +01:00
declarative.h
desktopchain.cpp
desktopchain.h
desktopmodel.cpp
desktopmodel.h
kwindesktopswitcher.desktop SVN_SILENT made messages (.desktop file) 2013-11-23 03:52:00 +00:00
kwinwindowswitcher.desktop
tabbox.cpp [kwin] Use a QIcon in Client for the icons instead of Pixmaps 2013-12-06 14:41:23 +01:00
tabbox.h [kwin] Use a QIcon in Client for the icons instead of Pixmaps 2013-12-06 14:41:23 +01:00
tabboxconfig.cpp
tabboxconfig.h
tabboxhandler.cpp
tabboxhandler.h [kwin] Use a QIcon in Client for the icons instead of Pixmaps 2013-12-06 14:41:23 +01:00