diff options
author | Leonardo Sobral Cunha <leo.cunha@nokia.com> | 2010-05-31 15:57:52 (GMT) |
---|---|---|
committer | Leonardo Sobral Cunha <leo.cunha@nokia.com> | 2010-05-31 15:57:52 (GMT) |
commit | 3cc9fc5f0c5e846dcc1ce2e7c6e58c06e1186363 (patch) | |
tree | 91e0513296e04545ed81e367cef065d840a7d2c6 /dist | |
parent | e79086f1a90a733cb06fd50773dbcabde0481988 (diff) | |
download | Qt-3cc9fc5f0c5e846dcc1ce2e7c6e58c06e1186363.zip Qt-3cc9fc5f0c5e846dcc1ce2e7c6e58c06e1186363.tar.gz Qt-3cc9fc5f0c5e846dcc1ce2e7c6e58c06e1186363.tar.bz2 |
Add my 4.7.0 changes
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.7.0 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dist/changes-4.7.0 b/dist/changes-4.7.0 index e7b1e84..dbb3add 100644 --- a/dist/changes-4.7.0 +++ b/dist/changes-4.7.0 @@ -52,12 +52,16 @@ QtCore - QMetaType * Significantly improved performance of the type() function + * [QTBUG-8235] Support QEasingCurve as a built in metatype. - QState * [QTBUG-7741] Added a function to get the out-going transitions - QXmlStreamReader * [QTBUG-9196] fixed crash when parsing - QTimer * singleShot with 0 timeout will now avoid allocating objects + - QAbstractAnimation + * [QTBUG-10654] Avoids animation with loopCount == 0 to change state + to running and stopped. QtGui ----- @@ -95,6 +99,8 @@ QtGui - QGraphicsTextItem * [QTBUG-7333] Fixed keyboard shortcuts not being triggered when the the item has focus and something else has the same shortcut sequence. + * [QTBUG-10574] Fixed crash when flag "QGraphicsItem::ItemIgnoresTransformations" + is set. - QGraphicsView * [QTBUG-7438] Fixed viewport cursor getting reset when releasing |