diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-05-21 11:14:47 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-05-21 11:14:47 (GMT) |
commit | 16760f8ef992f022c24eb7d34ccc49b6a1868f16 (patch) | |
tree | d13f113baf85a4007bcc8a001a7a15c5fd6b80a8 | |
parent | 2030d44184ebaf2ee1bd47ff08f5ef058335b45e (diff) | |
parent | 12fb78962525202e3f9b509fd3f45c143e5dc5bd (diff) | |
download | Qt-16760f8ef992f022c24eb7d34ccc49b6a1868f16.zip Qt-16760f8ef992f022c24eb7d34ccc49b6a1868f16.tar.gz Qt-16760f8ef992f022c24eb7d34ccc49b6a1868f16.tar.bz2 |
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integration
* '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1:
changes-4.6.3 updated
-rw-r--r-- | dist/changes-4.6.3 | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/dist/changes-4.6.3 b/dist/changes-4.6.3 index 9383600..1a49403 100644 --- a/dist/changes-4.6.3 +++ b/dist/changes-4.6.3 @@ -120,6 +120,11 @@ QtGui - qDrawPixmaps() * [QTBUG-8455] Fixed qDrawPixmaps() to draw on integer coordinates under Mac OS X. + - QCommonStyle + * [QTBUG-7137] Fixed a bug that led to missing text pixels in QTabBar when using + small font sizes. + + QtDBus ------ @@ -230,6 +235,12 @@ Qt for Windows - [QTBUG-6007] On Windows we query if there is a touch screen and do not try to enable gestures otherwise. + - QLocalSocket + * [QTBUG-7815] Pipe handle leak fixed, when closing a QLocalSocket that still has + unwritten data. + * [QTBUG-9681] Fixed closing state for local sockets with unwritten data. + * [QTBUG-8418] Detection of Windows mobile 6.5 fixed. + Qt for Mac OS X --------------- @@ -249,7 +260,16 @@ DirectFB Qt for Windows CE ----------------- - - +- Core changes + * [QTBUG-8754] Fixed menu handling on Windows mobile. + * [QTBUG-7943] Fixed a crash when receiving a certain type of + WM_SETTINGSCHANGE message. + +- QWindowsMobileStyle + * [QTBUG-8419] Huge performance penalty for QTabWidget fixed for + Windows mobile 6.5. + * [QTBUG-8757] QTabBar scroll button size has been fixed. + Qt for Symbian -------------- |