summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorAnders Bakken <anders.bakken@nokia.com>2009-09-25 09:25:22 -0700
committerAnders Bakken <anders.bakken@nokia.com>2009-09-28 13:49:40 -0700
commit390c40d7d2bbc622e18aa1c096d0b5fee5a04344 (patch)
treed3a1f14e109012f3a8fe188f94787f9b3308df5a /dist
parent9167aabca46c46dff0630cfc349f777211734219 (diff)
Update changes file for 4.5.3 for DirectFB
Reviewed-by: TrustMe
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.5.317
1 files changed, 14 insertions, 3 deletions
diff --git a/dist/changes-4.5.3 b/dist/changes-4.5.3
index ac5a1f784d..0bec84d097 100644
--- a/dist/changes-4.5.3
+++ b/dist/changes-4.5.3
@@ -74,7 +74,7 @@ Third party components
****************************************************************************
* Database Drivers *
****************************************************************************
-- [QT-353] (ODBC) Fixed issue of forward only datasets failing when not
+- [QT-353] (ODBC) Fixed issue of forward only datasets failing when not
explicitly set so.
- [222678] Fixed QSqlTableModel: trying to delete the wrong row.
- (Interbase) Fixed crash when calling numRows on unknown query type.
@@ -107,7 +107,7 @@ Qt for Windows
Qt for Mac OS X
---------------
-[252088] Drag and drop events will now consider the WA_TransparentForMouseEvents
+[252088] Drag and drop events will now consider the WA_TransparentForMouseEvents
in Cocoa port.
[255428] Fixed an an issue when Calling QWidget::raise() on hidden windows making
them visible in Cocoa port.
@@ -116,7 +116,7 @@ Qt for Mac OS X
[258822] Fixed a crash when inserting the same menu twice in a menubar in Cocoa port.
- Fixed the wizard background images for Snow Leopard.
-
+
Qt for Embedded Linux
---------------------
@@ -179,6 +179,17 @@ Qt for Windows CE
* Plugins *
****************************************************************************
+- DirectFB
+ * Make autorepeat work for DirectFB keyboard driver
+ * Fix a crash when resizing windows
+ * Fix an off by one when flipping surfaces that could lead to artifacts
+ * Make painting operations with QRegion clips go to DirectFB rather than
+ Raster (when possible)
+ * Make porter duff operations work for blits
+ * Various optimizations
+ * Handle more operations in hw
+
+
****************************************************************************
* Important Behavior Changes *