diff options
author | Anders Bakken <anders.bakken@nokia.com> | 2010-02-02 16:06:43 (GMT) |
---|---|---|
committer | Anders Bakken <anders.bakken@nokia.com> | 2010-02-02 16:08:53 (GMT) |
commit | bcd979230af769b49a1e3fdb1c9e1103ce2348de (patch) | |
tree | 379d092f06332e897e4a335af8828b27c4e7782d /dist | |
parent | 0f92406252b9d288ef8ebbefc15e66d0ce01f46c (diff) | |
download | Qt-bcd979230af769b49a1e3fdb1c9e1103ce2348de.zip Qt-bcd979230af769b49a1e3fdb1c9e1103ce2348de.tar.gz Qt-bcd979230af769b49a1e3fdb1c9e1103ce2348de.tar.bz2 |
Add changes for 4.6.2
Mostly DirectFB.
Reviewed-by: TrustMe
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.6.2 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/dist/changes-4.6.2 b/dist/changes-4.6.2 index 7ab2cde..786efcc 100644 --- a/dist/changes-4.6.2 +++ b/dist/changes-4.6.2 @@ -110,7 +110,8 @@ Qt for Unix (X11 and Mac OS X) Qt for Linux/X11 ---------------- - + * Fix a bug where QPixmap::serialNumber was not set on a transformed pixmap + in Qt/X11. - Qt for Windows @@ -130,7 +131,13 @@ Qt for Embedded Linux DirectFB -------- - + * Fix a bug where QPixmap::serialNumber was not set on a transformed pixmap + in DirectFB. + * Reimplement QPixmapData::scroll for QDirectFBPixmapData which optimizes + QPixmap::scroll + * Fix a rendering issue for semi-transparent top level windows in DirectFB. + * Make it possible to fall back to the raster engine for stretch blits in + DirectFB using QT_NO_DIRECTFB_STRETCHBLIT - Qt for Windows CE |