Bug 168042 - Selection of single files while pressing Ctrl opens them
Summary: Selection of single files while pressing Ctrl opens them
Status: RESOLVED FIXED
Alias: None
Product: ark
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Harald Hvaal
URL:
Keywords:
: 169392 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-08-01 22:03 UTC by Thoralf Backhaus
Modified: 2008-08-19 01:37 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***