kwin/tabbox/tests
Martin Gräßlin 9f85f7f597 Port non-composited Outline to XCB
Use xcb to create and manage the X11 backend of Outline. In addition the
used background pixmaps are rendered with XRender instead of using a
QPainter on a QPixmap. This is done because QPixmap is no longer bound to
an X Pixmap.

To create the XRender Picture the available functionality from
kwinxrenderutils is used. To be able to use it in KWin core the compile
option to build without XRender is removed for kwinxrenderutils, but
still supported for effects.

Obviously the port to XCB is not complete as xremderutils itself is still
on XLib.

REVIEW: 108642
2013-02-04 08:55:21 +01:00
..
CMakeLists.txt Move Desktop Chain management from Workspace into own class 2013-01-07 09:47:51 +01:00
mock_declarative.cpp Verify pointer is valid when calculating the longest caption 2012-07-22 19:23:36 +02:00
mock_tabboxclient.cpp Verify pointer is valid when calculating the longest caption 2012-07-22 19:23:36 +02:00
mock_tabboxclient.h Verify pointer is valid when calculating the longest caption 2012-07-22 19:23:36 +02:00
mock_tabboxhandler.cpp Ensure that the start Client to build up the ClientModel is in the Focus Chain 2012-09-05 20:55:07 +02:00
mock_tabboxhandler.h Port non-composited Outline to XCB 2013-02-04 08:55:21 +01:00
test_desktopchain.cpp Move Desktop Chain management from Workspace into own class 2013-01-07 09:47:51 +01:00
test_tabbox_clientmodel.cpp Ensure that the start Client to build up the ClientModel is in the Focus Chain 2012-09-05 20:55:07 +02:00
test_tabbox_clientmodel.h Ensure that the start Client to build up the ClientModel is in the Focus Chain 2012-09-05 20:55:07 +02:00
test_tabbox_config.cpp Adding a unit test for TabBoxConfig 2012-08-26 20:22:51 +02:00
test_tabbox_handler.cpp Verify QVariant is valid before casting to Client* 2012-08-17 17:48:15 +02:00