Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/hildon
diff options
context:
space:
mode:
authorwkendrick <wkendrick>2007-06-07 23:47:47 (GMT)
committer wkendrick <wkendrick>2007-06-07 23:47:47 (GMT)
commit4ceee0c3ea251c7e7d9277352437a01fe084f4fe (patch)
tree44bb4f4b2558ed6915958d050ac0e791f6112a3e /hildon
parenta88e49279a62072428f41c343acd27307d3ec239 (diff)
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.
Diffstat (limited to 'hildon')
-rw-r--r--hildon/tuxpaint.conf27
1 files changed, 15 insertions, 12 deletions
diff --git a/hildon/tuxpaint.conf b/hildon/tuxpaint.conf
index 51d5d18..dcdf3f0 100644
--- a/hildon/tuxpaint.conf
+++ b/hildon/tuxpaint.conf
@@ -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)?