summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrond Kjernåsen <trond.kjernasen@nokia.com>2010-09-29 11:22:53 +0200
committerJason McDonald <jason.mcdonald@nokia.com>2010-10-07 13:56:52 +1000
commitf4e76aee217ddd6931516c17e62f0f4c086c1b7d (patch)
treeb9ea425db299029649c465bca1d58311df6f8ee3
parent33e4a7dcacc9e413bd6f19c8281e2855e4142490 (diff)
My 4.7.1 changes.
(cherry picked from commit 99340cf858731f531af29be1e1368e4991e8564e)
-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
---------------