Summary: | Camera Gui: Selection with Shift+Pos1/End does not work | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Michael G. Hansen <mike> |
Component: | Import-IconView | Assignee: | 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
Created attachment 37236 [details]
Adjust IconView to handle Home/End+Qt::ShiftModifier
IconView did not yet handle shift when handling HOME/END keys.
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 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 |