diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-04-16 22:10:29 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-04-17 02:31:47 (GMT) |
commit | 822647ae6c7720f3dc76b3aece4e330eb1780aa4 (patch) | |
tree | b206116ed9d9a1da401543a9d360685b1a487c94 | |
parent | 6574991f7b17f1d627e67fc5de1eed09b5c2e095 (diff) | |
download | Qt-822647ae6c7720f3dc76b3aece4e330eb1780aa4.zip Qt-822647ae6c7720f3dc76b3aece4e330eb1780aa4.tar.gz Qt-822647ae6c7720f3dc76b3aece4e330eb1780aa4.tar.bz2 |
Document my changes for 4.5.1
(cherry picked from commit 90d7509e4a1543e43a49bfb25dd672d824c4fde3)
-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 ----------------- |