diff options
author | Alexis Menard <alexis.menard@nokia.com> | 2010-01-12 14:30:36 (GMT) |
---|---|---|
committer | Alexis Menard <alexis.menard@nokia.com> | 2010-01-12 14:31:01 (GMT) |
commit | 4c85bf275c9d472a17cc9210aebf6eb880be740a (patch) | |
tree | deb52db270ed7f8034785d985fcd62034241fde3 | |
parent | bc62c67c08a9c03d237f63c87f743a08a3dc9d14 (diff) | |
download | Qt-4c85bf275c9d472a17cc9210aebf6eb880be740a.zip Qt-4c85bf275c9d472a17cc9210aebf6eb880be740a.tar.gz Qt-4c85bf275c9d472a17cc9210aebf6eb880be740a.tar.bz2 |
My changelog for 4.6.1.
-rw-r--r-- | dist/changes-4.6.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/changes-4.6.1 b/dist/changes-4.6.1 index 15f1fad..513cace 100644 --- a/dist/changes-4.6.1 +++ b/dist/changes-4.6.1 @@ -78,6 +78,9 @@ QtGui hidden. * [QTBUG-6835] Mouse tracking is now automatically enabled when using AnchorUnderMouse for view transformation. + * [QTBUG-6958] Fix speed regression in _q_polishItems() + * [QTBUG-6544] Fix a crash on the focus chain when removing items from the scene. + * Fix a crash in KDE/Plasma with QGraphicsView with topLevels. - QGraphicsItem * [QTBUG-5917] Fixed memory leaks when removing a QGraphicsEffect from a QGraphicsItem or QWidget with setGraphicsEffect(0). @@ -85,6 +88,8 @@ QtGui QGraphicsItem causing painting issues when scaling the QGraphicsView. * [QTBUG-5071] Fixes transformation problems when grouping/ungrouping the item with a QGraphicsItemGroup. + - QGraphicsWidget + * [QTBUG-6272] Only call updateFont if the font have changed. - QTextDocument * [QTBUG-5397] Fixed printing of QTextDocuments not including custom text objects. |