kwin/effects
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
..
blur Changed debug statements in kwin/effects from qDebug() to qCDebug(KWINEFFECTS) 2013-11-29 08:47:56 +01:00
coverswitch Changed debug statements in kwin/effects from qDebug() to qCDebug(KWINEFFECTS) 2013-11-29 08:47:56 +01:00
cube Changed debug statements in kwin/effects from qDebug() to qCDebug(KWINEFFECTS) 2013-11-29 08:47:56 +01:00
dashboard CMake macros porting 2013-11-27 16:11:14 +01:00
desktopgrid Changed debug statements in kwin/effects from qDebug() to qCDebug(KWINEFFECTS) 2013-11-29 08:47:56 +01:00
dialogparent Hook modalChanged signal for DialogParent script 2013-06-26 12:42:09 +02:00
diminactive CMake macros porting 2013-11-27 16:11:14 +01:00
dimscreen Fix no cast to/from ASCII intrduced issues 2013-07-24 09:58:33 +02:00
fade workaround bug #321897 by multiplying fadeout time 2013-09-26 19:43:10 +02:00
fadedesktop SVN_SILENT made messages (.desktop file) 2013-06-09 03:47:41 +00:00
fallapart Changed debug statements in kwin/effects from qDebug() to qCDebug(KWINEFFECTS) 2013-11-29 08:47:56 +01:00
flipswitch Changed debug statements in kwin/effects from qDebug() to qCDebug(KWINEFFECTS) 2013-11-29 08:47:56 +01:00
glide CMake macros porting 2013-11-27 16:11:14 +01:00
highlightwindow Changed debug statements in kwin/effects from qDebug() to qCDebug(KWINEFFECTS) 2013-11-29 08:47:56 +01:00
invert Changed debug statements in kwin/effects from qDebug() to qCDebug(KWINEFFECTS) 2013-11-29 08:47:56 +01:00
kscreen Changed debug statements in kwin/effects from qDebug() to qCDebug(KWINEFFECTS) 2013-11-29 08:47:56 +01:00
login Config interface lib is called kcm_kwin4_genericscripted 2013-06-09 12:27:52 +02:00
logout Changed debug statements in kwin/effects from qDebug() to qCDebug(KWINEFFECTS) 2013-11-29 08:47:56 +01:00
lookingglass Changed debug statements in kwin/effects from qDebug() to qCDebug(KWINEFFECTS) 2013-11-29 08:47:56 +01:00
magiclamp CMake macros porting 2013-11-27 16:11:14 +01:00
magnifier CMake macros porting 2013-11-27 16:11:14 +01:00
maximize SVN_SILENT made messages (.desktop file) 2013-08-13 04:19:10 +00:00
minimizeanimation SVN_SILENT made messages (.desktop file) 2013-06-10 03:46:39 +00:00
mouseclick CMake macros porting 2013-11-27 16:11:14 +01:00
mousemark Changed debug statements in kwin/effects from qDebug() to qCDebug(KWINEFFECTS) 2013-11-29 08:47:56 +01:00
presentwindows [kwin] Use a QIcon in Client for the icons instead of Pixmaps 2013-12-06 14:41:23 +01:00
resize CMake macros porting 2013-11-27 16:11:14 +01:00
scalein ignore minimized windows in scalein effect 2013-09-08 23:43:13 +02:00
screenedge SVN_SILENT made messages (.desktop file) 2013-11-24 06:42:15 +00:00
screenshot Changed debug statements in kwin/effects from qDebug() to qCDebug(KWINEFFECTS) 2013-11-29 08:47:56 +01:00
sheet CMake macros porting 2013-11-27 16:11:14 +01:00
showfps CMake macros porting 2013-11-27 16:11:14 +01:00
showpaint SVN_SILENT made messages (.desktop file) 2013-05-17 09:43:27 +02:00
slide SVN_SILENT made messages (.desktop file) 2013-05-17 09:43:27 +02:00
slideback SVN_SILENT made messages (.desktop file) 2013-11-23 06:30:36 +00:00
slidingpopups Changed debug statements in kwin/effects from qDebug() to qCDebug(KWINEFFECTS) 2013-11-29 08:47:56 +01:00
snaphelper SVN_SILENT made messages (.desktop file) 2013-06-10 03:46:39 +00:00
startupfeedback Changed debug statements in kwin/effects from qDebug() to qCDebug(KWINEFFECTS) 2013-11-29 08:47:56 +01:00
taskbarthumbnail Changed debug statements in kwin/effects from qDebug() to qCDebug(KWINEFFECTS) 2013-11-29 08:47:56 +01:00
thumbnailaside CMake macros porting 2013-11-27 16:11:14 +01:00
trackmouse Changed debug statements in kwin/effects from qDebug() to qCDebug(KWINEFFECTS) 2013-11-29 08:47:56 +01:00
translucency Config interface lib is called kcm_kwin4_genericscripted 2013-06-09 12:27:52 +02:00
windowgeometry CMake macros porting 2013-11-27 16:11:14 +01:00
wobblywindows Changed debug statements in kwin/effects from qDebug() to qCDebug(KWINEFFECTS) 2013-11-29 08:47:56 +01:00
zoom Changed debug statements in kwin/effects from qDebug() to qCDebug(KWINEFFECTS) 2013-11-29 08:47:56 +01:00
CMakeLists.txt [kwin] effects no longer need to link KDE4Support 2013-12-06 07:51:30 +01:00
configs_builtins.cpp Remove K_EXPORT_PLUGIN macros 2013-08-08 13:47:25 +02:00
kwineffect.desktop [kwin] Add a URL property to the kwineffects 2013-12-03 10:27:20 +01:00
logging.cpp Changed debug statements in kwin/effects from qDebug() to qCDebug(KWINEFFECTS) 2013-11-29 08:47:56 +01:00
Messages.sh Remove temporary file 2008-07-02 07:04:51 +00:00