diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-05-20 10:14:55 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-05-20 10:14:55 (GMT) |
commit | 15f1eb3ad010dbfd0941ae32d657d4ddcc07b24e (patch) | |
tree | 7992eca6c8fc0844596f4b77d175cef0f4d6d233 /dist/changes-4.6.3 | |
parent | 1876205f3054bec91f1ada89c8d8b1eef61193ab (diff) | |
parent | 894cbac989cada9d54bc65e4d8cb22682ff50ad9 (diff) | |
download | Qt-15f1eb3ad010dbfd0941ae32d657d4ddcc07b24e.zip Qt-15f1eb3ad010dbfd0941ae32d657d4ddcc07b24e.tar.gz Qt-15f1eb3ad010dbfd0941ae32d657d4ddcc07b24e.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:
Fix WebKit version dependency in pkg files
Add support for including module specific .pri files as part of qt.prf handling
My changelog entries for 4.6.3
Add my changes to the 4.6.3 changes log
my changelog for 4.6.3
Diffstat (limited to 'dist/changes-4.6.3')
-rw-r--r-- | dist/changes-4.6.3 | 40 |
1 files changed, 32 insertions, 8 deletions
diff --git a/dist/changes-4.6.3 b/dist/changes-4.6.3 index d8e9fb4..c109f21 100644 --- a/dist/changes-4.6.3 +++ b/dist/changes-4.6.3 @@ -40,14 +40,29 @@ Optimizations QtCore ------ - - foo - * bar + - QXmlStreamReader + * [QTBUG-9196] fixed crash when parsing QtGui ----- - - foo - * bar + - QPainter + * [QTBUG-10421] Fixed WebKit-specific justification bug for text containing + more than one script. + + - QTextEdit + * [QTBUG-9599] Fixed crash when copying the current text cursor as a result + of deleting a character. + + - QTextEngine + * [QTBUG-9374] Fixed possible crash in QTextEngine::boundingBox() when using + multiscripted text. + + - QTextLayout + * [QTBUG-9074] Fixed performance regression that was introduced in Qt 4.6.0. + + - Improved scrolling horizontally with a mouse wheel over sliders. + - [QTBUG-7451] Gestures respect panels on QGraphicsView. QtDBus ------ @@ -82,8 +97,13 @@ QtSql QtXml ----- - - foo - * bar + - [QTBUG-8398] QDom: prevent infinite loop when cloning a DTD + +QtXmlPatterns +------------- +- [QTBUG-8920] fixed crash with anonymous types in XsdSchemaChecker +- [QTBUG-8394] include/import/redefine schemas only once +- QXmlSchema: fix crash with referencing elements Qt Plugins ---------- @@ -111,12 +131,16 @@ Qt for Unix (X11 and Mac OS X) Qt for Linux/X11 ---------------- - - + - [MR 458] Improved handling of Shift-Tab with VNC on X11. + - [QTBUG-7063] Changed key bindings (XF86XK_MyComputer, Qt::Key_Launch0, + Key_Calculator) on X11 back to how it was in Qt 4.5 before MR 1742 + accidentally changed it. Qt for Windows -------------- - - + - [QTBUG-6007] On Windows we query if there is a touch screen and do not try + to enable gestures otherwise. Qt for Mac OS X --------------- |