diff options
author | Yoann Lopes <yoann.lopes@nokia.com> | 2010-05-14 10:38:52 +0200 |
---|---|---|
committer | Yoann Lopes <yoann.lopes@nokia.com> | 2010-05-14 10:38:52 +0200 |
commit | ef0a942bc57485ddaad413cd27c0283a1c90149f (patch) | |
tree | 29edc5fd67c7c570de9bf17a32c104ca0440077f /dist | |
parent | 2115c915ee0bb129ae6af82dce7138d52df7bfd7 (diff) | |
download | qt4-tools-ef0a942bc57485ddaad413cd27c0283a1c90149f.tar.gz |
Updated changelog.
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.7.0 | 12 |
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(). |