Bug 168042

Summary: Selection of single files while pressing Ctrl opens them
Product: [Applications] ark Reporter: Thoralf Backhaus <thori_>
Component: generalAssignee: Harald Hvaal <metellius>
Status: RESOLVED FIXED    
Severity: normal CC: piasecki.robert, rakuco
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Thoralf Backhaus 2008-08-01 22:03:55 UTC
Version:           2.10.999 (using 4.1.00 (KDE 4.1.0), Kubuntu packages)
Compiler:          gcc
OS:                Linux (x86_64) release 2.6.24-19-generic

I am used to mark single Files in Programs by pressing Ctrl + left mouse button - this works in any program (file managers, dialogs,...), but it does not what it should in Ark. In Ark it selects them - but every time another one is selected this way the file opens - this really sucks. Please let users choose, whether they want to use single click in Ark or not - I think that should be possible.
Comment 1 Harald Hvaal 2008-08-03 05:52:56 UTC
This is due to the activated signal being sent out by default even when ctrl+clicking in qlistview. I have been thinking about bugging qt people about this, but for now fixing it with a custom event handler is certainly on my prioritized todo list.
Comment 2 Harald Hvaal 2008-08-03 06:37:04 UTC
SVN commit 841303 by metellius:

BUG: 168042
Fixing bug, although a better solution will have to be done.


 M  +4 -1      part.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=841303
Comment 3 Harald Hvaal 2008-08-19 01:37:21 UTC
*** Bug 169392 has been marked as a duplicate of this bug. ***