kwin/plugins
David Edmundson 446e23af5a [aurorae] Fix crash on KCM teardown with Qt5.14
Summary:
Context behaviour subtly changed in Qt5.14 which has exposed some
questionable things in this KCM.

Auorae::Decoration is a context property of the loaded QML.

QObject::~QObject signals it's own deletion before deleting children.
This means the bindings of loaded QML update in particular

aurorae.qml
   DecorationOptions {
        id: options
        deco: decoration
    }

DecorationOptions has a pointer to the previously set decoration which
is now dangling, and we crash.

Rather than adding more guards and smart pointers in DecorationOptions,
this patch deletes the QQmlContext before deleting the context
properties that we expose.

It also moves unreferring the shared qmlcontext we inherit from till
after we've deleted the child context, because it didn't make sense.

Test Plan:
Opened KCM
Closed the KCM
didn't crash

Reviewers: #kwin, zzag

Reviewed By: #kwin, zzag

Subscribers: kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D24594
2019-10-15 12:40:55 +01:00
..
idletime Use nullptr everywhere 2019-09-19 17:48:21 +03:00
kdecorations [aurorae] Fix crash on KCM teardown with Qt5.14 2019-10-15 12:40:55 +01:00
kglobalaccel Use nullptr everywhere 2019-09-19 17:48:21 +03:00
kpackage SVN_SILENT made messages (.desktop file) - always resolve ours 2019-08-30 05:26:49 +02:00
platforms [platforms/drm] Disable transformations 2019-10-13 15:52:31 -04:00
qpa Fix a link error when building kwin. 2019-09-18 11:45:23 +02:00
scenes Use lambdas for queued invocation of composition suspending 2019-09-26 16:09:16 +01:00
windowsystem Cleanup style in CMakeLists.txt files 2019-09-17 16:03:05 +03:00
CMakeLists.txt Cleanup style in CMakeLists.txt files 2019-09-17 16:03:05 +03:00