[Digikam-devel] [Bug 116606] wish: I want to see again all my pictures having a tag in a flat view, not separated by albums
Marcel Wiesweg
marcel.wiesweg at gmx.de
Fri Sep 22 19:33:49 BST 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=116606
------- Additional Comments From marcel.wiesweg gmx de 2006-09-22 20:33 -------
It's not a trivial change, it touches the way items are organized in the IconView base class.
It has a list of IconGroupItems, each has a list of IconItems.
In sort, the items of a group are sorted, then the groups. In rearrangeItems, first the groups are traversed, then the items of a group.
So these two methods at least need to be rewritten.
My opinion: Don't do this at beta2 stage ;-)
More information about the Digikam-devel
mailing list