diff options
author | Joerg Bornemann <joerg.bornemann@nokia.com> | 2010-05-21 09:29:14 (GMT) |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@nokia.com> | 2010-05-21 09:29:14 (GMT) |
commit | 12fb78962525202e3f9b509fd3f45c143e5dc5bd (patch) | |
tree | 29ded152353ada990439edde1b34edc9fdf51a9d /dist | |
parent | c4a8f59a18132da71615f92eb406e1a759d96b18 (diff) | |
download | Qt-12fb78962525202e3f9b509fd3f45c143e5dc5bd.zip Qt-12fb78962525202e3f9b509fd3f45c143e5dc5bd.tar.gz Qt-12fb78962525202e3f9b509fd3f45c143e5dc5bd.tar.bz2 |
changes-4.6.3 updated
Diffstat (limited to 'dist')
-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 -------------- |