1 Qt 3.2.3 is a bugfix release. It maintains both forward and backward
2 compatibility (source and binary) with Qt 3.2.2
5 ****************************************************************************
7 ****************************************************************************
12 Work around Solaris, AIX, and HP-UX bug affecting
13 QString::operator=(const QString &) when linking statically.
15 Fix gcc 3.4 compile problems.
18 ****************************************************************************
20 ****************************************************************************
26 Fix memory leak when writing JPEG files.
29 Preserve null and empty strings correctly in setText().
32 Preserve undocumented behavior in 3.1: expand tabs.
35 Don't crash when a factory uses a pointer to a QMimeSource
36 which is owned by another factory.
39 Respect the background color of a movie when loading
40 animations with transparent pixels.
41 Fix color mode if reading 1-bpp images or frames.
44 Fill the complete bounding rect when rendering text with an
48 Fix special case where <nobr>\nfoo had an extra space.
49 Fix line breaking for Latin text.
52 Improve speed of syntax highlighting.
55 Do not grow in height when put inside a normal widget.
58 Wheel events are now only sent to the focus widget if the
59 widget under the mouse doesn't handle the event.
62 Fix operator *(QRegion) when the world matrix is (-1 0 0 1 0 0)
66 Platform-Specific Issues
67 ------------------------
72 Fix resource leak when printing on Windows 9x.
73 Fix crash for Win98 with HP OfficeJet Pro 1150C.
76 Fixed weight problem in setFont().
79 Fix bugs with encoding and separators.
83 Mac OS X 10.3 (Panther) changes:
86 Draw push button text vertically-centered.
89 Make the splash screen centered.
92 Tooltips are displayed in the correct place in Panther.
93 Applications that save and restore their geometry will not
96 General Mac OS X changes:
98 Fix crash on exit problem (e.g. with Qt Designer).
101 Fix mouse release problem when Control is used to emulate
105 Fix problem with popup windows and dual monitors.
108 Improve fixed pitch font handling.
111 Fix crash with empty menus.
112 Make sure that when we show the application menu, the items we
113 merged in from the other popup menu's are properly
115 Fix case where clicking menu bar would stop timers firing.
120 Avoid endless client message loops when replying to
124 Fix crash when using high latin characters with GNU unifont.
125 Fix scale factor for printing (rounding error).
128 Fix an endless loop and a bug in the shape engine for Hangul
129 Jamo. (Affects only ancient Korean texts.)
132 Work around bugs in Xft that cause memory corruption in the
133 postscript printer when downloading certain fonts.
136 Fixed crash when deleting a QSound object while it was
142 Fixed bug when applications connect then disconnect immediately.
143 Added experimental code to handle 1-bpp and 4-bpp displays for
144 big-endian architectures (turned off by default).
147 Make processEvents(ExcludeUserInput) work.
150 Fix font metrics when printing with QPrinter::HighResolution.