summaryrefslogtreecommitdiffstats
path: root/dist/changes-4.6.3
diff options
context:
space:
mode:
authorYoann Lopes <yoann.lopes@nokia.com>2010-05-21 15:07:48 +0200
committerYoann Lopes <yoann.lopes@nokia.com>2010-05-21 15:08:22 +0200
commit8a83c72ec6de938124c869983fc5980dd3d0ae0c (patch)
tree6519e03ecc9b69c89bf1b6e2c6234a1d44ed8fda /dist/changes-4.6.3
parentd5f3db332292e31ccf430b8267b045e014fae389 (diff)
My 4.6.3 changes.
Diffstat (limited to 'dist/changes-4.6.3')
-rw-r--r--dist/changes-4.6.321
1 files changed, 21 insertions, 0 deletions
diff --git a/dist/changes-4.6.3 b/dist/changes-4.6.3
index 1a49403672..6a81f6aa56 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.