- 03 Jun, 2022 1 commit
-
-
Kai Uwe Broulik authored
There's 4 unit (Items got added) now. Unlikely a job has all of them, however.
-
- 02 Jun, 2022 9 commits
-
-
FEATURE: 403384 FIXED-IN: 5.26
-
-
Alexander Lohnau authored
This reverts commit e26425e5. The KCM does not always include the install folder in the search paths. As discussed in !1233, a revert is the best option for the time being. BUG: 453765
-
In panelview.cpp, the old window focus is restored when switching to Passive status. This fixes the behavior by setting the panel status to a status that is not AcceptingInputStatus. BUG: 454729 CCBUG: 352476 FIXED-IN: 5.25
-
ivan tkachenko authored
This is a common snippet of code in applets. It prevents applet from re-expanding again when user clicks on the compact representation when the applet is already expanded and located on a desktop containment.
-
ivan tkachenko authored
This is a common snippet of code in applets. It prevents applet from re-expanding again when user clicks on the compact representation when the applet is already expanded and located on a desktop containment.
-
ivan tkachenko authored
-
ivan tkachenko authored
-
- 01 Jun, 2022 11 commits
-
-
Fushan Wen authored
This will be used to show all sections in "All Applications".
-
Nate Graham authored
Otherwise the user needs to manually tab over to the Unlock button first, which is annoying. And they may not even think to do it at all. The `forceActiveFocus()` is because the stack view does not manually pass focus to the item you push onto it; this needs to be handled manually. BUG: 454707
-
Fushan Wen authored
-
Fushan Wen authored
This makes the current image focused again by default.
-
Alexander Lohnau authored
The delimiter might change if the settings are changed. By having a member variable, we still avoid re-creating the same regex for every time the runner is queried. BUG: 454596
-
Fushan Wen authored
A new image is added to the default folder. CCBUG: 454692
-
Fushan Wen authored
The hash sign # will be converted to % when using string argument type. CCBUG: 454692
-
Fushan Wen authored
`wallpaper.configuration.Image` has string type, and assigning a string value from QML to a url in C++ will truncate the string at the hash char. This changes `image` data type to string to fix the bug. BUG: 454692 FIXED-IN: 5.26
-
Nate Graham authored
GIT_SILENT
-
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"
-
- 31 May, 2022 7 commits
-
-
Niccolò Venerandi authored
-
ivan tkachenko authored
When running this: ~/kde/usr/lib/libexec/kscreenlocker_greet --testing --theme ~/kde/src/plasma-workspace/lookandfeel it used to generate error like this: /usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/UserList.qml:61:9: Unable to assign [undefined] to bool Because not every users list model provides all the properties that delegate expected.
-
ivan tkachenko authored
This is not a public header, so we don't care about compatibility. SDDM does not use standard Qt roles like DisplayRole or DecorationRole, so there's little reason for this sessions model to redefine them either.
-
ivan tkachenko authored
We should better align this model class with SDDM::UserModel to reduce confusion. Enum classes might be better for some tasks, but they aren't widely used for Qt model roles, and they require extra casts without added safety benefits.
-
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"
-
Fushan Wen authored
-
- 30 May, 2022 5 commits
-
-
When the panel is focused, clicking outside should make the panel unfocused. CCBUG: 453166 CCBUG: 352476
-
The second time pressing Meta+Alt+P, the panel should be unfocused. CCBUG: 453166 CCBUG: 352476
-
It makes the code easier to be maintained across different platforms. CCBUG: 453166 CCBUG: 352476
- 29 May, 2022 5 commits
-
-
Fushan Wen authored
Th aspect ratio of thumbnails should follow the Plasmoid size, not the screen size. BUG: 452308 FIXED-IN: 5.25
-
Fushan Wen authored
Otherwise there will be many redundant signal bindings.
-
Fushan Wen authored
Consider using std::find_if algorithm instead of a raw loop. (CWE-398) in shell/shellcorona.cpp:1614
-
Fushan Wen authored
Consider using std::accumulate algorithm instead of a raw loop. (CWE-398) in shell/shellcorona.cpp:1148
-
Fushan Wen authored
Consider using std::accumulate algorithm instead of a raw loop. (CWE-398) in shell/shellcorona.cpp:1051
-
- 28 May, 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"
-
- 27 May, 2022 1 commit
-
-
See the discussion in frameworks/plasma-framework!500. BUG: 411462 BUG: 332512
-