Summary: | tags displayed with their full path | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | David <rylleman> |
Component: | Tags-Engine | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | marcel.wiesweg |
Priority: | NOR | ||
Version: | 0.10.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.10.0 | |
Sentry Crash Report: | |||
Attachments: |
0.10 tag behavior
image with tags Tags displayed on icon view with digiKam 0.10.0-rc2 |
Description
David
2009-02-12 23:58:56 UTC
Created attachment 31258 [details]
0.10 tag behavior
This screenshot shows how 0.10.0 rc1 displays tags in images.
David, Can you attach the image to this bugzilla file (or a link to). The image must contents all original metadata (exif, iptc, and xmp) Gilles Caulier Created attachment 31261 [details]
image with tags
This is the same image as in the screenshot above.
The XMP IPTC tags says "katt" and "Greta" (verified in Eye of Gnome 2.24.1). In Digikam these tags shows up with the full path to them in Digikams hierarchy; "07_Djur/Husdjur/Greta" and "07_Djur/Djur_Allmänt/arter/katt".
It's like this for all my images in my collections, both newly created and imported from Digikam 0.9.x.
Created attachment 31262 [details]
Tags displayed on icon view with digiKam 0.10.0-rc2
David, it's not reproducible here. After to import your jpg file to my collection using current digiKam implementation for svn, all is fine.
Alright, but as you can see from my first screenshot I've got the problem, it's not just in my head... So are there any other information from me you could use to investigate this further? I'm not sure if this is a misunderstanding here. If an image is tagged 07_Djur/Husdjur/Greta then the full path is displayed in album view. I think this has always been like that, but I can imagine a wish to display in a saner way. Gilles, this image obviously has only simple Iptc tags set, so importing it you won't get the hierarchy. Assign any hierarchical tag to any image to reproduce. If I understand right and the actual complaint is that the full path is displayed for a tag that has this path rightfully, then this qualifies as a wish. Marcel. The tags were displayed as only the tag without the full path to it in 0.9.x. As you can see in the image I attached, the tags are "katt" and "Greta", it's when those tags are nested in a tags hierarchy in Digikam 0.10 that the full tag hierarchy path are shown. Looking at this entry in the Digikam manual for tags; http://docs.kde.org/kde3/en/extragear-graphics/digikam/using-sidebar.html#using-sidebarcommentstags Tags are displayed as they should. But the behavior I got would in this example be shown as "Places/Ile de Ré/La Flotte,Places/Ile de Ré/La Flotte/Chanteliers". It's not a wish, it's a bug. Tags were displayed properly in 0.9.x. In 0.10.0 rc1 they are displayed with the full path to them. SVN commit 929687 by mwiesweg: Display tag names, as we did in 0.9, not paths. BUG: 184187 M +1 -1 albumiconitem.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=929687 SVN commit 929715 by mwiesweg: Backport: Display tag names, as we did in 0.9, not paths. CCBUG: 184187 M +1 -1 albumiconitem.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=929715 |