Bug 169306 - renaming an album should reorder the whole album list
Summary: renaming an album should reorder the whole album list
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Albums-TreeView (show other bugs)
Version: 0.9.4
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-17 11:02 UTC by Toralf Förster
Modified: 2017-08-15 12:40 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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