kwin/tabbox/tests
Martin Gräßlin 1d959dea64 Move Desktop Chain management from Workspace into own class
Most recently used virtual desktop chain is only used in the context of
TabBox and therefore moved into this namespace. KWin uses one desktop
chain for each activity. This is mapped by having multiple DesktopChains.
In addition there is a DesktopChainManager which contains all those
chains which are identified by a QString.

The manager gets connected to the signals emitted by VirtualDesktopManager
for changes in virtual desktops and to signals related to Activities
emitted by Workspace. This means the manager is rather generic as it does
not depend on any other components.
2013-01-07 09:47:51 +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 Ensure that the start Client to build up the ClientModel is in the Focus Chain 2012-09-05 20:55:07 +02: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