diff options
author | Timo Turunen <timo.p.turunen@nokia.com> | 2011-03-22 13:21:10 (GMT) |
---|---|---|
committer | Timo Turunen <timo.p.turunen@nokia.com> | 2011-03-23 12:41:44 (GMT) |
commit | 7f76be56573f47fc163fa5556061a890cf0c338f (patch) | |
tree | c258d753adf29e2195aa5786feaa616df2e496f0 | |
parent | a92f15eaae6981bf420477e4736f169b4224a6c4 (diff) | |
download | Qt-7f76be56573f47fc163fa5556061a890cf0c338f.zip Qt-7f76be56573f47fc163fa5556061a890cf0c338f.tar.gz Qt-7f76be56573f47fc163fa5556061a890cf0c338f.tar.bz2 |
Changes for 4.7.3
Reviewed-by: Trust Me
(cherry picked from commit 5054d7ecdb3bd3fc1c5bf77a99b1675c26ba9795)
-rw-r--r-- | dist/changes-4.7.3 | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/dist/changes-4.7.3 b/dist/changes-4.7.3 index e69de29..fa8a71e 100644 --- a/dist/changes-4.7.3 +++ b/dist/changes-4.7.3 @@ -0,0 +1,47 @@ +Qt 4.7.3 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 4.7.0. For more details, +refer to the online documentation included in this distribution. The +documentation is also available online: + +http://qt.nokia.com/doc/4.7 + +The Qt version 4.7 series is binary compatible with the 4.6.x series. +Applications compiled for 4.6 will continue to run with 4.7. + +Some of the changes listed in this file include issue tracking numbers +corresponding to tasks in the Qt Bug Tracker or the Merge Request queue +of the public source repository. + +Qt Bug Tracker: http://bugreports.qt.nokia.com +Merge Request: http://qt.gitorious.org + +**************************************************************************** +* Platform Specific Changes * +**************************************************************************** + +Qt for Symbian +-------------- + +- Bearer Management +* [QTBUG-15108] Deadlock between SymbianEngine mutex and +QNetworkConfigurationPrivate mutex in the symbian bearer code +* [QTBUG-17627] qnetworksession.h Q_DECLARE_METATYPE breaks building +QtMobility QtBearer depending applications + +- GraphicsView +* [QTBUG-17966] Major regression in QGraphicsView OpenVG backend + +- Declarative +* [QTBUG-17503] Export qml debugging symbols on Symbian + +- Widgets +* [QTBUG-17786] BC between Qt 4.7.3 and 4.6.3 QTreeView::indexRowSizeHint +doesn't return correct value on Symbian for row when QPushButton widget is +inserted in the treeview + +- Painting +* [QTBUG-17907] tst_QGraphicsTransform::rotation3d test case from +tests/auto/qgraphicstransfor is failed for some rotation angle on +Symbian^3 devices +* [QTBUG-18154] Symbian's QPixmap::logicalDpi[X\Y]() incorrectly +returns MAXINT |