https://bugs.kde.org/show_bug.cgi?id=185793
Akseli Lahtinen <akse...@akselmo.dev> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/fram | |eworks/kio/-/commit/d8441b7 | |b5b2c8ebda18f5bde01f77ae802 | |f4f48e Version Fixed In| |6.14 Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #2 from Akseli Lahtinen <akse...@akselmo.dev> --- Git commit d8441b7b5b2c8ebda18f5bde01f77ae802f4f48e by Akseli Lahtinen. Committed on 09/04/2025 at 07:57. Pushed by akselmo into branch 'master'. Show single-click selection emblem when using single-click mouse mode In open/save dialog, we had no way to select items when using single-click mouse mode. (Except holding down control key). This adds the same emblem that Dolphin uses for its selections. It is shown in both treeviews and listviews, but only when single-click mode is active and the filewidget allows selecting multiple items. FIXED-IN: 6.14 M +1 -0 src/filewidgets/CMakeLists.txt M +9 -4 src/filewidgets/kdiroperator.cpp M +29 -2 src/filewidgets/kdiroperatordetailview.cpp M +6 -1 src/filewidgets/kdiroperatordetailview_p.h M +31 -2 src/filewidgets/kdiroperatoriconview.cpp M +8 -1 src/filewidgets/kdiroperatoriconview_p.h A +63 -0 src/filewidgets/kfileitemselectionemblem.cpp [License: LGPL(v2.0+)] A +39 -0 src/filewidgets/kfileitemselectionemblem.h [License: LGPL(v2.0+)] M +58 -0 src/widgets/kfileitemdelegate.cpp M +15 -0 src/widgets/kfileitemdelegate.h https://invent.kde.org/frameworks/kio/-/commit/d8441b7b5b2c8ebda18f5bde01f77ae802f4f48e -- You are receiving this mail because: You are watching all bug changes.