summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorSamuel Rødal <sroedal@trolltech.com>2010-02-03 10:36:15 +0100
committerSamuel Rødal <sroedal@trolltech.com>2010-02-03 10:36:15 +0100
commit7d4ef9167249df5f00831dc07e57705eb1ddd22a (patch)
treeed6fe0d039492751949a34dfaf840150100a4d42 /dist
parent21a1613da90e7b3f0d2d2b03983e236a55db15b0 (diff)
Update changes-4.6.2.
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.6.24
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/changes-4.6.2 b/dist/changes-4.6.2
index 58dcf0e876..292b3efa7d 100644
--- a/dist/changes-4.6.2
+++ b/dist/changes-4.6.2
@@ -49,6 +49,10 @@ QtGui
- QBmpHandler
* [QTBUG-7530] Fixed an infinite loop that could occur when reading invalid BMP images.
+ - QGraphicsEffect
+ * [QTBUG-6901] Fixed performance problem when translating items with
+ graphics effects.
+
- QImage
* [QTBUG-7231] Avoid an unnecessary copy in QImage::scaled().