From b54f061eee2d75230dc4828eeaff52a6e5664559 Mon Sep 17 00:00:00 2001 From: William Kendrick Date: Mon, 30 Apr 2012 16:56:28 +0000 Subject: [PATCH] Example for 'savedir' in tuxpaint.conf suggested you needed /saved at the end, which is not true. --- docs/CHANGES.txt | 28 +++++++++++++++++++--------- src/tuxpaint.conf | 5 +++-- 2 files changed, 22 insertions(+), 11 deletions(-) diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 56f671d5f..237c4851c 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -8,7 +8,7 @@ http://www.tuxpaint.org/ $Id$ -2012.April.10 (0.9.22) +2012.April.30 (0.9.22) * New Tools: ---------- @@ -135,19 +135,25 @@ $Id$ by Ankit Choudary (GSOC 2010) 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 any of the buttons found in the joystick, no need for configuration. - * 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: + * Uses the first joystick found on the system, so should work out + of the box. + * Uses any of the buttons found in the joystick, no need for + configuration. + * 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. 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. - * --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. - * Magic Tool Improvememnts: -------------------------- * Magic tools can register themselves as paint with one click @@ -540,6 +546,10 @@ $Id$ or change the shape before finishing to draw it. (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) * New Starters: diff --git a/src/tuxpaint.conf b/src/tuxpaint.conf index cb31b50ec..88b34bae1 100644 --- a/src/tuxpaint.conf +++ b/src/tuxpaint.conf @@ -7,7 +7,7 @@ # http://www.tuxpaint.org/ # # Default distribution version last modified: -# April 15, 2010 +# April 30, 2012 # # $Id$ @@ -239,8 +239,9 @@ ### Save images somewhere different? ### -------------------------------- ### 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?