Changes in buttonsize, Merge branch 'master' into sdl2.0
This commit is contained in:
commit
8c0bf052bf
23 changed files with 267 additions and 105 deletions
|
|
@ -8,10 +8,15 @@ http://www.tuxpaint.org/
|
|||
|
||||
$Id$
|
||||
|
||||
2021.March.23 (0.9.26)
|
||||
2021.April.19 (0.9.26)
|
||||
* New Features
|
||||
------------
|
||||
* Larger UI buttons
|
||||
Override the ages-old default 48x48 size for UI buttons
|
||||
(via a new "buttonsize" option). Note: If the button size
|
||||
would be too large for the required parts of the UI to appear
|
||||
within Tux Paint's window size, the largest possible size will
|
||||
be used.
|
||||
Pere Pujal i Carabantes <pere@fornol.no-ip.org>
|
||||
|
||||
* It's now possible to increase how many rows of buttons are shown
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ Options Documentation
|
|||
Copyright © 2002-2021 by various contributors; see AUTHORS.
|
||||
http://www.tuxpaint.org/
|
||||
|
||||
March 9, 2021
|
||||
April 19, 2021
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
@ -129,6 +129,11 @@ Windows Users
|
|||
anything between 24 and 192, inclusive. Most buttons are square,
|
||||
and this will affect their width and height.
|
||||
|
||||
Note: If the chosen button size would cause the buttons to be
|
||||
too large for all required UI elements to appear under Tux
|
||||
Paint's chosen window size, the largest possible button size
|
||||
will be used. (A note will appear in stderr.)
|
||||
|
||||
allowscreensaver=yes
|
||||
|
||||
By default, Tux Paint prevents your system's screensaver from
|
||||
|
|
@ -412,7 +417,7 @@ Windows Users
|
|||
onscreen-keyboard=yes
|
||||
|
||||
Presents a clickable on-screen keyboard when using the Text and
|
||||
< b>Label tools.
|
||||
Label tools.
|
||||
|
||||
onscreen-keyboard-layout=LAYOUTNAME
|
||||
|
||||
|
|
@ -569,8 +574,8 @@ Windows Users
|
|||
|
||||
Features:
|
||||
|
||||
* Fine movement within canvas, or coarse movement if default
|
||||
is held.
|
||||
* Fine movement within canvas, or coarse movement if Shift is
|
||||
held.
|
||||
* Coarse movement within tool button areas.
|
||||
* Key controls:
|
||||
* [Left]/[Right]/[Up]/[Down], numpad [1] thru [9]: Move
|
||||
|
|
@ -646,7 +651,12 @@ Windows Users
|
|||
Tux Paint will fall back to using that typical directory,
|
||||
of no XDG configuration can be read, or nothing is set for
|
||||
"XDG_PICTURES_DIR".
|
||||
* Windows — TBD!
|
||||
* Windows - "My Pictures" directory for each user (normaly
|
||||
"c:\Users\USERNAME\Pictures").
|
||||
You can directly open the folder as follows:
|
||||
* Press "[Windows]+[R]" key to open "Run ..." dialogue.
|
||||
* Enter "Shell:My Pictures" in the text box and push
|
||||
[OK].
|
||||
* macOS — TBD!
|
||||
|
||||
Note: When the defaults are used, a new "TuxPaint" subdirectory
|
||||
|
|
@ -1594,8 +1604,17 @@ Setting Your Environment's Locale
|
|||
|
||||
...which will set the language for the lifetime of that DOS window.
|
||||
|
||||
For something more permanent, try editing your computer's
|
||||
"autoexec.bat" file using Windows' "sysedit" tool:
|
||||
For something more permanent, you can set an 'environment variable'
|
||||
using the "System properties" dialogue as follows:
|
||||
|
||||
* Press the "[Windows]+[R]" key combination to open the "Run ..."
|
||||
dialogue.
|
||||
* Enter "sysdm.cpl" in the text box and click the "[OK]" button to
|
||||
open the "System properties" dialogue.
|
||||
* Select the "Advanced" tab.
|
||||
* Click the "Environment Variables..." button.
|
||||
* Edit the value of the parameter "LANG" (create it, if it doesn't
|
||||
exists).
|
||||
|
||||
Special Fonts
|
||||
|
||||
|
|
|
|||
|
|
@ -883,7 +883,7 @@ Using the import script, "tuxpaint-import"
|
|||
Example:
|
||||
|
||||
$ tuxpaint-import grandma.jpg
|
||||
grandma.jpg -> /home/username/.tuxpaint/saved/20210321122132.png
|
||||
grandma.jpg -> /home/username/.tuxpaint/saved/20211231012359.png
|
||||
jpegtopnm: WRITING A PPM FILE
|
||||
|
||||
The first line ("tuxpaint-import grandma.jpg") is the command to run.
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
March 9, 2021 </p>
|
||||
April 19, 2021 </p>
|
||||
</center>
|
||||
|
||||
<hr size="2"
|
||||
|
|
@ -197,6 +197,9 @@
|
|||
|
||||
<p>
|
||||
The <i>SIZE</i> value should be presented in pixels, and can be anything between 24 and 192, inclusive. Most buttons are square, and this will affect their width and height. </p>
|
||||
|
||||
<p>
|
||||
Note: If the chosen button size would cause the buttons to be too large for all required UI elements to appear under Tux Paint's chosen window size, the largest possible button size will be used. (A note will appear in <code>stderr</code>.) </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -580,8 +583,7 @@
|
|||
|
||||
<dd>
|
||||
<p>
|
||||
Presents a clickable on-screen keyboard when using the <b>Text</b> and <
|
||||
b>Label</b> tools. </p>
|
||||
Presents a clickable on-screen keyboard when using the <b>Text</b> and <b>Label</b> tools. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -834,7 +836,7 @@ b>Label</b> tools. </p>
|
|||
Features: </p>
|
||||
|
||||
<ul>
|
||||
<li>Fine movement within canvas, or coarse movement if <code>default</code> is held. </li>
|
||||
<li>Fine movement within canvas, or coarse movement if <code>Shift</code> is held. </li>
|
||||
|
||||
<li>Coarse movement within tool button areas. </li>
|
||||
|
||||
|
|
@ -913,8 +915,10 @@ b>Label</b> tools. </p>
|
|||
<li>Linux & Unix — If available, wherever your desktop environment is configured for pictures to be stored, based on your XDG (X Desktop Group) configuration. (Try running the command-line "<code style="white-space: nowrap;">xdg-user-dir PICTURES</code>" to find out.)<br>
|
||||
Typically (in an English locale), this will be a "<code>Pictures</code>" subdirectory in your home directory (i.e., "<code>$HOME/Pictures</code>" aka "<code>~/Pictures</code>").<br>
|
||||
Tux Paint will fall back to using that typical directory, of no XDG configuration can be read, or nothing is set for "<code>XDG_PICTURES_DIR</code>". </li>
|
||||
|
||||
<li>Windows — TBD! <!-- FIXME -->
|
||||
<li>Windows - "My Pictures" directory for each user (normaly "c:\Users\<i>USERNAME</i>\Pictures").<br>You can directly open the folder as follows: <ul>
|
||||
<li>Press "[Windows]+[R]" key to open "Run ..." dialogue.</li>
|
||||
<li>Enter "Shell:My Pictures" in the text box and push [OK].</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li>macOS — TBD! <!-- FIXME -->
|
||||
|
|
@ -4917,8 +4921,14 @@ b>Label</b> tools. </p>
|
|||
...which will set the language for the lifetime of that DOS window. </p>
|
||||
|
||||
<p>
|
||||
For something more permanent, try editing your computer's "<code>autoexec.bat</code>" file using Windows' "<b>sysedit</b>" tool: </p>
|
||||
|
||||
For something more permanent, you can set an 'environment variable' using the "System properties" dialogue as follows: </p>
|
||||
<ul>
|
||||
<li>Press the "<b>[Windows]+[R]</b>" key combination to open the "Run ..." dialogue.</li>
|
||||
<li>Enter "<code>sysdm.cpl</code>" in the text box and click the "<b>[OK]</b>" button to open the "System properties" dialogue.</li>
|
||||
<li>Select the "Advanced" tab.</li>
|
||||
<li>Click the "Environment Variables..." button.</li>
|
||||
<li>Edit the value of the parameter "<code>LANG</code>" (create it, if it doesn't exists).</li>
|
||||
</ul>
|
||||
</blockquote>
|
||||
</blockquote>
|
||||
|
||||
|
|
|
|||
|
|
@ -1308,7 +1308,7 @@
|
|||
<blockquote>
|
||||
<code>$ <strong>tuxpaint-import grandma.jpg</strong><br>
|
||||
grandma.jpg ->
|
||||
/home/username/.tuxpaint/saved/20210321122132.png<br>
|
||||
/home/username/.tuxpaint/saved/20211231012359.png<br>
|
||||
jpegtopnm: WRITING A PPM FILE</code>
|
||||
</blockquote>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ Options Documentation
|
|||
Copyright © 2002-2021 by various contributors; see AUTHORS.
|
||||
http://www.tuxpaint.org/
|
||||
|
||||
marzo 9, 2021
|
||||
abril 19, 2021
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
@ -129,6 +129,11 @@ Windows Users
|
|||
anything between 24 and 192, inclusive. Most buttons are square,
|
||||
and this will affect their width and height.
|
||||
|
||||
Note: If the chosen button size would cause the buttons to be
|
||||
too large for all required UI elements to appear under Tux
|
||||
Paint's chosen window size, the largest possible button size
|
||||
will be used. (A note will appear in stderr.)
|
||||
|
||||
allowscreensaver=yes
|
||||
|
||||
By default, Tux Paint prevents your system's screensaver from
|
||||
|
|
@ -412,7 +417,7 @@ Windows Users
|
|||
onscreen-keyboard=yes
|
||||
|
||||
Presents a clickable on-screen keyboard when using the Text and
|
||||
< b>Label tools.
|
||||
Label tools.
|
||||
|
||||
onscreen-keyboard-layout=LAYOUTNAME
|
||||
|
||||
|
|
@ -569,8 +574,8 @@ Windows Users
|
|||
|
||||
Features:
|
||||
|
||||
* Fine movement within canvas, or coarse movement if default
|
||||
is held.
|
||||
* Fine movement within canvas, or coarse movement if Shift is
|
||||
held.
|
||||
* Coarse movement within tool button areas.
|
||||
* Key controls:
|
||||
* [Left]/[Right]/[Up]/[Down], numpad [1] thru [9]: Move
|
||||
|
|
@ -646,7 +651,12 @@ Windows Users
|
|||
Tux Paint will fall back to using that typical directory,
|
||||
of no XDG configuration can be read, or nothing is set for
|
||||
"XDG_PICTURES_DIR".
|
||||
* Windows — TBD!
|
||||
* Windows - "My Pictures" directory for each user (normaly
|
||||
"c:\Users\USERNAME\Pictures").
|
||||
You can directly open the folder as follows:
|
||||
* Press "[Windows]+[R]" key to open "Run ..." dialogue.
|
||||
* Enter "Shell:My Pictures" in the text box and push
|
||||
[OK].
|
||||
* macOS — TBD!
|
||||
|
||||
Note: When the defaults are used, a new "TuxPaint" subdirectory
|
||||
|
|
@ -1594,8 +1604,17 @@ Setting Your Environment's Locale
|
|||
|
||||
...which will set the language for the lifetime of that DOS window.
|
||||
|
||||
For something more permanent, try editing your computer's
|
||||
"autoexec.bat" file using Windows' "sysedit" tool:
|
||||
For something more permanent, you can set an 'environment variable'
|
||||
using the "System properties" dialogue as follows:
|
||||
|
||||
* Press the "[Windows]+[R]" key combination to open the "Run ..."
|
||||
dialogue.
|
||||
* Enter "sysdm.cpl" in the text box and click the "[OK]" button to
|
||||
open the "System properties" dialogue.
|
||||
* Select the "Advanced" tab.
|
||||
* Click the "Environment Variables..." button.
|
||||
* Edit the value of the parameter "LANG" (create it, if it doesn't
|
||||
exists).
|
||||
|
||||
Special Fonts
|
||||
|
||||
|
|
|
|||
|
|
@ -883,7 +883,7 @@ Using the import script, "tuxpaint-import"
|
|||
Example:
|
||||
|
||||
$ tuxpaint-import grandma.jpg
|
||||
grandma.jpg -> /home/username/.tuxpaint/saved/20210321122132.png
|
||||
grandma.jpg -> /home/username/.tuxpaint/saved/20211231012359.png
|
||||
jpegtopnm: WRITING A PPM FILE
|
||||
|
||||
The first line ("tuxpaint-import grandma.jpg") is the command to run.
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
marzo 9, 2021 </p>
|
||||
abril 19, 2021 </p>
|
||||
</center>
|
||||
|
||||
<hr size="2"
|
||||
|
|
@ -197,6 +197,9 @@
|
|||
|
||||
<p>
|
||||
The <i>SIZE</i> value should be presented in pixels, and can be anything between 24 and 192, inclusive. Most buttons are square, and this will affect their width and height. </p>
|
||||
|
||||
<p>
|
||||
Note: If the chosen button size would cause the buttons to be too large for all required UI elements to appear under Tux Paint's chosen window size, the largest possible button size will be used. (A note will appear in <code>stderr</code>.) </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -580,8 +583,7 @@
|
|||
|
||||
<dd>
|
||||
<p>
|
||||
Presents a clickable on-screen keyboard when using the <b>Text</b> and <
|
||||
b>Label</b> tools. </p>
|
||||
Presents a clickable on-screen keyboard when using the <b>Text</b> and <b>Label</b> tools. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -834,7 +836,7 @@ b>Label</b> tools. </p>
|
|||
Features: </p>
|
||||
|
||||
<ul>
|
||||
<li>Fine movement within canvas, or coarse movement if <code>default</code> is held. </li>
|
||||
<li>Fine movement within canvas, or coarse movement if <code>Shift</code> is held. </li>
|
||||
|
||||
<li>Coarse movement within tool button areas. </li>
|
||||
|
||||
|
|
@ -913,8 +915,10 @@ b>Label</b> tools. </p>
|
|||
<li>Linux & Unix — If available, wherever your desktop environment is configured for pictures to be stored, based on your XDG (X Desktop Group) configuration. (Try running the command-line "<code style="white-space: nowrap;">xdg-user-dir PICTURES</code>" to find out.)<br>
|
||||
Typically (in an English locale), this will be a "<code>Pictures</code>" subdirectory in your home directory (i.e., "<code>$HOME/Pictures</code>" aka "<code>~/Pictures</code>").<br>
|
||||
Tux Paint will fall back to using that typical directory, of no XDG configuration can be read, or nothing is set for "<code>XDG_PICTURES_DIR</code>". </li>
|
||||
|
||||
<li>Windows — TBD! <!-- FIXME -->
|
||||
<li>Windows - "My Pictures" directory for each user (normaly "c:\Users\<i>USERNAME</i>\Pictures").<br>You can directly open the folder as follows: <ul>
|
||||
<li>Press "[Windows]+[R]" key to open "Run ..." dialogue.</li>
|
||||
<li>Enter "Shell:My Pictures" in the text box and push [OK].</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li>macOS — TBD! <!-- FIXME -->
|
||||
|
|
@ -4917,8 +4921,14 @@ b>Label</b> tools. </p>
|
|||
...which will set the language for the lifetime of that DOS window. </p>
|
||||
|
||||
<p>
|
||||
For something more permanent, try editing your computer's "<code>autoexec.bat</code>" file using Windows' "<b>sysedit</b>" tool: </p>
|
||||
|
||||
For something more permanent, you can set an 'environment variable' using the "System properties" dialogue as follows: </p>
|
||||
<ul>
|
||||
<li>Press the "<b>[Windows]+[R]</b>" key combination to open the "Run ..." dialogue.</li>
|
||||
<li>Enter "<code>sysdm.cpl</code>" in the text box and click the "<b>[OK]</b>" button to open the "System properties" dialogue.</li>
|
||||
<li>Select the "Advanced" tab.</li>
|
||||
<li>Click the "Environment Variables..." button.</li>
|
||||
<li>Edit the value of the parameter "<code>LANG</code>" (create it, if it doesn't exists).</li>
|
||||
</ul>
|
||||
</blockquote>
|
||||
</blockquote>
|
||||
|
||||
|
|
|
|||
|
|
@ -1308,7 +1308,7 @@
|
|||
<blockquote>
|
||||
<code>$ <strong>tuxpaint-import grandma.jpg</strong><br>
|
||||
grandma.jpg ->
|
||||
/home/username/.tuxpaint/saved/20210321122132.png<br>
|
||||
/home/username/.tuxpaint/saved/20211231012359.png<br>
|
||||
jpegtopnm: WRITING A PPM FILE</code>
|
||||
</blockquote>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ Documentation sur les options
|
|||
Copyright © 2002-2021 by various contributors; cf AUTHORS.
|
||||
http://www.tuxpaint.org/
|
||||
|
||||
mars 9, 2021
|
||||
avril 19, 2021
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
@ -129,6 +129,11 @@ Windows Users
|
|||
anything between 24 and 192, inclusive. Most buttons are square,
|
||||
and this will affect their width and height.
|
||||
|
||||
Note: If the chosen button size would cause the buttons to be
|
||||
too large for all required UI elements to appear under Tux
|
||||
Paint's chosen window size, the largest possible button size
|
||||
will be used. (A note will appear in stderr.)
|
||||
|
||||
allowscreensaver=yes
|
||||
|
||||
By default, Tux Paint prevents your system's screensaver from
|
||||
|
|
@ -412,7 +417,7 @@ Windows Users
|
|||
onscreen-keyboard=yes
|
||||
|
||||
Presents a clickable on-screen keyboard when using the Text and
|
||||
< b>Label tools.
|
||||
Label tools.
|
||||
|
||||
onscreen-keyboard-layout=LAYOUTNAME
|
||||
|
||||
|
|
@ -569,8 +574,8 @@ Windows Users
|
|||
|
||||
Features:
|
||||
|
||||
* Fine movement within canvas, or coarse movement if default
|
||||
is held.
|
||||
* Fine movement within canvas, or coarse movement if Shift is
|
||||
held.
|
||||
* Coarse movement within tool button areas.
|
||||
* Key controls:
|
||||
* [Left]/[Right]/[Up]/[Down], numpad [1] thru [9]: Move
|
||||
|
|
@ -646,7 +651,12 @@ Windows Users
|
|||
Tux Paint will fall back to using that typical directory,
|
||||
of no XDG configuration can be read, or nothing is set for
|
||||
"XDG_PICTURES_DIR".
|
||||
* Windows — TBD!
|
||||
* Windows - "My Pictures" directory for each user (normaly
|
||||
"c:\Users\USERNAME\Pictures").
|
||||
You can directly open the folder as follows:
|
||||
* Press "[Windows]+[R]" key to open "Run ..." dialogue.
|
||||
* Enter "Shell:My Pictures" in the text box and push
|
||||
[OK].
|
||||
* macOS — TBD!
|
||||
|
||||
Note: When the defaults are used, a new "TuxPaint" subdirectory
|
||||
|
|
@ -1594,8 +1604,17 @@ Setting Your Environment's Locale
|
|||
|
||||
...which will set the language for the lifetime of that DOS window.
|
||||
|
||||
For something more permanent, try editing your computer's
|
||||
"autoexec.bat" file using Windows' "sysedit" tool:
|
||||
For something more permanent, you can set an 'environment variable'
|
||||
using the "System properties" dialogue as follows:
|
||||
|
||||
* Press the "[Windows]+[R]" key combination to open the "Run ..."
|
||||
dialogue.
|
||||
* Enter "sysdm.cpl" in the text box and click the "[OK]" button to
|
||||
open the "System properties" dialogue.
|
||||
* Select the "Advanced" tab.
|
||||
* Click the "Environment Variables..." button.
|
||||
* Edit the value of the parameter "LANG" (create it, if it doesn't
|
||||
exists).
|
||||
|
||||
Special Fonts
|
||||
|
||||
|
|
|
|||
|
|
@ -883,7 +883,7 @@ Using the import script, "tuxpaint-import"
|
|||
Example:
|
||||
|
||||
$ tuxpaint-import grandma.jpg
|
||||
grandma.jpg -> /home/username/.tuxpaint/saved/20210321122132.png
|
||||
grandma.jpg -> /home/username/.tuxpaint/saved/20211231012359.png
|
||||
jpegtopnm: WRITING A PPM FILE
|
||||
|
||||
The first line ("tuxpaint-import grandma.jpg") is the command to run.
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
mars 9, 2021 </p>
|
||||
avril 19, 2021 </p>
|
||||
</center>
|
||||
|
||||
<hr size="2"
|
||||
|
|
@ -197,6 +197,9 @@
|
|||
|
||||
<p>
|
||||
The <i>SIZE</i> value should be presented in pixels, and can be anything between 24 and 192, inclusive. Most buttons are square, and this will affect their width and height. </p>
|
||||
|
||||
<p>
|
||||
Note: If the chosen button size would cause the buttons to be too large for all required UI elements to appear under Tux Paint's chosen window size, the largest possible button size will be used. (A note will appear in <code>stderr</code>.) </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -580,8 +583,7 @@
|
|||
|
||||
<dd>
|
||||
<p>
|
||||
Presents a clickable on-screen keyboard when using the <b>Text</b> and <
|
||||
b>Label</b> tools. </p>
|
||||
Presents a clickable on-screen keyboard when using the <b>Text</b> and <b>Label</b> tools. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -834,7 +836,7 @@ b>Label</b> tools. </p>
|
|||
Features: </p>
|
||||
|
||||
<ul>
|
||||
<li>Fine movement within canvas, or coarse movement if <code>default</code> is held. </li>
|
||||
<li>Fine movement within canvas, or coarse movement if <code>Shift</code> is held. </li>
|
||||
|
||||
<li>Coarse movement within tool button areas. </li>
|
||||
|
||||
|
|
@ -913,8 +915,10 @@ b>Label</b> tools. </p>
|
|||
<li>Linux & Unix — If available, wherever your desktop environment is configured for pictures to be stored, based on your XDG (X Desktop Group) configuration. (Try running the command-line "<code style="white-space: nowrap;">xdg-user-dir PICTURES</code>" to find out.)<br>
|
||||
Typically (in an English locale), this will be a "<code>Pictures</code>" subdirectory in your home directory (i.e., "<code>$HOME/Pictures</code>" aka "<code>~/Pictures</code>").<br>
|
||||
Tux Paint will fall back to using that typical directory, of no XDG configuration can be read, or nothing is set for "<code>XDG_PICTURES_DIR</code>". </li>
|
||||
|
||||
<li>Windows — TBD! <!-- FIXME -->
|
||||
<li>Windows - "My Pictures" directory for each user (normaly "c:\Users\<i>USERNAME</i>\Pictures").<br>You can directly open the folder as follows: <ul>
|
||||
<li>Press "[Windows]+[R]" key to open "Run ..." dialogue.</li>
|
||||
<li>Enter "Shell:My Pictures" in the text box and push [OK].</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li>macOS — TBD! <!-- FIXME -->
|
||||
|
|
@ -4917,8 +4921,14 @@ b>Label</b> tools. </p>
|
|||
...which will set the language for the lifetime of that DOS window. </p>
|
||||
|
||||
<p>
|
||||
For something more permanent, try editing your computer's "<code>autoexec.bat</code>" file using Windows' "<b>sysedit</b>" tool: </p>
|
||||
|
||||
For something more permanent, you can set an 'environment variable' using the "System properties" dialogue as follows: </p>
|
||||
<ul>
|
||||
<li>Press the "<b>[Windows]+[R]</b>" key combination to open the "Run ..." dialogue.</li>
|
||||
<li>Enter "<code>sysdm.cpl</code>" in the text box and click the "<b>[OK]</b>" button to open the "System properties" dialogue.</li>
|
||||
<li>Select the "Advanced" tab.</li>
|
||||
<li>Click the "Environment Variables..." button.</li>
|
||||
<li>Edit the value of the parameter "<code>LANG</code>" (create it, if it doesn't exists).</li>
|
||||
</ul>
|
||||
</blockquote>
|
||||
</blockquote>
|
||||
|
||||
|
|
|
|||
|
|
@ -1308,7 +1308,7 @@
|
|||
<blockquote>
|
||||
<code>$ <strong>tuxpaint-import grandma.jpg</strong><br>
|
||||
grandma.jpg ->
|
||||
/home/username/.tuxpaint/saved/20210321122132.png<br>
|
||||
/home/username/.tuxpaint/saved/20211231012359.png<br>
|
||||
jpegtopnm: WRITING A PPM FILE</code>
|
||||
</blockquote>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ Documentación de opcións
|
|||
Copyright © 2002-2021 por varios colaboradores; vexa AUTHORS (AUTORES).
|
||||
http://www.tuxpaint.org/
|
||||
|
||||
9 de Marzo de 2021
|
||||
19 de Abril de 2021
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
@ -131,6 +131,11 @@ Usuarios de Windows
|
|||
24 e 192, inclusive. A maioría dos botóns son cadrados e isto
|
||||
afectará ao seu largo e alto.
|
||||
|
||||
Note: If the chosen button size would cause the buttons to be
|
||||
too large for all required UI elements to appear under Tux
|
||||
Paint's chosen window size, the largest possible button size
|
||||
will be used. (A note will appear in stderr.)
|
||||
|
||||
allowscreensaver=yes
|
||||
|
||||
De xeito predeterminado, Tux Paint impide que o protector de
|
||||
|
|
@ -179,7 +184,7 @@ Usuarios de Windows
|
|||
|
||||
Use a orde ORDE para imprimir un ficheiro en formato PostScript
|
||||
cando se preme no botón «Imprimir». Se esta opción non está
|
||||
especificamente definida, o comando predeterminado é:
|
||||
especificamente definida, a orde predeterminada é:
|
||||
|
||||
lpr
|
||||
|
||||
|
|
@ -188,13 +193,13 @@ Usuarios de Windows
|
|||
predeterminado era «pngtopnm | pnmtops | lpr»).
|
||||
|
||||
Se estabeleceu unha alternativa printcommand no ficheiro de
|
||||
configuración antes da versión 0.9.15, terá que cambialo.
|
||||
configuración antes da versión 0.9.15, terá que cambiala.
|
||||
|
||||
altprintcommand=ORDE
|
||||
|
||||
(Só Linux e Unix)
|
||||
|
||||
Usa a orde ORDE para imprimir un ficheiro en formato PostScript
|
||||
Use a orde ORDE para imprimir un ficheiro en formato PostScript
|
||||
cando se preme no botón «Imprimir» mentres se mantén premida a
|
||||
tecla modificadora [Alt]. (Iso utilizase normalmente para
|
||||
fornecer un diálogo de impresión, semellante a cando se preme
|
||||
|
|
@ -210,7 +215,7 @@ Usuarios de Windows
|
|||
(Só Windows e macOS)
|
||||
|
||||
Tux Paint empregará un ficheiro de configuración da impresora
|
||||
cando imprima. Prema a tecla [Alt] mentres preme no botón
|
||||
cando imprima. Prema a tecla [Alt] mentres fai clic no botón
|
||||
«Imprimir» en Tux Paint para que apareza unha xanela de diálogo
|
||||
de impresión de Windows.
|
||||
|
||||
|
|
@ -428,8 +433,8 @@ Usuarios de Windows
|
|||
|
||||
onscreen-keyboard=yes
|
||||
|
||||
Presents a clickable on-screen keyboard when using the Text and
|
||||
< b>Label tools.
|
||||
Presenta un teclado en pantalla sobre que se pode premer cando
|
||||
empregan as ferramentas Texto e Etiqueta.
|
||||
|
||||
onscreen-keyboard-layout=NOME DA DISPOSICIÓN
|
||||
|
||||
|
|
@ -597,7 +602,7 @@ Usuarios de Windows
|
|||
Funcionalidades:
|
||||
|
||||
* Movemento fino dentro do lenzo ou movemento groseiro se se
|
||||
mantén premida default.
|
||||
mantén premida Shift.
|
||||
* Movemento groseiro dentro das áreas dos botóns da
|
||||
ferramenta.
|
||||
* Principais controis:
|
||||
|
|
@ -680,7 +685,13 @@ Usuarios de Windows
|
|||
Tux Paint volverá usar ese directorio habitual, se non se
|
||||
pode ler a configuración XDG, ou non se estabelece nada
|
||||
«XDG_PICTURES_DIR».
|
||||
* Windows — TBD!
|
||||
* Windows: Directorio «As miñas imaxes» para cada usuario
|
||||
(normalmente «c:\Users\NOME_DE_USUARIO\Pictures»).
|
||||
Pode abrir directamente o cartafol do seguinte xeito:
|
||||
* Prema a tecla «[Windows]+[R]» para abrir o diálogo
|
||||
«Executar...».
|
||||
* Escriba «Shell: As miñas imaxes« na caixa de texto e
|
||||
prema en [Aceptar.]
|
||||
* macOS — TBD!
|
||||
|
||||
Nota: Cando se empregan os valores predeterminados, crearase e
|
||||
|
|
@ -1642,15 +1653,23 @@ Axustar o idioma do seu contorno
|
|||
|
||||
O máis sinxelo é empregar o interruptor «--lang» no atallo (ver
|
||||
«INSTALL [INSTALAR]»). Non obstante, usando unha xanela de indicador
|
||||
do sistema de MSDOS, tamén é posíbel emitir un comando coma este:
|
||||
do sistema de MSDOS, tamén é posíbel emitir unha orde coma esta:
|
||||
|
||||
set LANG=es_ES
|
||||
|
||||
...que estabelecerá o idioma para toda a vida desa xanela DOS.
|
||||
|
||||
Para obter algo máis permanente, probe a editar o ficheiro
|
||||
«autoexec.bat» do seu computador usando a ferramenta «sysedit» de
|
||||
Windows:
|
||||
Para obter algo máis permanente, pode estabelecer unha «variábel de
|
||||
contorno» usando o diálogo «Propiedades do sistema» do seguinte
|
||||
xeito:
|
||||
|
||||
* Prema a combinación de teclas «[Windows]+[R]» para abrir o
|
||||
diálogo «Executar...».
|
||||
* Escriba «sysdm.cpl» na caixa de texto e prema no botón «[OK]»
|
||||
para abrir o diálogo «Propiedades do sistema».
|
||||
* Seleccione a lapela «Avanzado».
|
||||
* Prema no botón «Variábeis de contorno...».
|
||||
* Edite o valor do parámetr «LANG») (créeo, se non existe).
|
||||
|
||||
Tipos de letra especiais
|
||||
|
||||
|
|
|
|||
|
|
@ -686,7 +686,7 @@ Ferramentas dispoñíbeis
|
|||
«Imprimir».
|
||||
|
||||
Non obstante, se mantén premida a tecla [Alt]
|
||||
(ou [Opción]) mentres preme no botón
|
||||
(ou [Opción]) mentres cando preme no botón
|
||||
«Imprimir», sempre que non estea en modo de
|
||||
pantalla completa, aparecerá o diálogo da
|
||||
impresora do seu sistema operativo no que
|
||||
|
|
@ -913,7 +913,7 @@ Uso do script de importación, «tuxpaint-import»
|
|||
Exemplo:
|
||||
|
||||
$ tuxpaint-import avoa.jpg
|
||||
avoa.jpg -> /home/username/.tuxpaint/saved/20210321122132.png
|
||||
avoa.jpg -> /home/username/.tuxpaint/saved/20211231012359.png
|
||||
jpegtopnm: WRITING A PPM FILE
|
||||
|
||||
A primeira liña («tuxpaint-import avoa.jpg») é a orde a executar. As
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
9 de Marzo de 2021 </p>
|
||||
19 de Abril de 2021 </p>
|
||||
</center>
|
||||
|
||||
<hr size="2"
|
||||
|
|
@ -197,6 +197,9 @@
|
|||
|
||||
<p>
|
||||
O valor <i>TAMAÑO</i> debería presentarse en píxeles e pode estar entre 24 e 192, inclusive. A maioría dos botóns son cadrados e isto afectará ao seu largo e alto. </p>
|
||||
|
||||
<p>
|
||||
Note: If the chosen button size would cause the buttons to be too large for all required UI elements to appear under Tux Paint's chosen window size, the largest possible button size will be used. (A note will appear in <code>stderr</code>.) </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -269,7 +272,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
Use a orde <i>ORDE</i> para imprimir un ficheiro en formato PostScript cando se preme no botón «Imprimir». Se esta opción non está especificamente definida, o comando predeterminado é: </p>
|
||||
Use a orde <i>ORDE</i> para imprimir un ficheiro en formato PostScript cando se preme no botón «Imprimir». Se esta opción non está especificamente definida, a orde predeterminada é: </p>
|
||||
|
||||
<blockquote>
|
||||
<code>lpr</code>
|
||||
|
|
@ -279,7 +282,7 @@
|
|||
<b>Nota:</b> As versións de Tux Paint anteriores ao 0.9.15 enviaban datos en formato PNG á orde de impresión (de xeito predeterminado era «<code>pngtopnm | pnmtops | lpr</code>»). </p>
|
||||
|
||||
<p>
|
||||
Se estabeleceu unha alternativa <code><b>printcommand</b></code> no ficheiro de configuración antes da versión 0.9.15, terá que cambialo. </p>
|
||||
Se estabeleceu unha alternativa <code><b>printcommand</b></code> no ficheiro de configuración antes da versión 0.9.15, terá que cambiala. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -292,7 +295,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
Usa a orde <i>ORDE</i> para imprimir un ficheiro en formato PostScript cando se preme no botón «Imprimir» mentres se mantén premida a tecla modificadora <b>[Alt]</b>. (Iso utilizase normalmente para fornecer un diálogo de impresión, semellante a cando se preme <b>[Alt]</b>+«Imprimir» en Windows e macOS.) </p>
|
||||
Use a orde <i>ORDE</i> para imprimir un ficheiro en formato PostScript cando se preme no botón «Imprimir» mentres se mantén premida a tecla modificadora <b>[Alt]</b>. (Iso utilizase normalmente para fornecer un diálogo de impresión, semellante a cando se preme <b>[Alt]</b>+«Imprimir» en Windows e macOS.) </p>
|
||||
|
||||
<p>
|
||||
Se esta opción non está especificamente definida, a orde predeterminada é o diálogo gráfico de impresión de KDE: </p>
|
||||
|
|
@ -312,7 +315,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
Tux Paint empregará un ficheiro de configuración da impresora cando imprima. Prema a tecla <b>[Alt]</b> mentres preme no botón «Imprimir» en Tux Paint para que apareza unha xanela de diálogo de impresión de Windows. </p>
|
||||
Tux Paint empregará un ficheiro de configuración da impresora cando imprima. Prema a tecla <b>[Alt]</b> mentres fai clic no botón «Imprimir» en Tux Paint para que apareza unha xanela de diálogo de impresión de Windows. </p>
|
||||
|
||||
<p>
|
||||
(Nota: Isto só funciona cando non se está a executar Tux Paint en modo de pantalla completa.) Calquera cambio de configuración feito neste diálogo gardarase no ficheiro «<code>userdata/print.cfg</code>» e volverase a usar, sempre que estea configurada a opción «printcfg». </p>
|
||||
|
|
@ -580,8 +583,7 @@
|
|||
|
||||
<dd>
|
||||
<p>
|
||||
Presents a clickable on-screen keyboard when using the <b>Text</b> and <
|
||||
b>Label</b> tools. </p>
|
||||
Presenta un teclado en pantalla sobre que se pode premer cando empregan as ferramentas <b>Texto</b> e <b>Etiqueta</b>. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -834,7 +836,7 @@ b>Label</b> tools. </p>
|
|||
Funcionalidades: </p>
|
||||
|
||||
<ul>
|
||||
<li>Movemento fino dentro do lenzo ou movemento groseiro se se mantén premida <code>default</code>. </li>
|
||||
<li>Movemento fino dentro do lenzo ou movemento groseiro se se mantén premida <code>Shift</code>. </li>
|
||||
|
||||
<li>Movemento groseiro dentro das áreas dos botóns da ferramenta. </li>
|
||||
|
||||
|
|
@ -913,8 +915,10 @@ b>Label</b> tools. </p>
|
|||
<li>Linux e Unix: se está dispoñíbel, onde queira que o seu contorno de escritorio estea configurado para que se almacenen imaxes, en función da configuración XDG (X Desktop Group). (Probe a executar a liña de ordes «<code style="white-space: nowrap;">xdg-user-dir PICTURES</code>» para descubrilo.)<br>
|
||||
Normalmente (na configuración local inglesa), este será un subdirectorio «<code>Imaxes</code>» no seu directorio persoal (é dicir, «<code>$HOME/Imaxes</code>» tamén coñecido como «<code>~/Imaxes</code>»).<br>
|
||||
Tux Paint volverá usar ese directorio habitual, se non se pode ler a configuración XDG, ou non se estabelece nada «<code>XDG_PICTURES_DIR</code>». </li>
|
||||
|
||||
<li>Windows — TBD! <!-- FIXME -->
|
||||
<li>Windows: Directorio «As miñas imaxes» para cada usuario (normalmente «c:\Users\<i>NOME_DE_USUARIO</i>\Pictures»). <br>Pode abrir directamente o cartafol do seguinte xeito: <ul>
|
||||
<li>Prema a tecla «[Windows]+[R]» para abrir o diálogo «Executar...».</li>
|
||||
<li>Escriba «Shell: As miñas imaxes« na caixa de texto e prema en [Aceptar.]</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li>macOS — TBD! <!-- FIXME -->
|
||||
|
|
@ -4907,7 +4911,7 @@ b>Label</b> tools. </p>
|
|||
Tux Paint recoñecerá a configuración local actual e empregará de xeito predeterminado os ficheiros apropiados. Polo tanto, esta sección é só para persoas que proban idiomas diferentes. </p>
|
||||
|
||||
<p>
|
||||
O máis sinxelo é empregar o interruptor «<code>--lang</code>» no atallo (ver «INSTALL [INSTALAR]»). Non obstante, usando unha xanela de indicador do sistema de MSDOS, tamén é posíbel emitir un comando coma este: </p>
|
||||
O máis sinxelo é empregar o interruptor «<code>--lang</code>» no atallo (ver «INSTALL [INSTALAR]»). Non obstante, usando unha xanela de indicador do sistema de MSDOS, tamén é posíbel emitir unha orde coma esta: </p>
|
||||
|
||||
<blockquote>
|
||||
<code>set LANG=es_ES</code>
|
||||
|
|
@ -4917,8 +4921,14 @@ b>Label</b> tools. </p>
|
|||
...que estabelecerá o idioma para toda a vida desa xanela DOS. </p>
|
||||
|
||||
<p>
|
||||
Para obter algo máis permanente, probe a editar o ficheiro «<code>autoexec.bat</code>» do seu computador usando a ferramenta «<b>sysedit</b>» de Windows: </p>
|
||||
|
||||
Para obter algo máis permanente, pode estabelecer unha «variábel de contorno» usando o diálogo «Propiedades do sistema» do seguinte xeito: </p>
|
||||
<ul>
|
||||
<li>Prema a combinación de teclas «<b>[Windows]+[R]</b>» para abrir o diálogo «Executar...».</li>
|
||||
<li>Escriba «<code>sysdm.cpl</code>» na caixa de texto e prema no botón «<b>[OK]</b>» para abrir o diálogo «Propiedades do sistema».</li>
|
||||
<li>Seleccione a lapela «Avanzado».</li>
|
||||
<li>Prema no botón «Variábeis de contorno...».</li>
|
||||
<li>Edite o valor do parámetr «<code>LANG</code>») (créeo, se non existe).</li>
|
||||
</ul>
|
||||
</blockquote>
|
||||
</blockquote>
|
||||
|
||||
|
|
|
|||
|
|
@ -1065,7 +1065,7 @@
|
|||
De xeito predeterminado, Tux Paint simplemente imprime na impresora predeterminada cos axustes predeterminados cando se preme o botón «Imprimir». </p>
|
||||
|
||||
<p>
|
||||
Non obstante, se mantén premida a tecla <b><code>[Alt]</code></b> (ou <b><code>[Opción]</code></b>) mentres preme no botón «Imprimir», sempre que non estea en modo de pantalla completa, aparecerá o diálogo da impresora do seu sistema operativo no que poderá cambiar os axustes. </p>
|
||||
Non obstante, se mantén premida a tecla <b><code>[Alt]</code></b> (ou <b><code>[Opción]</code></b>) mentres cando preme no botón «Imprimir», sempre que non estea en modo de pantalla completa, aparecerá o diálogo da impresora do seu sistema operativo no que poderá cambiar os axustes. </p>
|
||||
|
||||
<p>
|
||||
Pode gardar os cambios na configuración da impresora entre as sesións de Tux Paint axustando a opción «<code>printcfg</code>». </p>
|
||||
|
|
@ -1308,7 +1308,7 @@
|
|||
<blockquote>
|
||||
<code>$ <strong>tuxpaint-import avoa.jpg</strong><br>
|
||||
avoa.jpg ->
|
||||
/home/username/.tuxpaint/saved/20210321122132.png<br>
|
||||
/home/username/.tuxpaint/saved/20211231012359.png<br>
|
||||
jpegtopnm: WRITING A PPM FILE</code>
|
||||
</blockquote>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
Copyright © 2002-2021 by various contributors; "AUTHORS" 参照.
|
||||
http://www.tuxpaint.org/
|
||||
|
||||
2021年3月 9日
|
||||
2021年4月19日
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
@ -103,6 +103,11 @@ Windows のユーザー
|
|||
SIZE
|
||||
の値は24から192までのピクセル値で指定します。ほとんどのボタンは正方形となっており、この設定はボタンの幅と高さの両方に影響します。
|
||||
|
||||
Note: If the chosen button size would cause the buttons to be
|
||||
too large for all required UI elements to appear under Tux
|
||||
Paint's chosen window size, the largest possible button size
|
||||
will be used. (A note will appear in stderr.)
|
||||
|
||||
allowscreensaver=yes
|
||||
|
||||
標準では、Tux Paint の起動中は
|
||||
|
|
@ -321,8 +326,7 @@ Windows のユーザー
|
|||
|
||||
onscreen-keyboard=yes
|
||||
|
||||
Presents a clickable on-screen keyboard when using the Text and
|
||||
< b>Label tools.
|
||||
「もじ」ツールと「ラベル」ツールで、画面キーボードを表示します。
|
||||
|
||||
onscreen-keyboard-layout=レイアウト名
|
||||
|
||||
|
|
@ -444,8 +448,7 @@ Windows のユーザー
|
|||
|
||||
使用方法:
|
||||
|
||||
* キャンバスエリアでは、通常はなめらかに、default キー(Windows では Shift
|
||||
キー)を押しながらでは飛び飛びにカーソルが動きます。
|
||||
* キャンバスエリアでは、通常はなめらかに、Shift キーを押しながらでは飛び飛びにカーソルが動きます。
|
||||
* ツールボタンのエリアでは、飛び飛びにカーソルが動きます。
|
||||
* 各キーの動作:
|
||||
* [Left]/[Right]/[Up]/[Down], テンキーの [1] から [9]:
|
||||
|
|
@ -501,7 +504,11 @@ Windows のユーザー
|
|||
"~/Pictures")以下の "Pictures" ディレクトリになります。(日本語環境では "画像")
|
||||
XDGの設定が読み取れない場合や、"XDG_PICTURES_DIR
|
||||
"に何も設定されていない場合は、上記の英語環境で一般的なディレクトリ(~/Pictures)を使用します。
|
||||
* Windows — TBD!
|
||||
* Windows — 各ユーザーの "ピクチャ" ディレクトリ(通常は
|
||||
"C:\Users\ユーザー名\Pictures")。
|
||||
また、次のようにして、フォルダを直接開くこともできます:
|
||||
* "[Windows]+[R]" キーを押して "ファイル名を指定して実行" ダイアログを開く。
|
||||
* テキストボックスに "Shell:My Pictures" と入力して [OK] を押す。
|
||||
* macOS — TBD!
|
||||
|
||||
注:標準の設定を用いる場合は、画像用のディレクトリにサブディレクトリ "TuxPaint"
|
||||
|
|
@ -1393,8 +1400,13 @@ Windows のユーザー
|
|||
|
||||
... この言語指定は、実行したコマンドプロンプトウィンドウが終了するまでの間だけ有効となります。
|
||||
|
||||
恒久的に言語環境を変更したい場合は、Windows の "sysedit" ツールを用いて "autoexec.bat"
|
||||
ファイルを編集する方法があります。
|
||||
常にこの言語設定を有効にするには、以下のようにして、"システムのプロパティ" ダイアログで環境変数を設定します:
|
||||
|
||||
* "[Windows]+[R]" キーを押して "ファイル名を指定して実行" ダイアログを開く。
|
||||
* テキストボックスに "sysdm.cpl" と入力して "[OK]" ボタンを押し、"システムのプロパティ" ダイアログを開く。
|
||||
* "詳細設定" タブを選択。
|
||||
* "環境変数(N)..." ボタンをクリック。
|
||||
* 環境変数 "LANG" の値を編集。(変数が設定されていなければ新たに作成)
|
||||
|
||||
言語固有のフォント
|
||||
|
||||
|
|
|
|||
|
|
@ -617,7 +617,7 @@ Tux Paint の起動
|
|||
Example:
|
||||
|
||||
$ tuxpaint-import おばあちゃん.jpg
|
||||
おばあちゃん.jpg -> /home/username/.tuxpaint/saved/20210321122132.png
|
||||
おばあちゃん.jpg -> /home/username/.tuxpaint/saved/20211231012359.png
|
||||
jpegtopnm: WRITING A PPM FILE
|
||||
|
||||
1行目 ("tuxpaint-import おばあちゃん.jpg") が実行するコマンドで、続く2行がプログラムの実行中の出力です。
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
2021年3月 9日 </p>
|
||||
2021年4月19日 </p>
|
||||
</center>
|
||||
|
||||
<hr size="2"
|
||||
|
|
@ -197,6 +197,9 @@
|
|||
|
||||
<p>
|
||||
<i>SIZE</i> の値は24から192までのピクセル値で指定します。ほとんどのボタンは正方形となっており、この設定はボタンの幅と高さの両方に影響します。 </p>
|
||||
|
||||
<p>
|
||||
Note: If the chosen button size would cause the buttons to be too large for all required UI elements to appear under Tux Paint's chosen window size, the largest possible button size will be used. (A note will appear in <code>stderr</code>.) </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -580,8 +583,7 @@
|
|||
|
||||
<dd>
|
||||
<p>
|
||||
Presents a clickable on-screen keyboard when using the <b>Text</b> and <
|
||||
b>Label</b> tools. </p>
|
||||
「もじ」ツールと「ラベル」ツールで、画面キーボードを表示します。 </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -834,7 +836,7 @@ b>Label</b> tools. </p>
|
|||
使用方法: </p>
|
||||
|
||||
<ul>
|
||||
<li>キャンバスエリアでは、通常はなめらかに、<code>default</code> キー(Windows では Shift キー)を押しながらでは飛び飛びにカーソルが動きます。 </li>
|
||||
<li>キャンバスエリアでは、通常はなめらかに、<code>Shift</code> キーを押しながらでは飛び飛びにカーソルが動きます。 </li>
|
||||
|
||||
<li>ツールボタンのエリアでは、飛び飛びにカーソルが動きます。 </li>
|
||||
|
||||
|
|
@ -913,8 +915,10 @@ b>Label</b> tools. </p>
|
|||
<li>Linux および Unix — XDG (X Desktop Group) 標準に基づく設定が利用可能な場合、個々のデスクトップ環境において画像保存用として設定されているディレクトリ("<code style="white-space: nowrap;">xdg-user-dir PICTURES</code>" コマンドで確認できます)<br>
|
||||
英語環境では一般的にユーザーのホームディレクトリ("<code>$HOME/Pictures</code>" あるいは "<code>~/Pictures</code>")以下の "<code>Pictures</code>" ディレクトリになります。(日本語環境では "画像")<br>
|
||||
XDGの設定が読み取れない場合や、"<code>XDG_PICTURES_DIR</code> "に何も設定されていない場合は、上記の英語環境で一般的なディレクトリ(~/Pictures)を使用します。 </li>
|
||||
|
||||
<li>Windows — TBD! <!-- FIXME -->
|
||||
<li>Windows — 各ユーザーの "ピクチャ" ディレクトリ(通常は "C:\Users\<i>ユーザー名</i>\Pictures")。<br>また、次のようにして、フォルダを直接開くこともできます: <ul>
|
||||
<li>"[Windows]+[R]" キーを押して "ファイル名を指定して実行" ダイアログを開く。</li>
|
||||
<li>テキストボックスに "Shell:My Pictures" と入力して [OK] を押す。</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li>macOS — TBD! <!-- FIXME -->
|
||||
|
|
@ -4917,8 +4921,14 @@ b>Label</b> tools. </p>
|
|||
... この言語指定は、実行したコマンドプロンプトウィンドウが終了するまでの間だけ有効となります。 </p>
|
||||
|
||||
<p>
|
||||
恒久的に言語環境を変更したい場合は、Windows の "<b>sysedit</b>" ツールを用いて "<code>autoexec.bat</code>" ファイルを編集する方法があります。 </p>
|
||||
|
||||
常にこの言語設定を有効にするには、以下のようにして、"システムのプロパティ" ダイアログで環境変数を設定します: </p>
|
||||
<ul>
|
||||
<li>"<b>[Windows]+[R]</b>" キーを押して "ファイル名を指定して実行" ダイアログを開く。</li>
|
||||
<li>テキストボックスに "<code>sysdm.cpl</code>" と入力して "<b>[OK]</b>" ボタンを押し、"システムのプロパティ" ダイアログを開く。</li>
|
||||
<li>"詳細設定" タブを選択。</li>
|
||||
<li>"環境変数(N)..." ボタンをクリック。</li>
|
||||
<li>環境変数 "<code>LANG</code>" の値を編集。(変数が設定されていなければ新たに作成)</li>
|
||||
</ul>
|
||||
</blockquote>
|
||||
</blockquote>
|
||||
|
||||
|
|
|
|||
|
|
@ -1308,7 +1308,7 @@
|
|||
<blockquote>
|
||||
<code>$ <strong>tuxpaint-import おばあちゃん.jpg</strong><br>
|
||||
おばあちゃん.jpg ->
|
||||
/home/username/.tuxpaint/saved/20210321122132.png<br>
|
||||
/home/username/.tuxpaint/saved/20211231012359.png<br>
|
||||
jpegtopnm: WRITING A PPM FILE</code>
|
||||
</blockquote>
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
(See COPYING.txt)
|
||||
|
||||
June 14, 2002 - March 8, 2021
|
||||
June 14, 2002 - April 19, 2021
|
||||
*/
|
||||
|
||||
#include "platform.h"
|
||||
|
|
@ -787,6 +787,23 @@ static void magic_putpixel(SDL_Surface * surface, int x, int y, Uint32 pixel);
|
|||
static Uint32 magic_getpixel(SDL_Surface * surface, int x, int y);
|
||||
static void magic_xorpixel(SDL_Surface * surface, int x, int y);
|
||||
|
||||
/**
|
||||
* Sets button_scale to the maximum Tux Paint can handle
|
||||
*/
|
||||
static void set_max_buttonscale(void)
|
||||
{
|
||||
float max_w, max_h;
|
||||
|
||||
/* WINDOW_WIDTH / original size of tools columnss + 9 buttons + tooloption columns */
|
||||
max_w = (float)WINDOW_WIDTH / (gd_tools.cols * 48 + 9 * 48 + gd_toolopt.cols * 48);
|
||||
|
||||
/* WINDOW_HEIGHT / original size of r_ttools.h + 5 buttons + colors rows + tux area */
|
||||
max_h = (float)WINDOW_HEIGHT / (40 + 5 * 48 + gd_colors.rows * 48 + 56);
|
||||
|
||||
button_scale = min(max_w, max_h);
|
||||
fprintf(stderr, "Will use a button size of %d\n", (int)(button_scale * ORIGINAL_BUTTON_SIZE));
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets a variety of screen layout globals, based on the
|
||||
* size of the window/screen Tux Paint is being displayed on
|
||||
|
|
@ -840,13 +857,15 @@ static void setup_normal_screen_layout(void)
|
|||
if (buttons_tall < 5) {
|
||||
fprintf(stderr, "Button size '%d' with window size '%dx%d' is not reasonable (not tall enough).\n",
|
||||
button_w, WINDOW_WIDTH, WINDOW_HEIGHT);
|
||||
exit(93);
|
||||
set_max_buttonscale();
|
||||
setup_normal_screen_layout();
|
||||
}
|
||||
|
||||
if (r_canvas.w < button_w * 9) {
|
||||
fprintf(stderr, "Button size '%d' with window size '%dx%d' is not reasonable (not wide enough).\n",
|
||||
button_w, WINDOW_WIDTH, WINDOW_HEIGHT);
|
||||
exit(93);
|
||||
set_max_buttonscale();
|
||||
setup_normal_screen_layout();
|
||||
}
|
||||
|
||||
gd_tools.rows = buttons_tall;
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ div.level5 {margin: 0em 0em 0em 2em;}
|
|||
div.footer {text-align: right; margin: 0em 0em 2em 0em;}
|
||||
A:Link,A:Visited,A:Active{color:#4169E1;}
|
||||
A:Hover{background-color:pink;color:navy;}
|
||||
pre{color: #aa0000;background-color:#e0ffff;line-height:1.5em;margin:0.5em 0em 0.5em 0em;padding:1em;}
|
||||
pre{overflow-x: auto; color: #aa0000;background-color:#e0ffff;line-height:1.5em;margin:0.5em 0em 0.5em 0em;padding:1em;}
|
||||
hr {margin: 2em 0em 1em 0em;}
|
||||
-->
|
||||
</style>
|
||||
|
|
@ -254,4 +254,4 @@ Shin-ichi TOYAMA shin1@wmail.plala.or.jp
|
|||
</div>
|
||||
</div>
|
||||
</BODY>
|
||||
</HTML>
|
||||
</HTML>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue