Skip to content

Commit

Permalink
Prepare for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
caclark committed Sep 21, 2024
1 parent 6cc6b17 commit 33f2750
Show file tree
Hide file tree
Showing 42 changed files with 80,447 additions and 69,458 deletions.
16 changes: 5 additions & 11 deletions doc/docbook/CommandLineOptions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<refmeta>
<refentrytitle>GEEQIE</refentrytitle>
<manvolnum>1</manvolnum>
<refmiscinfo class='source'>April 2024</refmiscinfo>
<refmiscinfo class='manual'>Geeqie 2.4+git20240413-fc816858 GTK3</refmiscinfo>
<refmiscinfo class='source'>September 2024</refmiscinfo>
<refmiscinfo class='manual'>Geeqie 2.4+git20240921-6cc6b171 GTK3</refmiscinfo>
</refmeta>
<refnamediv>
<refname>Geeqie</refname>
Expand All @@ -30,7 +30,7 @@ zooming, panning, thumbnails and sorting images into collections.</para>

<para>Generated for version:</para>

<para>Geeqie 2.4+git20240413-fc816858</para>
<para>Geeqie 2.4+git20240921-6cc6b171</para>

<refsect2 id='valid_options'><title>Valid options:</title>
<variablelist remap='TP'>
Expand Down Expand Up @@ -90,12 +90,6 @@ zooming, panning, thumbnails and sorting images into collections.</para>
<term><emphasis role='strong' remap='B'>-r</emphasis>, <emphasis role='strong' remap='B'>--remote</emphasis></term>
<listitem>
<para>send following commands to open window</para>
</listitem>
</varlistentry>
<varlistentry>
<term><emphasis role='strong' remap='B'>--remote-help</emphasis></term>
<listitem>
<para>print remote command list</para>
</listitem>
</varlistentry>
<varlistentry>
Expand Down Expand Up @@ -129,7 +123,7 @@ zooming, panning, thumbnails and sorting images into collections.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><emphasis role='strong' remap='B'>--debug</emphasis>[=<emphasis remap='I'>level</emphasis>]</term>
<term><emphasis role='strong' remap='B'>--debug</emphasis>=<emphasis remap='I'>[level]</emphasis></term>
<listitem>
<para>turn on debug output</para>
</listitem>
Expand Down Expand Up @@ -224,7 +218,7 @@ can be used to modify this behavior on an individual basis e.g.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><emphasis role='strong' remap='B'>-d</emphasis> <emphasis role='strong' remap='B'>--delay=</emphasis>&lt;[H=][M=][N][.M]&gt;</term>
<term><emphasis role='strong' remap='B'>-d</emphasis> <emphasis role='strong' remap='B'>--delay=</emphasis>&lt;[H:][M:][N][.M]&gt;</term>
<listitem>
<para>set slide show delay to Hrs Mins N.M seconds</para>
</listitem>
Expand Down
11 changes: 4 additions & 7 deletions geeqie.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH GEEQIE "1" "April 2024" "Geeqie 2.4+git20240413-fc816858 GTK3" "User Commands"
.TH GEEQIE "1" "September 2024" "Geeqie 2.4+git20240921-6cc6b171 GTK3" "User Commands"
.SH NAME
Geeqie - GTK based multiformat image viewer
.SH SYNOPSIS
Expand All @@ -11,7 +11,7 @@ zooming, panning, thumbnails and sorting images into collections.

Generated for version:
.PP
Geeqie 2.4+git20240413\-fc816858
Geeqie 2.4+git20240921\-6cc6b171
.SS "Valid options:"
.TP
\fB\-\-blank\fR
Expand Down Expand Up @@ -43,9 +43,6 @@ save log data to file
\fB\-r\fR, \fB\-\-remote\fR
send following commands to open window
.TP
\fB\-\-remote\-help\fR
print remote command list
.TP
\fB\-s\fR, \fB\-\-slideshow\fR
start in slideshow mode
.TP
Expand All @@ -61,7 +58,7 @@ print version info
\fB\-w\fR, \fB\-\-show\-log\-window\fR
show log window
.TP
\fB\-\-debug\fR[=\fI\,level\/\fR]
\fB\-\-debug\fR=\fI\,[level]\/\fR
turn on debug output
.TP
\fB\-g\fR, \fB\-\-grep=\fR<regexp>
Expand Down Expand Up @@ -110,7 +107,7 @@ clean or clear shared thumbnail cache
\fB\-\-cache\-thumbs\fR=\fI\,clean\/\fR|clear
clean or clear thumbnail cache
.TP
\fB\-d\fR \fB\-\-delay=\fR<[H=][M=][N][.M]>
\fB\-d\fR \fB\-\-delay=\fR<[H:][M:][N][.M]>
set slide show delay to Hrs Mins N.M seconds
.TP
\fB\-\-first\fR
Expand Down
2 changes: 1 addition & 1 deletion org.geeqie.Geeqie.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</screenshot>
</screenshots>
<releases>
<release version="v2.4" date="2024-03-23" />
<release version="v2.5" date="2024-09-21" />
</releases>
<keywords>
<keyword>image</keyword>
Expand Down
3 changes: 3 additions & 0 deletions po/POTFILES
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ src/exiv2.cc
src/filecache.cc
src/filedata.cc
src/filedata/filedata.cc
src/filedata/filelist.cc
src/filefilter.cc
src/format-canon.cc
src/format-fuji.cc
Expand Down Expand Up @@ -111,6 +112,8 @@ src/secure-save.cc
src/shortcuts.cc
src/similar.cc
src/slideshow.cc
src/tests/filedata/filedata.cc
src/tests/filedata/filelist.cc
src/tests/pixbuf-util.cc
src/third-party/whereami.cc
src/third-party/zonedetect.cc
Expand Down
Loading

0 comments on commit 33f2750

Please sign in to comment.