Syncing docs to grab --reversesort option's docs

This commit is contained in:
Bill Kendrick 2022-05-16 00:09:19 -07:00
parent 932c86b8dc
commit 3a0741db8b
16 changed files with 187 additions and 7 deletions

View file

@ -150,8 +150,9 @@ http://www.tuxpaint.org/
(the top of the list). (the top of the list).
Bill Kendrick <bill@newbreedsoftware.com> Bill Kendrick <bill@newbreedsoftware.com>
* WIP Added an option to sort the "Open" and "Slideshow" dialogs * Added an option to sort the "Open" and "Slideshow" dialogs
by newest-images-first, rather than the default oldest-first. by newest-images-first, rather than the default oldest-first
(--reversesort setting).
(For https://sourceforge.net/p/tuxpaint/feature-requests/206/) (For https://sourceforge.net/p/tuxpaint/feature-requests/206/)
Pere Pujal i Carabantes <perepujal@gmail.com> and Pere Pujal i Carabantes <perepujal@gmail.com> and
Bill Kendrick <bill@newbreedsoftware.com> Bill Kendrick <bill@newbreedsoftware.com>

View file

@ -1010,6 +1010,16 @@ Saving
or "noautosave=yes". In both cases, may be overridden by the or "noautosave=yes". In both cases, may be overridden by the
command-line option "--noautosave". command-line option "--noautosave".
reversesort=yes
This reverses the sorting of the Open and Slideshow dialogs,
placing the newest images at the top of the list.
⚙ Note: If used in a system-wide configuration file, may be
overridden by the user's configuration file using
"reversesort=no" or "noreversesort=yes". In both cases, may be
overridden by the command-line option "--noreversesort".
Data Data
Lockfile Lockfile
@ -1412,6 +1422,7 @@ Joystick
--saveovernew --saveovernew
--nosave --nosave
--autosave --autosave
--reversesort
--lang LANGUAGE --lang LANGUAGE
--colorfile FILE --colorfile FILE
@ -1454,6 +1465,7 @@ Joystick
--saveoverask --saveoverask
--save --save
--noautosave --noautosave
--noreversesort
These options can be used to override any settings made in the These options can be used to override any settings made in the
configuration file. (If the option isn't set in the configuration file. (If the option isn't set in the

View file

@ -1747,6 +1747,17 @@
<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>autosave=no</code>" or "<code>noautosave=yes</code>". In both cases, may be overridden by the command-line option "<code>--noautosave</code>". </p> <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>autosave=no</code>" or "<code>noautosave=yes</code>". In both cases, may be overridden by the command-line option "<code>--noautosave</code>". </p>
</dd> </dd>
<dt>
<code><b>reversesort=yes</b></code>
</dt>
<dd>
<p>
This reverses the sorting of the Open and Slideshow dialogs, placing the newest images at the top of the list. </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>reversesort=no</code>" or "<code>noreversesort=yes</code>". In both cases, may be overridden by the command-line option "<code>--noreversesort</code>". </p>
</dd>
</dl> </dl>
</section> </section>
</section> </section>
@ -2329,6 +2340,7 @@
--saveovernew<br> --saveovernew<br>
--nosave<br> --nosave<br>
--autosave<br> --autosave<br>
--reversesort<br>
--lang <i>LANGUAGE</i><br> --lang <i>LANGUAGE</i><br>
--colorfile <i>FILE</i><br></b></code> --colorfile <i>FILE</i><br></b></code>
</dt> </dt>
@ -2374,7 +2386,9 @@
--mouse<br> --mouse<br>
--saveoverask<br> --saveoverask<br>
--save<br> --save<br>
--noautosave<br></b></code> --noautosave<br>
--noreversesort<br>
</b></code>
</dt> </dt>
<dd> <dd>

View file

@ -1010,6 +1010,16 @@ Saving
or "noautosave=yes". In both cases, may be overridden by the or "noautosave=yes". In both cases, may be overridden by the
command-line option "--noautosave". command-line option "--noautosave".
reversesort=yes
This reverses the sorting of the Open and Slideshow dialogs,
placing the newest images at the top of the list.
⚙ Note: If used in a system-wide configuration file, may be
overridden by the user's configuration file using
"reversesort=no" or "noreversesort=yes". In both cases, may be
overridden by the command-line option "--noreversesort".
Data Data
Lockfile Lockfile
@ -1412,6 +1422,7 @@ Joystick
--saveovernew --saveovernew
--nosave --nosave
--autosave --autosave
--reversesort
--lang LANGUAGE --lang LANGUAGE
--colorfile FILE --colorfile FILE
@ -1454,6 +1465,7 @@ Joystick
--saveoverask --saveoverask
--save --save
--noautosave --noautosave
--noreversesort
These options can be used to override any settings made in the These options can be used to override any settings made in the
configuration file. (If the option isn't set in the configuration file. (If the option isn't set in the

View file

@ -1747,6 +1747,17 @@
<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>autosave=no</code>" or "<code>noautosave=yes</code>". In both cases, may be overridden by the command-line option "<code>--noautosave</code>". </p> <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>autosave=no</code>" or "<code>noautosave=yes</code>". In both cases, may be overridden by the command-line option "<code>--noautosave</code>". </p>
</dd> </dd>
<dt>
<code><b>reversesort=yes</b></code>
</dt>
<dd>
<p>
This reverses the sorting of the Open and Slideshow dialogs, placing the newest images at the top of the list. </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>reversesort=no</code>" or "<code>noreversesort=yes</code>". In both cases, may be overridden by the command-line option "<code>--noreversesort</code>". </p>
</dd>
</dl> </dl>
</section> </section>
</section> </section>
@ -2329,6 +2340,7 @@
--saveovernew<br> --saveovernew<br>
--nosave<br> --nosave<br>
--autosave<br> --autosave<br>
--reversesort<br>
--lang <i>LANGUAGE</i><br> --lang <i>LANGUAGE</i><br>
--colorfile <i>FILE</i><br></b></code> --colorfile <i>FILE</i><br></b></code>
</dt> </dt>
@ -2374,7 +2386,9 @@
--mouse<br> --mouse<br>
--saveoverask<br> --saveoverask<br>
--save<br> --save<br>
--noautosave<br></b></code> --noautosave<br>
--noreversesort<br>
</b></code>
</dt> </dt>
<dd> <dd>

View file

@ -1054,6 +1054,16 @@ Sauvegarde
or "noautosave=yes". In both cases, may be overridden by the or "noautosave=yes". In both cases, may be overridden by the
command-line option "--noautosave". command-line option "--noautosave".
reversesort=yes
This reverses the sorting of the Open and Slideshow dialogs,
placing the newest images at the top of the list.
⚙ Note: If used in a system-wide configuration file, may be
overridden by the user's configuration file using
"reversesort=no" or "noreversesort=yes". In both cases, may be
overridden by the command-line option "--noreversesort".
Données Données
Fichier de verouillage Fichier de verouillage
@ -1486,6 +1496,7 @@ Joystick
--saveovernew --saveovernew
--nosave --nosave
--autosave --autosave
--reversesort
--lang LANGUAGE --lang LANGUAGE
--colorfile FILE --colorfile FILE
@ -1528,6 +1539,7 @@ Joystick
--saveoverask --saveoverask
--save --save
--noautosave --noautosave
--noreversesort
Ces options peuvent être utilisées pour remplacer les paramètres Ces options peuvent être utilisées pour remplacer les paramètres
définis dans le fichier de configuration. (Si l'option n'est pas définis dans le fichier de configuration. (Si l'option n'est pas

View file

@ -1747,6 +1747,17 @@
<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>autosave=no</code>" or "<code>noautosave=yes</code>". In both cases, may be overridden by the command-line option "<code>--noautosave</code>". </p> <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>autosave=no</code>" or "<code>noautosave=yes</code>". In both cases, may be overridden by the command-line option "<code>--noautosave</code>". </p>
</dd> </dd>
<dt>
<code><b>reversesort=yes</b></code>
</dt>
<dd>
<p>
This reverses the sorting of the Open and Slideshow dialogs, placing the newest images at the top of the list. </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>reversesort=no</code>" or "<code>noreversesort=yes</code>". In both cases, may be overridden by the command-line option "<code>--noreversesort</code>". </p>
</dd>
</dl> </dl>
</section> </section>
</section> </section>
@ -2329,6 +2340,7 @@
--saveovernew<br> --saveovernew<br>
--nosave<br> --nosave<br>
--autosave<br> --autosave<br>
--reversesort<br>
--lang <i>LANGUAGE</i><br> --lang <i>LANGUAGE</i><br>
--colorfile <i>FILE</i><br></b></code> --colorfile <i>FILE</i><br></b></code>
</dt> </dt>
@ -2374,7 +2386,9 @@
--mouse<br> --mouse<br>
--saveoverask<br> --saveoverask<br>
--save<br> --save<br>
--noautosave<br></b></code> --noautosave<br>
--noreversesort<br>
</b></code>
</dt> </dt>
<dd> <dd>

View file

@ -1039,6 +1039,16 @@ Gardar
or "noautosave=yes". In both cases, may be overridden by the or "noautosave=yes". In both cases, may be overridden by the
command-line option "--noautosave". command-line option "--noautosave".
reversesort=yes
This reverses the sorting of the Open and Slideshow dialogs,
placing the newest images at the top of the list.
⚙ Note: If used in a system-wide configuration file, may be
overridden by the user's configuration file using
"reversesort=no" or "noreversesort=yes". In both cases, may be
overridden by the command-line option "--noreversesort".
Data Data
Lockfile Lockfile
@ -1460,6 +1470,7 @@ Joystick
--saveovernew --saveovernew
--nosave --nosave
--autosave --autosave
--reversesort
--lang IDIOMA --lang IDIOMA
--colorfile FICHEIRO --colorfile FICHEIRO
@ -1502,6 +1513,7 @@ Joystick
--saveoverask --saveoverask
--save --save
--noautosave --noautosave
--noreversesort
Estas opcións pódense usar para anular calquera axuste feito no Estas opcións pódense usar para anular calquera axuste feito no
ficheiro de configuración. (Se a opción non está configurada ficheiro de configuración. (Se a opción non está configurada

View file

@ -1747,6 +1747,17 @@
<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>autosave=no</code>" or "<code>noautosave=yes</code>". In both cases, may be overridden by the command-line option "<code>--noautosave</code>". </p> <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>autosave=no</code>" or "<code>noautosave=yes</code>". In both cases, may be overridden by the command-line option "<code>--noautosave</code>". </p>
</dd> </dd>
<dt>
<code><b>reversesort=yes</b></code>
</dt>
<dd>
<p>
This reverses the sorting of the Open and Slideshow dialogs, placing the newest images at the top of the list. </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>reversesort=no</code>" or "<code>noreversesort=yes</code>". In both cases, may be overridden by the command-line option "<code>--noreversesort</code>". </p>
</dd>
</dl> </dl>
</section> </section>
</section> </section>
@ -2329,6 +2340,7 @@
--saveovernew<br> --saveovernew<br>
--nosave<br> --nosave<br>
--autosave<br> --autosave<br>
--reversesort<br>
--lang <i>IDIOMA</i><br> --lang <i>IDIOMA</i><br>
--colorfile <i>FICHEIRO</i><br></b></code> --colorfile <i>FICHEIRO</i><br></b></code>
</dt> </dt>
@ -2374,7 +2386,9 @@
--mouse<br> --mouse<br>
--saveoverask<br> --saveoverask<br>
--save<br> --save<br>
--noautosave<br></b></code> --noautosave<br>
--noreversesort<br>
</b></code>
</dt> </dt>
<dd> <dd>

View file

@ -877,6 +877,15 @@ Windows のユーザー
"noautosave=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "noautosave=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの
"--noautosave" で変更できます。 "--noautosave" で変更できます。
reversesort=yes
This reverses the sorting of the Open and Slideshow dialogs,
placing the newest images at the top of the list.
⚙ 注: システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "reversesort=no" または
"noreversesort=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの
"--noreversesort" で変更できます。
データ データ
ロックファイル ロックファイル
@ -1209,6 +1218,7 @@ Windows のユーザー
--saveovernew --saveovernew
--nosave --nosave
--autosave --autosave
--reversesort
--lang LANGUAGE --lang LANGUAGE
--colorfile FILE --colorfile FILE
@ -1250,6 +1260,7 @@ Windows のユーザー
--saveoverask --saveoverask
--save --save
--noautosave --noautosave
--noreversesort
以上のオプションは、設定ファイルでの設定を上書きするために用いられます。(オプションが設定ファイルで指定されていない場合、設定を上書きしないというオプションが必要です) 以上のオプションは、設定ファイルでの設定を上書きするために用いられます。(オプションが設定ファイルで指定されていない場合、設定を上書きしないというオプションが必要です)

View file

@ -1747,6 +1747,17 @@
<span title="Configuration option">&#9881;</span> <strong>注:</strong> システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "<code>autosave=no</code>" または "<code>noautosave=yes</code>" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "<code>--noautosave</code>" で変更できます。 </p> <span title="Configuration option">&#9881;</span> <strong>注:</strong> システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "<code>autosave=no</code>" または "<code>noautosave=yes</code>" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "<code>--noautosave</code>" で変更できます。 </p>
</dd> </dd>
<dt>
<code><b>reversesort=yes</b></code>
</dt>
<dd>
<p>
This reverses the sorting of the Open and Slideshow dialogs, placing the newest images at the top of the list. </p>
<p class="note">
<span title="Configuration option">&#9881;</span> <strong>注:</strong> システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "<code>reversesort=no</code>" または "<code>noreversesort=yes</code>" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "<code>--noreversesort</code>" で変更できます。 </p>
</dd>
</dl> </dl>
</section> </section>
</section> </section>
@ -2329,6 +2340,7 @@
--saveovernew<br> --saveovernew<br>
--nosave<br> --nosave<br>
--autosave<br> --autosave<br>
--reversesort<br>
--lang <i>LANGUAGE</i><br> --lang <i>LANGUAGE</i><br>
--colorfile <i>FILE</i><br></b></code> --colorfile <i>FILE</i><br></b></code>
</dt> </dt>
@ -2374,7 +2386,9 @@
--mouse<br> --mouse<br>
--saveoverask<br> --saveoverask<br>
--save<br> --save<br>
--noautosave<br></b></code> --noautosave<br>
--noreversesort<br>
</b></code>
</dt> </dt>
<dd> <dd>

View file

@ -157,6 +157,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
.br .br
[\-\-autosave] [\-\-autosave]
.br .br
[\-\-reversesort]
.br
[\-\-colorfile \fIFILE\fP] [\-\-colorfile \fIFILE\fP]
.TP 9 .TP 9
@ -235,6 +237,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
.br .br
[\-\-noautosave] [\-\-noautosave]
.br .br
[\-\-noreversesort]
.br
.TP 9 .TP 9
.B tuxpaint .B tuxpaint
@ -698,6 +702,12 @@ test environment.
The --autosave option prevents Tux Paint from asking whether you want to The --autosave option prevents Tux Paint from asking whether you want to
save the current picture when quitting, and assumes you do. save the current picture when quitting, and assumes you do.
.TP 8
.B \-\-reversesort \-\-noautosave
The --reversesort option causes Tux Paint's Open and Slideshow dialogs to
display the oldest images at the top of the list (normally the newest
appear at the top, and the oldest at the bottom.
.SH OPTIONS - DATA FILES .SH OPTIONS - DATA FILES
.l .l
\fItuxpaint\fP accepts the following options to alter where Tux Paint loads \fItuxpaint\fP accepts the following options to alter where Tux Paint loads

View file

@ -157,6 +157,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
.br .br
[\-\-autosave] [\-\-autosave]
.br .br
[\-\-reversesort]
.br
[\-\-colorfile \fIFILE\fP] [\-\-colorfile \fIFILE\fP]
.TP 9 .TP 9
@ -235,6 +237,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
.br .br
[\-\-noautosave] [\-\-noautosave]
.br .br
[\-\-noreversesort]
.br
.TP 9 .TP 9
.B tuxpaint .B tuxpaint
@ -698,6 +702,12 @@ test environment.
The --autosave option prevents Tux Paint from asking whether you want to The --autosave option prevents Tux Paint from asking whether you want to
save the current picture when quitting, and assumes you do. save the current picture when quitting, and assumes you do.
.TP 8
.B \-\-reversesort \-\-noautosave
The --reversesort option causes Tux Paint's Open and Slideshow dialogs to
display the oldest images at the top of the list (normally the newest
appear at the top, and the oldest at the bottom.
.SH OPTIONS - DATA FILES .SH OPTIONS - DATA FILES
.l .l
\fItuxpaint\fP accepts the following options to alter where Tux Paint loads \fItuxpaint\fP accepts the following options to alter where Tux Paint loads

View file

@ -157,6 +157,8 @@ tuxpaint -- "Tux Paint", un programme simple pour les jeunes enfants.
.br .br
[\-\-autosave] [\-\-autosave]
.br .br
[\-\-reversesort]
.br
[\-\-colorfile \fIFILE\fP] [\-\-colorfile \fIFILE\fP]
.TP 9 .TP 9
@ -235,6 +237,8 @@ tuxpaint -- "Tux Paint", un programme simple pour les jeunes enfants.
.br .br
[\-\-noautosave] [\-\-noautosave]
.br .br
[\-\-noreversesort]
.br
.TP 9 .TP 9
.B tuxpaint .B tuxpaint
@ -726,6 +730,12 @@ est utilisé juste pour le fun, ou dans un environnement de tests.
Cette option --autosave empêche Tux Paint de vous demander si vous voulez Cette option --autosave empêche Tux Paint de vous demander si vous voulez
sauvegarder l'image quand vous quittez, et suppose que vous le faites. sauvegarder l'image quand vous quittez, et suppose que vous le faites.
.TP 8
.B \-\-reversesort \-\-noautosave
The --reversesort option causes Tux Paint's Open and Slideshow dialogs to
display the oldest images at the top of the list (normally the newest
appear at the top, and the oldest at the bottom.
.SH OPTIONS - DATA FILES .SH OPTIONS - DATA FILES
.l .l
\fItuxpaint\fP accepte les options suivantes pour modifier la façon dont \fItuxpaint\fP accepte les options suivantes pour modifier la façon dont

View file

@ -157,6 +157,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
.br .br
[\-\-autosave] [\-\-autosave]
.br .br
[\-\-reversesort]
.br
[\-\-colorfile \fIFICHEIRO\fP] [\-\-colorfile \fIFICHEIRO\fP]
.TP 9 .TP 9
@ -235,6 +237,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
.br .br
[\-\-noautosave] [\-\-noautosave]
.br .br
[\-\-noreversesort]
.br
.TP 9 .TP 9
.B tuxpaint .B tuxpaint
@ -702,6 +706,12 @@ test environment.
The --autosave option prevents Tux Paint from asking whether you want to The --autosave option prevents Tux Paint from asking whether you want to
save the current picture when quitting, and assumes you do. save the current picture when quitting, and assumes you do.
.TP 8
.B \-\-reversesort \-\-noautosave
The --reversesort option causes Tux Paint's Open and Slideshow dialogs to
display the oldest images at the top of the list (normally the newest
appear at the top, and the oldest at the bottom.
.SH OPTIONS - DATA FILES .SH OPTIONS - DATA FILES
.l .l
\fItuxpaint\fP accepts the following options to alter where Tux Paint loads \fItuxpaint\fP accepts the following options to alter where Tux Paint loads

View file

@ -157,6 +157,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
.br .br
[\-\-autosave] [\-\-autosave]
.br .br
[\-\-reversesort]
.br
[\-\-colorfile \fIFILE\fP] [\-\-colorfile \fIFILE\fP]
.TP 9 .TP 9
@ -235,6 +237,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
.br .br
[\-\-noautosave] [\-\-noautosave]
.br .br
[\-\-noreversesort]
.br
.TP 9 .TP 9
.B tuxpaint .B tuxpaint
@ -701,6 +705,12 @@ test environment.
The --autosave option prevents Tux Paint from asking whether you want to The --autosave option prevents Tux Paint from asking whether you want to
save the current picture when quitting, and assumes you do. save the current picture when quitting, and assumes you do.
.TP 8
.B \-\-reversesort \-\-noautosave
The --reversesort option causes Tux Paint's Open and Slideshow dialogs to
display the oldest images at the top of the list (normally the newest
appear at the top, and the oldest at the bottom.
.SH OPTIONS - DATA FILES .SH OPTIONS - DATA FILES
.l .l
\fItuxpaint\fP accepts the following options to alter where Tux Paint loads \fItuxpaint\fP accepts the following options to alter where Tux Paint loads