Updated change log for 4.5.3
[qt-netbsd.git] / dist / changes-4.5.3
blob2b4906dce407347c2e1ef46c8fcfd543af2abe02
1 Qt 4.5.3 is a bug-fix release. It maintains both forward and backward
2 compatibility (source and binary) with Qt 4.5.0.  For more details,
3 refer to the online documentation included in this distribution. The
4 documentation is also available online:
6   http://qt.nokia.com/doc/4.5
8 The Qt version 4.5 series is binary compatible with the 4.4.x series.
9 Applications compiled for 4.4 will continue to run with 4.5.
11 Some of the changes listed in this file include issue tracking numbers
12 corresponding to tasks in the Task Tracker:
14   http://qt.nokia.com/developer/task-tracker
16 Each of these identifiers can be entered in the task tracker to obtain more
17 information about a particular change.
19 ****************************************************************************
20 *                           General                                        *
21 ****************************************************************************
23 General Improvements
24 --------------------
26 - Documentation and Examples
28 Third party components
29 ----------------------
32 ****************************************************************************
33 *                          Library                                         *
34 ****************************************************************************
36 - QDirIterator
37     * [258230] Fixed inconsistencies in value returned from
38       QDirIterator::next().
40 - QDoubleSpinBox
41     * [255019] Fixed a crash when using large value for decimals.
43 - QTemporaryFile
44     * [260165] Fixed a bug where temporary files would be left behind when
45       copying a file to a non-existing directory.
47 ****************************************************************************
48 *                          Database Drivers                                *
49 ****************************************************************************
50 - [QT-353] (ODBC) Fixed issue of forward only datasets failing when not 
51    explicitly set so.
52 - [222678] Fixed QSqlTableModel: trying to delete the wrong row.
53 - (Interbase) Fixed crash when calling numRows on unknown query type.
54 - Fixed several database autotests.
55 - Fixed determination of end of odbc string on deficient driver.
56 - Fixed formatting of date strings in psql driver.
57 - Fixed mysql queries automatically getting prepared. Now have to explicitly
58    prepare them if you want that functionality.
59 - Fixed failure when QSqlTableModel has null fields to update.
60 - Fixed missing isnan/isinf on some platforms (needed for postgres driver)
61 - Fixed ::record for dialect 3 named tables in interbase/firebird.
62 - Fixed invalid length for numeric fields in oracle.
63 - (ODBC) Fixed non-unicode strings should be strings, not bytearrays.
65 ****************************************************************************
66 *                      Platform Specific Changes                           *
67 ****************************************************************************
69 Qt for Linux/X11
70 ----------------
72 - Fixed a bug where an empty KDEDIRS variable would bring /share into the icon
73   search path.
74 - [KDE 191759] Plasma spinning in endless loop.
77 Qt for Windows
78 --------------
81 Qt for Mac OS X
82 ---------------
83 [252088] Drag and drop events will now consider the WA_TransparentForMouseEvents 
84          in Cocoa port.
85 [255428] Fixed an an issue when Calling QWidget::raise() on hidden windows making
86          them visible in Cocoa port.
87 [256269] Window resize events  triggered from QWidget::adjustSize() will now
88          be sent as non-spontaneous event in the Cocoa port.
89 [258822] Fixed a crash when inserting the same menu twice in a menubar in Cocoa port.
91 -        Fixed the wizard background images for Snow Leopard.
92          
94 Qt for Embedded Linux
95 ---------------------
98 Qt for Windows CE
99 -----------------
102 ****************************************************************************
103 *                      Compiler Specific Changes                           *
104 ****************************************************************************
107 ****************************************************************************
108 *                          Tools                                           *
109 ****************************************************************************
111 - Build System
113 - Assistant
116 - Designer
119 - Linguist
120   - Linguist GUI
122   - lupdate
124   - lrelease
127 - rcc
130 - moc
133 - uic
136 - uic3
139 - qmake
142 - configure
145 - qtconfig
148 - qt3to4
151 ****************************************************************************
152 *                          Plugins                                         *
153 ****************************************************************************
156 ****************************************************************************
157 *                   Important Behavior Changes                             *
158 ****************************************************************************