kwin/kcmkwin/kwintabbox
Martin Gräßlin f98593d3fb Window Thumbnail support for QML
A new QML item "ThumbnailItem" is registered to the TabBox. The
C++ implementation finds the EffectWindow of the TabBox and adds
itself to the EffectWindow.

While rendering the EffectWindow the information for all registered
ThumbnailItems are extracted and the thumbnail is rendered on top
of the EffectWindow.

This has obvious limitations like you cannot put other QML items
on top of the thumbnail. Nevertheless it works well enough to
be a possible replacement for e.g. BoxSwitch effect.

When compositing is disabled an icon is rendered instead of the
Thumbnail.

One TabBox Layout inspired by BoxSwitch Effect is added. For the
KCM small pre-rendered items are used.

REVIEW: 103039
2011-11-10 14:28:06 +01:00
..
qml New TabBox Layout configuration dialog 2011-10-31 08:41:07 +01:00
thumbnails Window Thumbnail support for QML 2011-11-10 14:28:06 +01:00
CMakeLists.txt Window Thumbnail support for QML 2011-11-10 14:28:06 +01:00
kwintabbox.desktop SVN_SILENT made messages (.desktop file) 2011-09-09 09:21:44 +02:00
layoutconfig.cpp Window Thumbnail support for QML 2011-11-10 14:28:06 +01:00
layoutconfig.h New TabBox Layout configuration dialog 2011-10-31 08:41:07 +01:00
main.cpp New TabBox Layout configuration dialog 2011-10-31 08:41:07 +01:00
main.h KWin uses kdelibs coding style. 2011-01-31 20:07:03 +01:00
main.ui raise alt+tab selected window w/o compositing (requires highlight windows option to be checked) 2010-10-17 19:49:07 +00:00
Messages.sh
thumbnailitem.cpp Window Thumbnail support for QML 2011-11-10 14:28:06 +01:00
thumbnailitem.h Window Thumbnail support for QML 2011-11-10 14:28:06 +01:00