Bug 169306

Summary: renaming an album should reorder the whole album list
Product: [Applications] digikam Reporter: Toralf Förster <toralf.foerster>
Component: Albums-TreeViewAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: biboka, caulier.gilles
Priority: NOR    
Version: 0.9.4   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Toralf Förster 2008-08-17 11:02:34 UTC
Version:           0.9.4-rc1 (using 3.5.9, Gentoo)
Compiler:          Target: i686-pc-linux-gnu
OS:                Linux (i686) release 2.6.25.15

to keep the album list in sync with the current names.
Comment 1 Andras Bibok 2009-01-17 23:26:43 UTC
A bug like this exists in 0.10beta8 as well.

If I move an album to another in digiKam sidebar (just drag'n'drop), the albums real directory moves to the right place, but the tree-view won't update.

This should be fix before final 0.10.
Comment 2 Marcel Wiesweg 2009-01-18 16:50:47 UTC
SVN commit 912983 by mwiesweg:

Resort on rename.
Unknown to me why sorting does not work automatically and why a simple Q3ListView::sort() does not work.

BUG: 169306

 M  +2 -0      albumfolderview.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=912983
Comment 3 Marcel Wiesweg 2009-01-18 17:14:39 UTC
SVN commit 913004 by mwiesweg:

Backport commit 912983 to KDE3

CCBUG: 169306


 M  +2 -0      albumfolderview.cpp  


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