diff options
author | Bjørn Erik Nilsen <bjorn.nilsen@nokia.com> | 2010-05-25 11:54:48 (GMT) |
---|---|---|
committer | Bjørn Erik Nilsen <bjorn.nilsen@nokia.com> | 2010-05-25 11:55:19 (GMT) |
commit | e3e814ece7a387b85dfe2f8becdfd444e2613f5e (patch) | |
tree | 15db76bdf39aa45bf03f8ce65b8490d472ad3fd3 /dist/changes-4.7.0 | |
parent | 0dff624cc550254b804540b77b9ddd3c41a26f16 (diff) | |
download | Qt-e3e814ece7a387b85dfe2f8becdfd444e2613f5e.zip Qt-e3e814ece7a387b85dfe2f8becdfd444e2613f5e.tar.gz Qt-e3e814ece7a387b85dfe2f8becdfd444e2613f5e.tar.bz2 |
Updating 4.7.0 change log.
Diffstat (limited to 'dist/changes-4.7.0')
-rw-r--r-- | dist/changes-4.7.0 | 4 |
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(). |