Skip to content

Releases: phillipberndt/pqiv

pqiv-2.3.2

22 Mar 12:59
Compare
Choose a tag to compare

This is the release of pqiv 2.3.2, a minor release that resolves a possible deadlock issue in the fix from 2.3.1.

pqiv-2.3.1

17 Mar 15:24
Compare
Choose a tag to compare

This is the release of pqiv 2.3.1, a minor release that fixes a bug that led to a segmentation fault if all images from the command line are deleted (or can't be loaded) while pqiv is still open.

pqiv-2.3

05 Feb 07:24
Compare
Choose a tag to compare

This is the release of pqiv 2.3

Changes in pqiv 2.3

  • Refactored an abstraction layer around the image backend
  • Added optional support for PDF-files through
    poppler
  • Added optional support for PS-files through
    libspectre
  • Added optional support for more image formats through
    ImageMagick's MagickWand
  • Support for gtk+ 3.14
  • configure/Makefile updated to support (Free-)BSD
  • Added ctrl + space/backspace hotkey for jumping to the next/previous directory
  • Improved pqiv's reaction if a file is removed
  • gtk 3.16 deprecates gdk_cursor_new, replaced by a different function
  • Shuffle mode is now toggleable at run-time (using Ctrl-R)

Binary versions of the current development versions for Windows and Linux are
available here: http://page.mi.fu-berlin.de/pberndt/pqiv-builds/

pqiv-2.2

18 Jun 14:51
Compare
Choose a tag to compare

This is the release of pqiv 2.2

Changes in pqiv 2.2

  • Accept URLs as command line arguments
  • Revived -r for reading additional files from stdin (by J.P. Reed)
  • Display the help message if invoked without parameters (by J.P. Reed)
  • Accept floating point slideshow intervals on the command line
  • Update the info box with the current numbers if (new) images are (un)loaded
  • Added --max-depth=n to limit how deep directories are searched
  • Added --browse to load, in addition to images from the command line, also
    all other images from the containing directories

The system requirements did not change, automated builds should work without any modifications.

With this release, I'll also release statically linked binary versions of pqiv for Windows and Linux, for 64 bit only. The windows version was built using mxe, the Linux version was built using this build script. Binary releases are experimental and might not be provided for future releases.

pqiv-2.1.1

06 Jan 14:25
Compare
Choose a tag to compare

This is the release of pqiv 2.1.1.

Changes in pqiv 2.1.1

  • Bugfix: Fixed handling of non-image command line arguments

pqiv-2.1

09 Dec 08:19
Compare
Choose a tag to compare

This is the release of pqiv 2.1

Changes in pqiv 2.1

  • Support for watching directories for new files
  • Downstream Makefile fix: Included LDFLAGS (from Gentoo package, by Tim
    Harder), updated for clean builds on OpenBSD (by jca[at]wxcvbn[dot]org,
    reported by github user @clod89)
  • Also included CPPFLAGS, for completeness
  • Renamed '.qiv-select' directory to '.pqiv-select'
  • Added a certain level of autoconf compatibility to the configure script, for
    automated building
  • gtk 3.10 stock icon deprecation issue fixed
  • Reimplemented fading between images
  • Display the last image while the current image has not been loaded
  • Gave users the option to abort the loading of huge images
  • Respect --shuffle and --sort with --watch-directories, i.e. insert keeping
    order, not always at the end
  • New option --lazy-load to display the main window while still traversing
    paths, searching for images
  • New option --low-memory to disable memory hungry features
  • Detect nested symlinks without preventing users from loading the same image
    multiple times
  • Improved cross-compilation support with mingw64

System requirements

  • gtk+ 3.0 or gtk+ 2.8
  • gdk-pixbuf 2.2 (included in gtk+)
  • glib 2.8
  • cairo 1.6
  • gio 2.0
  • gdk 2.8

pqiv-2.0

03 Sep 14:17
Compare
Choose a tag to compare

This is the first release of pqiv 2.0

Description

This is a complete GTK 3.0 rewrite, backwards compatible to GTK 2.0. It
uses Cairo for drawing and is therefore much faster. Other features
include preloading of images for faster image switching. Furthermore, I
make much better use of GTK's event system, resulting in improved
compatibility.

The rewrite has been tested for over three months now and is considered stable.
It runs smoothly in Mutter, Muffin, i3, xfwm and Mingw32.

This rewrite is not entirely backwards compatible, some of the command line
switches and configuration switches are gone. Therefore the major
version jump.

Changes in pqiv 2.0

  • Fixed mingw32 builds
  • Double check for correct window size after startuo in window mode (As a compromise: Might cause flickering but assures that the window ends up with the correct size)
  • Improved handling of the loading of big images

pqiv-2.0-rc2

03 Jul 08:05
Compare
Choose a tag to compare
pqiv-2.0-rc2 Pre-release
Pre-release

This is the second release candidate for pqiv 2.0.

Description

This is a complete GTK 3.0 rewrite, backwards compatible to GTK 2.0. It
uses Cairo for drawing and is therefore much faster. Other features
include preloading of images for faster image switching. Furthermore, I
make much better use of GTK's event system, resulting in improved
compatibility.

The rewrite has now reached a quite stable state. It runs smoothly in
Mutter, Muffin, i3, xfwm and Mingw32. I will therefore stop using the
development branch and begin versioned releases. Please help test this
version and report bugs!

This rewrite is not entirely backwards compatible, especially the
configuration file format has changed and some of the command line
switches and configuration switches are gone. Therefore the major
version jump.

I plan to release a stable version in a few weeks.

Changes in rc2

  • Fixed --hide-info-box parameter
  • Fixed fullscreen mode in KDE and WM-less X11
  • More intuitive behavior of no-scaling mode (See ed58a47)
  • Fixed two allocation errors with command line processing
  • Restored full support for the old configuration file format
  • Fixed image piping code for MingW32

pqiv-1.0

03 Jul 07:55
Compare
Choose a tag to compare

This will be the final release in the GTK 2 series. The upcoming version
is a complete rewrite from scratch based on GTK 3 (backwards compatible
with GTK 2) and Cairo, with several improvements and better
compatibility. A developer preview is available in the rewrite branch
at github.