Summary: | Can not select multiple images in list [patch] | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Michael G. Hansen <mike> |
Component: | Plugin-Generic-GeolocationEdit | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | andi.clemens |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.7.0 | |
Sentry Crash Report: | |||
Attachments: | Add extended selections to ImagesList, patch against r1021090 |
Description
Michael G. Hansen
2009-09-08 07:27:17 UTC
Created attachment 36784 [details]
Add extended selections to ImagesList, patch against r1021090
Andy, This patch is for myou has it touch your code in KipiPlugins::ImageList class... Gilles Caulier I will take a look at it soon... Michael, thanks for the patch, I had totally forgotten to implement multiple selection again :) I disabled it temporarily because of the drag&drop features I implemented, but I actually wanted to bring back extended selection. SVN commit 1021134 by aclemens: Apply patch from Michael G. Hansen: enable extended selection in ImagesList widget. BUG:206714 M +24 -25 imageslist.cpp M +2 -2 imageslist.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1021134 About the TODO: Right now the idea is that the plugin that uses the ImagesList has to re-implement the load and save slots. The widget will become more generic in the future, not only for images, so that it can be used for example for the soundtrack list in AdvancedSlideshow as well. Right now those buttons and slots are not used anywhere... Andi |