Version: (using KDE 4.2.0) OS: Linux Installed from: SuSE RPMs When selecting attachments in kmail, adding files to the playlist within amarok or opening files from within some other application, I really miss the easy-select feature dolphin offers, i.e. the green "+" when hovering a file. I think it would be very comfortable for users, if they could not only use it in dolphin, but in every file list. Please tell me, if a separate bug for each application, e.g. amarok, is needed.
*** Bug 140948 has been marked as a duplicate of this bug. ***
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
The selection markers are still missing from open/save dialogs. Operating System: Arch Linux KDE Plasma Version: 6.3.5 KDE Frameworks Version: 6.14.0 Qt Version: 6.9.0 Graphics Platform: Wayland
They only show up in single-click mode; are you using that?
Can confirm that the selection markers are available in single-click mode. They are available for files, not for folders, what makes sense. Thank you, Nate.