kwin/tabbox
Martin Gräßlin 69b109b5b9 Adjust the ThumbnailItems to QtQuick2
AbstractThumbnailItem inherits from QQuickPaintedItem using QPainter to
do the fallback painting of icons.

The scene is adjusted to get the information from QQuickItem instead of
QDeclarativeItem. Clipping got a little bit more complex as the clip
path does not exist any more. To get it right the ThumbnailItem needs to
specify the parent it wants to be clipped to with the clipTo property.
E.g.:
clipTo: listView

The scene uses this clipTo parent item to correctly calculate the clip
region. Also the ThumbnailItem needs to have clipping enabled.

Note: this commit currently breaks TabBox as the qml and view are not
yet adjusted. In scripting the export of the item is disabled, but any
qml script using a ThumbnailItem would obviously also fail.
2013-08-09 11:47:17 +02:00
..
qml Adjust the ThumbnailItems to QtQuick2 2013-08-09 11:47:17 +02:00
tests Disable some tests which fail to compile 2013-07-24 09:58:43 +02:00
clientmodel.cpp Use mgraesslin@kde.org for my mail address in Copyright and AboutData 2013-03-12 13:17:53 +01:00
clientmodel.h Use mgraesslin@kde.org for my mail address in Copyright and AboutData 2013-03-12 13:17:53 +01:00
CMakeLists.txt Plasma Package support for desktop switcher layouts 2013-04-24 11:33:06 +02:00
declarative.cpp Merge branch 'master' into frameworks-scratch 2013-08-07 10:10:06 +02:00
declarative.h Disable XEvent filter in tabbox/declarative.(h|cpp) 2013-07-24 09:58:41 +02:00
desktopchain.cpp Move Desktop Chain management from Workspace into own class 2013-01-07 09:47:51 +01:00
desktopchain.h Use Q_SLOTS and Q_SIGNALS instead of slots and signals 2013-07-24 09:46:54 +02:00
desktopmodel.cpp Role names for Desktop Tabbox model 2013-04-24 11:47:15 +02:00
desktopmodel.h Use mgraesslin@kde.org for my mail address in Copyright and AboutData 2013-03-12 13:17:53 +01:00
kwindesktopswitcher.desktop SVN_SILENT made messages (.desktop file) 2013-07-31 06:46:21 +00:00
kwinwindowswitcher.desktop SVN_SILENT made messages (.desktop file) 2013-07-05 03:48:50 +00:00
tabbox.cpp Port away from QApplication::syncX() in TabBox 2013-08-06 11:20:28 +02:00
tabbox.h Enable Key Press/Release events 2013-07-29 09:00:20 +02:00
tabboxconfig.cpp Remove show outline from TabBox 2013-04-24 10:02:57 +02:00
tabboxconfig.h Fix no cast to/from ASCII intrduced issues 2013-07-24 09:58:33 +02:00
tabboxhandler.cpp Merge branch 'master' into frameworks-scratch 2013-08-07 10:10:06 +02:00
tabboxhandler.h Use Q_SLOTS and Q_SIGNALS instead of slots and signals 2013-07-24 09:46:54 +02:00