summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorTrond Kjernåsen <trond.kjernasen@nokia.com>2010-09-29 11:22:53 +0200
committerTrond Kjernåsen <trond.kjernasen@nokia.com>2010-09-29 11:22:53 +0200
commit99340cf858731f531af29be1e1368e4991e8564e (patch)
tree553dd0d94669462ca1dd57b6558f4aaa684e5adf /dist
parentc1a9c50d53ae41b19bdcd7930eec0805498e01c6 (diff)
downloadqt4-tools-99340cf858731f531af29be1e1368e4991e8564e.tar.gz
My 4.7.1 changes.
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.7.113
1 files changed, 11 insertions, 2 deletions
diff --git a/dist/changes-4.7.1 b/dist/changes-4.7.1
index e442951b45..2be9760ea1 100644
--- a/dist/changes-4.7.1
+++ b/dist/changes-4.7.1
@@ -55,7 +55,7 @@ QtGui
- QPainter
* [QTBUG-13429] Fixed scale point drawing with square cap in the raster
engine, plus some potential floating point overflows in the rasterizer.
-
+
- QStaticText
* [QTBUG-12614] Fix crash with zero-width string.
* [QTBUG-12540] Fix rendering of large glyphs with OpenGL2 paint engine.
@@ -96,7 +96,9 @@ QtNetwork
QtOpenGL
--------
-
+ - QGL2PaintEngineEx
+ * Fixed drawing a large number of glyphs with the same font on systems
+ with small texure size limits.
QtOpenVG
--------
@@ -148,6 +150,13 @@ Qt for Windows
- Drag & Drop:
* [QTBUG-13787] Fixed a possible crash with mingw
+ - QPrinter
+ * [QTBUG-12263] Strokes were in some cases not printed with the correct
+ color under Windows.
+
+ - QGLWidget
+ * [QTBUG-13141] Fixed multi-sampling support for ATI based cards under
+ Windows.
Qt for Mac OS X
---------------