Subject: CVS commit: pkgsrc/graphics
To: None <pkgsrc-changes@NetBSD.org>
From: Mark Davies <markd@netbsd.org>
List: pkgsrc-changes
Date: 12/03/2006 05:07:08
Module Name:	pkgsrc
Committed By:	markd
Date:		Sun Dec  3 05:07:08 UTC 2006

Modified Files:
	pkgsrc/graphics/gwenview: Makefile PLIST distinfo
	pkgsrc/graphics/gwenview-i18n: Makefile PLIST distinfo
Removed Files:
	pkgsrc/graphics/gwenview/patches: patch-aa patch-ab

Log Message:
Update gwenview{,-i18n} to 1.4.1

New features:
* Show preview of images when dragging them.
* Added "back/forward/reload/save as" actions to the KPart context menu

Fixes:
* Load JPEG rotated images using the right rotation directly instead of
  loading them first and rotate them after.
* Fix crash when showing current folder properties from context menu.
* Do not show the name of the current file in the status bar: it's
  already shown in the title bar and it was causing the mainwindow to
  be enlarged if the name was very long.
* Show the "rotate left" button in KParts.
* Use Exiv2 instead of libexif to fix troubles with some JPEG.
* Fix crash when using Gwenview KPart in kwebdesktop.
* Fix content of KPart context menu when viewing remote images.
* Do not let the KPart title get overriden when switching tabs.
* Make context menu behavior coherent with KDE.
* Fix compilation with --enable-final
* Do not loose selection when switching from detail to thumbnail view.
* In KPart, do not loose selection when starting a drag.
* Fixed behavior of the middle-mouse button.
* Unless the user rotated the image, saving from the KPart now does a
  copy of the image instead of recompressing it. This ensures the KPart
  won't fail to save certain files.


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 pkgsrc/graphics/gwenview/Makefile
cvs rdiff -r1.12 -r1.13 pkgsrc/graphics/gwenview/PLIST \
    pkgsrc/graphics/gwenview/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/graphics/gwenview-i18n/Makefile \
    pkgsrc/graphics/gwenview-i18n/PLIST \
    pkgsrc/graphics/gwenview-i18n/distinfo
cvs rdiff -r1.1 -r0 pkgsrc/graphics/gwenview/patches/patch-aa \
    pkgsrc/graphics/gwenview/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.