diff options
author | Yoann Lopes <yoann.lopes@nokia.com> | 2010-01-12 11:32:09 (GMT) |
---|---|---|
committer | Yoann Lopes <yoann.lopes@nokia.com> | 2010-01-12 11:32:09 (GMT) |
commit | 81e1d9a9e9ff6649727bd26ea0c3be971813866d (patch) | |
tree | 93f23d7b80f50725071885dccf3c3fe061e40858 | |
parent | a1ec686734e105228ff539c0e3bfc7850c66dc04 (diff) | |
download | Qt-81e1d9a9e9ff6649727bd26ea0c3be971813866d.zip Qt-81e1d9a9e9ff6649727bd26ea0c3be971813866d.tar.gz Qt-81e1d9a9e9ff6649727bd26ea0c3be971813866d.tar.bz2 |
Update change log with Yoann Lopes work.
-rw-r--r-- | dist/changes-4.6.1 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dist/changes-4.6.1 b/dist/changes-4.6.1 index 65b865a..d35a4c1 100644 --- a/dist/changes-4.6.1 +++ b/dist/changes-4.6.1 @@ -53,6 +53,25 @@ QtGui GL implementation. - QGraphicsObject * 'id' property was removed. Use the 'objectName' property instead. + - QPrinter + * [QTBUG-3412] QGraphicsProxyWidgets are now rendered correctly when + printing a QGraphicsScene to PDF format. + - QPainter + * [QTBUG-5939] Fixed incorrect redirection matrix that was causing + wrong transformation for QGraphicsProxyWidgets. + - QGraphicsView + * [QTBUG-6935] When using CacheBackground, the background is now + correctly repainted after the QGraphicsView is shown after being + hidden. + * [QTBUG-6835] Mouse tracking is now automatically enabled when using + AnchorUnderMouse for view transformation. + - QGraphicsItem + * [QTBUG-5917] Fixed memory leaks when removing a QGraphicsEffect from + a QGraphicsItem or QWidget with setGraphicsEffect(0). + * [QTBUG-5859] Fixes incorrect rounding of the exposed rectangle of the + QGraphicsItem causing painting issues when scaling the QGraphicsView. + * [QTBUG-5071] Fixes transformation problems when grouping/ungrouping + the item with a QGraphicsItemGroup. QtDBus ------ |