Version: 0.8rc1 (using KDE KDE 3.4.3) OS: Linux I have found a little problem with the new version 0.8.0rc. Before (with version 0.7.2), i had a tag (i.e. People) that spanned multiple Albums. When i selected this tag, i could see every picture tagged like this in a "flat view". No matter if the pictures were in different albums, i could see them all together, sorted by date, etc. But in 0.8.0, if i select this tag, i get all the pictures BUT they are divided by the album they are in. So i cannot sort by date, because first they are ordered by album, then by date. I'd love to have this as an option. Thanks!!
*** This bug has been confirmed by popular vote. ***
El Jueves, 21 de Septiembre de 2006 01:15, owner@bugs.kde.org escribi
> Maybe we can add a new entry to "View" menu, like order for album and > photos: > -> Tag view: > -> View tags in plain list > -> View tags by albums. This don't apply only to tags but everywhere images from various albums can be viewed: results of searches and dates.
If this job can be done easily, yes, i'm agree to do it in 0.9.0, else we must delay this task later 0.9.0. Marcel, what do you think about ? Paco, are you volumter to implement this patch ? Gilles
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 ;-)
El Viernes, 22 de Septiembre de 2006 08:14, Gilles Caulier escribi
Are these IconGroupItems and IconItems used during display only? Then why not just put them all into one group and sort them inside it, then display this single group?
Although this bug here is older, I am marking it as duplicate of #134389 because that one has a broader scope. *** This bug has been marked as a duplicate of 134389 ***
Everyone here should also transfer their votes to bug #134389.
Fixed with https://bugs.kde.org/show_bug.cgi?id=134389