- 04 Sep, 2022 6 commits
-
-
Alexander Lohnau authored
-
Alexander Lohnau authored
-
Alexander Lohnau authored
By excluding deprecated code, we no longer need this
-
Volker Krause authored
We no longer need that and can use new Qt 5.15 syntax.
-
Volker Krause authored
The base class for this has an action property in Qt 6.
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 03 Sep, 2022 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 02 Sep, 2022 4 commits
-
-
Volker Krause authored
Qt 6 no longer allows exporting gadgets with an uppercase name. Namespaces work just as well here, but we unfortunately have this problem also in other places where the solution is less straightforward.
-
-
This takes care of setting the proper window title
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 01 Sep, 2022 8 commits
-
-
Fushan Wen authored
Fix build on openSUSE Leap, which only has cmake 3.20.
-
-
The component will be reused in compact representation.
-
-
ivan tkachenko authored
-
Nicolas Fella authored
Track the selected GTK theme in the model only. This fixes setting to default when the GTK pages was never opened Override isSaveNeeded instead of calling setNeedsSave, this fixes the apply button enablement
-
Natalie Clarius authored
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 31 Aug, 2022 2 commits
-
-
Natalie Clarius authored
BUG: 390021
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 30 Aug, 2022 6 commits
-
-
Already provided by the FindIsoCodes module from extra-cmake-modules. Fixes a cmake warning.
-
It's needed for kcmutils_generate_desktop_file() at least.
-
It's already required further up: find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS ... ItemModels ...) GIT_SILENT
-
ivan tkachenko authored
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
- 29 Aug, 2022 4 commits
-
-
Nicolas Fella authored
The intention of this code appears to be finding system tray applets, since the systemtray is a containment within another applet/containment However the code causes an infinit recursion since we are calling addContainment on the same containment again The recursion also is unnecessary since corona->containments() already lists the system tray containment, so we don't need to find it by recursing through the panel's children
-
-
Nicolas Fella authored
The GTK theme name is not managed by KConfigXT, we need to manually track that when determining whether the Defaults button is enabled BUG: 458292
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 28 Aug, 2022 3 commits
-
-
Fushan Wen authored
This fixes that the titlebar does not update its accent color when switching from transparent to another color. Test: choose From current color scheme, apply and then choose From wallpaper, apply.
-
Fushan Wen authored
Use the proper DBus signal to notify the change of accentColorFromWallpaper. applyScheme needs the latest accentColor but when it's called from `KCMColors::saveColors()`, the accent color in kdeglobals is still old, that's why the hack works by saving the value before `ManagedConfigModule::save()`. Therefore we can pass the latest accent color value to applyScheme to fix it and remove the ugly hack.
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 27 Aug, 2022 5 commits
-
-
-
Nate Graham authored
1. Don't assume what the parent item is 2. Use standard icon sizes rather than multiples of GridUnit
-
Fushan Wen authored
This is expected to slightly improve efficiency.
-
Fushan Wen authored
The current wallpaper image can be set by a Plasma script. In that case, the wallpaper is not added to the list, so also check the current image is already added after opening the config dialog. BUG: 458364 FIXED-IN: 5.26
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 26 Aug, 2022 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-