- 20 Jun, 2022 2 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
- 19 Jun, 2022 3 commits
-
-
Fushan Wen authored
A redundant variable is removed.
-
Méven Car authored
Aka middle click pasting CCBUG: 441668
-
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"
-
- 18 Jun, 2022 2 commits
-
-
ivan tkachenko authored
This turns out to be quite a refactoring, but in the end we get a flattened component hierarchy, consistent structure and behavior, and of course the keyboard navigation (Meta+Alt+P). For feature parity, minimizeall applet now also have a parity action from its sister-applet. BUG: 454651
-
ivan tkachenko authored
-
- 17 Jun, 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"
-
- 15 Jun, 2022 2 commits
-
-
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"
-
- 14 Jun, 2022 3 commits
-
-
-
`wallpaperGraphicsObject`, `wallpaper` or `wallpaperInterface` is not set before calling `ContainmentInterface::loadWallpaper()`, so wait until `wallpaperInterfaceChanged` signal is emitted. At that time `applyWallpaper()` will call `syncWallpaperObjects()` to update `wallpaperConfiguration`. BUG: 407619 FIXED-IN: 5.24.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"
-
- 13 Jun, 2022 6 commits
-
-
Fushan Wen authored
No need to set panel.location as ShellCorona::addPanel will automatically pick one available edge.
-
ivan tkachenko authored
-
The `spacingAtMinSize` will be used to calculate the container margins. `Math.floor` is used to get a more consistent scaling when the panel height is changed BUG: 454810
-
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"
-
Script Kiddy authored
-
- 12 Jun, 2022 10 commits
-
-
-
-
-
-
GIT_SILENT
-
David Edmundson authored
Type=Service should not be used for autostart applications, it's for plugins. This resulted in kaccess being "correctly" skipped by the XDG autostart generator in the systemd boot. BUG: 455175
-
Ahmad Samir authored
This way we get a build time warning if the var isn't defined at all, e.g. a missing check_include_files() CMake call.
-
Ahmad Samir authored
-
Ahmad Samir 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"
-
- 11 Jun, 2022 1 commit
-
-
Ahmad Samir authored
So that KGloalAccel::MatchType can be found: In file included from /builds/plasma/plasma-desktop/kcms/keys/kcm_keys.cpp:23: /builds/plasma/plasma-desktop/_build/kcms/keys/kglobalaccel_interface.h:129:105: error: ‘KGlobalAccel’ has not been declared 129 | inline QDBusPendingReply<QList<KGlobalShortcutInfo> > globalShortcutsByKey(const QKeySequence &key, KGlobalAccel::MatchType matchType) And kglobalaccel.h already includes kglobalshortcutinfo.h
-
- 09 Jun, 2022 3 commits
-
-
Ismael Asensio authored
This setting was enabled to make the KCM defaults slightly more consistent, as the partial settings `AutomountOnLogin` and `AutomountOnAttached` are enabled by default and the KCM enables the general `AutomountEnabled` settings from those. But this seems to be problematic for some use cases (reported on fresh-installed systems like Fedora), so we need to disable it by default. As the KCM compose the general option from the two partial ones, we need to disable them too, so they're in sync and the Default state is stable.
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
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"
-
- 07 Jun, 2022 2 commits
-
-
Fushan Wen authored
Only fallback to highlight color if the dominant color is too light or too dark.
-
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"
-
- 06 Jun, 2022 1 commit
-
-
Fushan Wen authored
This avoids extracting colors from wallpapers during transitions. CCBUG: 454908
-
- 05 Jun, 2022 1 commit
-
-
Fushan Wen authored
x === 0 && y === 0: when adding a new application icon applet from Kickoff context menu. BUG: 454581 FIXED-IN: 5.25
-
- 04 Jun, 2022 2 commits
-
-
Fushan Wen authored
The hack depends on the panel's width, but after adding back lastSpacer, the condition is false and hence the new panel applet order is reverted again. This reverts a little more code introduced in panel refactoring to fix the bug.
-
Fushan Wen authored
This allows changing the apply button status from a wallpaper plugin.
-
- 03 Jun, 2022 1 commit
-
-
`lastSpacer` is still required because depending on implicitWidth/implicitHeight is not reliable as they are usually updated too late in a layout. BUG: 454095 BUG: 454517 FIXED-IN: 5.25
-