changeset 2411:259d90dcccd8

Fix #434: Remove duplicate data, context-sensitive help https://github.com/BestImageViewer/geeqie/issues/434 Remove data duplicated in the README and Help files Include context-sensitive help in all preferences windows Minor addition to README file
author Colin Clark <cclark@mcb.net>
date Tue, 20 Dec 2016 19:41:36 +0000
parents 4b880cc03f06
children 0168ad13f7d9
files doc/docbook/GuideOptionsAdditional.xml doc/docbook/GuideOptionsMain.xml
diffstat 2 files changed, 51 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/docbook/GuideOptionsAdditional.xml	Tue Dec 20 19:41:36 2016 +0000
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<chapter id="GuideOptionsAdditional">
+  <title id="titleGuideOptionsAdditional">Additional Preferences</title>
+  <para>There are two sets of preferences in Geeqie: those set via the main Preferences tabbed dialogue, and those set either via a menu entry or by editing a configuration file.</para>
+
+    <para>
+      This chapter explains in detail the Geeqie preferences that are set via a menu entry or by editing a configuration file.
+    </para>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="GuideOptionsLayout.xml" />
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="GuideEditorsConfig.xml" />
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="GuideOptionsHidden.xml" />
+    <para />
+
+</chapter>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/docbook/GuideOptionsMain.xml	Tue Dec 20 19:41:36 2016 +0000
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="utf-8"?>
+<chapter id="GuideOptionsMain">
+  <title id="titleGuideOptionsMain">Preferences</title>
+  <para>There are two sets of preferences in Geeqie: those set via the main Preferences tabbed dialogue, and those set either via a menu entry or by editing a configuration file.</para>
+
+    <para>
+      This chapter explains in detail the main Geeqie preferences dialog, which is accessed via
+      <menuchoice>
+        <shortcut>
+          <keycombo>
+            <keycap>Ctrl</keycap>
+            <keycap>O</keycap>
+          </keycombo>
+        </shortcut>
+        <guimenu>Edit</guimenu>
+        <guimenuitem>Preferences</guimenuitem>
+        <guimenuitem>Preferences</guimenuitem>
+      </menuchoice>
+      or
+      <guiicon>
+        <inlinegraphic fileref="preferences-desktop.png" />
+      </guiicon>
+      on the Toolbar.
+    </para>
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="GuideOptionsGeneral.xml" />
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="GuideOptionsImage.xml" />
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="GuideOptionsWindow.xml" />
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="GuideOptionsKeyboard.xml" />
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="GuideOptionsFiltering.xml" />
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="GuideOptionsMetadata.xml" />
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="GuideOptionsColor.xml" />
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="GuideOptionsStereo.xml" />
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="GuideOptionsBehavior.xml" />
+    <para />
+
+</chapter>