diff options
author | Samuel Rødal <sroedal@trolltech.com> | 2009-06-02 09:02:21 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-06-03 02:43:32 (GMT) |
commit | 7903d967a045d8b08019cfa2f99c5c3e985a95d6 (patch) | |
tree | 110ca93b2e0e5aab434a4eb3675694636fca433a | |
parent | 11c4d759a27ee057a2836e729ad62e8da0f20818 (diff) | |
download | Qt-7903d967a045d8b08019cfa2f99c5c3e985a95d6.zip Qt-7903d967a045d8b08019cfa2f99c5c3e985a95d6.tar.gz Qt-7903d967a045d8b08019cfa2f99c5c3e985a95d6.tar.bz2 |
My 4.5.2 changes for the changelog.
(cherry picked from commit 8f16a4f1638fd661e74c6aa60822cd9ef17e5003)
-rw-r--r-- | dist/changes-4.5.2 | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/dist/changes-4.5.2 b/dist/changes-4.5.2 index 98ea59e..0cb3112 100644 --- a/dist/changes-4.5.2 +++ b/dist/changes-4.5.2 @@ -58,6 +58,26 @@ Third party components * [253448] Prevent a crash when using the Qt::WA_MacBrushedMetal attribute in conjunction with style sheets. +- QPainter + * [253783] Fixed text shaping bugs when using ligatures and different + scripts in a single text item. + * Fixed various inconsistencies for image drawing on non-integer + coordinates. + * Fixed bug with 0-opacity causing images to be drawn fully opaque. + * Fixed crash when drawing on a null pixmap. + * [251534] Fixed issue where text with non-opaque color from widget + palette would be blitted instead of blended. + +- QTransform + * Fixed issue in QTransform::type() causing a projective transform to be + treated as a scaling transform. + +- QtOpenGL + * [247083] Re-enabled antialiasing for large font sizes in OpenGL paint + engine. + * [251485] Fixed crash that could occur with projective transforms and + high quality antialiasing. + **************************************************************************** * Database Drivers * **************************************************************************** @@ -69,7 +89,11 @@ Third party components Qt for Linux/X11 ---------------- - +[253186] Fixed compile error in qfontengine_ft.cpp on 64-bit platforms with +legacy freetype headers. +[241361] Prevented asynchronous access to non-thread safe libfontconfig API. +[244362] Worked around X server crash when calling XFillPolygon with more than +200000 points by falling back to raster paint engine. Qt for Windows -------------- |