diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-05-21 12:48:43 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-05-21 12:48:43 (GMT) |
commit | 4b1ddaa519c3fcf20cd1627fa8d580ebe6cafd4f (patch) | |
tree | 47c2739df08939614addc48e998d1e2950566497 /dist | |
parent | be04377b22475772e376a51017855a00cc732e80 (diff) | |
parent | a7a0b98c781fe36d7cc5a00f2001bb93054271b0 (diff) | |
download | Qt-4b1ddaa519c3fcf20cd1627fa8d580ebe6cafd4f.zip Qt-4b1ddaa519c3fcf20cd1627fa8d580ebe6cafd4f.tar.gz Qt-4b1ddaa519c3fcf20cd1627fa8d580ebe6cafd4f.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2:
changes-4.7.0 updated
Revert "Deselect the current selection when the QItemSelectionModel::model is reset."
add missing include
Fix crash when using fonts in non-gui QApplication
Deselect the current selection when the QItemSelectionModel::model is reset.
Autotest fix on macosx
Compile with gcc 4.0.1
improve Unicode Normalization autotest
more subtests for QChar
nano optimization of canonicalOrderHelper()
fix canonicalOrderHelper() for some corner case
use new QChar::requiresSurrogates() instead of hardcoded value
prevent fake normalization
prefer QChar::*surrogate() over hardcoded values
Fixed an assert in QMenu
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.7.0 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/changes-4.7.0 b/dist/changes-4.7.0 index a57575e..dff20dd 100644 --- a/dist/changes-4.7.0 +++ b/dist/changes-4.7.0 @@ -232,7 +232,6 @@ Qt for Windows * 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. @@ -260,6 +259,7 @@ Qt for Windows CE * Huge performance penalty for QTabWidget fixed for Windows mobile 6.5. (QTBUG-8419) * QTabBar scroll button size has been fixed. (QTBUG-8757) + * Detection of Windows mobile 6.5 fixed. (QTBUG-8418) |