Ivan Čukić
3c2604059a
Deleting the about dialog when it gets closed
...
Summary:
We are providing the parent if it is a QWidget, but still,
there is no need to have this window remain in memory
after closing.
If the parent is not a QWidget, this is a memory leak.
Reviewers: mart, #plasma, davidedmundson
Reviewed By: #plasma, davidedmundson
Subscribers: plasma-devel
Tags: #plasma
Differential Revision: https://phabricator.kde.org/D2549
10 years ago
Marco Martin
7c96cb370a
more specific dialog title
10 years ago
Aleix Pol
d19b942775
Drop usage of Qt4Support
...
Where KDELibs4Support is not being used.
REVIEW: 126994
10 years ago
Kai Uwe Broulik
c8e71c462c
[Containment Actions] Send along proper wheel orientation
...
BUG: 356799
FIXED-IN: 5.5.2
REVIEW: 126432
10 years ago
Montel Laurent
a007f294b4
Use new connect api + QStringLiteral
11 years ago
David Edmundson
98e63f95e7
Remember to connect the button box to the dialog
...
BUG: 351981
11 years ago
David Edmundson
a084eaa484
If we remove a config action, close any open dialogs for that action
...
BUG: 351748
REVIEW: 124944
11 years ago
David Edmundson
8b16d75ad9
Don't delete containment actions config dialog twice
...
We already have configDlg->setAttribute(Qt::WA_DeleteOnClose) we don't
need to be quite so enthusiastic.
11 years ago
Marco Martin
7c372a795b
guard against loading of an invalid plugin
...
in some conditions like corrupted config files plugin loading could fail
BUG:346200
11 years ago
David Edmundson
d7c3d2cfd7
Remove deprecated aboutData.setProgramIconName
11 years ago
Marco Martin
b65eb9a635
don't try to translate QByteArray()
...
also, proper contexts for containmentactions messages
BUG:336149
12 years ago
Martin Gräßlin
3f1207fcf9
Adjust to changes in KAboutData
...
This should fix the build.
12 years ago