Subject: CVS commit: pkgsrc/x11
To: None <pkgsrc-changes@NetBSD.org>
From: Mark Davies <markd@netbsd.org>
List: pkgsrc-changes
Date: 04/29/2004 12:53:05
Module Name:	pkgsrc
Committed By:	markd
Date:		Thu Apr 29 12:53:05 UTC 2004

Modified Files:
	pkgsrc/x11/qt3: Makefile.common
	pkgsrc/x11/qt3-libs: distinfo
Removed Files:
	pkgsrc/x11/qt3-libs/patches: patch-af

Log Message:
Update to qt3 3.3.2.

Qt 3.3.2 is a bugfix release. It maintains both forward and backward
compatibility (source and binary) with Qt 3.3.1 and Qt 3.3.0.

X11 specific fixes:

Fixed crash bug when using X Input Method Chinput.

- Drag and Drop
        Ignores accelerator events when dragging.

- QClipboard
        Fixed bug where data()->format() would return the wrong value.
        Fixed potential crashes with regards to iterators.

- QFont
        Avoids badly scaled fonts, and prefers exact matches.
        Made sure symbol fonts get loaded correctly.
        Made it possible to load Latin fonts that do not contain the
        Euro symbol.
        Fixed glyph width bug observed with some Khmer fonts.
        Fixed crash with misconfigured Xft.
        Fixed problem with font selection for Xft2 when having Latin
        text with non-Latin locale.
        Respects custom dpi settings for Xft.
        Does not use Xft if we have FreeType1 but no XRender.
        Fixed memory leak in the font engine when drawing transformed
        fonts.

- QGL
        Fixed crash when rendering text in GL widgets.

- QLocale
        Tru64: Fixed crash when INFINITY is compared to another double.
        Tru64: Uses DBL_INFINITY for Compaq C++ compiler.

- QMimeSource
        Does not re-enter the event loop in provides().

- QPainter
        Fixed rendering of anti-aliased text on non-XRender enabled
        displays.

- QPrinter
        Fixed setFromTo().
        Fixed printing of Arabic text with XLFD fonts.

- QTextEdit
        Fixed bug with extremely long lines.

- QThread
        Fixed bug that made program require superuser privileges on
        some Linux machines.

- QWidget
        Fixed showFullScreen() and showMaximized() for window managers
        that do not support extended window manager hints (EWMH).


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 pkgsrc/x11/qt3/Makefile.common
cvs rdiff -r1.18 -r1.19 pkgsrc/x11/qt3-libs/distinfo
cvs rdiff -r1.1 -r0 pkgsrc/x11/qt3-libs/patches/patch-af

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