summaryrefslogtreecommitdiffstats
path: root/dist/changes-4.6.1
diff options
context:
space:
mode:
authorSamuel Rødal <sroedal@trolltech.com>2010-01-12 13:52:38 (GMT)
committerSamuel Rødal <sroedal@trolltech.com>2010-01-12 13:54:53 (GMT)
commitc186438710bb0f5a09ba6168a5b35d8b485da41d (patch)
tree14ef671ec7c91a3220694bd99d3af33d9d749d1c /dist/changes-4.6.1
parentea24edbf74d29cfa128b651e41fde14a0d2a79f8 (diff)
downloadQt-c186438710bb0f5a09ba6168a5b35d8b485da41d.zip
Qt-c186438710bb0f5a09ba6168a5b35d8b485da41d.tar.gz
Qt-c186438710bb0f5a09ba6168a5b35d8b485da41d.tar.bz2
Update changelog with my 4.6.1 changes.
Diffstat (limited to 'dist/changes-4.6.1')
-rw-r--r--dist/changes-4.6.110
1 files changed, 10 insertions, 0 deletions
diff --git a/dist/changes-4.6.1 b/dist/changes-4.6.1
index b3c076e..e2ec649 100644
--- a/dist/changes-4.6.1
+++ b/dist/changes-4.6.1
@@ -46,6 +46,8 @@ QtCore
QtGui
-----
+ - QPixmapCache
+ * Fixed a small leak when using the new QPixmapCAche::Key based API.
- QPixmap
* load() and loadFromData() can now support compressed GL textures
in the DDS, ETC1, PVRTC2, and PVRTC4 formats if the OpenGL graphics
@@ -63,6 +65,11 @@ QtGui
- QPainter
* [QTBUG-5939] Fixed incorrect redirection matrix that was causing
wrong transformation for QGraphicsProxyWidgets.
+ * [QTBUG-6684] Added optimizations of 32-bit blend functions
+ for ARM platforms with NEON support.
+ - QGraphicsEffect
+ * [QTBUG-5918] Fixed redraw bugs when using graphics effects on
+ items while animating them by transformations.
- QGraphicsView
* [QTBUG-6935] When using CacheBackground, the background is now
correctly repainted after the QGraphicsView is shown after being
@@ -76,6 +83,9 @@ QtGui
QGraphicsItem causing painting issues when scaling the QGraphicsView.
* [QTBUG-5071] Fixes transformation problems when grouping/ungrouping
the item with a QGraphicsItemGroup.
+ - QTextDocument
+ * [QTBUG-5397] Fixed printing of QTextDocuments not including custom
+ text objects.
- QTextDocument
* [QTBUG-6051] Fixed an endless loop when printing a QTextDocument.