diff options
author | Joerg Bornemann <joerg.bornemann@nokia.com> | 2010-04-27 08:14:44 (GMT) |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@nokia.com> | 2010-04-27 08:16:16 (GMT) |
commit | 13dff164d2ab13b1258d31693b67acebc8636890 (patch) | |
tree | de83a3929410f5e8d67ef67c54af07b0d048c29e /dist | |
parent | 530092bc0b1710504a7e98950eab8d545af42b50 (diff) | |
download | Qt-13dff164d2ab13b1258d31693b67acebc8636890.zip Qt-13dff164d2ab13b1258d31693b67acebc8636890.tar.gz Qt-13dff164d2ab13b1258d31693b67acebc8636890.tar.bz2 |
changes-4.7.0 updated
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.7.0 | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dist/changes-4.7.0 b/dist/changes-4.7.0 index d5b4672..4fd7fdb 100644 --- a/dist/changes-4.7.0 +++ b/dist/changes-4.7.0 @@ -56,6 +56,10 @@ QtGui functions, and replaced them with setCopyCount(), copyCount() and supportsMultipleCopies(). + - QCommonStyle + * Fixed a bug that led to missing text pixels in QTabBar when using + small font sizes. (QTBUG-7137) + **************************************************************************** * Database Drivers * **************************************************************************** @@ -72,6 +76,13 @@ Qt for Linux/X11 Qt for Windows -------------- + - QLocalSocket + * Pipe handle leak fixed, when closing a QLocalSocket that still has + unwritten data. (QTBUG-7815) + * Fixed closing state for local sockets with unwritten data. (QTBUG-9681) + * Detection of Windows mobile 6.5 fixed. (QTBUG-8418) + * Improved performance of writing to QLocalSocket. + Qt for Mac OS X --------------- @@ -84,6 +95,17 @@ Qt for Embedded Linux Qt for Windows CE ----------------- + - Core changes + * Fixed menu handling on Windows mobile. (QTBUG-8754) + * Fixed a crash when receiving a certain type of WM_SETTINGSCHANGE + message. (QTBUG-7943) + + - QWindowsMobileStyle + * Huge performance penalty for QTabWidget fixed for + Windows mobile 6.5. (QTBUG-8419) + * QTabBar scroll button size has been fixed. (QTBUG-8757) + + **************************************************************************** * Compiler Specific Changes * @@ -96,6 +118,9 @@ Qt for Windows CE - Build System + - "configure -fast" on Windows now also works for other make tools than + nmake. (QTBUG-8562) + - Assistant |