diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-04-16 22:10:29 (GMT) |
---|---|---|
committer | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-04-16 22:10:29 (GMT) |
commit | 90d7509e4a1543e43a49bfb25dd672d824c4fde3 (patch) | |
tree | b4f22a8b58e5581f11c036f5d36e2ecc23f659ed /dist/changes-4.5.1 | |
parent | 50adfa5d5be1e120b1d5defea3e1939f1eb7e730 (diff) | |
download | Qt-90d7509e4a1543e43a49bfb25dd672d824c4fde3.zip Qt-90d7509e4a1543e43a49bfb25dd672d824c4fde3.tar.gz Qt-90d7509e4a1543e43a49bfb25dd672d824c4fde3.tar.bz2 |
Document my changes for 4.5.1
Diffstat (limited to 'dist/changes-4.5.1')
-rw-r--r-- | dist/changes-4.5.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dist/changes-4.5.1 b/dist/changes-4.5.1 index e3aa57c..0b8dae2 100644 --- a/dist/changes-4.5.1 +++ b/dist/changes-4.5.1 @@ -133,6 +133,8 @@ Third party components - QHttp * [208445] Cancel request upon receiving unknown authentication method. + * Compile fixes for QT_BEGIN_NAMESPACE being in the wrong place in + some private headers. - QHostAddress * [247330] Fixed compilation on MinGW by adding a missing QPair include. @@ -168,6 +170,8 @@ Third party components * [247505] Fix missing fills of rectangles with negative width/height in raster paint engine. * [249628] Fix crash in OpenGL paint engine when filling using Qt::NoBrush. + * Compile fixes for OpenGL paint engine on OpenGL/ES 1.1 CommonLite + and OpenGL/ES 1.0. - QPixmap * [249175] Fix QPixmap::fromImage() of monochrome images to result in @@ -437,6 +441,8 @@ Qt for Embedded Linux --------------------- - Various improvements to the Qt DirectFB plugin. +- Fix recreation of temporary EGL surfaces in PowerVR gfxdriver. +- Document some necessary #define's for building the PowerVR gfxdriver. Qt for Windows CE ----------------- |