summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-05-25 13:39:35 (GMT)
committerMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-05-25 13:39:35 (GMT)
commit0f1b606ebd84ea3b8cb108eb2d5c91fd40674909 (patch)
tree6dc5aa06049b2cec21a11ba217cff8ffbb463b31 /dist
parent830067a683e9264bf075757fc2476e1e038ef7b3 (diff)
parente3e814ece7a387b85dfe2f8becdfd444e2613f5e (diff)
downloadQt-0f1b606ebd84ea3b8cb108eb2d5c91fd40674909.zip
Qt-0f1b606ebd84ea3b8cb108eb2d5c91fd40674909.tar.gz
Qt-0f1b606ebd84ea3b8cb108eb2d5c91fd40674909.tar.bz2
Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7
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 31130e8..e7b1e84 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().