Laurent Montel
2543f1b843
GIT_SILENT: use Q_EMIT
4 years ago
Aleix Pol
6869c5292f
shell: --warnings, port away from deprecated APIs
5 years ago
Alexander Lohnau
c11051955d
Convert license headers to SPDX
5 years ago
Alexander Lohnau
823d2106ec
Run clang-format
...
If you want git blame to ignore formatting revisions run:
git config blame.ignoreRevsFile .git-blame-ignore-revs
5 years ago
Nicolas Fella
7f19b349d2
Add trailing comma to braced initializers
...
This has two advantages: It improves the diff when adding a new item and prevents clang-format from formatting them into one line.
5 years ago
David Redondo
4fc03b71d7
Port usages of deprecated KPluginInfo to KPluginMetadata
...
For the interactive console this is done in !158
6 years ago
David Edmundson
e745c7c7c8
Port old style connects
...
Done with clazy
6 years ago
Yuri Chornoivan
3be08932a6
Fix minor typos and issues found by EBN
7 years ago
Laurent Montel
e1b9f53dff
Add some QStringLiteral
8 years ago
Laurent Montel
42db878101
Use nullptr. Port some code for compiling with strict flags
8 years ago
David Faure
d02f03f46e
Fix compilation with current cmake (git branch release).
...
I don't see what the private/ in front of the moc_ filenames was for anyway.
9 years ago
Kai Uwe Broulik
3f093c395b
[CurrentContainmentActionsModel] Emit configurationChanged when action is added/removed/edited
...
Removes the need for the UI to explicitly do this on every action.
Differential Revision: https://phabricator.kde.org/D7626
9 years ago
Kai Uwe Broulik
3257f5f923
[CurrentContainmentActionsModel] Add configurationChanged signal
...
This allows the config UI to know when to enable the Apply button.
Currently we only do that when the shortcut or actions themselves change but not their configuration.
Differential Revision: https://phabricator.kde.org/D6443
9 years ago
David Faure
052ab380b6
Fix compilation with current cmake (git branch release).
...
I don't see what the private/ in front of the moc_ filenames was for anyway.
9 years ago
Kai Uwe Broulik
e5e0e91daa
[CurrentContainmentActionsModel] Allow making the action about dialog modal
...
This adjusts the "configure" dialog in the same way as the "about" dialog I fixed in 2f66c0d11c
Differential Revision: https://phabricator.kde.org/D6440
9 years ago
Kai Uwe Broulik
2f66c0d11c
[CurrentContainmentActionsModel] Allow making the action about dialog modal
...
Differential Revision: https://phabricator.kde.org/D4567
9 years ago
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