WIP Ability to Erase persoanl templates from New
Sync docs
This commit is contained in:
parent
4c757c2a36
commit
34b0760aea
142 changed files with 8687 additions and 7290 deletions
|
|
@ -116,6 +116,11 @@ What's New in Tux Paint version 0.9.31?
|
|||
pop-ups, and instructions) can be overridden from its default
|
||||
("DejaVu Sans"). (See the "uifont" configuration option.)
|
||||
|
||||
File Erase may be disabled
|
||||
Controls to erase saved work — saved drawings (via the Open
|
||||
dialog) and exported templates (via the New dialog) — can be
|
||||
disabled. (See the "noerase" configuration option.)
|
||||
|
||||
See CHANGES.txt for the complete list of changes.
|
||||
|
||||
Utiliser Tux Paint
|
||||
|
|
@ -766,6 +771,28 @@ Outils disponibles
|
|||
Templates directly within Tux Paint, from the 'Open'
|
||||
dialog. See "Open", below.
|
||||
|
||||
Erasing Exported Template Images
|
||||
|
||||
If you've selected a Template in your personal
|
||||
templates folder, and it was created from within Tux
|
||||
Paint (using the "Template" button in the "Open"
|
||||
dialog), you may remove it from within Tux Paint,
|
||||
too. An 'Erase' (trash can) button will appear at the
|
||||
lower right of the list. Click it to erase the
|
||||
selected template. (You will be asked to confirm.)
|
||||
|
||||
💡 Note: On Linux, Windows, and macOS, the picture
|
||||
will be placed in your desktop's trash can / recycle
|
||||
bin (where you may recover and restore it, if you
|
||||
change your mind).
|
||||
|
||||
⚙ Note: The 'Erase' button may be disabled, via the
|
||||
"noerase" option.
|
||||
|
||||
⚙ Note: The solid colors can be placed at the end of the 'New'
|
||||
dialog (below the Starters and Templates), via the "newcolorslast"
|
||||
option.
|
||||
|
||||
Commande "Ouvrir"
|
||||
|
||||
Cela vous montre une liste de toutes les images que vous avez
|
||||
|
|
@ -795,6 +822,9 @@ Outils disponibles
|
|||
bin (where you may recover and restore it, if you change your
|
||||
mind).
|
||||
|
||||
⚙ Note: The 'Erase' button may be disabled, via the "noerase"
|
||||
option.
|
||||
|
||||
* Click the 'Export' button near the lower right to export the
|
||||
selected picture to your export folder. (e.g.,
|
||||
"~/Pictures/TuxPaint/")
|
||||
|
|
|
|||
|
|
@ -1073,7 +1073,30 @@
|
|||
<p class="note">
|
||||
<span title="Information">💡</span> You can also convert your saved drawings into Templates directly within Tux Paint, from the 'Open' dialog. See "<a href="#using_tools_other_open">Open</a>", below. </p>
|
||||
</dd>
|
||||
|
||||
<dt><strong>Erasing Exported Template Images</strong></dt>
|
||||
<dd>
|
||||
<img src="../../html/images/open_erase.png"
|
||||
width="48"
|
||||
height="48"
|
||||
alt=""
|
||||
align="right">
|
||||
<p>
|
||||
If you've selected a Template in your personal templates folder, and it was created from within Tux Paint (using the "Template" button in the <a href="#using_tools_other_open">"Open"</a> dialog), you may remove it from within Tux Paint, too. An 'Erase' (trash can) button will appear at the lower right of the list. Click it to erase the selected template. (You will be asked to confirm.) </p>
|
||||
|
||||
<p class="note">
|
||||
<span title="Information">💡</span> <strong>Note:</strong> On Linux, Windows, and macOS, the picture will be placed in your desktop's trash can / recycle bin (where you may recover and restore it, if you change your mind). </p>
|
||||
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> <strong>Note:</strong> The 'Erase' button may be disabled, via the "<code>noerase</code>" option. </p>
|
||||
|
||||
<div class="screenshot-right-after"></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> <strong>Note:</strong> The solid colors can be placed at the end of the 'New' dialog (below the Starters and Templates), via the "<code>newcolorslast</code>" option. </p>
|
||||
|
||||
</dd>
|
||||
<dt id="using_tools_other_open">
|
||||
<strong>Commande "Ouvrir"</strong>
|
||||
|
|
@ -1127,6 +1150,10 @@
|
|||
|
||||
<p class="note">
|
||||
<span title="Version variation">📜</span> <strong>Note:</strong> On Linux (as of version 0.9.22), Windows (as of version 0.9.27), and macOS (as of version 0.9.29), the picture will be placed in your desktop's trash can / recycle bin (where you may recover and restore it, if you change your mind). </p>
|
||||
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> <strong>Note:</strong> The 'Erase' button may be disabled, via the "<code>noerase</code>" option. </p>
|
||||
|
||||
<div class="screenshot-right-after"></div>
|
||||
</li>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue