Bug 177185

Summary: Status bar position of current image starts from 0
Product: [Applications] digikam Reporter: Mikolaj Machowski <mikmach>
Component: Albums-MainViewAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: alexrudd0
Priority: NOR    
Version: 0.10.0   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In: 0.10.0

Description Mikolaj Machowski 2008-12-07 23:10:50 UTC
Version:            (using Devel)
OS:                Linux
Installed from:    Compiled sources

Description of first image in album in status bar is:

something.jpg (0 of 435)

Not user-friendly. Should be of course:

something.jpg (1 of 435)

Natural consequence is description of last item as:

somethingx.jpg (434 of 435)

Wrongness of this is obvious I think :)
Comment 1 Mikolaj Machowski 2008-12-07 23:47:06 UTC
*** Bug 177186 has been marked as a duplicate of this bug. ***
Comment 2 caulier.gilles 2008-12-08 08:20:03 UTC
Mik,

Just to be sure : it's not reproductible with 0.9.5 ?

Gilles
Comment 3 Mikolaj Machowski 2008-12-08 16:44:07 UTC
Not reproducible in 0.9.5svn
Comment 4 caulier.gilles 2008-12-09 11:15:00 UTC
SVN commit 894737 by cgilles:

sideeffect of Qt4 port : QList::indexOf start count from 0, not 1
BUG: 177185


 M  +6 -4      digikamapp.cpp  
 M  +1 -1      digikamapp.h  


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