SVN commit 1187793 by chani: Activity session support this implements dbus methods in kwin for saving & restoring activities. internally, kwin creates "sub-sessions" in kwin and ksmserver to represent the saved activities. ksmserver doesn't need to know what activities are :) at the moment the code includes some fake information; it will be changed to use the real stuff once the activities service code is in. M +4 -0 ksmserver/legacy.cpp M +11 -0 ksmserver/org.kde.KSMServerInterface.xml M +9 -1 ksmserver/server.cpp M +17 -1 ksmserver/server.h M +101 -5 ksmserver/shutdown.cpp M +33 -2 ksmserver/startup.cpp M +6 -0 kwin/org.kde.KWin.xml M +148 -18 kwin/sm.cpp M +8 -0 kwin/workspace.h http://websvn.kde.org/?view=rev&revision=1187793