Ability to disable Template creation from Open dialog

This commit is contained in:
Bill Kendrick 2023-05-29 10:50:55 -07:00
parent 36d7e0daf3
commit 65378f6fdd
30 changed files with 291 additions and 72 deletions

View file

@ -6,7 +6,7 @@ Documentación de opcións
Copyright © 2002-2023 by varios colaboradores; see AUTHORS.txt.
https://tuxpaint.org/
18 de Maio de 2023
29 de Maio de 2023
+----------------------------------------------------+
|Índice |
@ -495,6 +495,19 @@ Simplificación
"nobrushspacing=no" or "brushspacing=yes". In both cases, may be
overridden by the command-line option "--brushspacing".
notemplateexport=yes
Disables the ability to create a new Template image (based on a
saved drawing) from within the Open dialog.
📜 Note: The Template creation feature was added to Tux Paint in
version 0.9.31.
⚙ Note: If used in a system-wide configuration file, may be
overridden by the user's configuration file using
"notemplateexport=no" or "templateexport=yes". In both cases, may
be overridden by the command-line option "--templateexport".
Languages
Language

View file

@ -6,7 +6,7 @@
Copyright © 2002-2023 by varios colaboradores; see AUTHORS.txt.
https://tuxpaint.org/
18 de Maio de 2023
29 de Maio de 2023
+-----------------------------------------------------------+
|Índice |
@ -409,7 +409,8 @@ Ferramentas dispoñíbeis
Different brushes have different spacing, leaving either a series
of individual shapes, or a continuous stroke of the brush shape.
Brush spacing may be adjusted. See "Paint", above, to learn more.
Brush spacing may be adjusted. See the brush spacing section of
the "Paint" tool, above, to learn more.
Ferramenta «Formas»
@ -779,7 +780,11 @@ Ferramentas dispoñíbeis
be used as the basis for new drawings.
📜 Note: The Template creation feature was added to Tux Paint
in version 0.9.30.
in version 0.9.31.
⚙ The Template creation feature can be disabled (e.g., by
selecting "Disable 'Make Template'" in Tux Paint Config. or
running Tux Paint with the "notemplateexport" option).
* Prema no botón de frecha vermello «Atrás» situado na parte
inferior dereita da lista para cancelar e volver á imaxe que

View file

@ -102,7 +102,7 @@
</p>
<p>
18 de Maio de 2023 </p>
29 de Maio de 2023 </p>
</center>
</header>
@ -704,12 +704,25 @@
<dd>
<p>
Disables the brush spacing option of the <b>Paint</b> and <b>Lines</b> tools. The brushes' default spacings will be used. </p>
Disables the <a href="README.html#brush_spacing">brush spacing</a> option of the <a href="README.html#using_tools_drawing_paint"><b>Paint</b></a> and <a href="using_tools_drawing_lines"><b>Lines</b></a> tools. The brushes' default spacings will be used. </p>
<p class="note">
<span title="Version variation">&#128220;</span> <strong>Note:</strong> The brush spacing option was added to Tux Paint's user interface in version 0.9.28. For more information on brush spacing, see <a href="EXTENDING.html">EXTENDING.html</a> </p>
<p class="note">
<span title="Configuration option">&#9881;</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nobrushspacing=no</code>" or "<code>brushspacing=yes</code>". In both cases, may be overridden by the command-line option "<code>--brushspacing</code>". </p>
</dd>
<dt>
<code><b>notemplateexport=yes</b></code>
</dt>
<dd>
<p>
Disables the ability to create a new <a href="README.html#using_tools_other_new">Template</a> image (based on a saved drawing) from within the <a href="README.html#using_tools_other_open"><strong>Open</strong></a> dialog. </p>
<p class="note">
<span title="Version variation">&#128220;</span> <strong>Note:</strong> The Template creation feature was added to Tux Paint in version 0.9.31. </p>
<p class="note">
<span title="Configuration option">&#9881;</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>notemplateexport=no</code>" or "<code>templateexport=yes</code>". In both cases, may be overridden by the command-line option "<code>--templateexport</code>". </p>
</dd>
</dl>
</section>
</section>

View file

@ -102,7 +102,7 @@
</p>
<p>
18 de Maio de 2023 </p>
29 de Maio de 2023 </p>
</center>
</header>
<table border="2"
@ -556,7 +556,7 @@
alt="">
</div>
<strong>Espazado do pincel</strong>
<strong id="brush_spacing">Espazado do pincel</strong>
<blockquote>
<p>
The space between each position where a brush is applied to the canvas can vary. Some brushes (such as the footprints and flower) are spaced, by default, far enough apart that they don't overlap. Other brushes (such as the basic circular ones) are spaced closely, so they make a continuous stroke. </p>
@ -699,7 +699,7 @@
Some brushes are animated, and will show a pattern of shapes along the line. Others are directional, and will show a different shape depending on the angle of the brush. And finally some are both animated and directional. See "Paint", above, to learn more. </p>
<p>
Different brushes have different spacing, leaving either a series of individual shapes, or a continuous stroke of the brush shape. Brush spacing may be adjusted. See "Paint", above, to learn more. </p>
Different brushes have different spacing, leaving either a series of individual shapes, or a continuous stroke of the brush shape. Brush spacing may be adjusted. See the <a href="#brush_spacing">brush spacing</a> section of the "Paint" tool, above, to learn more. </p>
<div class="screenshot-center">
<img src="../../html/images/ex_lines.png"
@ -1161,7 +1161,10 @@
<div class="screenshot-right-after"></div>
<p class="note">
<span title="Version variation">&#128220;</span> <strong>Note:</strong> The Template creation feature was added to Tux Paint in version 0.9.30. </p>
<span title="Version variation">&#128220;</span> <strong>Note:</strong> The Template creation feature was added to Tux Paint in version 0.9.31. </p>
<p class="note">
<span title="Configuration option">&#9881;</span> The Template creation feature can be disabled (e.g., by selecting "Disable 'Make Template'" in <em>Tux Paint Config.</em> or running <em>Tux Paint</em> with the "<code>notemplateexport</code>" option). </p>
</li>
<li>