[863] | 1 | Qt 4.7.3 is a bug-fix release. It maintains both forward and backward
|
---|
| 2 | compatibility (source and binary) with Qt 4.7.0. For more details,
|
---|
| 3 | refer to the online documentation included in this distribution. The
|
---|
| 4 | documentation is also available online:
|
---|
| 5 |
|
---|
| 6 | http://qt.nokia.com/doc/4.7
|
---|
| 7 |
|
---|
| 8 | The Qt version 4.7 series is binary compatible with the 4.6.x series.
|
---|
| 9 | Applications compiled for 4.6 will continue to run with 4.7.
|
---|
| 10 |
|
---|
| 11 | Some of the changes listed in this file include issue tracking numbers
|
---|
| 12 | corresponding to tasks in the Qt Bug Tracker or the Merge Request queue
|
---|
| 13 | of the public source repository.
|
---|
| 14 |
|
---|
| 15 | Qt Bug Tracker: http://bugreports.qt.nokia.com
|
---|
| 16 | Merge Request: http://qt.gitorious.org
|
---|
| 17 |
|
---|
| 18 | ****************************************************************************
|
---|
| 19 | * Library *
|
---|
| 20 | ****************************************************************************
|
---|
| 21 |
|
---|
| 22 | QtNetwork
|
---|
| 23 | ---------
|
---|
| 24 |
|
---|
| 25 | - SSL
|
---|
| 26 | * [QTBUG-18338] blacklist fraudulent SSL certificates
|
---|
| 27 |
|
---|
| 28 | ****************************************************************************
|
---|
| 29 | * Platform Specific Changes *
|
---|
| 30 | ****************************************************************************
|
---|
| 31 |
|
---|
| 32 | Qt for Symbian
|
---|
| 33 | --------------
|
---|
| 34 |
|
---|
| 35 | - Bearer Management
|
---|
| 36 | * [QTBUG-15108] Deadlock between SymbianEngine mutex and
|
---|
| 37 | QNetworkConfigurationPrivate mutex in the symbian bearer code
|
---|
| 38 | * [QTBUG-17627] qnetworksession.h Q_DECLARE_METATYPE breaks building
|
---|
| 39 | QtMobility QtBearer depending applications
|
---|
| 40 |
|
---|
| 41 | - GraphicsView
|
---|
| 42 | * [QTBUG-17966] Major regression in QGraphicsView OpenVG backend
|
---|
| 43 |
|
---|
| 44 | - Declarative
|
---|
| 45 | * [QTBUG-17503] Export qml debugging symbols on Symbian
|
---|
| 46 |
|
---|
| 47 | - Widgets
|
---|
| 48 | * [QTBUG-17786] BC between Qt 4.7.3 and 4.6.3 QTreeView::indexRowSizeHint
|
---|
| 49 | doesn't return correct value on Symbian for row when QPushButton widget is
|
---|
| 50 | inserted in the treeview
|
---|
| 51 | * [QTBUG-4953] QMessageBox can not be closed/dismissed on touch phones if any
|
---|
| 52 | widget is fullscreen
|
---|
| 53 |
|
---|
| 54 | - Painting
|
---|
| 55 | * [QTBUG-17907] tst_QGraphicsTransform::rotation3d test case from
|
---|
| 56 | tests/auto/qgraphicstransfor is failed for some rotation angle on
|
---|
| 57 | Symbian^3 devices
|
---|
| 58 | * [QTBUG-18154] Symbian's QPixmap::logicalDpi[X\Y]() incorrectly
|
---|
| 59 | returns MAXINT
|
---|