hildon updates and packaging files

Tux text draws new Sfx and Speak mini-buttons above Tux, when in Stamp mode.
Sfx and Speak buttons (re)-play stamp sounds and stamp descriptions.
ALT+S (mute/unmute) now draws Tux text (to make Sfx and Speak buttons appear/disappear)
Improved Stamp tool description in docs.
Added screenshot of Stamp size, mirror, flip controls in docs.
Documented Left/Right stamp category controls, with screenshot in docs.
Documented Sfx and Speak buttons, with screenshot in docs.
This commit is contained in:
William Kendrick 2007-06-07 23:47:47 +00:00
parent bccb269062
commit 6d1dbef521
5 changed files with 220 additions and 43 deletions

View file

@ -9,7 +9,7 @@ http://www.newbreedsoftware.com/tuxpaint/
$Id$
2007.June.5 (0.9.17)
2007.June.7 (0.9.17)
* Interface Improvements:
-----------------------
@ -30,6 +30,10 @@ $Id$
Note: override previously-set option with "--orient=landscape" or
"orient=landscape".
* Stamp sound effects and stamp descriptive sounds can be re-played
using small buttons that appear over Tux, at the lower lefthand corner.
(They disappear/reappear when sound is muted/unmuted via [Alt]+[S].)
* Tool Improvements:
------------------
* Input Method Framework, with implementations of Korean (Hangul 2-Bul)
@ -134,11 +138,18 @@ $Id$
* Tweaks to allow it to run on the One Laptop Per Child (OLPC) "XO".
Albert Cahalan <albert@users.sf.net>
* Updates for improved Nokia 770 and N800 (Maemo) support
* Updates for improved Nokia 770 and N800 (Maemo) Internet tablet support
(added icon to task manager when Home button is pressed,
hid on-screen mouse cursor, disabled Print and Text tools)
Alessandro Pasotti <apasotti@gmail.com>
* Added more Nokia Maemo-specific files to the "hildon" folder
(DEBIAN package files, updated .desktop and Tux Paint configuration
files, D-BUS service file), to make packaging a Tux Paint .deb for
Nokia 770 and N800 devices easier. (Note: Makefile needs updating
and/or a compile-and-package script needs to be created.)
Alessandro Pasotti <apasotti@gmail.com>
* Lockfile (that prevents multiple launches) is now stored
in the user's local temporary directory on Windows
(usually 'C:\Documents and Settings\{username}\Local Settings\Temp').

View file

@ -9,7 +9,7 @@
bill@newbreedsoftware.com
http://www.tuxpaint.org/
June 14, 2002 - May 2, 2007
June 14, 2002 - June 7, 2007
--------------------------------------------------------------------------
@ -198,20 +198,33 @@ Available Tools
Stamp (Rubber Stamp)
The Stamp tool is like a rubber stamp, or stickers. It lets
you paste pre-drawn or photographic images (like a picture
of a horse, or a tree, or the moon) in your picture.
The Stamp tool is like a set of rubber stamps or stickers.
It lets you paste pre-drawn or photographic images (like a
picture of a horse, or a tree, or the moon) in your picture.
As you move the mouse around, an outline follows the mouse,
showing where the stamp will be placed.
As you move the mouse around the canvas, an outline follows
the mouse, showing where the stamp will be placed, and how
big it will be.
Different stamps can have different sound effects. Some
stamps can be colored or tinted.
There can be numerous categories of stamps (e.g., animals,
plants, outer space, vehicles, people, etc.). Use the Left
and Right arrows to cycle through the collections.
Some stamps can be colored or tinted. If the color palette
below the canvas is activated, you can click the colors to
change the tint or color of the stamp before placing it in
the picture.
Stamps can be shrunk and expanded, and many stamps can be
flipped vertically, or displayed as a mirror-image, using
controls at the bottom right of the screen.
Different stamps can have different sound effects and/or
descriptive (spoken) sounds. Buttons at the lower left (near
Tux, the Linux penguin) allow you to re-play the sound
effects and descriptive sounds for the currently-selected
stamp.
(NOTE: If the "nostampcontrols" option is set, Tux Paint
won't display the Mirror, Flip, Shrink and Grow controls for
stamps. See the "Options" documentation.)

View file

@ -25,9 +25,7 @@ New Breed Software</p>
<p>June 14, 2002 -
May 2, 2007</p>
June 7, 2007</p>
</center>
@ -284,31 +282,47 @@ May 2, 2007</p>
<dd>
<img src="images/tool_stamp.png" width=48 height=48 alt="" align=right>
<p>The Stamp tool is like a rubber stamp, or stickers. It lets you
paste pre-drawn or photographic images (like a picture of a horse,
or a tree, or the moon) in your picture.</p>
<p>The Stamp tool is like a set of rubber stamps or stickers.
It lets you paste pre-drawn or photographic images (like a picture
of a horse, or a tree, or the moon) in your picture.</p>
<p>As you move the mouse around, an outline follows the
mouse, showing where the stamp will be placed.</p>
<p>As you move the mouse around the canvas, an outline follows the
mouse, showing where the stamp will be placed, and how big it will
be.</p>
<p>Different stamps can have different sound effects.
Some stamps can be colored or tinted.</p>
<p align=center><img src="images/ex_stamps.png" width=182 height=156
alt=""></p>
<img src="images/tool_stamp_categories.png" width=96 height=48 alt=""
align=right>
<p>There can be numerous categories of stamps (e.g., animals,
plants, outer space, vehicles, people, etc.). Use the
Left and Right arrows to cycle through the collections.</p>
<p>Some stamps can be colored or tinted. If the color palette
below the canvas is activated, you can click the colors to change
the tint or color of the stamp before placing it in the picture.</p>
<p>Stamps can be shrunk and expanded, and many stamps can be
flipped vertically, or displayed as a mirror-image, using
controls at the bottom right of the screen.</p>
<p align=center>
<img src="images/tool_stamp_controls.png" width=96 height=96 alt="">
</p>
<img src="images/tool_sfx.png" width=48 height=24 alt="" align=right>
<p>Different stamps can have different sound effects and/or
descriptive (spoken) sounds. Buttons at the lower left
(near Tux, the Linux penguin) allow you to re-play the sound effects
and descriptive sounds for the currently-selected stamp.</p>
<p>(NOTE: If the "<code>nostampcontrols</code>" option is set,
Tux&nbsp;Paint won't display the Mirror, Flip, Shrink and Grow
controls for stamps.
See the "<a href="OPTIONS.html"><i>Options</i></a>"
documentation.)</p>
<br clear=all>
<p align=center><img src="images/ex_stamps.png" width=182 height=156
alt=""></p>
<hr size=1>
</dd>