Added sliding scale for slideshow speed adjustement.
Note: Use slowest (leftmost) speed setting to disable automatic slide advancement.
This commit is contained in:
parent
20f1da1afd
commit
53ce047918
4 changed files with 142 additions and 42 deletions
|
|
@ -13,11 +13,17 @@ $Id$
|
|||
* Interface improvements:
|
||||
-----------------------
|
||||
* New slideshow tool! ("Slides", available in "Open" dialog.)
|
||||
Select each image to play, in the order you want them, then click "Play".
|
||||
Select each image to play, in the order you want them, and use the
|
||||
sliding scale to adjust speed, then click "Play" to begin the show.
|
||||
|
||||
Space, Enter, Right and mouseclicks advance manually.
|
||||
Left goes to the previous image.
|
||||
Escape or "Back" button at lower right ends playback.
|
||||
+ The "Next" button and [Space], [Enter] and [Right Arrow] keys
|
||||
advance to the next slide manually. (Clicking anywhere in the image
|
||||
advances, as well.)
|
||||
+ The [Left Arrow] key goes to the previous slide.
|
||||
+ The "Back" button and [Escape] ends playback.
|
||||
|
||||
Note: Use slowest (leftmost) speed setting to disable automatic
|
||||
slide advancement.
|
||||
|
||||
* Modified "Text" tool so that it correctly handles the 16-bit unicode
|
||||
characters that SDL sends.
|
||||
|
|
|
|||
|
|
@ -425,7 +425,7 @@ Available Tools
|
|||
picture. (You will be asked to confirm.)
|
||||
|
||||
* Click the blue "Slides" (slide projector) button at
|
||||
the lower left to go to slideshow mode. See "Slides,
|
||||
the lower left to go to slideshow mode. See "Slides",
|
||||
below, for details.
|
||||
|
||||
* Or click the red "Back" arrow button at the lower
|
||||
|
|
@ -600,25 +600,33 @@ Available Tools
|
|||
|
||||
Click each of the images you wish to display in a
|
||||
slideshow-style presentation, one by one. A digit will
|
||||
appear over each image, letting you know which order it will
|
||||
be displayed in.
|
||||
appear over each image, letting you know in which order they
|
||||
will be displayed.
|
||||
|
||||
Click a selected image to unselect it (take it out of your
|
||||
slideshow). Any images you had clicked after it will go up
|
||||
one in the slideshow order.
|
||||
You can click a selected image to unselect it (take it out
|
||||
of your slideshow).
|
||||
|
||||
Click the "Play" icon to begin the slideshow. Note: If you
|
||||
didn't select ANY images, then ALL images will be played in
|
||||
the slideshow. Click "Back" to return to the "Open" dialog.
|
||||
A sliding scale at the lower left of the screen (next to the
|
||||
"Play" button) can be used to adjust the speed of the
|
||||
slideshow, from slowest to fastest. Choose the leftmost
|
||||
setting to disable automatic advancement -- you will need to
|
||||
press a key or click to go to the next slide (see below).
|
||||
|
||||
When you're ready, click the "Play" button to begin the
|
||||
slideshow. (Note: If you hadn't selected ANY images, then
|
||||
ALL images will be played in the slideshow.)
|
||||
|
||||
During the slideshow, press [Space], [Enter] or [Return] or
|
||||
the [Right Arrow], or click anywhere in the picture, to
|
||||
manually advance to the next slide. Press [Left] to go back
|
||||
to the previous slide.
|
||||
the [Right Arrow], or click the "Next" button at the lower
|
||||
left, to manually advance to the next slide. Press [Left] to
|
||||
go back to the previous slide.
|
||||
|
||||
Press [Escape] or click the "Back" button at the lower right
|
||||
to exit the slideshow and return to the image list, where
|
||||
you may change which images to show in the slideshow.
|
||||
Press [Escape], or click the "Back" button at the lower
|
||||
right, to exit the slideshow and return to the slideshow
|
||||
image selection screen.
|
||||
|
||||
Click "Back" in the slideshow image selection screen to
|
||||
return to the "Open" dialog.
|
||||
|
||||
Quit
|
||||
|
||||
|
|
|
|||
|
|
@ -624,7 +624,7 @@ New Breed Software</p>
|
|||
align=right>
|
||||
|
||||
<p>Click the blue "Slides" (slide projector) button at the lower
|
||||
left to go to slideshow mode. See "<a href="#slides">Slides</a>,
|
||||
left to go to slideshow mode. See "<a href="#slides">Slides</a>",
|
||||
below, for details.</p>
|
||||
|
||||
<br clear=all>
|
||||
|
|
@ -843,26 +843,32 @@ New Breed Software</p>
|
|||
|
||||
<p>Click each of the images you wish to display in a slideshow-style
|
||||
presentation, one by one. A digit will appear over each image,
|
||||
letting you know which order it will be displayed in.</p>
|
||||
letting you know in which order they will be displayed.</p>
|
||||
|
||||
<p>Click a selected image to unselect it (take it out of your
|
||||
slideshow). Any images you had clicked after it will go up one in
|
||||
the slideshow order.</p>
|
||||
<p>You can click a selected image to unselect it (take it out of your
|
||||
slideshow).</p>
|
||||
|
||||
<p>Click the "Play" icon to begin the slideshow. Note: If you didn't
|
||||
select ANY images, then ALL images will be played in the slideshow.
|
||||
Click "Back" to return to the "Open" dialog.</p>
|
||||
<p>A sliding scale at the lower left of the screen (next to the "Play"
|
||||
button) can be used to adjust the speed of the slideshow, from slowest
|
||||
to fastest. Choose the leftmost setting to disable automatic
|
||||
advancement — you will need to press a key or click to go to
|
||||
the next slide (see below).</p>
|
||||
|
||||
<p>When you're ready, click the "Play" button to begin the slideshow.
|
||||
(Note: If you hadn't selected ANY images, then ALL images will be
|
||||
played in the slideshow.)</p>
|
||||
|
||||
<p>During the slideshow, press <b>[Space]</b>, <b>[Enter]</b> or
|
||||
<b>[Return]</b> or the <b>[Right Arrow]</b>, or click anywhere
|
||||
in the picture, to manually advance to the next slide.
|
||||
<b>[Return]</b> or the <b>[Right Arrow]</b>, or click the "Next"
|
||||
button at the lower left, to manually advance to the next slide.
|
||||
Press <b>[Left]</b> to go back to the previous slide.</p>
|
||||
|
||||
<p>Press <b>[Escape]</b> or click the "Back" button at the
|
||||
lower right to exit the slideshow and return to the image list,
|
||||
where you may change which images to show in the slideshow.</p>
|
||||
<p>Press <b>[Escape]</b>, or click the "Back" button at the
|
||||
lower right, to exit the slideshow and return to the slideshow
|
||||
image selection screen.</p>
|
||||
|
||||
<!-- FIXME: Add playback speed control! -->
|
||||
<p>Click "Back" in the slideshow image selection screen to return to
|
||||
the "Open" dialog.</p>
|
||||
|
||||
<br clear=all>
|
||||
</dd>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue