From: oxpa <> Date: Tue, 21 Aug 2018 11:21:17 +0000 (+0100) Subject: Fix #630: add headline field to the sidebar X-Git-Tag: v1.5~82 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=74ec899812d43a3b2a348d1208404c5ce802849b Fix #630: add headline field to the sidebar https://github.com/BestImageViewer/geeqie/pull/630 --- diff --git a/doc/docbook/GuideReferenceTags.xml b/doc/docbook/GuideReferenceTags.xml index f40b4737..96758a18 100644 --- a/doc/docbook/GuideReferenceTags.xml +++ b/doc/docbook/GuideReferenceTags.xml @@ -362,6 +362,14 @@ Rating + + + Xmp.photoshop.Headline + + + Headline + + diff --git a/src/bar.c b/src/bar.c index 021a7ce2..2e430426 100644 --- a/src/bar.c +++ b/src/bar.c @@ -66,6 +66,15 @@ static const gchar default_config_title[] = " " ""; +static const gchar default_config_headline[] = +"" +" " +" " +" " +" " +" " +""; + static const gchar default_config_keywords[] = "" " " @@ -192,6 +201,7 @@ static const KnownPanes known_panes[] = { {PANE_KEYWORDS, "keywords", N_("Keywords"), default_config_keywords}, {PANE_COMMENT, "comment", N_("Comment"), default_config_comment}, {PANE_COMMENT, "rating", N_("Rating"), default_config_rating}, + {PANE_COMMENT, "headline", N_("Headline"), default_config_headline}, {PANE_EXIF, "exif", N_("Exif"), default_config_exif}, /* other pre-configured panes */ {PANE_EXIF, "file_info", N_("File info"), default_config_file_info}, diff --git a/web/help/GuideReferenceXmpExif.html b/web/help/GuideReferenceXmpExif.html index cb94904f..5eeb985a 100644 --- a/web/help/GuideReferenceXmpExif.html +++ b/web/help/GuideReferenceXmpExif.html @@ -809,13 +809,21 @@ dd.answer div.label { float: left; } - + Xmp.xmp.Rating - + Rating + + + Xmp.photoshop.Headline + + + Headline + +