Summary: | digikam import from camera sort pictures in reverse order | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Guillaume Zin <guillaume.zin> |
Component: | Import-Sort | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 0.10.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 7.6.0 | |
Sentry Crash Report: | |||
Attachments: | Screen capture |
Description
Guillaume Zin
2009-01-29 22:19:37 UTC
It's more logic to see last shots on the top of icon view. But yes, in this case, sequence number is not adapted... suggestions ? Gilles Caulier Created attachment 30724 [details]
Screen capture
I agree that it is more convenient to see the last picture first. But there is a coherency problem: I can't rename files afterward (the kipi plugin for batch rename is not ready yet) and Digikam doesn't propose to watch albums this way (or I didn't see the option), I mean that when you watch an album sorted by name, you can't choose to reverse the sorting order, and in my old albums, the sequence number 1 is for the oldest picture... I would let the user choose how the sequence number should begin : first entry or last entry of selection, or I would add a menu entry to sort the camera pictures (I would prefer this one). Guillaume,
>add a menu entry to sort the camera pictures
I'm not agrre with this way, because camera gui do not work as album gui. there is not cache mechanism to get thumbnail. If you canges sort order, all thumbs need to be reloaded to rebuild icon view.
Here i have a patch to fix number ordering accordingly with new sort. Older items from selection is #1. At least, this will make an homogenous behavour.
Gilles Caulier
SVN commit 919255 by cgilles: backport commit #919250 from KDE3 branch BUG: 182352 M +6 -3 cameraiconview.cpp M +1 -1 cameraiconview.h WebSVN link: http://websvn.kde.org/?view=rev&revision=919255 Thank you. Best regards. Guillaume |