diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2011-10-03 09:22:58 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2011-10-03 09:22:58 (GMT) |
commit | 06c23ac8a6d03af3b9674c8c7850560a0973b2fb (patch) | |
tree | 69df44d6761ffc584327a0a3c00ad29c3cb058bf /dist/changes-4.8.0 | |
parent | 1f459f4040845919ffd46cea35958486f41abb3c (diff) | |
parent | 3c6f31d6b7ec382e18cfaabf5b9d6e7e56304029 (diff) | |
download | Qt-06c23ac8a6d03af3b9674c8c7850560a0973b2fb.zip Qt-06c23ac8a6d03af3b9674c8c7850560a0973b2fb.tar.gz Qt-06c23ac8a6d03af3b9674c8c7850560a0973b2fb.tar.bz2 |
Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-doc-staging into master-integration
* 'master' of scm.dev.nokia.troll.no:qt/qt-doc-staging:
Added text about -random and -seed options in QTest to changelog
Add another part of the source code to the snippet.
Update changes-4.8.0
Update translation sources.
Update the changelog for qdoc in 4.8
Diffstat (limited to 'dist/changes-4.8.0')
-rw-r--r-- | dist/changes-4.8.0 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dist/changes-4.8.0 b/dist/changes-4.8.0 index 5dd1d8a..d7eb059 100644 --- a/dist/changes-4.8.0 +++ b/dist/changes-4.8.0 @@ -82,6 +82,7 @@ that the changes lead to a leaner API and the change applies to all platforms. - QProcessEnvironment: major optimizations, especially on Unix - Add branch prediction macros Q_LIKELY and Q_UNLIKELY - QSettings: don't assume XDG_CONFIG_HOME is latin1-encoded + - QDateTime: Fix generation of ISO8601 strings to include proper timezone information [QTBUG-18290] QtGui ----- @@ -184,6 +185,11 @@ QtDBus - QDBusConnection: Add methods disconnectFromPeer and connectToPeer - Make the DBus timeout configurable in QDBusAbstractInterface. +QtTest +------ + - Added -random and -seed options to tests, making the test cases within + a test execute in arbitrary order. + **************************************************************************** * Database Drivers * **************************************************************************** @@ -368,6 +374,10 @@ Qt for Windows CE - syncqt * Fix to allow $QTDIR to contain any valid pathname characters. +- qdoc3 + * Add support for documenting QML using module identifiers. + * Change the format of qdocconf files. + **************************************************************************** * Plugins * **************************************************************************** |