Bug 206094 - Camera Gui: Selection with Shift+Pos1/End does not work
Summary: Camera Gui: Selection with Shift+Pos1/End does not work
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Import-IconView (show other bugs)
Version: 1.0.0
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-03 12:18 UTC by Michael G. Hansen
Modified: 2017-08-17 17:40 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 1.0.0


Attachments
Adjust IconView to handle Home/End+Qt::ShiftModifier (3.21 KB, patch)
2009-09-29 12:47 UTC, Michael G. Hansen
Details

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