Bug 188051 - sort order of filenames in camera - no way to set or choose
Summary: sort order of filenames in camera - no way to set or choose
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Import-Sort (show other bugs)
Version: 0.10.0
Platform: Fedora RPMs Unspecified
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-25 05:54 UTC by Joe Ogulin
Modified: 2017-08-18 06:04 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 1.0.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joe Ogulin 2009-03-25 05:54:39 UTC
Version:           0.10.0-0.16.rc1.fc10 (using KDE 4.2.1)
Installed from:    Fedora RPMs

The default sort order of the listed pictures in a camera is now the most recent first.  This is bad for the following reasons:

1) It's immutable
2) If you have duplicate filenames that you are downloading into an album, it can take a long time before you hit the first potential duplicate filename... a situation that will happen if you want to download images from multiple memory cards

Can you please put in an option to allow for a sort order?  This change was a surprise to me and is making me pull out what little hair I have left because of item 2 in my list of bad reasons for doing this.  I recently photographed an event and used two separate cards... and several photos ended up with identical filenames (Nikon D80).  When I try to import them into the same album, I start with the first card and get pictures DSC_0001.JPG through DSC_0301.JPG.  When I switch to the second card, I have to download DSC_0110.JPG through DSC_0433.JPG.  Because of this new sort order, it's a long time before I get to the duplicate filenames.
Comment 1 caulier.gilles 2009-05-13 13:28:52 UTC
Hum,

I have fixed code relevant to sort items by date. Please try again using code from svn trunk (0.11.0)

Gilles Caulier
Comment 2 caulier.gilles 2009-06-11 08:54:49 UTC
1.0.0-beta1 release is out now. Please try again...

Gilles Caulier
Comment 3 caulier.gilles 2009-06-11 13:22:42 UTC
SVN commit 980179 by cgilles:

apply patch from Simone Lazzaris to change sort of camera icon view item : in chronological order or not.
Factorize code.
Bug fix : there is a race condition between camera gui and camera controler when thumbnails are processed:
camera controller switch randomly between busy state or not when camera gui fill the list of item thumbs to get one by one.
A new method fill all thumbs to get in a first time : camera controler will be still busy during this task.
BUGS: 193124
BUGS: 188051


 M  +36 -4     cameracontroller.cpp  
 M  +6 -2      cameracontroller.h  
 M  +2 -2      cameraiconview.cpp  
 M  +61 -10    cameraui.cpp  
 M  +5 -1      cameraui.h  
 M  +3 -1      cameraui.rc  
 M  +2 -0      cameraui_p.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=980179