diff options
author | Martin Smith <msmith@trolltech.com> | 2010-01-12 12:13:34 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-01-12 12:13:34 (GMT) |
commit | c96c83df302fe35b9ac98528b288a8ed2ac65286 (patch) | |
tree | e4c53e965acd3d5d3c24b43790410c9d1d999671 /dist/changes-4.6.1 | |
parent | 4da15757269feb872432c43a3516a1349d6dcf39 (diff) | |
parent | 04bdf9f6a77e9ebf96431f89b8240a037b3d2b09 (diff) | |
download | Qt-c96c83df302fe35b9ac98528b288a8ed2ac65286.zip Qt-c96c83df302fe35b9ac98528b288a8ed2ac65286.tar.gz Qt-c96c83df302fe35b9ac98528b288a8ed2ac65286.tar.bz2 |
Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6
Diffstat (limited to 'dist/changes-4.6.1')
-rw-r--r-- | dist/changes-4.6.1 | 44 |
1 files changed, 38 insertions, 6 deletions
diff --git a/dist/changes-4.6.1 b/dist/changes-4.6.1 index 145e09e..5255894 100644 --- a/dist/changes-4.6.1 +++ b/dist/changes-4.6.1 @@ -40,12 +40,19 @@ 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 ----- + - 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 +61,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 ------ @@ -63,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 -------- @@ -118,12 +139,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 --------------- |