Bug 206094

Summary: Camera Gui: Selection with Shift+Pos1/End does not work
Product: [Applications] digikam Reporter: Michael G. Hansen <mike>
Component: Import-IconViewAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: 1.0.0   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In: 1.0.0
Sentry Crash Report:
Attachments: Adjust IconView to handle Home/End+Qt::ShiftModifier

Description Michael G. Hansen 2009-09-03 12:18:29 UTC
Version:           1.0.0-beta4 (using KDE 4.3.0)
OS:                Linux
Installed from:    Debian testing/unstable Packages

In the camera download gui, select an image (not the first or last one).
- Press shift+pos1 -> first image becomes the current image.
- Press shift+end -> last image becomes the current image.
Expected behavior: All images between the current image and the first/last image become selected.
Comment 1 Michael G. Hansen 2009-09-29 12:47:39 UTC
Created attachment 37236 [details]
Adjust IconView to handle Home/End+Qt::ShiftModifier

IconView did not yet handle shift when handling HOME/END keys.
Comment 2 caulier.gilles 2009-09-29 12:52:56 UTC
The patch is fine for me...

But, iconview.cpp is only used by CameraGui now. In the future, Camera interface  will use QT4 model/view implementation done by Marcel for AlbumGui.

Time missing to Marcel to do it for 1.0.0...

Gilles Caulier
Comment 3 Michael G. Hansen 2009-09-29 13:17:06 UTC
SVN commit 1029256 by mghansen:

Adjust IconView to handle Home/End+Qt::ShiftModifier for selections
BUG: 206094


 M  +2 -1      NEWS  
 M  +60 -14    digikam/iconview.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1029256