| [767] | 1 | Qt 4.6.3 is a bug-fix release. It maintains both forward and backward
|
|---|
| 2 | compatibility (source and binary) with Qt 4.6.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.6
|
|---|
| 7 |
|
|---|
| 8 | The Qt version 4.6 series is binary compatible with the 4.5.x series.
|
|---|
| 9 | Applications compiled for 4.5 will continue to run with 4.6.
|
|---|
| 10 |
|
|---|
| 11 | Some of the changes listed in this file include issue tracking numbers
|
|---|
| 12 | corresponding to tasks in the Qt Bug Tracker, the (now obsolete) Task
|
|---|
| 13 | Tracker, or the Merge Request queue of the public source repository.
|
|---|
| 14 |
|
|---|
| 15 | Qt Bug Tracker: http://bugreports.qt.nokia.com
|
|---|
| 16 | Task Tracker: http://qt.nokia.com/developer/task-tracker
|
|---|
| 17 | Merge Request: http://qt.gitorious.org
|
|---|
| 18 |
|
|---|
| 19 | ****************************************************************************
|
|---|
| 20 | * General *
|
|---|
| 21 | ****************************************************************************
|
|---|
| 22 |
|
|---|
| 23 | Examples and Demos
|
|---|
| 24 | ------------------
|
|---|
| 25 |
|
|---|
| 26 | - Added Spectrum analyzer demo application.
|
|---|
| 27 | - Added exit softkey to Wiggly example.
|
|---|
| 28 | - Added close button to Anomaly demo.
|
|---|
| 29 | - [QTBUG-10635]: Fixed Anomaly demo controlstrip icon placement for very
|
|---|
| 30 | small screens.
|
|---|
| 31 |
|
|---|
| 32 |
|
|---|
| 33 | ****************************************************************************
|
|---|
| 34 | * Library *
|
|---|
| 35 | ****************************************************************************
|
|---|
| 36 |
|
|---|
| 37 | QtCore
|
|---|
| 38 | ------
|
|---|
| 39 |
|
|---|
| 40 | - QStateMachine
|
|---|
| 41 | * [QTBUG-8842] Ensure history configuration is cleared when a state
|
|---|
| 42 | machine is restarted.
|
|---|
| 43 |
|
|---|
| 44 | - QXmlStreamReader
|
|---|
| 45 | * [QTBUG-9196] Fixed crash when parsing.
|
|---|
| 46 |
|
|---|
| 47 | QtGui
|
|---|
| 48 | -----
|
|---|
| 49 |
|
|---|
| 50 | - QComboBox
|
|---|
| 51 | * [QTBUG-10403] Fixed QComboBox ignoring the item data background role
|
|---|
| 52 | for some styles.
|
|---|
| 53 |
|
|---|
| 54 | - QCommonStyle
|
|---|
| 55 | * [QTBUG-7137] Fixed a bug that led to missing text pixels in QTabBar when
|
|---|
| 56 | using small font sizes.
|
|---|
| 57 |
|
|---|
| 58 | - QCUPSSupport
|
|---|
| 59 | * [QTBUG-10512] Fixed a potential crash with misconfigured CUPS printers.
|
|---|
| 60 | * [QTBUG-6419] Make QCUPSSupport::printerHasPPD() release temporary file
|
|---|
| 61 | handles.
|
|---|
| 62 |
|
|---|
| 63 | - qDrawPixmaps()
|
|---|
| 64 | * [QTBUG-8455] Fixed qDrawPixmaps() to draw on integer coordinates under
|
|---|
| 65 | Mac OS X.
|
|---|
| 66 |
|
|---|
| 67 | - QFontEngine
|
|---|
| 68 | * [QTBUG-3976] Fixed a leak for QFont objects used in threads.
|
|---|
| 69 |
|
|---|
| 70 | - QGifHandler
|
|---|
| 71 | * [QTBUG-7037] Fixed QGifHandler::loopCount().
|
|---|
| 72 | * [QTBUG-6696] Cache the sizes of images in an animated GIF.
|
|---|
| 73 |
|
|---|
| 74 | - QGraphicsEffect
|
|---|
| 75 | * [QTBUG-5358] Fixed warnings and crash when painting graphics effects
|
|---|
| 76 | outside scene.
|
|---|
| 77 |
|
|---|
| 78 | - QGraphicsItem
|
|---|
| 79 | * [QTBUG-9391] Avoid a useless repaint when setting the cache mode to
|
|---|
| 80 | DeviceCoordinateMode while already using that mode.
|
|---|
| 81 | * [QTBUG-8475] Fixed crash and loss of focus when deleting a child of a
|
|---|
| 82 | focus scope.
|
|---|
| 83 |
|
|---|
| 84 | - QGraphicsProxyWidget
|
|---|
| 85 | * [QTBUG-5349] Fixed tooltips not being shown for QGraphicsProxyWidget.
|
|---|
| 86 | * [QTBUG-2883] Fixed tooltips appearing at wrong location.
|
|---|
| 87 | * [QTBUG-7296] Fixed painting artifacts on a scaled proxy when the view
|
|---|
| 88 | is scrolled.
|
|---|
| 89 |
|
|---|
| 90 | - QGraphicsScene
|
|---|
| 91 | * [QTBUG-7863] Fixed incorrect blending when using
|
|---|
| 92 | QGraphicsItem::DeviceCoordinateCache and when the item is semi-
|
|---|
| 93 | transparent. If the item is transformed, the cache is now always fully
|
|---|
| 94 | repainted to avoid artifacts.
|
|---|
| 95 |
|
|---|
| 96 | - QGraphicsView
|
|---|
| 97 | * Item tooltips are not clipped by the view anymore.
|
|---|
| 98 |
|
|---|
| 99 | - QImageReader
|
|---|
| 100 | * [QTBUG-7980] Fixed QImageReader::setAutoDetectImageFormat() to work with
|
|---|
| 101 | plugins.
|
|---|
| 102 |
|
|---|
| 103 | - QPainter
|
|---|
| 104 | * [QTBUG-8140] Speed up custom bitmap brushes under X11 without Xrender
|
|---|
| 105 | support.
|
|---|
| 106 | * [QTBUG-8032] Fixed drawing pixmaps onto bitmaps on X11 without Xrender
|
|---|
| 107 | support.
|
|---|
| 108 | * [QTBUG-10421] Fixed WebKit-specific justification bug for text containing
|
|---|
| 109 | more than one script.
|
|---|
| 110 |
|
|---|
| 111 | - QPDFBaseEngine
|
|---|
| 112 | * [QTBUG-8451] Fixed line and point drawing in the PS and PDF generators.
|
|---|
| 113 |
|
|---|
| 114 | - QPixmap
|
|---|
| 115 | * [QTBUG-8606] Fixed QPixmap::load() to not modify referenced copies.
|
|---|
| 116 |
|
|---|
| 117 | - QPSPrintEngine
|
|---|
| 118 | * [QTBUG-10121] Fixed incorrect version setting for EPS files.
|
|---|
| 119 | * [QTBUG-10140] Fixed generation of the %%BoundingBox operator to output
|
|---|
| 120 | integer values instead of floating point values.
|
|---|
| 121 |
|
|---|
| 122 | - QRasterPaintEngine
|
|---|
| 123 | * [QTBUG-9036] Fixed ClearType text rendering on translucent surfaces under
|
|---|
| |
|---|