diff options
author | markd <markd@pkgsrc.org> | 2004-04-29 12:53:05 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-04-29 12:53:05 +0000 |
commit | a6423126bcfb66c3b7b0216a3116ebed0acf2065 (patch) | |
tree | b95a47556d8672ae3bd3c34aa30fa9d5e0c48864 /x11/qt3 | |
parent | fd9322640f9bbb3247b6110c8fb884587a9811da (diff) | |
download | pkgsrc-a6423126bcfb66c3b7b0216a3116ebed0acf2065.tar.gz |
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).
Diffstat (limited to 'x11/qt3')
-rw-r--r-- | x11/qt3/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt3/Makefile.common b/x11/qt3/Makefile.common index d7bf27c7ce2..c75b18703a3 100644 --- a/x11/qt3/Makefile.common +++ b/x11/qt3/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.13 2004/04/16 14:30:44 recht Exp $ +# $NetBSD: Makefile.common,v 1.14 2004/04/29 12:53:05 markd Exp $ # -QTVERSION= 3.3.1 +QTVERSION= 3.3.2 MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.trolltech.com/products/qt.html |