summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorBjørn Erik Nilsen <bjorn.nilsen@nokia.com>2010-05-25 13:54:48 +0200
committerBjørn Erik Nilsen <bjorn.nilsen@nokia.com>2010-05-25 13:55:19 +0200
commite3e814ece7a387b85dfe2f8becdfd444e2613f5e (patch)
tree15db76bdf39aa45bf03f8ce65b8490d472ad3fd3 /dist
parent0dff624cc550254b804540b77b9ddd3c41a26f16 (diff)
downloadqt4-tools-e3e814ece7a387b85dfe2f8becdfd444e2613f5e.tar.gz
Updating 4.7.0 change log.
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.7.04
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/changes-4.7.0 b/dist/changes-4.7.0
index 31130e80d8..e7b1e84a6f 100644
--- a/dist/changes-4.7.0
+++ b/dist/changes-4.7.0
@@ -88,6 +88,9 @@ QtGui
- QGraphicsItem
* [QTBUG-8112] itemChange() is now called when transformation
properties change (setRotation, setScale, setTransformOriginPoint).
+ * [QTBUG-9024] Improved performance when calling update() on items that
+ are clipped by an ancestor (QGraphicsItem::ItemClipsChildrenToShape).
+ * [QTBUG-7703], [QTBUG-8378] Fixed scrolling issues
- QGraphicsTextItem
* [QTBUG-7333] Fixed keyboard shortcuts not being triggered when the
@@ -96,6 +99,7 @@ QtGui
- QGraphicsView
* [QTBUG-7438] Fixed viewport cursor getting reset when releasing
the mouse.
+ * [QTBUG-10338] Fixed drawing artifacts due to rounding errors.
- QImage
* [QTBUG-9640] Prevented unneccessary copy in QImage::setAlphaChannel().