kwin/effects/coverswitch
Martin Gräßlin 465fd0fbca We have to keep track of the currentTabBoxWindowList in tabbox effects:
when a client closes, windowClosed is called before it is removed from the list.
So we have to remove it from our list and make sure it isn't used any more.
And just to be sure we reference the window and unref after the effect closes.
The windowList is only changed in tabBoxAdded and tabBoxUpdated.
BUG: 184602

svn path=/trunk/KDE/kdebase/workspace/; revision=1016998
2009-08-29 14:23:30 +00:00
..
CMakeLists.txt Cleaned up the effects/ directory by moving each individual effect into 2009-02-05 15:35:38 +00:00
coverswitch.cpp We have to keep track of the currentTabBoxWindowList in tabbox effects: 2009-08-29 14:23:30 +00:00
coverswitch.desktop SVN_SILENT made messages (.desktop file) 2009-08-23 12:06:49 +00:00
coverswitch.h We have to keep track of the currentTabBoxWindowList in tabbox effects: 2009-08-29 14:23:30 +00:00
coverswitch_config.cpp Use KIntSpinBox instead of QSpinBox for better integration with KDE. As a bonus this allows to use plural suffix in spinboxes since KDE 4.3 if necessary. 2009-06-30 20:09:04 +00:00
coverswitch_config.desktop SVN_SILENT made messages (.desktop file) 2009-08-23 12:06:49 +00:00
coverswitch_config.h Cleaned up the effects/ directory by moving each individual effect into 2009-02-05 15:35:38 +00:00
coverswitch_config.ui Use KIntSpinBox instead of QSpinBox for better integration with KDE. As a bonus this allows to use plural suffix in spinboxes since KDE 4.3 if necessary. 2009-06-30 20:09:04 +00:00