summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2010-01-12 10:31:34 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2010-01-13 16:44:03 (GMT)
commitdc6946be47ee8afb51991066c3c77dae9675a097 (patch)
tree0e2c2a1094591cd88fc8e898ddceb0d1b79f2c75
parentab680a0bd12cef920d7a372ebd87a760a9e96cd7 (diff)
downloadQt-dc6946be47ee8afb51991066c3c77dae9675a097.zip
Qt-dc6946be47ee8afb51991066c3c77dae9675a097.tar.gz
Qt-dc6946be47ee8afb51991066c3c77dae9675a097.tar.bz2
my 4.6.1 changelog contributions
(cherry picked from commit eef74a19b867f307d7a0c0c47f3ee0ce2c4d283e)
-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 51b5f6e..d80627e 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
------
@@ -159,12 +167,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
---------------