Bug 197899

Summary: In "Rename images" tool photos are displayed in reverted order
Product: [Applications] digikam Reporter: Andrzej <superandrzej>
Component: AdvancedRename-fileAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED WORKSFORME    
Severity: normal CC: caulier.gilles, kde, murphi.oss
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In: 2.5.0

Description Andrzej 2009-06-25 22:57:13 UTC
Version:           1.0.0-beta1 (rev.: /usr/bin/svnversion) (using 4.2.4 (KDE 4.2.4), volkerdi@slackware.com)
Compiler:          gcc
OS:                Linux (i686) release 2.6.28.10

As a default images should be loaded in alphabetical order. e.g. it is more logical to see first screen like this:
source image | target image
old-1.jpg    | new-1.jpg
old-2.jpg    | new-2.jpg
old-3.jpg    | new-3.jpg

right now after loading files it is like this:
source image | target image
old-3.jpg    | new-1.jpg
old-2.jpg    | new-2.jpg
old-1.jpg    | new-3.jpg

of course the list can be sorted but still this would be an extra unnecessary step.
Comment 1 Nicolas L. 2009-07-19 17:52:13 UTC
i can't reproduce.

is it still valid with kipi-plugins 0.4.0 ?
Comment 2 Andrzej 2009-07-20 22:45:06 UTC
with kipi-plugins 0.4.0 it seems to be OK but now I noticed that "sort list" does not work at all. Shall I file another bug report or it can be managed within this one?