Bug 351243

Summary: Table view click to select broken
Product: [Applications] digikam Reporter: DrSlony <bugs>
Component: Albums-TableViewAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: bugs, caulier.gilles
Priority: NOR    
Version: 4.12.0   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In: 4.13.0

Description DrSlony 2015-08-13 09:13:20 UTC
In thumbnail view when I single-click on a thumbnail I can select it. Good.
In table view when I click on a thumbnail I go into preview mode. Bad! I'm trying to select a bunch of photos, it makes it far more difficult that every time I try to ctrl+click or shift+click a selection I'm taken to preview mode.

Reproducible: Always
Comment 1 caulier.gilles 2015-08-16 07:44:40 UTC
Not reproducible here with current implementation. Single click select item from table view.

Note that i set "double click to open files and folders" option to KDE Control Panel, into the section Input Devices/Mouse Settings.

But i found a dysfunction : if option to open in editor at thumbnail click is turn on, this doesn't work in Table View. It open preview mode.

Gilles Caulier
Comment 2 caulier.gilles 2015-08-16 13:03:46 UTC
Git commit 9a846c3608766ea67227bbd5b8cea36aba249ff3 by Gilles Caulier.
Committed on 16/08/2015 at 13:00.
Pushed by cgilles into branch 'master'.

Fix rules to open file by double click over table-view item following Application Settings mouse configuration
FIXED-IN: 4.13.0

M  +2    -2    NEWS
M  +22   -2    app/views/tableview/tableview.cpp

http://commits.kde.org/digikam/9a846c3608766ea67227bbd5b8cea36aba249ff3
Comment 3 caulier.gilles 2015-08-16 13:14:43 UTC
Git commit d52873ab34bc267855b95cff22acf9c7630c29dd by Gilles Caulier.
Committed on 16/08/2015 at 13:14.
Pushed by cgilles into branch 'frameworks'.

backport commit #9a846c3608766ea67227bbd5b8cea36aba249ff3 from git/master to frameworks branch

M  +30   -9    app/views/tableview/tableview.cpp

http://commits.kde.org/digikam/d52873ab34bc267855b95cff22acf9c7630c29dd
Comment 4 DrSlony 2015-08-17 07:09:26 UTC
I don't want to change my whole KDE click-to-open policy just so that I can select a file in digiKam's table view mode.
Thank you for looking into this.