Bug 116606 - wish: I want to see again all my pictures having a tag in a flat view, not separated by albums
Summary: wish: I want to see again all my pictures having a tag in a flat view, not se...
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Tags-Engine (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-18 09:27 UTC by Matiyam
Modified: 2022-01-22 17:28 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 7.6.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matiyam 2005-11-18 09:27:56 UTC
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!!
Comment 1 Amos Shapira 2006-09-21 01:15:18 UTC
*** This bug has been confirmed by popular vote. ***
Comment 2 F.J. Cruz 2006-09-21 23:08:32 UTC
El Jueves, 21 de Septiembre de 2006 01:15, owner@bugs.kde.org escribi
Comment 3 Mikolaj Machowski 2006-09-22 00:57:11 UTC
> 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.
Comment 4 caulier.gilles 2006-09-22 08:14:31 UTC
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
Comment 5 Marcel Wiesweg 2006-09-22 20:33:48 UTC
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 ;-)
Comment 6 F.J. Cruz 2006-09-22 22:29:16 UTC
El Viernes, 22 de Septiembre de 2006 08:14, Gilles Caulier escribi
Comment 7 Amos Shapira 2006-09-23 01:38:42 UTC
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?
Comment 8 Frank Siegert 2007-02-14 22:52:03 UTC
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 ***
Comment 9 Thomas McGuire 2007-02-15 01:10:38 UTC
Everyone here should also transfer their votes to bug #134389.
Comment 10 caulier.gilles 2022-01-22 17:28:04 UTC
Fixed with https://bugs.kde.org/show_bug.cgi?id=134389