kwin/kcmkwin/kwindecoration/declarative-plugin
Martin Gräßlin 484e4be7f6 [kcmkwin/deco] Delay deleting of PreviewBridge
Our decoration is deleted using deleteLater() and that might cause access
to the bridge. Given that we also need to deleteLater() the
PreviewBridge.

To do so the PreviewBridge is no longer directly exposed to QML, but
in a wrapper object which holds the bridge as only element.

BUG: 344278
FIXED-IN: 5.4.3
REVIEW: 125724
2015-10-20 14:33:15 +02:00
..
CMakeLists.txt [decorations] Introduce logging category for decorations 2015-07-31 13:13:46 +02:00
buttonsmodel.cpp [kcmkwin/deco] Bring back a decoration buttons configuration interface 2014-12-09 16:07:27 +01:00
buttonsmodel.h [kcmkwin/deco] Bring back a decoration buttons configuration interface 2014-12-09 16:07:27 +01:00
plugin.cpp [kcmkwin/deco] Delay deleting of PreviewBridge 2015-10-20 14:33:15 +02:00
plugin.h [kcmkwin/kwindecoration] Import a new decoration configuration module 2014-10-31 07:53:04 +01:00
previewbridge.cpp [kcmkwin/deco] Delay deleting of PreviewBridge 2015-10-20 14:33:15 +02:00
previewbridge.h [kcmkwin/deco] Delay deleting of PreviewBridge 2015-10-20 14:33:15 +02:00
previewbutton.cpp [kcmkwin/deco] Bring back a decoration buttons configuration interface 2014-12-09 16:07:27 +01:00
previewbutton.h [kwindecoration] Add a PreviewButtonItem to the declarative plugin 2014-11-03 16:12:54 +01:00
previewclient.cpp Adapt to KDecoration API changes 2015-03-31 15:26:55 +02:00
previewclient.h Adapt to KDecoration API changes 2015-03-31 15:26:55 +02:00
previewitem.cpp Avoid deleting an engine whilst components from our engine are still in use 2015-01-28 14:12:25 +01:00
previewitem.h [kdecoration2] Decoration::shadow returns QSharedPointer 2014-12-01 09:40:24 +01:00
previewsettings.cpp [kcmkwin/deco] Bring back a decoration buttons configuration interface 2014-12-09 16:07:27 +01:00
previewsettings.h [kcmkwin/deco] Bring back a decoration buttons configuration interface 2014-12-09 16:07:27 +01:00
qmldir [kcmkwin/kwindecoration] Import a new decoration configuration module 2014-10-31 07:53:04 +01:00