- 16 Dec, 2021 4 commits
-
-
OSD for alternative shortcut has been removed in 9021b3cb, because that approach don't work well with new layout applet. New approach intends to make OSD behavior almost identical on X11/ Wayland - OSD should only pop up on keyboard shortcut and not on the applet click/mouse wheeling. Also, it implements OSD for the Main shortcut. BUG: 408928
-
Not needed on X BUG:443968
-
Arjen Hiemstra authored
The default values are the default, so this doesn't make a lot of sense. BUG: 427771
-
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 Dec, 2021 5 commits
-
-
Fushan Wen authored
Before: 1. width: 2-3 divisions, 1 comparison 2. height: 3-2 divisions, 1 comparison After: 1. scaleFactor: 2 divisions, 1 comparison 2. width/height: no division or comparison
-
Nicolas Fella authored
Close the entry tag before defining a new one
-
Alexander Lohnau authored
This is installed as part of the kpackage, but we don't read it anywhere. It seems like it was a leftover from when it was relevant for KServiceTypeTrader.
-
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
-
- 14 Dec, 2021 4 commits
-
-
Aleix Pol Gonzalez authored
And anyone whose system is like Nate's
-
Laurent Montel authored
-
Aleix Pol Gonzalez authored
Otherwise called Wacom tablets, that is. This is using the same InputDevice dbus interfaces we use for the mouse and touchpad kcms.
-
- 13 Dec, 2021 6 commits
-
-
Just a bit of code cleanup and also moving the scrollbar margins to the padding. The view probably shouldn't overlap the scrollbar.
-
It was messed up after the previous commit
-
BUG: 443131
-
When there's only one visible window on a virtual desktop, the window's title is not wrapped in <ul> but rather rendered as a plain text, so two <br> tags are actually needed to make a blank line between the two sections.
-
This allows reversing the alignment of tasks for horizontal panels, which can be a useful thing depending on the other arrangement of applets on the panel. For example having the Task Manager be right-aligned is preferable when it's next to a (left-aligned) Global Menu applet.
-
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 Dec, 2021 3 commits
-
-
Laurent Montel 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 Dec, 2021 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"
-
- 10 Dec, 2021 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"
-
- 09 Dec, 2021 16 commits
-
-
-
-
-
The desktop file name is derived from the plugins id, without the renaming the files could not be found
-
This is where systemsettings will look for plugins when not going thourgh KServiceTypeTarder. This also embeds json metadata in plugins that don't embed it already. Task: https://phabricator.kde.org/T14517
-
This way the task manager can still pin the KCM or they can be linked to the desktop. Internally this requires a KService, which is provided with the installed desktop file. Task: https://phabricator.kde.org/T14517
-
The removed entries are contained in the metadata json files, which are used by plasma-settings and systemsettings. The desktop files will only be relevant for the task manager integration.
-
-
The KCM got already moved to plasma-workspace
-
Mikel Johnson authored
We generally don't use arrows in sidebars unless it's a subcategory that opens another list (like settings/discover sidebar). Other launchers like kickerdash also lack arrows. We also get more space for labels before the sidebar has to expand.
-
Using `QTimer::singleShot` to call `Backend::updateWindowHighlight` is effective to avoid unnecessary window highlight updates when scrolling in task tooltips. BUG: 446672
-
Nate Graham authored
BUG: 446716 FIXED-IN: 5.24
-
Mikel Johnson authored
-