summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorYoann Lopes <yoann.lopes@nokia.com>2010-05-14 10:38:52 +0200
committerYoann Lopes <yoann.lopes@nokia.com>2010-05-14 10:38:52 +0200
commitef0a942bc57485ddaad413cd27c0283a1c90149f (patch)
tree29edc5fd67c7c570de9bf17a32c104ca0440077f /dist
parent2115c915ee0bb129ae6af82dce7138d52df7bfd7 (diff)
Updated changelog.
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.7.012
1 files changed, 12 insertions, 0 deletions
diff --git a/dist/changes-4.7.0 b/dist/changes-4.7.0
index 6bf7ea5582..919c25a706 100644
--- a/dist/changes-4.7.0
+++ b/dist/changes-4.7.0
@@ -76,6 +76,18 @@ QtGui
* Fixed rendering bugs when scrolling graphics items with drop
shadows.
+ - QGraphicsItem
+ * [QTBUG-8112] itemChange() is now called when transformation
+ properties change (setRotation, setScale, setTransformOriginPoint).
+
+ - QGraphicsTextItem
+ * [QTBUG-7333] Fixed keyboard shortcuts not being triggered when the
+ the item has focus and something else has the same shortcut sequence.
+
+ - QGraphicsView
+ * [QTBUG-7438] Fixed viewport cursor getting reset when releasing
+ the mouse.
+
- QImage
* [QTBUG-9640] Prevented unneccessary copy in
QImage::setAlphaChannel().