<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>185793</bug_id>
          
          <creation_ts>2009-02-28 12:53:15 +0000</creation_ts>
          <short_desc>Selection markers never shown in file open/save dialogs</short_desc>
          <delta_ts>2025-05-14 11:23:23 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>3</classification_id>
          <classification>Frameworks and Libraries</classification>
          <product>frameworks-kio</product>
          <component>Open/save dialogs</component>
          <version>5.44.0</version>
          <rep_platform>openSUSE</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>usability</keywords>
          <priority>HI</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="S. Burmeister">sven.burmeister</reporter>
          <assigned_to name="KIO Bugs">kio-bugs-null</assigned_to>
          <cc>4wy78uwh</cc>
    
    <cc>bugseforuns</cc>
    
    <cc>dawid.ciezarkiewicz</cc>
    
    <cc>kdelibs-bugs-null</cc>
    
    <cc>nate</cc>
          
          <cf_commitlink>https://invent.kde.org/frameworks/kio/-/commit/d8441b7b5b2c8ebda18f5bde01f77ae802f4f48e</cf_commitlink>
          <cf_versionfixedin>6.14</cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>723657</commentid>
    <comment_count>0</comment_count>
    <who name="S. Burmeister">sven.burmeister</who>
    <bug_when>2009-02-28 12:53:15 +0000</bug_when>
    <thetext>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 &quot;+&quot; 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.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1745305</commentid>
    <comment_count>1</comment_count>
    <who name="Nate Graham">nate</who>
    <bug_when>2018-04-13 17:03:39 +0000</bug_when>
    <thetext>*** Bug 140948 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2414290</commentid>
    <comment_count>2</comment_count>
    <who name="Akseli Lahtinen">akselmo</who>
    <bug_when>2025-04-09 07:57:24 +0000</bug_when>
    <thetext>Git commit d8441b7b5b2c8ebda18f5bde01f77ae802f4f48e by Akseli Lahtinen.
Committed on 09/04/2025 at 07:57.
Pushed by akselmo into branch &apos;master&apos;.

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</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2423714</commentid>
    <comment_count>3</comment_count>
    <who name="Patrick Silva">bugseforuns</who>
    <bug_when>2025-05-14 02:27:15 +0000</bug_when>
    <thetext>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</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2423715</commentid>
    <comment_count>4</comment_count>
    <who name="Nate Graham">nate</who>
    <bug_when>2025-05-14 02:29:31 +0000</bug_when>
    <thetext>They only show up in single-click mode; are you using that?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2423838</commentid>
    <comment_count>5</comment_count>
    <who name="Patrick Silva">bugseforuns</who>
    <bug_when>2025-05-14 11:23:23 +0000</bug_when>
    <thetext>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.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>