Sync docs; update org.tuxpaint.Tuxpaint.appdata.xml.in

Syncing docs to grab version & date updates, MAGIC-API tweak,
and updated quickstart guide.

Update `org.tuxpaint.Tuxpaint.appdata.xml.in` to mention
2- and 3-point perspective, and "complexity" option, too.

Regen. POT & PO files to grab new strings from appdata file.
This commit is contained in:
Bill Kendrick 2024-01-01 11:06:48 -08:00
parent bd5d7e5fb7
commit c4a42b6a90
169 changed files with 20477 additions and 17480 deletions

View file

@ -97,12 +97,12 @@
Magic Tool Plugin API Documentation </h2>
<p>
Höfundarréttur &copy; 2007-2023 eftir various contributors; sjá <a href="../../AUTHORS.txt">AUTHORS-skrá</a>.<br>
Höfundarréttur &copy; 2007-2024 eftir various contributors; sjá <a href="../../AUTHORS.txt">AUTHORS-skrá</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p>
<p>
17. júlí 2023 </p>
1. janúar 2024 </p>
</center>
</header>
@ -298,11 +298,11 @@
<p>
The <code>complexity_level</code> variable contains the "complexity level" that Tux Paint magic tools may offer &mdash; that is, the expertise level of the user. The levels are defined in <code>tp_magic_api.h</code>: <ul>
<li>
<code>MAGIC_COMPLEXITY_ADVANCED</code>: Advanced (default) (<code>--complexity=advanced</code>) </li>
<code>MAGIC_COMPLEXITY_NOVICE</code> (0): Novice (<code>--complexity=novice</code>) </li>
<li>
<code>MAGIC_COMPLEXITY_BEGINNER</code>: Beginner (<code>--complexity=beginner</code>) </li>
<code>MAGIC_COMPLEXITY_BEGINNER</code> (1): Beginner (<code>--complexity=beginner</code>) </li>
<li>
<code>MAGIC_COMPLEXITY_Novice</code>: Novice (<code>--complexity=novice</code>) </li>
<code>MAGIC_COMPLEXITY_ADVANCED</code> (2): Advanced (default) (<code>--complexity=advanced</code>) </li>
</ul>
Your Magic tool(s) may wish to react differently depending on the expertise level of the user, either simplifying how each tool works, or excluding one or all of them entirely. (For example, the 1-, 2-, and 3-point perspective toolsets are totally inactive when in "novice" mode. In "beginner" mode, the drawing tools are available, but the tools to edit the vanishing point positions are disabled; the default vanishing points are used. In fact, in "beginner" mode, an additional 3-point perspective drawing tool appears, with alternative vanishing points.) </p>
<p>

View file

@ -97,12 +97,12 @@
A simple drawing program for children </h3>
<p>
Copyright &copy; 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br/>
Copyright &copy; 2002-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br/>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p>
<p>
desember 23, 2023 </p>
janúar 1, 2024 </p>
</center>
</header>
<table border="2"

View file

@ -2,7 +2,7 @@
<html>
<head>
<title>
Tux Paint 0.9.29 Quickstart Guide </title>
Tux Paint 0.9.32 Quickstart Guide </title>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8" />
</head>
@ -12,7 +12,7 @@
vlink="#FF0000"
alink="#FF00FF">
<h1>Tux Paint 0.9.29 Quickstart Guide</h1>
<h1>Tux Paint 0.9.32 Quickstart Guide</h1>
<h2>Tools (Drawing)</h2>
@ -112,13 +112,13 @@
<h3>🖓Undo</h3>
<ul>
<li>Use to undo the most recent changes (multiple undo available).</li>
<li>Shortcut: [Ctrl]+[Z]</li>
<li>Shortcut: [Control]+[Z]</li>
</ul>
<h3>🖒Redo</h3>
<ul>
<li>Use to redo the most recent undone change (multiple redo available).</li>
<li>Shortcut: [Ctrl]+[R]</li>
<li>Shortcut: [Control]+[R]</li>
</ul>
<h3>◪Eraser</h3>
@ -141,7 +141,7 @@
</li>
<li>Click/tap "🕮⮫Open" to begin a new drawing.</li>
<li>Click/tap "⤺Back" to abort and return to your current drawing.</li>
<li>Shortcut: [Ctrl]+[N]</li>
<li>Shortcut: [Control]+[N]</li>
</ul>
<h3>🕮⮫Open</h3>
@ -161,27 +161,27 @@
</ul>
</li>
<li>Click/tap "🖻⮫🗏Template" to turn the drawing into a new template.</li>
<li>Shortcut: [Ctrl]+[O]</li>
<li>Shortcut: [Control]+[O]</li>
</ul>
<h3>🕮⮪Save</h3>
<ul>
<li>Click/tap to save your drawing.</li>
<li>If you've saved previously, you'll be prompted whether to overwrite the previously-saved drawing (a la "File→Save") or create a new saved drawing (a la "File→Save As...")</li>
<li>Shortcut: [Ctrl]+[S]</li>
<li>Shortcut: [Control]+[S]</li>
</ul>
<h3>🖶Print</h3>
<ul>
<li>Click/tap to print your drawing.</li>
<li>Hold [Alt] or [Option] while clicking/tapping to bring up printer dialog, if available.</li>
<li>Shortcut: [Ctrl]+[P]</li>
<li>Shortcut: [Control]+[P]</li>
</ul>
<h3>🗙Quit</h3>
<ul>
<li>Click/tap to quit Tux Paint.</li>
<li>Shortcut: [Esc]</li>
<li>Shortcut: [Escape]</li>
</ul>
<h2>Colors</h2>
@ -189,7 +189,7 @@
<li>Click/tap to choose a color to use with the Paint, Lines, and Shapes tools, and Stamps and Magic tools that support colors.</li>
<li>
Use the pipette / color picker 💉 button to choose a color from a pixel in your current drawing. <ul>
<li>Shortcut: When colors are available, press [Ctrl] and click/tap in your drawing, to quickly pick a color from your drawing.</li>
<li>Shortcut: When colors are available, press [Control] and click/tap in your drawing, to quickly pick a color from your drawing.</li>
</ul>
</li>
<li>
@ -212,20 +212,20 @@
<h2>Shortcuts while drawing:</h2>
<ul>
<li>[Ctrl]+Click/tap - Quick pipette / color picker 💉 access</li>
<li>[Control]+Click/tap - Quick pipette / color picker 💉 access</li>
<li>[X]+Click/tap - Quick eraser ◪ access</li>
<li>[Ctrl]+[Z] - 🖓Undo</li>
<li>[Ctrl]+[R] - 🖒Redo</li>
<li>[Ctrl]+[N] - 🗏New</li>
<li>[Ctrl]+[O] - 🕮⮫Open</li>
<li>[Ctrl]+[S] - 🕮⮪Save</li>
<li>[Ctrl]+[P] - 🖶Print</li>
<li>[Control]+[Z] - 🖓Undo</li>
<li>[Control]+[R] - 🖒Redo</li>
<li>[Control]+[N] - 🗏New</li>
<li>[Control]+[O] - 🕮⮫Open</li>
<li>[Control]+[S] - 🕮⮪Save</li>
<li>[Control]+[P] - 🖶Print</li>
<li>[Alt]+[S] - Toggle sound effects on/off</li>
<li>[Esc] - ⤺Back or 🗙Quit</li>
<li>[Escape] - ⤺Back or 🗙Quit</li>
</ul>
<p>
<em>Last updated: júlí 19, 2023</em>
<em>Last updated: janúar 1, 2024</em>
</p>
</body>