1 Qt 3.3.1 is a bugfix release. It maintains both forward and backward
2 compatibility (source and binary) with Qt 3.3.0
5 ****************************************************************************
7 ****************************************************************************
9 Added support for animated cursors on Mac OS X.
14 Fixed SQLite compilation on Solaris.
16 Fixed problem with precompiled headers (PCH) and Platform SDK on
17 Windows by removing winsock2.h dependency.
20 ****************************************************************************
22 ****************************************************************************
27 Fixed drag and drop for modal dialogs.
30 Propagate visibility state correctly to actions added to an
31 invisible actiongroup.
34 Handle both upper and lower case in response headers.
37 Fixed drawing problems that affected very long strings and
38 the handling of trailing spaces.
41 Fixed connectNotify() and disconnectNotify() for some special
45 Avoid calling detach() when setting a null mask on a pixmap.
48 sprintf() again interprets strings, %s, as UTF-8 strings, not
52 Tabbars are now correctly left aligned again.
55 Fixed shift selections after editing.
58 Emits cursorPositionChanged() when cursor position changes
59 when find() has been called.
60 LogText mode: Changing fonts after appending text now
61 recalculates the scrollbars properly.
62 Optimized createPopupMenu().
65 Added missing detach() calls in QVariant::as...() functions
69 setWindowState() fixed for WindowMaximized and
70 WindowFullScreen. showMaximized() and showFullScreen() now
71 work for laid out widgets that have not been explicitly
73 windowOpacity() correctly initialized.
75 Platform-Specific Issues
76 ------------------------
80 Fixed overflow error that sometimes affected the font engine.
81 Fixed font drawing problems for some international versions of Win9x;
82 also improved handling of spaces before Chinese characters.
85 Fixed libraryPaths() to return the correct location of the
86 application executable, independently of whether it has been
87 called before the QApplication constructor or afterwards.
90 Fixed readLink() for special cases.
93 Fixed isFinished() to work correctly.
96 Fixed QWindowsXPStyle drawing flat toggle buttons.
99 Turn off layered painting if window opacity is set back to
100 1.0; making widget redrawing fast again.
104 Fixed crash on exit problem with Qt Designer.
105 Fixed compilation of networking modules for Professional edition.
106 Fixed overflow error that sometimes occurred in the font engine.
107 Fixed modal dialogs and contextMenuRequested() signals.
110 Add separator after the "Abouts".
111 Fixed memory corruption.
114 Improved handling of text and button size.
117 Improved raster operations when using colors.
118 Improved polygon region handling and drawPolyLine().
121 Fixed QAquaStyle to use setWindowOpacity().
122 Fixed QMacStyle drawing of flat toggle buttons.
125 Fixed showFullScreen() to not hide the toolbar.
129 Fixed skipping of certain (bitmap) fonts for Xft2 when building up the
133 Fixed regression with margins and Landscape.
138 Fixed crash bug with transformed driver when using masked
139 pixmaps where width > height.
140 In xForm(), pre-fill the resulting pixmap with a transparent
141 color instead of white.