summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoann Lopes <yoann.lopes@nokia.com>2010-01-12 11:32:09 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2010-01-13 16:45:07 (GMT)
commit993b9f349436151a985c1127ad83fc929427f87d (patch)
tree72418ee1d5d1fb48645e413718640ae97fad58c8
parent950400c49073329c7c51bc3983910e5d4bacf05d (diff)
downloadQt-993b9f349436151a985c1127ad83fc929427f87d.zip
Qt-993b9f349436151a985c1127ad83fc929427f87d.tar.gz
Qt-993b9f349436151a985c1127ad83fc929427f87d.tar.bz2
Update change log with Yoann Lopes work.
(cherry picked from commit 81e1d9a9e9ff6649727bd26ea0c3be971813866d)
-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 4a9dcd0..f205175 100644
--- a/dist/changes-4.6.1
+++ b/dist/changes-4.6.1
@@ -60,6 +60,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.
- QGraphicsScene
* [QTBUG-6654] Fix crashes when deleting QGraphicsItems in touch