diff options
author | Casper van Donderen <casper.vandonderen@nokia.com> | 2011-10-14 09:29:10 (GMT) |
---|---|---|
committer | Casper van Donderen <casper.vandonderen@nokia.com> | 2011-10-14 09:29:10 (GMT) |
commit | 2149ddf44417ca3e266a692501394d0f7be9674e (patch) | |
tree | 39958b4ba91a2c2d0dad1693748da9577b371734 /dist | |
parent | 895d9b6e1566f74748b4fd90c8a5811e0a22e0e8 (diff) | |
parent | 5514d98d412022311f42de50719da242aaa71490 (diff) | |
download | Qt-2149ddf44417ca3e266a692501394d0f7be9674e.zip Qt-2149ddf44417ca3e266a692501394d0f7be9674e.tar.gz Qt-2149ddf44417ca3e266a692501394d0f7be9674e.tar.bz2 |
Merge remote-tracking branch 'qt-doc-review/master'
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.8.0 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/dist/changes-4.8.0 b/dist/changes-4.8.0 index a8b4a3a..72d4230 100644 --- a/dist/changes-4.8.0 +++ b/dist/changes-4.8.0 @@ -33,7 +33,7 @@ General Improvements Third party components ---------------------- - - Updated libpng to version 1.5.1 + - Updated libpng to version 1.5.4 - Updated libjpeg to version 8c - Updated zlib to version 1.2.5 @@ -155,6 +155,8 @@ QtNetwork - Optimize behavior of QGLTextureCache - Support subpixel antialiasing when possible. - [QTBUG-13450] Fixed path drawing on FBOs without stencil buffer. + - Reading from the FrameBuffer with Qt now correctly gives an image + marked as premultiplied. QtScript -------- @@ -218,10 +220,12 @@ Qt for Windows Qt for Mac OS X --------------- - - raster graphics system is now made as the default paint engine for - Mac OS X. [QTBUG-12615] + - Alien widgets is now used by default for Qt/Cocoa on Mac OS X. + - Qt/Cocoa on Mac OS X has now full support for the raster paint engine. + - QApplication has now implemented macEventFilter for Qt/Cocoa - HarfBuzz can now be used as an optional text layout engine on Mac OS X. [QTBUG-17728] + - Qt shows some love to OS X Lion (10.7). Qt for Embedded Linux --------------------- |