kwin/effects/presentwindows
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
..
CMakeLists.txt CMake macros porting 2013-11-27 16:11:14 +01:00
main.qml Merge branch 'master' into frameworks-scratch 2013-08-07 10:10:06 +02:00
presentwindows.cpp [kwin] Use a QIcon in Client for the icons instead of Pixmaps 2013-12-06 14:41:23 +01:00
presentwindows.desktop SVN_SILENT made messages (.desktop file) 2013-06-10 03:46:39 +00:00
presentwindows.h Fix rendering errors of close window button in Present Windows 2013-10-25 12:57:34 +02:00
presentwindows.kcfg Use KConfigXT in PresentWindows Effect 2012-09-14 10:39:28 +02:00
presentwindows_config.cpp Port KWin effects away from KAction and KShortcut to Qt5/KF5 classes. 2013-08-15 04:13:12 +09:00
presentwindows_config.desktop SVN_SILENT made messages (.desktop file) 2013-01-26 13:21:28 +01:00
presentwindows_config.h Use Q_SLOTS and Q_SIGNALS instead of slots and signals 2013-07-24 09:46:54 +02:00
presentwindows_config.ui Use KShortcutsEditor directly instead of subclass 2013-09-09 06:57:06 +02:00
presentwindows_proxy.cpp KWin uses kdelibs coding style. 2011-01-31 20:07:03 +01:00
presentwindows_proxy.h Mark most ctors as explicit as reported by Krazy2 checker 2013-01-02 18:35:46 +01:00
presentwindowsconfig.kcfgc Use KConfigXT in PresentWindows Effect 2012-09-14 10:39:28 +02:00