- 29 Nov, 2021 1 commit
-
-
Nate Graham authored
The Task Manager tooltips now have logic to avoid showing album art for tooltips where the window title doesn't include the media name. This makes sense for the case of a multi-window app, where it almost perfectly solves the problem of the album art appearing on all of the tooltips rather than only the relevant one. However this check does not make sense for single-window apps, where the only thing it can do is cause an app to erroneously hide the album art for playing media because the app doesn't include the media name in its window title. Elisa is one such app, and there are probably others too.
-
- 28 Nov, 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"
-
- 27 Nov, 2021 3 commits
-
-
Alexander Lohnau authored
Required for plasma/plasma-workspace!1201 Task: https://phabricator.kde.org/T14335 Task: https://phabricator.kde.org/T14517
-
Nicolas Fella 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"
-
- 26 Nov, 2021 2 commits
-
-
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"
-
- 25 Nov, 2021 5 commits
-
-
on Wayland deleting either the source or the target of a qdrag causes crashes due to the nested event loops. keep a global track if any item started a drag anywhere, if so don't delete any dialog but queue it for destruction BUG:399864
-
-
Also fixes a bug where if you try to pin an already pinned launcher (on another suspended activity) it won't unpin it from all activities.
-
GUI: Fixes a bugged case in the last change.
-
GUI: This makes it more consistent to the menus already shown on running tasks.
-
- 24 Nov, 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"
-
- 23 Nov, 2021 13 commits
-
-
Nate Graham authored
It doesn't work. Ideally this would entirely use KUIT markup, but that kind of breaks when you append stuff to a string later, so for now let's just use all raw HTML to fix the bug. BUG: 445586 FIXED-IN: 5.24
-
ivan tkachenko authored
GIT_SILENT
-
ivan tkachenko authored
It has been verified by a fuzz test to produce the same results as before. https://invent.kde.org/-/snippets/1930
-
ivan tkachenko authored
-
ivan tkachenko authored
GIT_SILENT
-
ivan tkachenko authored
-
ivan tkachenko authored
-
ivan tkachenko authored
GIT_SILENT
-
ivan tkachenko authored
GIT_SILENT
-
ivan tkachenko authored
Bump QtQuick modules to their latest *.15, and sort things alphabetically.
-
Do not use Layout's implicitWidth/implicitHeight as they are updated too late BUG: 443294
-
This prevents misalignment of controls in the toolbar. CCBUG: 443294
-
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 Nov, 2021 11 commits
-
-
ivan tkachenko authored
-
ivan tkachenko authored
GIT_SILENT
-
ivan tkachenko authored
GIT_SILENT
-
Nate Graham authored
Kate is a programmer's text editor that may not be the best choice for a general-purpose note taking or text editing tool. Furthermore, its name and icon do not make its purpose obvious, and this is important for the Favorites view, where any given menu representation is not guaranteed to show the description (and in fact most do not) so being recognizable by icon or name is important.
-
This fixes a visual glitch in textual list after exiting Edit Mode. The height of mainItem will not be updated normally and will remain 1px if the model is unloaded after closing textual list. BUG: 445848
-
...which seems to be widely used convention, and might be a bit cheaper than pushing elements after constructing an empty vector. GIT_SILENT
-
GIT_SILENT
-
GIT_SILENT
-
GIT_SILENT
-
GIT_SILENT
-
Alexander Lohnau authored
The other overload is deprecated, json metadata is in the KCM since 2019 embedded
-
- 20 Nov, 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"
-
- 19 Nov, 2021 2 commits
-
-
Fushan Wen authored
BUG: 445738
-
Nate Graham authored
This results in better alignment and saves a bit of vertical space, preventing the page from looking so cramped.
-