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
mock_tabboxclient.cpp
mock_tabboxclient.h
mock_tabboxhandler.cpp
mock_tabboxhandler.h
test_desktopchain.cpp Move Desktop Chain management from Workspace into own class 2013-01-07 09:47:51 +01:00
test_tabbox_clientmodel.cpp
test_tabbox_clientmodel.h
test_tabbox_config.cpp
test_tabbox_handler.cpp