kwin/tabbox
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
..
qml SVN_SILENT made messages (.desktop file) 2012-12-24 09:05:36 +01:00
tests Move Desktop Chain management from Workspace into own class 2013-01-07 09:47:51 +01:00
clientmodel.cpp Fix non-const ref iterator issues reported by Krazy2 checker foreach 2013-01-02 18:35:46 +01:00
clientmodel.h Mark most ctors as explicit as reported by Krazy2 checker 2013-01-02 18:35:46 +01:00
CMakeLists.txt Verify pointer is valid when calculating the longest caption 2012-07-22 19:23:36 +02:00
declarative.cpp Add CMake variable to rename kwin binaries 2012-05-10 10:25:15 +02:00
declarative.h Mark most ctors as explicit as reported by Krazy2 checker 2013-01-02 18:35:46 +01:00
desktopchain.cpp Move Desktop Chain management from Workspace into own class 2013-01-07 09:47:51 +01:00
desktopchain.h Move Desktop Chain management from Workspace into own class 2013-01-07 09:47:51 +01:00
desktopmodel.cpp Remove outdated options from TabBoxConfig 2012-08-10 16:57:25 +02:00
desktopmodel.h Mark most ctors as explicit as reported by Krazy2 checker 2013-01-02 18:35:46 +01:00
kwinwindowswitcher.desktop SVN_SILENT made messages (.desktop file) 2013-01-04 07:44:10 +01:00
tabbox.cpp Move Desktop Chain management from Workspace into own class 2013-01-07 09:47:51 +01:00
tabbox.h Move Desktop Chain management from Workspace into own class 2013-01-07 09:47:51 +01:00
tabboxconfig.cpp Merge branch 'KDE/4.9' 2012-08-11 22:13:59 +02:00
tabboxconfig.h Remove outdated options from TabBoxConfig 2012-08-10 16:57:25 +02:00
tabboxhandler.cpp Fix non-const ref iterator issues reported by Krazy2 checker foreach 2013-01-02 18:35:46 +01:00
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