- 11 Jun, 2022 3 commits
-
-
Fushan Wen authored
-
Fushan Wen authored
It's already set in GridViewInternal.
-
Fushan Wen authored
There is one placeholder message in `KCM.GridView`.
-
- 10 Jun, 2022 5 commits
-
-
Fushan Wen authored
CCBUG: 455129
-
Fushan Wen authored
CCBUG: 455129
-
Fushan Wen authored
Move the position of the image list view to the currently selected item's index. CCBUG: 455129
-
The default settings are set when they are loading. BUG: 454566
-
Fushan Wen authored
The value is to keep compatible with the old feeling defined by "TransitionAnimationDuration" (default: 1000) BUG: 395324 FIXED-IN: 5.26
-
- 09 Jun, 2022 3 commits
-
-
Devin Lin 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"
-
Part of the teams/plasma-mobile/issues#158 initiative
-
- 08 Jun, 2022 5 commits
-
-
Nate Graham authored
gridUnit * 12 is too small and causes things to get cut off. BUG: 449053 FIXED-IN: 5.26
-
This merge request brings the applet in line with the volume control applet's behavior, adding configurability for changing the volume step and defaulting to 5%. Before, this was not configurable and used a hardcoded step of 3%. Code for this was borrowed from plasma/plasma-pa/applet with copyright headers left intact.
-
ivan tkachenko authored
It makes it uniform with most other applets, and for some setups/editors it makes it easier to locate this file.
-
ivan tkachenko authored
Unfortunately, the list<> basic QML type is too primitive, it does not even expose any kind of remove() functionality, so the only supported way is to create a new list and assign it instead. This fixes the bug when there may appear multiple empty or duplicating actions in the expanded view due to the fact they they were only added to but never cleaned up / removed from the list of contextual actions. BUG: 449778
-
ivan tkachenko authored
-
- 07 Jun, 2022 7 commits
-
-
Fabian Vogt authored
If the time between logout and relogin is short enough or a separate session is open during that time, the systemd user instance keeps running. This means that generators like the one for XDG autostart handling aren't run again, which effectively means it's still using the configuration from the previous session. Just reload systemd on every login to make sure its state is fresh.
-
Alexander Lohnau authored
A few KDE versions ago, the KCM and app results were provided by the same plugin. To make sure they do not appear very far down the list, the plugin id is inserted right after the services runner. CCBUG: 446239
-
Fushan Wen authored
A KPackage wallpaper containing a dark variant is added to the test data. CCBUG: 207976
-
Devin Lin authored
-
Fushan Wen authored
CCBUG: 207976
-
Fushan Wen 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"
-
- 06 Jun, 2022 5 commits
-
-
Fushan Wen authored
Dark wallpapers are put in contents/images_dark folder. The dark wallpaper will be used when system color scheme is dark. FEATURE: 207976 FIXED-IN: 5.26
-
Fushan Wen authored
restore(...) will set the wallpaper type from the value of key "wallpaperplugin". BUG: 454597 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"
-
BUG: 454908 FIXED-IN: 5.26
-
- 05 Jun, 2022 7 commits
-
-
C-style pointer casting (CWE-398)
-
Unused variable: list (CWE-563)
-
Variable 'ksplash' is assigned a value that is never used. (CWE-563)
-
Function parameter 'hint' should be passed by const reference. (CWE-398)
-
Fushan Wen authored
-
Fushan Wen authored
The formFactor has been set, either by `ShellCorona::addPanel` or the ctor of `ContainmentPrivate::ContainmentPrivate`, so it's redundant to set the default value here again, or the panel will be added to the top edge again and again.
-
Fushan Wen authored
This prvents the file from being installed with the image package. CCBUG: 358038
-
- 04 Jun, 2022 5 commits
-
-
Fushan Wen authored
This fixes a crash when removing the digital applet from a new panel. BUG: 454846 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"
-
Fushan Wen authored
Enable the apply button after: 1. Drag and drop 2. Add an image using the file dialog 3. Delete an image that is not the currently selected one
-
Fushan Wen authored
Use url data type directly, no need to convert url to string.
-