From eef74a19b867f307d7a0c0c47f3ee0ce2c4d283e Mon Sep 17 00:00:00 2001 From: "Bradley T. Hughes" Date: Tue, 12 Jan 2010 11:31:34 +0100 Subject: my 4.6.1 changelog contributions --- dist/changes-4.6.1 | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) (limited to 'dist/changes-4.6.1') 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 --------------- -- cgit v1.2.1 From d1f73b7be62b0f6e9294b5d78ccd0680cb9fe118 Mon Sep 17 00:00:00 2001 From: Markus Goetz Date: Tue, 12 Jan 2010 12:14:41 +0100 Subject: Update changelog with some of my stuff --- dist/changes-4.6.1 | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'dist/changes-4.6.1') diff --git a/dist/changes-4.6.1 b/dist/changes-4.6.1 index b1eb6e2193..5255894a91 100644 --- a/dist/changes-4.6.1 +++ b/dist/changes-4.6.1 @@ -40,8 +40,11 @@ Optimizations QtCore ------ - - foo - * bar + - QFile + * Improve performance of getting the canonical filename on Linux + and Symbian by using realpath() system call + * Avoid stat() when opening a file + QtGui ----- @@ -71,8 +74,18 @@ QtDBus QtNetwork --------- - - foo - * bar + - QNetworkAccessManager + * HTTP: Smaller improvements + * HTTP: Send our locale with the HTTP request + * HTTP: Start Accept-language and Authorization header with capital letter + * file: Introduce special subclass for higher performance with file:// URLs + - QTcpSocket + * [QTBUG-5799] Fix waitForConnected() on Windows + - QNetworkProxyFactory + * Fixed systemProxyForQuery(), it could sometimes return invalid empty list + on Windows + - QHostInfo + * Use 5 parallel threads for host lookup instead of 1 QtOpenGL -------- -- cgit v1.2.1 From c90c5b6124bb952500c1d3ca0114163729414771 Mon Sep 17 00:00:00 2001 From: Prasanth Ullattil Date: Tue, 12 Jan 2010 13:13:35 +0100 Subject: Changed log updated --- dist/changes-4.6.1 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'dist/changes-4.6.1') diff --git a/dist/changes-4.6.1 b/dist/changes-4.6.1 index 5255894a91..40066bbc95 100644 --- a/dist/changes-4.6.1 +++ b/dist/changes-4.6.1 @@ -160,7 +160,12 @@ Qt for Windows Qt for Mac OS X --------------- - - + - [QTBUG-6973] Fixed a memory leak when using QWidget::setWindowIcon() in carbon. + - [QTBUG-5186] Fixed a bug which caused drag and drop icons to show + incorrectly. + - [QTBUG-6636] Fixed a crash due to stack overflow in QColorDialog on cocoa. + - [QTBUG-6378] Fix a text cursor rendering bug. + - [QTBUG-6636] Fixed a crash when calling removeToolBar on Mac native toolbars using cocoa. Qt for Embedded Linux --------------------- -- cgit v1.2.1 From ddd193b39ba0fa26c18cb13743d9f68cb3749054 Mon Sep 17 00:00:00 2001 From: Peter Hartmann Date: Tue, 12 Jan 2010 14:57:17 +0100 Subject: my changelog for 4.6.1 --- dist/changes-4.6.1 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dist/changes-4.6.1') diff --git a/dist/changes-4.6.1 b/dist/changes-4.6.1 index 40066bbc95..b7073fc0fc 100644 --- a/dist/changes-4.6.1 +++ b/dist/changes-4.6.1 @@ -45,6 +45,9 @@ QtCore and Symbian by using realpath() system call * Avoid stat() when opening a file + - QXmlStreamreader + * [merge request 1926] Fix parsing of DTDs that contain empty markup + declarations QtGui ----- @@ -84,6 +87,8 @@ QtNetwork - QNetworkProxyFactory * Fixed systemProxyForQuery(), it could sometimes return invalid empty list on Windows + - QNetworkCookieJar + * [QTBUG-5815] do not check paths when accepting cookies - QHostInfo * Use 5 parallel threads for host lookup instead of 1 -- cgit v1.2.1 From 30ea9ef54bc54a122263dd3174c5ee8b70355088 Mon Sep 17 00:00:00 2001 From: Richard Moe Gustavsen Date: Tue, 12 Jan 2010 15:22:15 +0100 Subject: My changes to changes-4.6.1 --- dist/changes-4.6.1 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dist/changes-4.6.1') diff --git a/dist/changes-4.6.1 b/dist/changes-4.6.1 index b7073fc0fc..43724237ea 100644 --- a/dist/changes-4.6.1 +++ b/dist/changes-4.6.1 @@ -171,6 +171,8 @@ Qt for Mac OS X - [QTBUG-6636] Fixed a crash due to stack overflow in QColorDialog on cocoa. - [QTBUG-6378] Fix a text cursor rendering bug. - [QTBUG-6636] Fixed a crash when calling removeToolBar on Mac native toolbars using cocoa. + - [QTBUG-5613] Fixed a bug where the application refued to quit when showing a single modal dialog. + - Gestures are now available for the Carbon port also when building Qt against SDK < 10.6 Qt for Embedded Linux --------------------- -- cgit v1.2.1 From 58a319f851bb5d1a4634df36215694ae1786fbd0 Mon Sep 17 00:00:00 2001 From: Jens Bache-Wiig Date: Tue, 12 Jan 2010 16:13:16 +0100 Subject: Fixes: Add some changes for 4.6.1 --- dist/changes-4.6.1 | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'dist/changes-4.6.1') diff --git a/dist/changes-4.6.1 b/dist/changes-4.6.1 index 43724237ea..4aa4d5a6d0 100644 --- a/dist/changes-4.6.1 +++ b/dist/changes-4.6.1 @@ -68,6 +68,7 @@ QtGui * [QTBUG-6654] Fix crashes when deleting QGraphicsItems in touch event handlers. + QtDBus ------ @@ -151,6 +152,12 @@ Qt for Linux/X11 - QFileSystemWatcher * [QTBUG-4840] Fix memory leak in the dnotify implementation. + - QIcon + * [QTBUG-6121] Fixed a problem causing svg-based icon themes to look fuzzy. + + - QGtkStyle + * [QTBUG-6484] Ensure that gtk-enable-mnemonics is respected. + Qt for Windows -------------- @@ -161,6 +168,9 @@ Qt for Windows * [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). + - Vista/XP styles + * [QTBUG-6271] Fixed a compatibility issue with MDI windows in + certain non-standard themes. Qt for Mac OS X --------------- -- cgit v1.2.1