- 02 Sep, 2022 3 commits
-
-
-
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"
-
- 25 Aug, 2022 6 commits
-
-
Fushan Wen authored
This allows better support for arrow key navigation in applets.
-
Fushan Wen authored
-
This is shown in the KDED KCM, pick something more consistent with other module names
-
Kai Uwe Broulik authored
This avoids showing paths like /tmp/somefile as "500 GiB Internal Hard Drive/tmp/somefile", or "Root/tmp/somefile". It's more sensible to show the actual path in this case.
-
Nate Graham authored
This reverts commit d0537bc5. This breaks the layout and has to be reverted for now, pending a non-regressing port.
-
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"
-
- 24 Aug, 2022 2 commits
-
-
Volker Krause authored
-
ivan tkachenko authored
/usr/share/plasma/plasmoids/org.kde.plasma.panelspacer/contents/ui/main.qml:39:5: Unable to assign [undefined] to QQuickGridLayout*
-