diff options
author | Anders Bakken <anders.bakken@nokia.com> | 2009-05-28 20:20:48 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-05-29 03:49:14 (GMT) |
commit | 4c06a1248e1d0cf3348ff4a5e18f002801a3da42 (patch) | |
tree | 807043bb7d517cca709fe35f94478cec50ef417e | |
parent | abf45131089379dbe5b6e3eb6b0f8899d79b8dc4 (diff) | |
download | Qt-4c06a1248e1d0cf3348ff4a5e18f002801a3da42.zip Qt-4c06a1248e1d0cf3348ff4a5e18f002801a3da42.tar.gz Qt-4c06a1248e1d0cf3348ff4a5e18f002801a3da42.tar.bz2 |
Changes for DirectFB
Reviewed-by: TrustMe
(cherry picked from commit 2a986b86f841b798cc754fe5c5390c6fee95ce71)
-rw-r--r-- | dist/changes-4.5.2 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dist/changes-4.5.2 b/dist/changes-4.5.2 index 1e00208..dcb77d6 100644 --- a/dist/changes-4.5.2 +++ b/dist/changes-4.5.2 @@ -139,6 +139,26 @@ Qt for Windows CE * Plugins * **************************************************************************** +- directfb + * Make sure we pick an approriate format for pixmaps. E.g. use the same as + the primary surface for opaque pixmaps and pick an appropriate one for + transparent pixmaps if the primary surface format is not transparent. + * Properly fall back to the raster engine for pens that aren't solidcolor + * Properly fall back to raster engine with "mirrored" scales + * Make sure window surfaces are the approriate pixel format and created in + video memory if supported + * Fix clipping bug that would cause painting errors + * Fix various crash bugs + * Fix bugs when transforming/copying pixmaps with alpha channel + * Fix various bugs with regards to painting with alpha channel/porter duff + * Optimize a coupld of internal functions to slightly speed up drawing + * Optimize raster fall backs + * Allow more customization for Flipping options + * Fix drawing with opacity != 1.0 + * Support for better logging when trying to debug performance problems. + * Fix bug in keyboard handling that caused modifiers not to work + * Get rid of some compiler warnings + **************************************************************************** * Important Behavior Changes * |