diff options
author | Trond Kjernåsen <trond.kjernasen@nokia.com> | 2010-09-29 09:22:53 (GMT) |
---|---|---|
committer | Trond Kjernåsen <trond.kjernasen@nokia.com> | 2010-09-29 09:22:53 (GMT) |
commit | 99340cf858731f531af29be1e1368e4991e8564e (patch) | |
tree | 553dd0d94669462ca1dd57b6558f4aaa684e5adf /dist/changes-4.7.1 | |
parent | c1a9c50d53ae41b19bdcd7930eec0805498e01c6 (diff) | |
download | Qt-99340cf858731f531af29be1e1368e4991e8564e.zip Qt-99340cf858731f531af29be1e1368e4991e8564e.tar.gz Qt-99340cf858731f531af29be1e1368e4991e8564e.tar.bz2 |
My 4.7.1 changes.
Diffstat (limited to 'dist/changes-4.7.1')
-rw-r--r-- | dist/changes-4.7.1 | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/dist/changes-4.7.1 b/dist/changes-4.7.1 index e442951..2be9760 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 --------------- |