Subject: CVS commit: pkgsrc/graphics/kdegraphics3
To: None <pkgsrc-changes@NetBSD.org>
From: Mark Davies <markd@netbsd.org>
List: pkgsrc-changes
Date: 10/20/2007 10:48:31
Module Name:	pkgsrc
Committed By:	markd
Date:		Sat Oct 20 10:48:31 UTC 2007

Modified Files:
	pkgsrc/graphics/kdegraphics3: Makefile distinfo

Log Message:
Update to KDE 3.5.8

SVG thumbnailer
* Fix problem with with "#" in foldername on svg-files.
KPDF
* Add a slotTogglePresentation() DCOP method to toggle the presentation
  mode.
* Improve handling of page sizes when printing.
* Do not crash when leaving the presentation mode.
* Do no print the boxes around links.
* Reset the title of the KPDF window correctly when reloading a document.
* Take into account the accessibility settings when drawing an empty
  page waiting for the real page to be rendered.
* Security fix for CVE-2007-3387.
* Correctly open documents in paths with special characters (like #).
* Save the case sensitivity setting of the Find dialog during each session.
* Don't crash when we don't have a CTU.
* Correctly take into account the margins when printing.
* Properly pass the standard accelerators to the presentation mode, and
  make the presentation mode able to handle those.
* Provide horizontal scrollbar in table of contents sidebar instead of
  cropping the entries.
* Increase time between accessing /proc/memory to check available memory.
libkscan
* Correctly retrieve the x/y scan resolution and store it into the
  scanned image.
KolourPaint
* Always enable the paste actions to guarantee that pasting from non-Qt
  applications is always allowed (non-Qt applications do not notify
  KolourPaint when they place objects into the clipboard).
* Paste transparent pixels as white instead of uninitialized colors,
  when the app does not support pasting transparent pixels (such as
  OpenOffice.org).
* Make "Edit / Paste in New Window" always paste white pixels as white
  (it used to paste them as transparent when the selection transparency
  mode was set to Transparent).
* Saving, exporting and printing a document with an active text box,
  that has opaque text and a transparent background, antialiases the text
  with the document below.


To generate a diff of this commit:
cvs rdiff -r1.73 -r1.74 pkgsrc/graphics/kdegraphics3/Makefile
cvs rdiff -r1.46 -r1.47 pkgsrc/graphics/kdegraphics3/distinfo

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