summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorKim Motoyoshi Kalland <kim.kalland@nokia.com>2010-07-23 09:06:22 (GMT)
committerKim Motoyoshi Kalland <kim.kalland@nokia.com>2010-07-23 09:06:22 (GMT)
commit39b153a92e29c967e6622118eb3ae6c55eb8580e (patch)
treed47d00cb14ed67d33c550c4c6724923d61716aa2 /dist
parentaf61eee576a409c4d128ccf87c7f72771b3ac688 (diff)
downloadQt-39b153a92e29c967e6622118eb3ae6c55eb8580e.zip
Qt-39b153a92e29c967e6622118eb3ae6c55eb8580e.tar.gz
Qt-39b153a92e29c967e6622118eb3ae6c55eb8580e.tar.bz2
Updated changes-4.7.0.
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.7.05
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/changes-4.7.0 b/dist/changes-4.7.0
index fd244bf..efc601c 100644
--- a/dist/changes-4.7.0
+++ b/dist/changes-4.7.0
@@ -147,6 +147,11 @@ QtGui
processors with a NEON vector unit.
* Fixed some performance issues when drawing sub-pixmaps of large
pixmaps and falling back to raster in the X11 paint engine.
+ * [QTBUG-7596] Safeguard ourselves against corrupt registry values for
+ ClearType gamma on Windows.
+ * [QTBUG-9218] Fixed flattening of largely scaled, thin, dashed beziers.
+ * [QTBUG-9437] Fixed crash in the raster paint engine when drawing largely
+ scaled images.
- QPainterPath
* [QTBUG-3778] Fixed bug in painter path polygon intersection code.