Summary: | image tool tip does not show all tags if too long | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Jonathan Marten <jjm> |
Component: | Tags-Engine | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 1.0.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.0.0 | |
Sentry Crash Report: | |||
Attachments: |
Screen shot of alternative tooltip tag display
Patch to implement tag display as above |
Description
Jonathan Marten
2009-06-10 12:00:56 UTC
Created attachment 34399 [details]
Screen shot of alternative tooltip tag display
Created attachment 34400 [details]
Patch to implement tag display as above
SVN commit 1002592 by mwiesweg: Make sure to show as much of the tags as possible (there is no other overview about assigned tags. What about right sidebar as well?) Inspired by patch by Jonathan Marten, but asserting maxStringLength is tooltip. If a tagPath is too long, use the tag name; if the tag name is too long, use elided text. BUG: 195871 M +3 -1 NEWS M +19 -4 digikam/tooltipfiller.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1002592 |