summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorAnders Bakken <anders.bakken@nokia.com>2010-02-02 08:06:43 -0800
committerAnders Bakken <anders.bakken@nokia.com>2010-02-02 08:08:53 -0800
commitbcd979230af769b49a1e3fdb1c9e1103ce2348de (patch)
tree379d092f06332e897e4a335af8828b27c4e7782d /dist
parent0f92406252b9d288ef8ebbefc15e66d0ce01f46c (diff)
Add changes for 4.6.2
Mostly DirectFB. Reviewed-by: TrustMe
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.6.211
1 files changed, 9 insertions, 2 deletions
diff --git a/dist/changes-4.6.2 b/dist/changes-4.6.2
index 7ab2cde18a..786efcca76 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