Bug 182352 - digikam import from camera sort pictures in reverse order
Summary: digikam import from camera sort pictures in reverse order
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Import-Sort (show other bugs)
Version: 0.10.0
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-29 22:19 UTC by Guillaume Zin
Modified: 2022-01-26 11:42 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 7.6.0


Attachments
Screen capture (97.94 KB, image/jpeg)
2009-01-29 22:27 UTC, Guillaume Zin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Guillaume Zin 2009-01-29 22:19:37 UTC
Version:           0.10.0-rc1 (using 4.2.00 (KDE 4.2.0), Kubuntu packages)
Compiler:          cc
OS:                Linux (x86_64) release 2.6.27-11-generic

Hello,

When importing photos from my Canon Powershot A80 with Digikam 0.10-rc1 on kubuntu 8.10 with KDE 4.2, the photo that gets sequence number 1 is the most recent one. It was the reverse behavior with version 0.9, was wish 88253 (http://bugs.kde.org/show_bug.cgi?id=88253) implemented? I prefer the old way and it seems to be a bug.

Thank you.

Best regards.

Guillaume
Comment 1 caulier.gilles 2009-01-29 22:25:25 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
Comment 2 Guillaume Zin 2009-01-29 22:27:50 UTC
Created attachment 30724 [details]
Screen capture
Comment 3 Guillaume Zin 2009-01-29 22:34:28 UTC
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).
Comment 4 caulier.gilles 2009-01-31 16:36:29 UTC
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
Comment 5 caulier.gilles 2009-01-31 17:22:09 UTC
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
Comment 6 Guillaume Zin 2009-02-01 09:46:47 UTC
Thank you.

Best regards.

Guillaume