- 14 Jun, 2022 3 commits
-
-
ivan tkachenko authored
-
ivan tkachenko authored
-
Fushan Wen authored
After the system tray popup is resized, the grid view should behave like Kickoff to show more tasks in a row.
-
- 13 Jun, 2022 7 commits
-
-
After location is set, one layout script will usually start adding widgets. It's required to emit formFactorChanged() to update plasmoid.formFactor bindings in QML side to avoid Layout issues. See isHorizontal in plasma-desktop/containments/panel/contents/ui/main.qml
-
Fushan Wen authored
This makes ImageBackend lighter.
-
Fushan Wen authored
-
Fushan Wen authored
This drops a redundant conversion.
-
Fushan Wen authored
This simplifies ImageBackend, and makes the config dialog load slightly faster.
-
Jonathan Marten authored
Clipboard history item actions are added to the menu by KlipperPopup::rebuild() or PopupProxy::tryInsertItem(). The actions are removed from the menu again at the start of KlipperPopup::rebuild(), but were never deleted.
-
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"
-
- 12 Jun, 2022 5 commits
-
-
Alexander Lohnau authored
BUG: 454829
-
Fushan Wen authored
-
Fushan Wen authored
-
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"
-
- 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 2 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
-