[gthumb] more docs migrated to mallard
- From: Michael J. Chudobiak <mjc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] more docs migrated to mallard
- Date: Fri, 25 Jun 2010 16:59:39 +0000 (UTC)
commit 3e4bc743cf84286e035a0f80598c0f087c0bb7fd
Author: Michael J. Chudobiak <mjc avtechpulse com>
Date: Fri Jun 25 12:59:18 2010 -0400
more docs migrated to mallard
help/C/fullscreen.page | 29 +++++++++++++++++++++++++++++
help/C/index.page | 4 ++++
help/C/sorting.page | 14 ++++++++++++++
help/C/viewer.page | 28 ++++++++++++++++++++++++++++
help/Makefile.am | 5 ++++-
5 files changed, 79 insertions(+), 1 deletions(-)
---
diff --git a/help/C/fullscreen.page b/help/C/fullscreen.page
new file mode 100644
index 0000000..b2286ca
--- /dev/null
+++ b/help/C/fullscreen.page
@@ -0,0 +1,29 @@
+<page xmlns="http://projectmallard.org/1.0/" type="topic"
+id="gthumb-fullscreen">
+ <info>
+ <link type="guide" xref="index#files" />
+ <link type="guide" xref="index#slideshows" />
+ </info>
+
+ <title>Manual Fullscreen Mode</title>
+
+ <p>Pressing <key>f</key> in the browser or viewer modes will
+ display the current image in fullscreen mode. (In the browser
+ mode, you can also double-click with the middle mouse button.)</p>
+
+ <p>Moving the mouse will activate a popup control panel briefly.
+ This can be used to navigate to the next or previous image,
+ or change zoom levels.</p>
+
+ <p>You can also advance to the next image by pressing
+ <key>PageDown</key> or <key>Space</key>.</p>
+
+ <p>You can go back to the previous image by pressing
+ <key>PageUp</key> or <key>Backspace</key>.</p>
+
+ <p>This can be used to implement a manually-controlled
+ slideshow.</p>
+
+ <p>To exit the fullscreen mode, press <key>f</key> or <key>Escape</key>.</p>
+
+</page>
diff --git a/help/C/index.page b/help/C/index.page
index 7d889a1..14b972c 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -40,6 +40,10 @@
Changes are written immediately, and are not undoable.</p>
</section>
+ <section id="slideshows" style="2column">
+ <title>Slideshows</title>
+ </section>
+
<section id="importing" style="2column">
<title>Importing</title>
</section>
diff --git a/help/C/sorting.page b/help/C/sorting.page
new file mode 100644
index 0000000..0dc565f
--- /dev/null
+++ b/help/C/sorting.page
@@ -0,0 +1,14 @@
+<page xmlns="http://projectmallard.org/1.0/" type="topic"
+id="gthumb-sorting">
+ <info>
+ <link type="guide" xref="index#files" />
+ </info>
+
+ <title>Sorting Files</title>
+
+ <p>Use the <guiseq><gui>View</gui><gui>Sort By</gui></guiseq> menu to
+ select the desird file-sorting method for the browser view.
+ Files can be sorted on the basis of their name, the file size,
+ the file modification date, or the date the photo was taken.</p>
+
+</page>
diff --git a/help/C/viewer.page b/help/C/viewer.page
new file mode 100644
index 0000000..07fb76b
--- /dev/null
+++ b/help/C/viewer.page
@@ -0,0 +1,28 @@
+<page xmlns="http://projectmallard.org/1.0/" type="topic"
+id="gthumb-image-viewing">
+ <info>
+ <link type="guide" xref="index#files" />
+ </info>
+ <title>Opening an Image</title>
+ <p>The browser view shows the images in the current folder or
+ catalog (see <link xref="gthumb-browser-view" />).
+ Double-clicking an image (or pressing <key>Return</key>) in the browser
+ will open it in the viewer mode.</p>
+ <p>Pressing <key>Escape</key> will exit the viewer mode, and return
+ the user to the browser mode. A toolbar button (<gui>View the folders</gui>)
+ is also provided for this purpose.</p>
+ <p>A <link xref="gthumb-thumbnail-pane"/> may be displayed in the
+ viewer mode, if desired.</p>
+
+ <figure>
+ <title>Viewer Mode with Thumbnail Pane</title>
+ <media type="image" mime="image/png"
+ src="figures/thumbnail-pane.png" />
+ </figure>
+
+ <p>In the viewer mode, you can advance to the next image by clicking the <gui>Next</gui>
+ button, or by pressing <key>Space</key> or <key>Page Down</key>.
+ You can go back to the previous image by clicking the <gui>Previous</gui>
+ button, or by pressing <key>Backspace</key> or <key>Page Up</key>.
+ You can go also click on thumbnails in the thumbnail pane to open a different image.</p>
+</page>
diff --git a/help/Makefile.am b/help/Makefile.am
index 73d7a65..09f447c 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -32,7 +32,10 @@ DOC_PAGES = \
edit-resize-crop.page \
edit-redeye.page \
extensions.page \
- gimp.page
+ gimp.page \
+ viewer.page \
+ fullscreen.page \
+ sorting.page
DOC_LINGUAS = de el es fr oc sl sv zh_CN
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]