<h2>
GQview patches
</h2>
<h3>
Description
</h3>
<p>
This is a series of patches for <a href=
"http://gqview.sourceforge.net">GQview</a>;. They add a number of
features to the program:
</p>
<ul>
<li>autolevel.
</li>
<li>exif display enhancements.
</li>
<li>gamma corrections.
</li>
<li>histogram display.
</li>
<li>image info dialog enhancements.
</li>
<li>option to keep scroll position when switching between images.
</li>
<li>fullscreen mode honors selection.
</li>
<li>image ratings
</li>
<li>simple undo
</li>
</ul>
<h3>
Future
</h3>
<p>
I expect to slowly merge these patches with the gqview mainline,
when they are ready.
</p>
<p>
I might add a few functions, like the image comparision i liked
at iviewmedia (too bad microsoft bought it), and IPTC support. I
might even extend the exif support and try to clean up the raw
file and exif support.
</p>
<h3>
History
</h3>
<p>
The <b>February 24 2007</b> version fixes the multi screen
problem of the histogram patch, brings exif diaplay and image
info dialog enhancements, and adds the gamma, autolevel and undo
patches.
</p>
<p>
The <b>February 19 2007</b> version (<a href=
"{ufunc_media_file_1043}">gqview-2.1.5-uwe</a>) of this patch
applies to gqview-2.1.5 (i finally noted that gqview development
continues). The pentax raw support patch was dropped, as
gqview-2.1.5 already supports it. The scroll position keeping,
fullscreen selection and image rating patches are new. The
histogram patch now handles not completely loaded images much
better now.
</p>
<p>
The <b>November 2006</b> <a href=
"http://www.ohse.de/uwe/patches [verkürzt] diff">version</a>;
for gqview-2.1.1 unified the pentax and histogram patches, and
fixed a bug in the histogram code.
</p>
<p>
The <b>September 2006</b> version started this patch set with the
<a href=
"http://www.ohse.de/uwe/patches/gqview-2.1.1-k100d.patch">Pentax
K100D support</a> and <a href=
"http://www.ohse.de/uwe/patches/gqview-2.1.1-histogramm.patch">Histogram
support</a>.
</p>
<h3>
The patches
</h3>
<div>
{ufunc patchseries project="gqview" desc_alltogether="All patches
as of that date, rolled together"} {/ufunc patchseries}
</div>
<h3>
How to use this patches
</h3>
<ul>
<li>Download gqview-2.1.5.tar.gz through the <a href=
"http://gqview.sourceforge.net/">GQview homepage</a>. This is
quite fast as soon as you get through the usual sourceforge
garbage.
</li>
<li>Download the patch you want to apply, and all it's
dependencies.
</li>
<li>cd ~/work/
</li>
<li>tar xzf /where/ever/gqview-2.1.5.tar.gz
</li>
<li>cd gqview-2.1.5.tar.gz
</li>
<li>cat or zcat /where/ever/gqview-2.1.5-SOMETHING | patch -p1
</li>
<li>Repeat the last step for all patches you want to apply, in
the correct order.
</li>
<li>./configure
</li>
<li>make
</li>
<li>sudo make install
</li>
</ul>