diff options
author | Samuel Rødal <sroedal@trolltech.com> | 2010-01-12 14:52:38 +0100 |
---|---|---|
committer | Samuel Rødal <sroedal@trolltech.com> | 2010-01-12 14:54:53 +0100 |
commit | c186438710bb0f5a09ba6168a5b35d8b485da41d (patch) | |
tree | 14ef671ec7c91a3220694bd99d3af33d9d749d1c /dist/changes-4.6.1 | |
parent | ea24edbf74d29cfa128b651e41fde14a0d2a79f8 (diff) | |
download | qt4-tools-c186438710bb0f5a09ba6168a5b35d8b485da41d.tar.gz |
Update changelog with my 4.6.1 changes.
Diffstat (limited to 'dist/changes-4.6.1')
-rw-r--r-- | dist/changes-4.6.1 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dist/changes-4.6.1 b/dist/changes-4.6.1 index b3c076ede4..e2ec649509 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. |