summaryrefslogtreecommitdiffstats
path: root/dist/changes-4.6.1
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2010-01-12 10:31:34 (GMT)
committerBradley T. Hughes <bradley.hughes@nokia.com>2010-01-12 10:31:41 (GMT)
commiteef74a19b867f307d7a0c0c47f3ee0ce2c4d283e (patch)
tree9d40bff7643f1bcfbbd301a7540e76f02b63618c /dist/changes-4.6.1
parent10a0134c5a3b40d3fc5e6d43a753eca62c008166 (diff)
downloadQt-eef74a19b867f307d7a0c0c47f3ee0ce2c4d283e.zip
Qt-eef74a19b867f307d7a0c0c47f3ee0ce2c4d283e.tar.gz
Qt-eef74a19b867f307d7a0c0c47f3ee0ce2c4d283e.tar.bz2
my 4.6.1 changelog contributions
Diffstat (limited to 'dist/changes-4.6.1')
-rw-r--r--dist/changes-4.6.123
1 files changed, 21 insertions, 2 deletions
diff --git a/dist/changes-4.6.1 b/dist/changes-4.6.1
index 145e09e..b1eb6e2 100644
--- a/dist/changes-4.6.1
+++ b/dist/changes-4.6.1
@@ -46,6 +46,10 @@ QtCore
QtGui
-----
+ - QApplication
+ * [QTBUG-6654] Fix crashes when deleting QWidgets in touch event
+ handlers.
+
- QPixmap
* load() and loadFromData() can now support compressed GL textures
in the DDS, ETC1, PVRTC2, and PVRTC4 formats if the OpenGL graphics
@@ -54,6 +58,10 @@ QtGui
- QGraphicsObject
* 'id' property was removed. Use the 'objectName' property instead.
+ - QGraphicsScene
+ * [QTBUG-6654] Fix crashes when deleting QGraphicsItems in touch
+ event handlers.
+
QtDBus
------
@@ -118,12 +126,23 @@ Qt for Unix (X11 and Mac OS X)
Qt for Linux/X11
----------------
- -
+ - QGuiEventDispatcherGlib (internal class)
+ * Fix regression introduced in 4.6.0 that could cause X11 event
+ processing to starve timer events.
+
+ - QFileSystemWatcher
+ * [QTBUG-4840] Fix memory leak in the dnotify implementation.
Qt for Windows
--------------
- -
+ - QAtomicPointer
+ * [QTBUG-6079] Fix compilation for 64-bit Windows targets.
+
+ - QEventDispatchWin32 (internal class)
+ * [QTBUG-6083] Fix a performance regression introduced in 4.6.0
+ that would cause all Qt posted events to be sent at 15-16ms
+ intervals (instead of as quickly as possible).
Qt for Mac OS X
---------------