Summary: | renaming an album should reorder the whole album list | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Toralf Förster <toralf.foerster> |
Component: | Albums-TreeView | Assignee: | 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: | ||
Sentry Crash Report: |
Description
Toralf Förster
2008-08-17 11:02:34 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. 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 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 |