diff options
author | Yoann Lopes <yoann.lopes@nokia.com> | 2010-05-21 13:07:48 (GMT) |
---|---|---|
committer | Yoann Lopes <yoann.lopes@nokia.com> | 2010-05-21 13:08:22 (GMT) |
commit | 8a83c72ec6de938124c869983fc5980dd3d0ae0c (patch) | |
tree | 6519e03ecc9b69c89bf1b6e2c6234a1d44ed8fda /dist | |
parent | d5f3db332292e31ccf430b8267b045e014fae389 (diff) | |
download | Qt-8a83c72ec6de938124c869983fc5980dd3d0ae0c.zip Qt-8a83c72ec6de938124c869983fc5980dd3d0ae0c.tar.gz Qt-8a83c72ec6de938124c869983fc5980dd3d0ae0c.tar.bz2 |
My 4.6.3 changes.
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.6.3 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dist/changes-4.6.3 b/dist/changes-4.6.3 index 1a49403..6a81f6a 100644 --- a/dist/changes-4.6.3 +++ b/dist/changes-4.6.3 @@ -49,6 +49,27 @@ QtCore QtGui ----- + - QGraphicsEffect + * [QTBUG-5358] Fixed warnings and crash when painting graphics effects outside scene. + + - QGraphicsItem + * [QTBUG-9391] Avoid a useless repaint when setting the cache mode to + DeviceCoordinateMode while already using that mode. + * [QTBUG-8475] Fixed crash and loss of focus when deleting a child of a focus scope. + + - QGraphicsProxyWidget + * [QTBUG-5349] Fixed tooltips not being shown for QGraphicsProxyWidget. + * [QTBUG-2883] Fixed tooltips appearing at wrong location. + * [QTBUG-7296] Fixed painting artifacts on a scaled proxy when the view is scrolled. + + - QGraphicsScene + * [QTBUG-7863] Fixed incorrect blending when using QGraphicsItem:DeviceCoordinateCache + and when the item is semi-transparent. If the item is transformed, the cache is now + always fully repainted to avoid artifacts. + + - QGraphicsView + * Item tooltips are not clipped by the view anymore. + - QPainter * [QTBUG-10421] Fixed WebKit-specific justification bug for text containing more than one script. |