pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/40555 CVS commit: pkgsrc/graphics/qiv



The following reply was made to PR pkg/40555; it has been noted by GNATS.

From: Soren Jacobsen <snj%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/40555 CVS commit: pkgsrc/graphics/qiv
Date: Sun, 7 Feb 2010 19:30:35 +0000

 Module Name:   pkgsrc
 Committed By:  snj
 Date:          Sun Feb  7 19:30:35 UTC 2010
 
 Modified Files:
        pkgsrc/graphics/qiv: Makefile PLIST distinfo
        pkgsrc/graphics/qiv/patches: patch-aa
 
 Log Message:
 Update to 2.2.3.  Another gtk1 user bites the dust.  Changes:
 
 2.2.3
 =====
 
     add 'Q' icon in qiv-window
     bring back scrollwheel functionality
       Zoom in/out with left/right scroll and forward/back buttons
     change loading of images from imlib2_loader to pixbuf_loader. Adds
       support for additional file types, e.g., pcx, ico, svg, wmf and
       better handling of transparency.
     use gdk_pixbuf to autorotate with EXIF tags instead of libexif.
     Resetting the image (pressing return) no longer destroys "transparency
       checkboard"
     Fix compilation issues with unusual linker defaults.  Update solaris
       Makefile.
     new option to start with default rotation
 
 2.2.2
 =====
 
     fix -x (root window needs colormap)
     patch pango code to avoid garbled output of F1
     fix wrong image size after autorotating
 
 2.2.1
 =====
 
     recognize changed files, using --slideshow and --watch
     sanitize infotextdisplay
     check EXIF tags only after successful file loading
     shuffle now implies not to sort filenames
     fix autorotate with EXIF-tag
     avoid crash calling qiv -x without argument
     fix behaviour of "recursivedir" switch
     added note in README and qiv.h explaining a problem of includes with
       imlib2 up to v1.2
     migrated notes in README from imlib1 to imlib2
     migrated gdk_draw_text() to gdk_draw_layout(), fixing wrong display of
       utf-8 filenames
 
 2.2
 ===
 
     migration from imlib1 to imlib2
 
 2.1
 ===
 
     removed obsoleted GDK_WA_WMCLASS
       see 
http://library.gnome.org/devel/gdk/2.11/gdk-Windows.html#GdkWindowAttr
       and 
http://developer.gimp.org/api/2.0/gtk/GtkWindow.html#gtk-window-set-wmclass
     added patch from Debian gtk_includes.diff, closes: #456854
     added patch from Debian cmdbuflen.diff, closes: #441401
     added patch from Debian man_xscreensaver.diff
     remove xscreensaver left overs from Makefiles
     added autorotate patch (using libexif)
     display initial autorotation in status bar, option "autorotate"
     patch to detect image types using libmagic
     added GDK_ENTER_NOTIFY_MASK|GDK_LEAVE_NOTIFY_MASK in image.c
     removed TGA and XBM because not supported by imlib anymore
     exit on unmapped mouse events
     browse option -B, useful when launching qiv from a file manager
     patch to prevent segfault on amd64
     avoid wrapper, include "XLIB_SKIP_ARGB_VISUALS=1" in main.c
     include README and README.TODO in debian package
     README.TODO: fvwm style setting has to be for "therealqiv"
     include Debian changes and package files:
       renamed README.CHANGES to Changelog
       added patch hide_therealqiv (for Debian Bug #326849)
       added patch xmalloc (Debian Bug #383113)
       added patch qiv-manpage-options (Debian Bug #383108)
       don't recurse directories given on command line (better: use -u)
       NOT added: no_background_opts (can't reproduce Debian Bug #351816)
       added patch qiv-nosort
       patch to reset bright/contrast/gamma hitting "o" (2006-06-29)
     more comments and examples in qiv-command
     option -X to set preferred xinerama screen
     key "X" cycles through available xinerama screens
     after 'X' window moves to the new screen right away
     prefix "^" instead "0" for extended call of qiv-command
     workaround-patch by Bart Martens
     for problem with X composite extension
     try keep image on the screen after zooming/rotating
     fixed centering=off behaviour in fullscreen mode
     fixed "magnifying glass" windowsize bug
     fixed compiler warnings "differ in signedness"
     fixed compiler warning "missing sentinel in function call"
     bugfix: statusbar is redrawn after size changes and moves
     "magnifying glass" patch (not perfect yet)
     call of qiv-command with "0"-prefixed option
     Added Patch by Christoph Wegscheider <cw%wegi.net@localhost> (new QIV 
Debian maintainer).
     Now all free Keys can be used by qiv-command
     Another Xinerama bugfix (statusbar: now displayed on the smaller screen if 
two are used)
     new qiv-command feature:
       if first output line is like "NEWNAME=xxxxxxx"
       then qiv understands that the filename of the currently
       displayed image has changed to this new name
       (very useful when using qiv-command to rename files)
     fix image position when zooming to avoid wild jumps
     delete files from list if they cannot be loaded
     display text popup after qiv-command not only in fullscreen mode
     qiv_display_text_window: adjust minimum width of box
     after qiv-command also check file size and ctime
     avoid file overwrites in .qiv-select (NEEDS IMPROVING)
     updated and added more examples to qiv-command
    added small patch by Nick Clifton, setting WM_CLASS name to "qiv"
      (attr.wmclass_name).
    changed a-key/copy to real copy (no links anymore)
    patch-bugfix by Christian Lademann
    adden patch by Christian Lademann
      now slideshow (-s) can also be combine with -x/y/z
    added -F Patch by Martin Fiedler
      now stdin can also be used..
    Xinerama bugfix
    small changes in delete-command
 
 Closes PR pkg/40555.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.24 -r1.25 pkgsrc/graphics/qiv/Makefile
 cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/qiv/PLIST
 cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/qiv/distinfo
 cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/qiv/patches/patch-aa
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index