diff options
author | markd <markd@pkgsrc.org> | 2007-10-20 10:48:30 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2007-10-20 10:48:30 +0000 |
commit | 6020752e6531a28321d9f746f75cf349ed770677 (patch) | |
tree | 2127f57d10d283ea3bf6cca6d747e2036d8a220b /graphics/kdegraphics3/Makefile | |
parent | d6d2f19128726319af36381e8702d7b8bc720b4f (diff) | |
download | pkgsrc-6020752e6531a28321d9f746f75cf349ed770677.tar.gz |
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.
Diffstat (limited to 'graphics/kdegraphics3/Makefile')
-rw-r--r-- | graphics/kdegraphics3/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/kdegraphics3/Makefile b/graphics/kdegraphics3/Makefile index f31ec21fb79..78cb86ba3ed 100644 --- a/graphics/kdegraphics3/Makefile +++ b/graphics/kdegraphics3/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.73 2007/09/21 13:03:50 wiz Exp $ +# $NetBSD: Makefile,v 1.74 2007/10/20 10:48:30 markd Exp $ DISTNAME= kdegraphics-${_KDE_VERSION} -PKGREVISION= 2 CATEGORIES= graphics COMMENT= Graphics programs for the KDE integrated X11 desktop -PATCH_SITES= ftp://ftp.kde.org/pub/kde/security_patches/ -PATCHFILES= post-3.5.7-kdegraphics-CVE-2007-3387.diff +# PATCH_SITES= ftp://ftp.kde.org/pub/kde/security_patches/ +# PATCHFILES= post-3.5.7-kdegraphics-CVE-2007-3387.diff .include "../../meta-pkgs/kde3/Makefile.kde3" |