# HG changeset patch # User oxpa <> # Date 1534850477 -3600 # Node ID 087b44aa5a0a8d5a431babd0a6edc6500adc111c # Parent 0c4659cd6d32e754343bd024a39bbd9b97651c22 Fix #630: add headline field to the sidebar https://github.com/BestImageViewer/geeqie/pull/630 diff -r 0c4659cd6d32 -r 087b44aa5a0a doc/docbook/GuideReferenceTags.xml --- a/doc/docbook/GuideReferenceTags.xml Mon Aug 20 14:34:57 2018 +0100 +++ b/doc/docbook/GuideReferenceTags.xml Tue Aug 21 12:21:17 2018 +0100 @@ -362,6 +362,14 @@ Rating + + + Xmp.photoshop.Headline + + + Headline + + diff -r 0c4659cd6d32 -r 087b44aa5a0a src/bar.c --- a/src/bar.c Mon Aug 20 14:34:57 2018 +0100 +++ b/src/bar.c Tue Aug 21 12:21:17 2018 +0100 @@ -66,6 +66,15 @@ " " ""; +static const gchar default_config_headline[] = +"" +" " +" " +" " +" " +" " +""; + static const gchar default_config_keywords[] = "" " " @@ -192,6 +201,7 @@ {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 -r 0c4659cd6d32 -r 087b44aa5a0a web/help/GuideReferenceXmpExif.html --- a/web/help/GuideReferenceXmpExif.html Mon Aug 20 14:34:57 2018 +0100 +++ b/web/help/GuideReferenceXmpExif.html Tue Aug 21 12:21:17 2018 +0100 @@ -809,11 +809,19 @@ - + Xmp.xmp.Rating + + Rating + + + + + Xmp.photoshop.Headline + - Rating + Headline