[eog] [help/C]: added content to rotate and flip pages.
- From: Tiffany Antopolski <antopolski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog] [help/C]: added content to rotate and flip pages.
- Date: Thu, 14 Apr 2011 21:34:53 +0000 (UTC)
commit 3f5661cfe8141a3974e5998db6538fcbe2f2ea11
Author: Tiffany Antopolski <tiffany antopolski com>
Date: Thu Apr 14 17:32:40 2011 -0400
[help/C]: added content to rotate and flip pages.
Also, seperated supported formats for viewing and for saving. Fixed
copy/paste error in introduction page.
help/C/flip.page | 12 +++++++--
help/C/{formats.page => formats-view.page} | 14 +---------
help/C/introduction.page | 5 ++-
help/C/rotate.page | 24 ++++++++++++++++--
help/C/saving-changes.page | 36 ++++++++++++++++-----------
help/C/zoom.page | 2 +-
6 files changed, 57 insertions(+), 36 deletions(-)
---
diff --git a/help/C/flip.page b/help/C/flip.page
index 954f369..6f45da1 100644
--- a/help/C/flip.page
+++ b/help/C/flip.page
@@ -5,10 +5,10 @@
<info>
<link type="guide" xref="index#edit"/>
<link type="guide" xref="index#viewing"/>
- <desc></desc>
+ <desc>Clockwise or Counter-clockwise</desc>
<revision pkgversion="3.2" version="0.1" date="2011-04-11"
-status="draft"/>
+status="review"/>
<credit type="author">
<name>Tiffany Antopolski</name>
<email>tiffany antopolski com</email>
@@ -20,7 +20,13 @@ status="draft"/>
</info>
<title>Flip image</title>
+<p>To flip the image:</p>
+<list>
+<item><p>Click <gui>Edit</gui></p></item>
+<item><p>Select either <gui>Flip Horizontal</gui> or <gui>Flip Vertical</gui>.</p></item>
+</list>
-<p></p>
+<p>If you would like to save your changes, make sure you save in a
+<link xref="formats-save">supported format</link>.</p>
</page>
diff --git a/help/C/formats.page b/help/C/formats-view.page
similarity index 80%
rename from help/C/formats.page
rename to help/C/formats-view.page
index 7454a3e..a5ec23f 100644
--- a/help/C/formats.page
+++ b/help/C/formats-view.page
@@ -1,13 +1,13 @@
<page xmlns="http://projectmallard.org/1.0/"
type="topic" style="task"
- id="formats">
+ id="formats-view">
<info>
<link type="guide" xref="index#viewing"/>
<desc>PNG, JPEG, TIFF and others.</desc>
<revision pkgversion="3.2" version="0.1" date="2011-04-08"
-status="draft"/>
+status="review"/>
<credit type="author">
<name>Tiffany Antopolski</name>
<email>tiffany antopolski gmail com</email>
@@ -45,14 +45,4 @@ not load image 'image_name'.</em> error.
</p>
<note><p>The image viewer may be able to open other formats not listed
here. </p></note>
-
- <p>The image viewer is able to save the following formats:</p>
- <list>
- <item><p>BMP</p></item>
- <item><p>ICO</p></item>
- <item><p>JPEG/JPG</p></item>
- <item><p>PNG</p></item>
- </list>
- <note><p>It may be possible to save other image formats depending on
-the system configuration and other installed software.</p></note>
</page>
diff --git a/help/C/introduction.page b/help/C/introduction.page
index 1ba1f15..a201bf8 100644
--- a/help/C/introduction.page
+++ b/help/C/introduction.page
@@ -7,7 +7,7 @@
<desc>Introduction to the <app>Eye of Gnome Document Viewer</app>.</desc>
<revision pkgversion="3.2" version="0.1" date="2011-04-08"
-status="draft"/>
+status="review"/>
<credit type="author">
<name>Tiffany Antopolski</name>
<email>tiffany antopolski com</email>
@@ -20,5 +20,6 @@ status="draft"/>
<title>Introduction</title>
-<p><app>Eye of Gnome</app> is a document viewer. See <link xref="formats"/> for a list of file types you can view.</p>
+<p><app>Eye of Gnome</app> is an image viewer. See <link
+xref="formats-view"/> for a list of file types you can view.</p>
</page>
diff --git a/help/C/rotate.page b/help/C/rotate.page
index 1f2fb1e..8c36551 100644
--- a/help/C/rotate.page
+++ b/help/C/rotate.page
@@ -5,10 +5,10 @@
<info>
<link type="guide" xref="index#edit"/>
<link type="guide" xref="index#viewing"/>
- <desc></desc>
+ <desc>Clockwise or Counter-clockwise</desc>
<revision pkgversion="3.2" version="0.1" date="2011-04-11"
-status="draft"/>
+status="review"/>
<credit type="author">
<name>Tiffany Antopolski</name>
<email>tiffany antopolski com</email>
@@ -20,7 +20,25 @@ status="draft"/>
</info>
<title>Rotate image</title>
+<p>To rotate the image:</p>
+<list>
+<item><p>Click <gui>Edit</gui></p></item>
+<item><p>Select either <gui>Rotate Clockwise</gui> or <gui>Rotate
+Counter-clockwise</gui>.</p></item>
+</list>
-<p></p>
+<p>You can also use the keyboard shortcuts:</p>
+<table>
+ <tr>
+ <td><p>Rotate Clockwise</p></td>
+ <td><p><keyseq><key>Ctrl</key><key>R</key></keyseq></p></td>
+ </tr>
+ <tr>
+ <td><p>Rotate Counter-clockwise</p></td>
+ <td><p><keyseq><key>Ctrl</key><key>Shift</key><key>R</key></keyseq></p></td>
+ </tr>
+</table>
+<p>If you would like to save your changes, make sure you save in a
+<link xref="formats-save">supported format</link>.</p>
</page>
diff --git a/help/C/saving-changes.page b/help/C/saving-changes.page
index bb693b7..07f135c 100644
--- a/help/C/saving-changes.page
+++ b/help/C/saving-changes.page
@@ -1,24 +1,30 @@
<page xmlns="http://projectmallard.org/1.0/"
type="topic" style="task"
- id="saving-changes">
+ id="formats-save">
<info>
<link type="guide" xref="index#edit"/>
- <desc>Supported formats for changes.</desc>
-
- <revision pkgversion="3.2" version="0.1" date="2011-04-11"
-status="draft"/>
- <credit type="author">
- <name>Tiffany Antopolski</name>
- <email>tiffany antopolski com</email>
- </credit>
- <license>
- <p>Creative Commons Share Alike 3.0</p>
- </license>
+ <desc>JPEG, PNG, BMP and others.</desc>
+ <revision pkgversion="3.2" version="0.1" date="2011-04-08"
+status="review"/>
+ <credit type="author">
+ <name>Tiffany Antopolski</name>
+ <email>tiffany antopolski gmail com</email>
+ </credit>
+ <license>
+ <p>Creative Commons Share Alicke 3.0</p>
+ </license>
</info>
-<title>What formats can I save my changes in?</title>
-
-<p></p>
+ <title>Formats supported for saving images</title>
+ <p>The image viewer is able to save the following formats:</p>
+ <list>
+ <item><p>JPEG/JPG</p></item>
+ <item><p>PNG</p></item>
+ <item><p>BMP</p></item>
+ <item><p>ICO</p></item>
+ </list>
+ <note><p>It may be possible to save other image formats depending on
+the system configuration and other installed software.</p></note>
</page>
diff --git a/help/C/zoom.page b/help/C/zoom.page
index c1c3a91..7b9d74d 100644
--- a/help/C/zoom.page
+++ b/help/C/zoom.page
@@ -27,7 +27,7 @@ status="review"/>
<p>To fit the entire image into the window, click <guiseq><gui>View</gui><gui>Best Fit</gui></guiseq>.</p>
<note><p>When an image is zoomed to fit the window, resizing the window
-will also change the zoom level, so the image still fits the window</p></note>
+will also change the zoom level, so the image still fits the window.</p></note>
<section id="toolbar">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]