Example for 'savedir' in tuxpaint.conf suggested you needed /saved at the end, which is not true.
This commit is contained in:
parent
6a709023d4
commit
b54f061eee
2 changed files with 22 additions and 11 deletions
|
|
@ -8,7 +8,7 @@ http://www.tuxpaint.org/
|
||||||
|
|
||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
2012.April.10 (0.9.22)
|
2012.April.30 (0.9.22)
|
||||||
|
|
||||||
* New Tools:
|
* New Tools:
|
||||||
----------
|
----------
|
||||||
|
|
@ -135,19 +135,25 @@ $Id$
|
||||||
by Ankit Choudary <ankit.goaldecided@gmail.com> (GSOC 2010)
|
by Ankit Choudary <ankit.goaldecided@gmail.com> (GSOC 2010)
|
||||||
with integration and fixes by Pere Pujal i Carabantes
|
with integration and fixes by Pere Pujal i Carabantes
|
||||||
|
|
||||||
* Uses the first joystick found on the system, so should work out of the box
|
* Uses the first joystick found on the system, so should work out
|
||||||
* Uses any of the buttons found in the joystick, no need for configuration.
|
of the box.
|
||||||
* The hat of the joystick moves one pixel at a time, usefull to carefully place the pointer.
|
* Uses any of the buttons found in the joystick, no need for
|
||||||
* The ball of the joystick should also trigger pointer motion. FIXME: This should work but is not tested.
|
configuration.
|
||||||
* The responsivity of the joystick can be configured via command line or config files:
|
* The hat of the joystick moves one pixel at a time, usefull to
|
||||||
|
carefully place the pointer.
|
||||||
|
* The ball of the joystick should also trigger pointer
|
||||||
|
motion. FIXME: This should work but is not tested.
|
||||||
|
* The responsivity of the joystick can be configured via command
|
||||||
|
line or config files:
|
||||||
* --joystick-slownes sets a delay at each axis motion event.
|
* --joystick-slownes sets a delay at each axis motion event.
|
||||||
Allowed values from 0 to 500, defaults to 15.
|
Allowed values from 0 to 500, defaults to 15.
|
||||||
* --joystick-threshold sets the minimum value of axis motion to begin move the pointer.
|
* --joystick-threshold sets the minimum value of axis motion to
|
||||||
|
begin move the pointer.
|
||||||
Allowed values from 0 to 32766, defaults to 3200.
|
Allowed values from 0 to 32766, defaults to 3200.
|
||||||
* --joystick_maxsteps sets the maximum number of pixels that the pointer will move at a time.
|
* --joystick_maxsteps sets the maximum number of pixels that
|
||||||
|
the pointer will move at a time.
|
||||||
Allowed values from 1 to 7, defaults to 7.
|
Allowed values from 1 to 7, defaults to 7.
|
||||||
|
|
||||||
|
|
||||||
* Magic Tool Improvememnts:
|
* Magic Tool Improvememnts:
|
||||||
--------------------------
|
--------------------------
|
||||||
* Magic tools can register themselves as paint with one click
|
* Magic tools can register themselves as paint with one click
|
||||||
|
|
@ -540,6 +546,10 @@ $Id$
|
||||||
or change the shape before finishing to draw it.
|
or change the shape before finishing to draw it.
|
||||||
(SF.net Bug #1057311)
|
(SF.net Bug #1057311)
|
||||||
|
|
||||||
|
* Example for 'savedir' in tuxpaint.conf suggested you needed /saved
|
||||||
|
at the end, which is not true. Added note explaining that actual
|
||||||
|
image files go under 'saved' subdirectory.
|
||||||
|
(Thanks to Marco Menardi)
|
||||||
|
|
||||||
2009.June.28 (0.9.21)
|
2009.June.28 (0.9.21)
|
||||||
* New Starters:
|
* New Starters:
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
# http://www.tuxpaint.org/
|
# http://www.tuxpaint.org/
|
||||||
#
|
#
|
||||||
# Default distribution version last modified:
|
# Default distribution version last modified:
|
||||||
# April 15, 2010
|
# April 30, 2012
|
||||||
#
|
#
|
||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
|
|
@ -239,8 +239,9 @@
|
||||||
### Save images somewhere different?
|
### Save images somewhere different?
|
||||||
### --------------------------------
|
### --------------------------------
|
||||||
### Note: Window users, use the form: savedir=C:\WINDOWS\TUXPAINT
|
### Note: Window users, use the form: savedir=C:\WINDOWS\TUXPAINT
|
||||||
|
### Note: Actual image files will go under a subdirectory/subfolder, "saved"
|
||||||
#
|
#
|
||||||
# savedir=~/.tuxpaint/saved
|
# savedir=~/.tuxpaint
|
||||||
|
|
||||||
|
|
||||||
### Use a different language?
|
### Use a different language?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue