summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
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().