Summary: | Add a new option to show image Title information in tooltips | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | julien.t43+kde |
Component: | Setup-Tooltips | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 2.8.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | All | ||
Latest Commit: | http://commits.kde.org/digikam/8dcf2755e601eb6bb7578c20a530f20262e138fb | Version Fixed In: | 4.4.0 |
Sentry Crash Report: |
Git commit 8dcf2755e601eb6bb7578c20a530f20262e138fb by Gilles Caulier. Committed on 09/09/2014 at 14:44. Pushed by cgilles into branch 'master'. add new option to show icon-view item Titles in tooltips FIXED-IN: 4.4.0 M +2 -1 NEWS M +3 -0 digikam/settings/applicationsettings.h M +3 -0 digikam/settings/applicationsettings_p.cpp M +2 -0 digikam/settings/applicationsettings_p.h M +10 -0 digikam/settings/applicationsettings_tooltips.cpp M +25 -10 digikam/utils/tooltipfiller.cpp M +1 -1 digikam/utils/tooltipfiller.h M +9 -1 utilities/setup/setuptooltip.cpp M +1 -1 utilities/setup/setuptooltip.h http://commits.kde.org/digikam/8dcf2755e601eb6bb7578c20a530f20262e138fb |
Since the meta 'title' was added (post-2.5 ?), it seems a tooltips / infobubble option has been left out has it is only possible the meta comments (digikamrc: ToolTips Show Comments) and not the field 'title' 2 ways to solve this: - the simple add another checkbox/option in gui/digikamrc to handle title field - the more long term option, allow an advanced edit tooltips display which can handle any generic metadata as some other meta could be needed example input of current format: >>> File properties file:name file:size file:resolution Picture properties exif:createdate exif:focallength ... Digikam properties exif:legend exif:keywords exif:label <<< And so on you can display exif:yyy xmp:zzz ... Reproducible: Always