- 02 Jun, 2022 9 commits
-
-
ivan tkachenko authored
The only way when an Item typed property would be false in boolean context is when it is null anyway.
-
ivan tkachenko authored
-
ivan tkachenko authored
-
ivan tkachenko authored
-
ivan tkachenko authored
Regarding [].includes(), I stand by the point that QML engine should be perfectly capable of optimizing such expressions in JIT down to a pair of (>= && <=) checks -- given that enum members are continuous.
-
ivan tkachenko authored
-
ivan tkachenko authored
-
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"
-
- 31 May, 2022 3 commits
-
-
Alexander Lohnau authored
-
Alexander Lohnau authored
This also fixes the plasmasearch KCM pretending to be changed when only the KRunner specific options have been changed.
-
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 May, 2022 1 commit
-
-
The panel focus shortcut is Meta+Alt+P. This keeps the old behavior. BUG: 453166 FIXED-IN: 5.25 CCBUG: 352476
-
- 29 May, 2022 1 commit
-
-
It's the same components just in a different place. No need to do much porting.
-
- 28 May, 2022 2 commits
-
-
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
-
- 27 May, 2022 2 commits
-
-
See the discussion in frameworks/plasma-framework!500. BUG: 411462 BUG: 332512
-
The "middle" variable was not declared as var, and it raised an exception when trying to set a value to it. BUG: 454105 FIXED-IN: 5.25
-
- 25 May, 2022 3 commits
-
-
Fushan Wen authored
This reverts commit 199ff3d4
-
Fushan Wen authored
Depending on layout's children is not reliable enough, because when adding applets, one applet can be already in `appletsModel` but not in the layout before the layout polish loop is finished.
-
Fushan Wen authored
childAt in currentLayout will return nothing when the initialization process is still running, which will place the icon applet at a wrong position and ruin the order of other applets. BUG: 454105 FIXED-IN: 5.25
-
- 23 May, 2022 1 commit
-
-
Niccolò Venerandi authored
BUG:454175
-
- 22 May, 2022 3 commits
-
-
Alexander Lohnau authored
BUG: 451422 FIXED-IN: 5.25
-
Volker Krause authored
No longer implicitly included with KF deprecation level 5.94.
-
Volker Krause authored
-
- 21 May, 2022 1 commit
-
-
Ivan Čukić authored
We are using the activities database just to load the list of applications, no need to keep it alive forever.
-
- 20 May, 2022 1 commit
-
-
Alexander Lohnau authored
In other access KCM we already call the executable directly using QProcess. Task: https://phabricator.kde.org/T15468
-
- 19 May, 2022 4 commits
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Fushan Wen authored
childAt won't find any applet when adding a new preset panel because all applets don't have a valid width during initialization. But when replacing the leftmost/topmost widget with an alternative, `childAt` also can't find any applet. The difference is when replacing, layout's width is larger than 0 because other applets have valid widths. BUG: 453998 FIXED-IN: 5.25
-
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 May, 2022 7 commits
-
-
This makes the panel account for the change in size so that its minimum width or height isn't too big. BUG: 453102 FIXED-IN: 5.25
-
ivan tkachenko authored
-
Fushan Wen authored
This calculates the distance between the start position to the edge of the toolbar `startDragOffset`, and uses the offset to determine the position of configDialog. This also calculates `zoomFactor` to restore the relative mouse position when the form factor of the panel is changed (horizontal to vertical, or vice versa).
-
Artem Grinev authored
Using `onPositionChanged` instead of `onEntered` makes category change not so smooth (hard to notice sometimes though I got a number of such reports). As `onPositionChanged` is used only to not to change category after scrolling end, this commit works around this problem and makes use of `onEntered`.
-
The group is expected to store a transliterated name. Requires: plasma-workspace!1725
-
Yuri Chornoivan authored
-
Nate Graham authored
-
- 17 May, 2022 2 commits
-
-
Nate Graham authored
"Tablet Mode" is jargon that can confuse users. In this mode, things become larger as an optimization for touch usage, but the word "tablet" could easily refer to a drawing tablet, for which no touch optimizations make sense. Let's change the UI text here to call it "Touch Mode" instead.
-
Another popup menu seemed unnecessary when both buttons fit there.
-