This revision was automatically updated to reflect the committed changes.
Closed by commit R114:19784bfc4b9c: [comic] Make sure KNS download dialog is
destroyed (authored by anthonyfieroni).
REPOSITORY
R114 Plasma Addons
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D9131?vs=23461&id
anthonyfieroni updated this revision to Diff 23461.
anthonyfieroni added a comment.
Ability to detect delete on close.
REPOSITORY
R114 Plasma Addons
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D9131?vs=23457&id=23461
REVISION DETAIL
https://phabricator.kde.org/D9131
AFFECTED
anthonyfieroni updated this revision to Diff 23457.
anthonyfieroni added a comment.
Oh i revert patch, DownloadDialog expect Widget as its parent.
REPOSITORY
R114 Plasma Addons
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D9131?vs=23413&id=23457
REVISION DETAIL
https://phabric
anthonyfieroni updated this revision to Diff 23413.
anthonyfieroni added a comment.
Take ownership of DownloadDialog.
REPOSITORY
R114 Plasma Addons
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D9131?vs=23339&id=23413
REVISION DETAIL
https://phabricator.kde.org/D9131
AFFECTED
davidedmundson accepted this revision.
davidedmundson added a comment.
This revision is now accepted and ready to land.
Personally I'd have just set a parent when creating the new
KNS3::DownloadDialog.
If someone ever did change this code so it deletes on close, the old code
would have h
anthonyfieroni added a comment.
It's called only from here ->
https://phabricator.kde.org/source/kdeplasma-addons/browse/master/applets/comic/package/contents/ui/configGeneral.qml$91
REPOSITORY
R114 Plasma Addons
REVISION DETAIL
https://phabricator.kde.org/D9131
To: anthonyfieroni, davi
apol added a comment.
QScopedPointer won't be checking if the object has been destroyed. Are you
sure it will never happen?
If so, +1.
REPOSITORY
R114 Plasma Addons
REVISION DETAIL
https://phabricator.kde.org/D9131
To: anthonyfieroni, davidedmundson, broulik
Cc: apol, plasma-devel, Zr
anthonyfieroni created this revision.
anthonyfieroni added reviewers: davidedmundson, broulik.
Restricted Application added a project: Plasma.
Restricted Application added a subscriber: plasma-devel.
TEST PLAN
When DownloadDialog is not destroyed KNS3 engine not store registry of
installed/upgr