diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2009-12-04 00:13:45 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2009-12-04 00:13:45 (GMT) |
commit | 7661f40f286c1693a0cab440271f7a5c384a63eb (patch) | |
tree | eaf9cb8e9392d26f36e4129401485f8e8237e518 /doc | |
parent | cf54fabe3b247e7f9c46defa2caa319bd7fd7905 (diff) | |
parent | d7b34583926e3bd751120a4b827cd5ba6667dea3 (diff) | |
download | Qt-7661f40f286c1693a0cab440271f7a5c384a63eb.zip Qt-7661f40f286c1693a0cab440271f7a5c384a63eb.tar.gz Qt-7661f40f286c1693a0cab440271f7a5c384a63eb.tar.bz2 |
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into qt-integration
* '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (286 commits)
Fix Run-Time Check Failure with MSVC when downcasting.
Fixes: Compile fix
Ensure the button state is correct when creating a QWheelEvent on Mac.
Compile fix for mac after the merge.
Fixes: Support gtk-enable-mnemonics on QGtkStyle
Compile fix for mac after the merge.
Improved mouse wheel event delivery on Mac.
Updates to QtGui DEF files for WINSCW and EABI
Update include path for Symbian^3
Assign Symbian UID to QtOpenVg module
Update QtOpenVG DEF file for EABI, add for WINSCW, on Symbian OS
Cocoa: refactor common code into a shared file
Fix typo in configure.
Revert "Fixed qmake to run extra compilers in the build dir."
Fixed qmake to run extra compilers in the build dir.
Add config checks to auto.pro
Do not emulate mouse event out of touch pad events
Do not enabled Pan gesture by default on Mac.
Improved implicit mouse grabbing on Cocoa.
Don't look at the patch-level number when loading plugins.
...
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/getting-started/installation.qdoc | 4 | ||||
-rw-r--r-- | doc/src/getting-started/known-issues.qdoc | 8 | ||||
-rw-r--r-- | doc/src/platforms/supported-platforms.qdoc | 2 |
3 files changed, 8 insertions, 6 deletions
diff --git a/doc/src/getting-started/installation.qdoc b/doc/src/getting-started/installation.qdoc index 58059d1..beb4419 100644 --- a/doc/src/getting-started/installation.qdoc +++ b/doc/src/getting-started/installation.qdoc @@ -711,6 +711,10 @@ If you are using pre-built binaries, follow the instructions given in the \l{http://www.microsoft.com/downloads/details.aspx?FamilyId=BB4A75AB-E2D4-4C96-B39D-37BAF6B5B1DC&displaylang=en}{here} to avoid runtime conflicts. + If you are using a source code package of Qt, you must first install Perl so + that the syncqt script invoked by configure can be executed. You can download + this \l{http://www.activestate/downloads/}{here}. + To build Qt with Phonon on Windows, you require: \list diff --git a/doc/src/getting-started/known-issues.qdoc b/doc/src/getting-started/known-issues.qdoc index b26d68e..7ae6d34 100644 --- a/doc/src/getting-started/known-issues.qdoc +++ b/doc/src/getting-started/known-issues.qdoc @@ -45,16 +45,14 @@ \ingroup platform-specific \brief A summary of known issues in Qt %VERSION% at the time of release. - This page documents known problems with the packaging and installation in - Qt %VERSION%, as well as issues with third party software that we have - not been able to work around. For a list of such issues in previous Qt - versions refer to this page in the respective documentation. + An up-to-date list of known issues with Qt %VERSION% can be found via the + \l{http://bugreports.qt.nokia.com/}{Qt Bug Tracker}. For a list list of known bugs in Qt %VERSION%, see the \l{Task Tracker} on the Qt website. An overview of known issues may also be found at: - \l{http://qt.gitorious.org/qt/pages/Qt460BetaKnownIssues} + \l{http://qt.gitorious.org/qt/pages/Qt460KnownIssues} {Known Issues Wiki}. \section1 Installation Issues diff --git a/doc/src/platforms/supported-platforms.qdoc b/doc/src/platforms/supported-platforms.qdoc index be098bc..d0334f5 100644 --- a/doc/src/platforms/supported-platforms.qdoc +++ b/doc/src/platforms/supported-platforms.qdoc @@ -170,6 +170,6 @@ \o Drop support for Visual Studio 2003 \o Drop support for HP-UX on PA-RISC \o Drop support for Windows Mobile 5 - \o Drop support for OpenGL ES Common Lite + \o Drop support for OpenGL ES Common Lite 1.0 \endlist */ |