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:
parent
bccb269062
commit
6d1dbef521
5 changed files with 220 additions and 43 deletions
|
|
@ -5,7 +5,7 @@
|
|||
#
|
||||
# Bill Kendrick <bill@newbreedsoftware.com>
|
||||
# Default distribution version last modified:
|
||||
# October 24, 2004
|
||||
# January 21, 2007
|
||||
|
||||
|
||||
# The variables described below are initially commented out.
|
||||
|
|
@ -39,17 +39,20 @@ fullscreen=yes
|
|||
# windowed=yes
|
||||
|
||||
|
||||
### Window size / screen resolution. (640x480 is the default.)
|
||||
### Window size / screen resolution. (800x600 is the default.)
|
||||
### (Any size 640-or-wider by 480-or-taller should work.)
|
||||
### NOTE: This affects canvas (drawing area) size.
|
||||
### -----------------------------------------------------------
|
||||
#
|
||||
# windowsize=1600x1200
|
||||
# windowsize=1400x1050
|
||||
# windowsize=1280x1024
|
||||
# windowsize=1024x768
|
||||
# windowsize=800x600
|
||||
# windowsize=640x480
|
||||
windowsize=800x480
|
||||
|
||||
### Window / screen orientation. (Landscape (no rotation) is the default.)
|
||||
### -----------------------------------------------------------------------
|
||||
#
|
||||
# orient=portrait
|
||||
# orient=landscape
|
||||
|
||||
|
||||
### Disable sound effects?
|
||||
### ----------------------
|
||||
|
|
@ -92,13 +95,13 @@ noprint=yes
|
|||
|
||||
### Use a different print command?
|
||||
### ------------------------------
|
||||
### Note: The command should expect a PNG file on its STDIN (standard-in)
|
||||
### Note: The command should expect PostScript on its STDIN (standard-in)
|
||||
###
|
||||
### For example, to convert the image to greyscale before converting
|
||||
### to PostScript, use "pngtopnm | ppmtopgm | pnmtops | lpr" as the command
|
||||
### to PostScript, use "pstopnm | ppmtopgm | pnmtops | lpr" as the command
|
||||
#
|
||||
# printcommand={COMMAND}
|
||||
# printcommand=pngtopnm | pnmtops | lpr
|
||||
# printcommand=lpr
|
||||
|
||||
|
||||
### Use the simpler shape tool? (No rotating)
|
||||
|
|
@ -139,8 +142,8 @@ noprint=yes
|
|||
### Don't use special mouse pointer (cursor) shapes?
|
||||
### ------------------------------------------------
|
||||
#
|
||||
nofancycursors=yes
|
||||
# fancycursors=yes
|
||||
# nofancycursors=yes
|
||||
fancycursors=yes
|
||||
|
||||
|
||||
### Use the keyboard to control the mouse pointer (cursor)?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue