summaryrefslogtreecommitdiff
path: root/dist/changes-4.6.1
diff options
context:
space:
mode:
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 145e09ed4c..b1eb6e2193 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
---------------