- 25 Jul, 2022 10 commits
-
-
Fushan Wen authored
-
-
Nicolai Weitkemper authored
-
Fushan Wen authored
This allows a screen reader to read the changed value.
-
Panel length turned out to be not what it claimed to be, which caused a bug to sneak into the panel configuration's ruler handles: they tried to reset to this preferred length instead of current/actual length, and without additional checks that could've ended up wider/taller than the screen, rendering one or both pairs of resize handles unreachable and unusable until a panel is brought to some other edge of a screen. Amends 085087f8.
-
-
Fushan Wen authored
-
Fushan Wen authored
Application dashboard uses full representation, which requires adding key handling manually.
-
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"
-
- 24 Jul, 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"
-
- 23 Jul, 2022 5 commits
-
-
Méven Car authored
-
Méven Car authored
BUG: 416271
-
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"
-
-
- 22 Jul, 2022 8 commits
-
-
Currently it uses a rectangle which is too wide. Use a svg icon with proper click area for a better look.
-
The native interface if this plasmoid is used to access the edit mode of the plasmashell. Since this property is available now in frameworks, there is no need use the native interface. Instead use the editMode from frameworks.
-
ivan tkachenko authored
Toggles between panel's current length and the total available size (usually screen).
-
ivan tkachenko authored
-
ivan tkachenko authored
Given current situation, I believe this is the best we could do. SVG has only two handle elements per orientation, so we should either mirror half of them using QtQuick transformations, or swap min/max. Both methods have their own disadvantages. This method (swapping) is used for preview in Plasma Theme Explorer, so it should be a "reference implementation".
-
ivan tkachenko authored
This should make life easier for users who want to know what a control is doing before clicking it.
-
ivan tkachenko authored
-
ivan tkachenko authored
-
- 21 Jul, 2022 4 commits
-
-
Fushan Wen authored
The condition in ungrabMouseHack() is never satisfied, and the bug should be fixed because QQuickWindow will get a mouseReleaseEvent in the test case (http://static.davidedmundson.co.uk/qmlmousetest.tar.gz);
-
Animation parameters match those of a floating Plasma panel, so it's going to be especially smooth for a maximize/unmaximize window animations.
-
Fushan Wen authored
Fixes a visual glitch when opening a pinned application. This reverts commit 1e522274. CCBUG: 431615
-
Fushan Wen authored
This reverts commit 98e0e17a.
-
- 20 Jul, 2022 9 commits
-
-
Fushan Wen authored
The panel code should allow zero size in `Layout.preferredWidth` and `Layout.preferredHeight`, so the task manager can shrink its size to zero. BUG: 453102 FIXED-IN: 5.26
-
Fushan Wen authored
This reduces the glitches caused by layout(). BUG: 431615 FIXED-IN: 5.26
-
Fushan Wen authored
The commit does not really fix the orignal bug. This reverts commit 82442fbe. CCBUG: 453102
-
Fushan Wen authored
It saves a few lines of code, and makes the code more readable.
-
Fushan Wen authored
The font height does not consider devicePixelRatio unlike other size properties. This makes stripe work correctly when HiDPI is enabled.
-
Nate Graham authored
CCBUG: 456884
-
Fushan Wen authored
The current accessible name is the window name. Use applet name instead to represent what purpose the button actually serves: show a window list.
-
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
-
- 19 Jul, 2022 3 commits
-
-
Fushan Wen authored
THis slightly improves the consistency. (cherry picked from commit 8125848b)
-
Fushan Wen authored
-
Fushan Wen authored
-