From 8a83c72ec6de938124c869983fc5980dd3d0ae0c Mon Sep 17 00:00:00 2001 From: Yoann Lopes Date: Fri, 21 May 2010 15:07:48 +0200 Subject: My 4.6.3 changes. --- dist/changes-4.6.3 | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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. -- cgit v0.12