summaryrefslogtreecommitdiffstats
path: root/dist/changes-4.6.1
diff options
context:
space:
mode:
authorYoann Lopes <yoann.lopes@nokia.com>2010-01-12 11:32:09 (GMT)
committerYoann Lopes <yoann.lopes@nokia.com>2010-01-12 11:32:09 (GMT)
commit81e1d9a9e9ff6649727bd26ea0c3be971813866d (patch)
tree93f23d7b80f50725071885dccf3c3fe061e40858 /dist/changes-4.6.1
parenta1ec686734e105228ff539c0e3bfc7850c66dc04 (diff)
downloadQt-81e1d9a9e9ff6649727bd26ea0c3be971813866d.zip
Qt-81e1d9a9e9ff6649727bd26ea0c3be971813866d.tar.gz
Qt-81e1d9a9e9ff6649727bd26ea0c3be971813866d.tar.bz2
Update change log with Yoann Lopes work.
Diffstat (limited to 'dist/changes-4.6.1')
-rw-r--r--dist/changes-4.6.119
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
------