Summary: | wish: I want to see again all my pictures having a tag in a flat view, not separated by albums | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Matiyam <matiyam> |
Component: | Tags-Engine | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 7.6.0 | |
Sentry Crash Report: |
Description
Matiyam
2005-11-18 09:27:56 UTC
*** 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 |