[gthumb] nicer formatting, more white space in docs
- From: Michael J. Chudobiak <mjc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] nicer formatting, more white space in docs
- Date: Fri, 25 Jun 2010 17:50:43 +0000 (UTC)
commit 93911e0d7358412bca81aa7f76a06f880b2efffe
Author: Michael J. Chudobiak <mjc avtechpulse com>
Date: Fri Jun 25 13:50:25 2010 -0400
nicer formatting, more white space in docs
help/C/batch-change-date.page | 3 +
help/C/batch-convert-format.page | 3 +
help/C/batch-resize.page | 3 +
help/C/batch-rotate.page | 3 +
help/C/batch-scripts.page | 3 +
help/C/browser.page | 5 ++
help/C/edit-colors.page | 9 ++-
help/C/edit-redeye.page | 8 +-
help/C/edit-resize-crop.page | 8 +-
help/C/edit-rotate.page | 9 ++-
help/C/edit-save-undo-redo.page | 26 ++++----
help/C/extensions.page | 5 ++
help/C/index.page | 134 +++++++++++++++++++------------------
help/C/introduction.page | 11 +++-
help/C/rename-series.page | 17 +++--
help/C/strftime.page | 4 +
help/C/thumbnail-pane.page | 20 ++----
help/C/thumbnails.page | 12 ++-
help/C/viewer.page | 4 +
19 files changed, 168 insertions(+), 119 deletions(-)
---
diff --git a/help/C/batch-change-date.page b/help/C/batch-change-date.page
index a181ff2..f8c416a 100644
--- a/help/C/batch-change-date.page
+++ b/help/C/batch-change-date.page
@@ -4,10 +4,13 @@ id="gthumb-batch-change-date">
<link type="guide" xref="index#batch" />
</info>
<title>Changing Dates</title>
+
<p>To change the the file modification times, the comment dates, or the
Exif DateTimeOriginal tags of multiple files, select the files in the
browser view. Then click the <gui>Tools</gui> button on the main toolbar,
and select <guiseq><gui>Tools</gui><gui>Change Date</gui></guiseq>.</p>
+
<p>Select the desired date options, and click <gui>Execute</gui>
to complete the process.</p>
+
</page>
diff --git a/help/C/batch-convert-format.page b/help/C/batch-convert-format.page
index e449159..874e386 100644
--- a/help/C/batch-convert-format.page
+++ b/help/C/batch-convert-format.page
@@ -4,9 +4,12 @@ id="gthumb-batch-convert-format">
<link type="guide" xref="index#batch" />
</info>
<title>Converting File Formats</title>
+
<p>To convert one or more images into a new file format, select
the images in the browser view. Then click the <gui>Tools</gui> button
on the main toolbar, and select <guiseq><gui>Tools</gui><gui>Convert Format</gui></guiseq>.</p>
+
<p>Select the desired output format and destination folder. Click <gui>Execute</gui>
to complete the process.</p>
+
</page>
diff --git a/help/C/batch-resize.page b/help/C/batch-resize.page
index 9ef1668..8c84897 100644
--- a/help/C/batch-resize.page
+++ b/help/C/batch-resize.page
@@ -4,9 +4,12 @@ id="gthumb-batch-resize">
<link type="guide" xref="index#batch" />
</info>
<title>Resizing Images</title>
+
<p>To resize one or more images using the same dimensions or scaling
factors, select the images in the browser view. Then click the <gui>Tools</gui> button
on the main toolbar, and select <guiseq><gui>Tools</gui><gui>Resize Images</gui></guiseq>.</p>
+
<p>Then select the desired maximum output dimensions, or the desired percentage scaling,
and the destination folder. Click <gui>Execute</gui> to complete the process.</p>
+
</page>
diff --git a/help/C/batch-rotate.page b/help/C/batch-rotate.page
index d8898f0..78ac7f1 100644
--- a/help/C/batch-rotate.page
+++ b/help/C/batch-rotate.page
@@ -4,10 +4,13 @@ id="gthumb-batch-rotate">
<link type="guide" xref="index#batch" />
</info>
<title>Rotating Images Losslessly</title>
+
<p>To rotate one or more images, select the images in the browser
view. Then click the <gui>Tools</gui> button on the main toolbar,
and select either <guiseq><gui>Tools</gui><gui>Rotate Right</gui></guiseq>
or <guiseq><gui>Tools</gui><gui>Rotate Left</gui></guiseq>. The
images will be rotated.</p>
+
<p>Lossless rotation is used for jpeg images, when possible.</p>
+
</page>
diff --git a/help/C/batch-scripts.page b/help/C/batch-scripts.page
index 7404799..cc1ecb2 100644
--- a/help/C/batch-scripts.page
+++ b/help/C/batch-scripts.page
@@ -4,8 +4,11 @@ id="gthumb-batch-scripts">
<link type="guide" xref="index#batch" />
</info>
<title>User-Defined Scripts</title>
+
<p>To define a script (a command-line sequence that <app>gThumb</app> will
execute on your files), click the <gui>Tools</gui> button on the main toolbar,
and select <guiseq><gui>Tools</gui><gui>Personalize</gui></guiseq>.</p>
+
<p>TODO: further documentation is need here.</p>
+
</page>
diff --git a/help/C/browser.page b/help/C/browser.page
index 3e62015..9255e76 100644
--- a/help/C/browser.page
+++ b/help/C/browser.page
@@ -4,13 +4,17 @@ id="gthumb-browser-view">
<link type="guide" xref="index#files" />
</info>
<title>Browsing Your Files</title>
+
<p>When you start <app>gThumb</app> the following window is displayed:</p>
+
<figure>
<title>The main window</title>
<media type="image" mime="image/png"
src="figures/main-win.png" />
</figure>
+
<p>The <app>gThumb</app> browser contains the following elements:</p>
+
<terms>
<item>
<title>Menubar</title>
@@ -80,4 +84,5 @@ id="gthumb-browser-view">
characteristics.</p>
</item>
</terms>
+
</page>
diff --git a/help/C/edit-colors.page b/help/C/edit-colors.page
index f16c23b..a16be94 100644
--- a/help/C/edit-colors.page
+++ b/help/C/edit-colors.page
@@ -4,14 +4,14 @@ id="gthumb-edit-colors">
<link type="guide" xref="index#editing" />
</info>
<title>Color Adjustments</title>
- <p>
- <media type="image" mime="image/png"
- src="figures/palette.png" />To access the editing tools, open an
- image and then click the
+
+ <p><media type="image" mime="image/png" src="figures/palette.png" />
+ To access the editing tools, open an image and then click the
<gui>Edit File</gui> toolbar button (the palette icon).</p>
<p>Several tools are provided to manipulate the colors in
images.</p>
+
<terms>
<item>
<title><gui>Enhance Colors</gui></title>
@@ -40,4 +40,5 @@ id="gthumb-edit-colors">
<p>This tool inverts the color levels, providing an image negative.</p>
</item>
</terms>
+
</page>
diff --git a/help/C/edit-redeye.page b/help/C/edit-redeye.page
index 230f370..6101f26 100644
--- a/help/C/edit-redeye.page
+++ b/help/C/edit-redeye.page
@@ -4,10 +4,8 @@ id="gthumb-edit-red-eye">
<link type="guide" xref="index#editing" />
</info>
<title>Red Eye Removal</title>
- <p>
- <media type="image" mime="image/png"
- src="figures/palette.png" />To access the editing tools, open an
- image and then click the
+ <p><media type="image" mime="image/png" src="figures/palette.png" />
+ To access the editing tools, open an image and then click the
<gui>Edit File</gui> toolbar button (the palette icon).</p>
<p><app>gThumb</app> provides a <gui>Red Eye Removal</gui> tool.
@@ -16,10 +14,12 @@ id="gthumb-edit-red-eye">
and replace it with a more natural-looking gray region. If the results
do not look correct, press <key>Escape</key> and click on the <gui>Undo</gui>
item.</p>
+
<p>This tool works best when there is a high color contrast between the
red eye and the surrounding facial area. It does not work well for
"orange eye" sometimes seen in photos of children, or if the surrounding
skin has a reddish tinge. This tool could use improvement - if you
are fiendishly clever, love matrix algebra and open source software, please
<link href="http://live.gnome.org/gthumb/development">submit a patch!</link></p>
+
</page>
diff --git a/help/C/edit-resize-crop.page b/help/C/edit-resize-crop.page
index cad8e37..3f708ca 100644
--- a/help/C/edit-resize-crop.page
+++ b/help/C/edit-resize-crop.page
@@ -4,10 +4,9 @@ id="gthumb-edit-resize-crop">
<link type="guide" xref="index#editing" />
</info>
<title>Resizing and Cropping</title>
- <p>
- <media type="image" mime="image/png"
- src="figures/palette.png" />To access the editing tools, open an
- image and then click the
+
+ <p><media type="image" mime="image/png" src="figures/palette.png" />
+ To access the editing tools, open an image and then click the
<gui>Edit File</gui> toolbar button (the palette icon).</p>
<p>Two tools are provided to resize and crop images.</p>
@@ -31,4 +30,5 @@ id="gthumb-edit-resize-crop">
<p><app>gThumb</app> also offers a batch-mode tool for resizing multiple
images simultaneously. See <link xref="gthumb-batch-resize"/>.</p>
+
</page>
diff --git a/help/C/edit-rotate.page b/help/C/edit-rotate.page
index 47cfa39..9fcd803 100644
--- a/help/C/edit-rotate.page
+++ b/help/C/edit-rotate.page
@@ -4,14 +4,14 @@ id="gthumb-edit-rotate">
<link type="guide" xref="index#editing" />
</info>
<title>Rotations and Flips</title>
- <p>
- <media type="image" mime="image/png"
- src="figures/palette.png" />To access the editing tools, open an
- image and then click the
+
+ <p><media type="image" mime="image/png" src="figures/palette.png" />
+ To access the editing tools, open an image and then click the
<gui>Edit File</gui> toolbar button (the palette icon).</p>
<p>Several tools are provided to manipulate the orientation of
images.</p>
+
<terms>
<item>
<title><gui>Mirror</gui></title>
@@ -38,4 +38,5 @@ id="gthumb-edit-rotate">
are not lossless operations - the image will degrade slightly when it
it is re-encoded and saved. However, <app>gThumb</app> does provide
lossless rotation tools. See <link xref="gthumb-batch-rotate"/>.</p>
+
</page>
diff --git a/help/C/edit-save-undo-redo.page b/help/C/edit-save-undo-redo.page
index effba56..35b608d 100644
--- a/help/C/edit-save-undo-redo.page
+++ b/help/C/edit-save-undo-redo.page
@@ -4,22 +4,22 @@ id="gthumb-edit-save-undo-redo">
<link type="guide" xref="index#editing" />
</info>
<title>File Save, Undo, Redo</title>
- <p>
- <media type="image" mime="image/png"
- src="figures/palette.png" />To access the editing tools, open an
- image and then click the
+
+ <p><media type="image" mime="image/png" src="figures/palette.png" />
+ To access the editing tools, open an image and then click the
<gui>Edit File</gui> toolbar button (the palette icon).</p>
+
<p>Multiple changes may be made to an image before saving it.
- <gui>Undo</gui> and
- <gui>Redo</gui> buttons are provided, and may be used up until the
- file is saved.</p>
- <p>A modified image may be saved by pressing
- <gui>Save</gui>. To save the modified image to a new location
- instead, leaving the original image unchanged, used
- <gui>Save As</gui>.</p>
- <p>If you exit the editing mode (by pressing
- <key>Esc</key>or the
+ <gui>Undo</gui> and <gui>Redo</gui> buttons are provided, and
+ may be used up until the file is saved.</p>
+
+ <p>A modified image may be saved by pressing <gui>Save</gui>.
+ To save the modified image to a new location instead, leaving
+ the original image unchanged, use <gui>Save As</gui>.</p>
+
+ <p>If you exit the editing mode (by pressing <key>Esc</key>or the
<gui>View the Folders</gui> toolbar button), or navigate away from
the current image, you will be prompted to save or discard your
changes.</p>
+
</page>
diff --git a/help/C/extensions.page b/help/C/extensions.page
index 5772c76..9128941 100644
--- a/help/C/extensions.page
+++ b/help/C/extensions.page
@@ -4,17 +4,22 @@ id="gthumb-extensions">
<link type="guide" xref="index#welcome" />
</info>
<title>Extending gThumb</title>
+
<p><app>gThumb</app> has a plug-in system for extensions. Some standard
features are implemented as extensions and are supplied with the standard
distribution. Users may write (and share) additional extensions.</p>
+
<p>You can enable or disable extensions using
<guiseq><gui>Edit</gui><gui>Extensions</gui></guiseq>. Some extensions
will have <gui>Preferences</gui> that can be modified from this dialog.</p>
+
<p>This manual is written with the assumption that the standard extensions
are enabled. If you seem to be missing a feature, check to see which
extensions are actually enabled.</p>
+
<p>If you would like to write your own extension, please visit
<link href="http://live.gnome.org/gthumb">http://live.gnome.org/gthumb</link>
for development information. An example extension is provided in the source
code, which you can base your own extension on.</p>
+
</page>
diff --git a/help/C/index.page b/help/C/index.page
index 14b972c..d8276d0 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -1,67 +1,71 @@
-<page xmlns="http://projectmallard.org/1.0/"
- type="guide"
- id="index">
-
- <info>
- <credit type="author">
- <name>Paolo Bacchilega</name>
- <email>paobac src gnome org</email>
- </credit>
- <credit type="author">
- <name>Michael J. Chudobiak</name>
- <email>mjc avtechpulse com</email>
- </credit>
-
- <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude" />
- </info>
-
- <title><app>gThumb</app> Help</title>
-
- <section id="welcome" style="2column">
- <title>Welcome</title>
- </section>
-
- <section id="files" style="2column">
- <title>File Management</title>
- </section>
-
- <section id="editing" style="2column">
- <title>Editing Mode</title>
- <p><media type="image" mime="image/png" src="figures/palette.png"/>
- Numerous editing tools are provided for touching-up individual photos.
- Undo and redo functions are provided, up until the photo is saved.
- To access the editing tools, open an image and then click the <gui>Edit File</gui>
- toolbar button (the palette icon).</p>
- </section>
-
- <section id="batch" style="2column">
- <title>Batch Tools</title>
- <p>Batch tools are provided to modify multiple images simultaneously.
- 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>
-
- <section id="sharing" style="2column">
- <title>Sharing</title>
- </section>
-
- <section id="organizing" style="2column">
- <title>Organizing</title>
- </section>
-
- <section id="other" style="2column">
- <title>Other Tools</title>
- </section>
-
- <section id="reference" style="2column">
- <title>Reference</title>
- </section>
+<page xmlns="http://projectmallard.org/1.0/" type="guide"
+id="index">
+
+ <info>
+
+ <credit type="author">
+ <name>Paolo Bacchilega</name>
+ <email>paobac src gnome org</email>
+ </credit>
+
+ <credit type="author">
+ <name>Michael J. Chudobiak</name>
+ <email>mjc avtechpulse com</email>
+ </credit>
+
+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude" />
+
+ </info>
+
+ <title><app>gThumb</app>Help</title>
+
+ <section id="welcome" style="2column">
+ <title>Welcome</title>
+ </section>
+
+ <section id="files" style="2column">
+ <title>File Management</title>
+ </section>
+
+ <section id="editing" style="2column">
+ <title>Editing Mode</title>
+ <p>
+ <media type="image" mime="image/png" src="figures/palette.png" />
+ Numerous editing tools are provided for touching-up individual
+ photos. Undo and redo functions are provided, up until the photo
+ is saved. To access the editing tools, open an image and then click the
+ <gui>Edit File</gui>toolbar button (the palette icon).</p>
+ </section>
+
+ <section id="batch" style="2column">
+ <title>Batch Tools</title>
+ <p>Batch tools are provided to modify multiple images
+ simultaneously. 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>
+
+ <section id="sharing" style="2column">
+ <title>Sharing</title>
+ </section>
+
+ <section id="organizing" style="2column">
+ <title>Organizing</title>
+ </section>
+
+ <section id="other" style="2column">
+ <title>Other Tools</title>
+ </section>
+
+ <section id="reference" style="2column">
+ <title>Reference</title>
+ </section>
</page>
diff --git a/help/C/introduction.page b/help/C/introduction.page
index a511c3a..2f8a0ab 100644
--- a/help/C/introduction.page
+++ b/help/C/introduction.page
@@ -4,28 +4,35 @@ id="gthumb-introduction">
<link type="guide" xref="index#welcome" />
</info>
<title>About gThumb</title>
+
<p><app>gThumb</app> is an image viewer and browser written for the GNOME
environment. It lets you browse your hard disk, showing you
thumbnails of image files and view single images of many
different formats.</p>
+
<p><app>gThumb</app> supports the most common graphics formats, including
JPEG, GIF, TIF, and PNG. <app>gThumb</app> will also display other less
common image types if the supporting libraries are installed,
including TGA, ICO, BMP, XPM, and others.</p>
+
<p>Some support for RAW image types is included, especially if
the dcraw program is installed on your system.</p>
+
<p><app>gThumb</app> not only lets you view image files but has many other
features such as adding comments to images, organizing images
into catalogs, printing images, slideshows, setting your desktop
background, and more.</p>
+
<p><app>gThumb</app> includes a tool to import photos from attached cameras
and memory card readers.</p>
+
<p><app>gThumb</app> can read EXIF, XMP, and IPTC metadata that is commonly
embedded in files.</p>
+
<p><app>gThumb</app> provides a systems of extensions (or plug-ins), to
allow users to extend the functionality of <app>gThumb</app>.</p>
<p>More information about these extensions, and about <app>gThumb</app>
generally, is available at
- <link href="http://live.gnome.org/gthumb">
- http://live.gnome.org/gthumb</link>.</p>
+ <link href="http://live.gnome.org/gthumb">http://live.gnome.org/gthumb</link>.</p>
+
</page>
diff --git a/help/C/rename-series.page b/help/C/rename-series.page
index 58a434f..d571358 100644
--- a/help/C/rename-series.page
+++ b/help/C/rename-series.page
@@ -6,18 +6,18 @@ id="gthumb-rename-series">
<link type="topic" xref="gthumb-date-formats" />
</info>
<title>Renaming Files</title>
+
<p>To rename one or more images using a name template, select the
- files in the broswer and choose
- <guiseq>
- <gui>Edit</gui>
- <gui>Rename</gui>
- </guiseq>, or press
- <key>F2</key></p>
+ files in the browser and choose
+ <guiseq><gui>Edit</gui><gui>Rename</gui></guiseq>, or press
+ <key>F2</key>.</p>
+
<p>The name template is simply a pattern that is used for
renaming all of the selected images. You can use some special
characters to make the new names differ each other (this is
essential if you are renaming more than one image, and optional
if you are renaming a single image):</p>
+
<table>
<tr>
<td>
@@ -123,13 +123,18 @@ id="gthumb-rename-series">
</td>
</tr>
</table>
+
<p>A summary of these special codes may be viewed by clicking on
the Help icon inside the template field.</p>
+
<p>The list at the bottom of the dialog displays how the
filenames will be renamed.</p>
+
<p>To rename the images click on <gui>Rename</gui>.</p>
+
<p>If the renaming of an image can overwrite an already existing
image you will be asked how to proceed, five options are
available: overwrite the image; do not overwrite the image;
always overwrite; never overwrite; specify a new name.</p>
+
</page>
diff --git a/help/C/strftime.page b/help/C/strftime.page
index 9aa1c0a..82b6efd 100644
--- a/help/C/strftime.page
+++ b/help/C/strftime.page
@@ -4,8 +4,10 @@ id="gthumb-date-formats">
<link type="guide" xref="index#reference" />
</info>
<title>Date/Time Format Codes</title>
+
<p>This is a summary of standard date/time codes that may be used
in format strings:</p>
+
<table id="gthumb-TBL-strftime">
<title>Valid format codes for custom subfolders</title>
<tr>
@@ -374,6 +376,7 @@ id="gthumb-date-formats">
</td>
</tr>
</table>
+
<p>Some conversion specifications can be modified by preceding
the conversion specifier character by the E or O modifier to
indicate that an alternative format should be used. If the
@@ -385,4 +388,5 @@ id="gthumb-date-formats">
modifier is to use alternative numeric symbols (say, roman
numerals), and that of the E modifier is to use a
locale-dependent alternative representation.</p>
+
</page>
diff --git a/help/C/thumbnail-pane.page b/help/C/thumbnail-pane.page
index 72f54d6..3891b9f 100644
--- a/help/C/thumbnail-pane.page
+++ b/help/C/thumbnail-pane.page
@@ -4,27 +4,21 @@ id="gthumb-thumbnail-pane">
<link type="guide" xref="index#files" />
</info>
<title>Thumbnail Pane</title>
+
<p>When an image has been opened in the <app>gThumb</app> viewer, the user
has the option of enabling or disabling a thumbnail pane, which
shows the other images in the folder as thumbnails. This feature
- can be toggled with the
- <guiseq>
- <gui>View</gui>
- <gui>Thumbnail Pane</gui>
- </guiseq>command, or by pressing
- <key>F8</key>.</p>
+ can be toggled with the <guiseq><gui>View</gui><gui>Thumbnail Pane</gui></guiseq>
+ command, or by pressing <key>F8</key>.</p>
+
<p>The thumbnail pane may be positioned along the bottom of the
main image, or along the side. This is controlled by the settings
- in
- <guiseq>
- <gui>Edit</gui>
- <gui>Preferences</gui>
- <gui>Browser</gui>
- <gui>Thumbnails in Viewer</gui>
- </guiseq>.</p>
+ in <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Browser</gui><gui>Thumbnails in Viewer</gui></guiseq>.</p>
+
<figure>
<title>Thumbnail Pane, Along Bottom of Main Image</title>
<media type="image" mime="image/png"
src="figures/thumbnail-pane.png" />
</figure>
+
</page>
diff --git a/help/C/thumbnails.page b/help/C/thumbnails.page
index a43a971..d962dda 100644
--- a/help/C/thumbnails.page
+++ b/help/C/thumbnails.page
@@ -4,32 +4,36 @@ id="gthumb-thumbnails">
<link type="guide" xref="index#reference" />
</info>
<title>Thumbnail Sources</title>
+
<p>The browser window normally shows the thumbnails of the images
and movies in the selected folder. Generic icons for other files
(audio files, for instance) may also be shown.</p>
+
<p>You can select what types of files to show in the browser view
- using the
- <guiseq>
- <gui>View</gui>
- <gui>Filter</gui>
+ using the <guiseq><gui>View</gui><gui>Filter</gui>
</guiseq> dialog. The default is to show all media files (images,
movies, audio), but this can be made more or less
restrictive.</p>
+
<p>The thumbnails may be generated by a number of different
methods. <app>gThumb</app> will first check for existing thumbnails in the
system cache.</p>
+
<p>If no cached thumbnail is found, and an image file contains an
embedded thumbnail (jpeg files generated by digital cameras
normally do), <app>gThumb</app> will attempt to use that. <app>gThumb</app> will
confirm that the aspect ratio of the thumbnail is similar to that
of the main image, and ignore thumbnails that do not appear to
match the main image.</p>
+
<p>If that doesn't work, <app>gThumb</app> will attempt to load the entire
file and generate a scaled-down thumbnail.</p>
+
<p>Lastly, <app>gThumb</app> will use any system-defined scripts for
thumbnailing particular media types. For example, some systems
may use <app>mplayer</app> or <app>totem</app> or other movie viewers to generate movie
thumbnails.</p>
+
<p><app>gThumb</app> will save thumbnails to a system cache, to share them
with other applications. By default, Gnome systems prune cached
thumbnails when they are older than 180 days, or when the
diff --git a/help/C/viewer.page b/help/C/viewer.page
index 07fb76b..fdaecc6 100644
--- a/help/C/viewer.page
+++ b/help/C/viewer.page
@@ -4,13 +4,16 @@ id="gthumb-image-viewing">
<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>
@@ -25,4 +28,5 @@ id="gthumb-image-viewing">
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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]