Summary: | In import window images are sorted in reverse order but folders are not | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Matti Kettunen <matti.kettunen> |
Component: | Import-Sort | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 0.10.0 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.0.0 | |
Sentry Crash Report: |
Description
Matti Kettunen
2009-03-21 19:31:35 UTC
Camera gui is a flat list. It parse all folder content and sort items by date in reverse order : from more recent to older. There is no consideration about to play with folder creation date here... Gilles Caulier > It parse all folder content and sort items by date
> in reverse order : from more recent to older. There is no consideration about
> to play with folder creation date here...
Well... How is it possible that I see images in this kind of order:
img_4184.jpg (04/16/2009 6:57PM in folder "DCIM/141CANON")
img_4181.jpg (04/16/2009 6:58PM in folder "DCIM/141CANON")
img_4220.jpg (04/29/2009 5:35PM in folder "DCIM/142CANON")
img_4219.jpg (04/29/2009 5:36PM in folder "DCIM/142CANON")
Folder 141CANON is created before 142CANON. So in reverse order they should be 142CANON first, 142CANON second.
Everything is fine if all photos are in one folder.
Well, normally, Exif creation date is used to sort all items from all dir. We don't care about folder creation date. It don't work if you use a camera drivers which is not able to provide Exif info from camera item and give file date... If camera and drivers work fine file creation date and Exif creation date must be the same (in theory) ...or i missing something ? Gilles Caulier Those dates are from Exif-data (I just checked). Photos are in same order if I use memory card reader ( -> not camera driver problem?). May be I should make a fresh install of KDE :) I have updated it so many times that problem might be somewhere else... SVN commit 1000020 by mwiesweg: Take already loaded items into account when sorting by date. BUG: 187810 M +4 -1 NEWS M +15 -0 utilities/cameragui/cameraui.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1000020 |