[gthumb] added a slideshow section to the manual



commit 9989bc7c2eae9df20fc9a111f67f292d624814c0
Author: Michael J. Chudobiak <mjc avtechpulse com>
Date:   Fri Aug 20 15:33:08 2010 -0400

    added a slideshow section to the manual

 help/C/slideshow.page |   33 +++++++++++++++++++++++++++++++++
 help/Makefile.am      |    3 ++-
 2 files changed, 35 insertions(+), 1 deletions(-)
---
diff --git a/help/C/slideshow.page b/help/C/slideshow.page
new file mode 100644
index 0000000..2b5929a
--- /dev/null
+++ b/help/C/slideshow.page
@@ -0,0 +1,33 @@
+<page xmlns="http://projectmallard.org/1.0/"; type="topic"
+id="gthumb-slideshow">
+  <info>
+    <link type="guide" xref="index#slideshows" />
+  </info>
+
+  <title>Automatic Slideshow</title>
+
+  <p>A slideshow of the currently selected images can be started
+  from the image browser by pressing <key>F5</key>, by clicking the
+  slideshow toolbar icon, or by clicking 
+  <guiseq><gui>View</gui><gui>Slideshow</gui></guiseq>. If no images
+  are selected, all images in the folder will be included.</p>
+
+  <p>The transition effects and the time each image is shown can be modified from the
+  <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Slideshow</gui></guiseq>
+  dialog.</p>
+
+  <p>Some graphics cards and drivers may experience problems (crashes)
+  if transition effects are enabled. If you experience such difficulties,
+  set the <gui>Transition effect</gui> preference to <gui>None</gui>.</p>
+
+  <p>You can advance manually to the next image by pressing 
+  <key>Down Arrow</key> or <key>Right Arrow</key> or <key>Page Down</key>.</p>
+
+  <p>You can go back to the previous image by pressing
+  <key>Up Arrow</key> or <key>Left Arrow</key> or <key>Page Up</key>.</p>
+
+  <p>You can pause the slideshow by pressing <key>Space</key>.</p>
+
+  <p>To exit the slideshow, press <key>Escape</key>.</p>
+
+</page>
diff --git a/help/Makefile.am b/help/Makefile.am
index 52b85ce..f7067d7 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -47,7 +47,8 @@ DOC_PAGES = \
 	sharing-disc.page \
 	wallpaper.page \
 	bookmarks.page \
-	import.page
+	import.page \
+	slideshow.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]