diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-02-04 12:53:55 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-02-04 12:53:55 (GMT) |
commit | e9c39c5b05f3938105277decb385e34d14ffdae6 (patch) | |
tree | d61b4c877cd14247ae0de260034cb99494434c5d /doc/src | |
parent | 53038b678ccba374da5ce9ad216044f075a3ffd8 (diff) | |
parent | 8f83747d12efc612b730a7dd911f916127387c0c (diff) | |
download | Qt-e9c39c5b05f3938105277decb385e34d14ffdae6.zip Qt-e9c39c5b05f3938105277decb385e34d14ffdae6.tar.gz Qt-e9c39c5b05f3938105277decb385e34d14ffdae6.tar.bz2 |
Merge branch 'qt-master-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration into master-integration
* 'qt-master-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration: (73 commits)
Rhys Weatherley's changes for 4.6.2
Autotest: to be sure, generate .cpp files with the proper headers too
Adjust rw base address for gui built with GCCE for Symbian OS
Added descriptions of translatable strings for Phonon MMF reverb effect
Corrected namespace for Phonon::MMF translatable error strings
Compile fix for non-Symbian compilers
revert to fromUtf16() usage in fromWCharArray()
S60 softkey refactoring (support for merging, priorities and menus)
Implementation for QVGPixmapData to/fromSymbianCFbsBitmap
Updated changlog 4.6.2
Fix license headers on these new files (and the generator).
Add auto-generated tests for QScriptValue
Add changes for 4.6.2
Assistant examples: Fix missing QLatin1String.
Changelog: Added Designer/uic3 changes for 4.6.2
Revert "Improve raster graphics system performance on Mac."
Added Czech translations.
Introduce of QScriptValue autotest generator.
Revert "Update default FPU flags on Symbian to be softvfp+vfpv2"
Fixed potential crash in mac style
...
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/getting-started/known-issues.qdoc | 4 | ||||
-rw-r--r-- | doc/src/platforms/platform-notes.qdoc | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/getting-started/known-issues.qdoc b/doc/src/getting-started/known-issues.qdoc index 5503ab9..b73e15d 100644 --- a/doc/src/getting-started/known-issues.qdoc +++ b/doc/src/getting-started/known-issues.qdoc @@ -52,7 +52,7 @@ on the Qt website. An overview of known issues may also be found at: - \l{http://qt.gitorious.org/qt/pages/Qt460KnownIssues} + \l{http://qt.gitorious.org/qt/pages/QtKnownIssues} {Known Issues Wiki}. \section1 Installation Issues @@ -160,6 +160,6 @@ \list \o Check known issues for Symbian at - \l{http://qt.gitorious.org/qt/pages/Qt460KnownIssues} {Known Issues Wiki}. + \l{http://qt.gitorious.org/qt/pages/QtKnownIssues} {Known Issues Wiki}. \endlist */ diff --git a/doc/src/platforms/platform-notes.qdoc b/doc/src/platforms/platform-notes.qdoc index 4a04a36..b64d67b 100644 --- a/doc/src/platforms/platform-notes.qdoc +++ b/doc/src/platforms/platform-notes.qdoc @@ -482,7 +482,7 @@ \section1 Known Issues Known issues can be found by visiting the - \l{http://qt.gitorious.org/qt/pages/Qt460KnownIssues}{wiki page} with an + \l{http://qt.gitorious.org/qt/pages/QtKnownIssues}{wiki page} with an up-to-date list of known issues, and the list of bugs can be found by \l{http://bugreports.qt.nokia.com/browse/QTBUG/component/19171}{browsing} the S60 component in Qt's public task tracker, located at |