Summary: | Selection markers never shown in file open/save dialogs | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | S. Burmeister <sven.burmeister> |
Component: | Open/save dialogs | Assignee: | KIO Bugs <kio-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | 4wy78uwh, bugseforuns, dawid.ciezarkiewicz, kdelibs-bugs-null, nate |
Priority: | HI | Keywords: | usability |
Version First Reported In: | 5.44.0 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/kio/-/commit/d8441b7b5b2c8ebda18f5bde01f77ae802f4f48e | Version Fixed In: | 6.14 |
Sentry Crash Report: |
Description
S. Burmeister
2009-02-28 12:53:15 UTC
*** 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. |