changeset 2721:bd779e9f82fc

Ref #584: There is no way to show the rating of an image https://github.com/BestImageViewer/geeqie/issues/584 Include rating, keywords, comment, imagecomment in OSD tooltip
author Colin Clark <colin.clark@cclark.uk>
date Sat, 03 Feb 2018 10:51:17 +0000
parents 12ba4999838f
children 977b97448cbe
files src/preferences.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/preferences.c	Thu Feb 01 10:07:49 2018 +0000
+++ b/src/preferences.c	Sat Feb 03 10:51:17 2018 +0000
@@ -1850,7 +1850,8 @@
 	gtk_widget_set_tooltip_markup(image_overlay_template_view,
 	_("<i>%name%</i> results in the filename of the picture.\n"
 	  "Also available: <i>%collection%</i>, <i>%number%</i>, <i>%total%</i>, <i>%date%</i>,\n"
-	  "<i>%size%</i> (filesize), <i>%width%</i>, <i>%height%</i>, <i>%res%</i> (resolution)\n"
+	  "<i>%size%</i> (filesize), <i>%width%</i>, <i>%height%</i>, <i>%res%</i> (resolution),\n"
+	  "<i>%rating%</i>, <i>%keywords%</i>, <i>%comment%</i> (XMP), <i>%imagecomment%</i> (JPEG)\n"
 	  "To access exif data use the exif name, e. g. <i>%formatted.Camera%</i> is the formatted camera name,\n"
 	  "<i>%Exif.Photo.DateTimeOriginal%</i> the date of the original shot.\n"
 	  "<i>%formatted.Camera:20</i> notation will truncate the displayed data to 20 characters and will add 3 dots at the end to denote the truncation.\n"