Changeset 846 for trunk/doc/src/getting-started/known-issues.qdoc
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/doc/src/getting-started/known-issues.qdoc
r769 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) … … 7 7 ** This file is part of the documentation of the Qt Toolkit. 8 8 ** 9 ** $QT_BEGIN_LICENSE: LGPL$9 ** $QT_BEGIN_LICENSE:L$ 10 10 ** Commercial Usage 11 11 ** Licensees holding valid Qt Commercial licenses may use this file in 12 12 ** accordance with the Qt Commercial License Agreement provided with the 13 ** Software or, alternatively, in accordance with the terms contained in 14 ** awritten agreement between you and Nokia.13 ** Software or, alternatively, in accordance with the terms contained in 14 ** written agreement between you and Nokia. 15 15 ** 16 ** GNU Lesser General Public License Usage 17 ** Alternatively, this file may be used under the terms of the GNU Lesser 18 ** General Public License version 2.1 as published by the Free Software 19 ** Foundation and appearing in the file LICENSE.LGPL included in the 20 ** packaging of this file. Please review the following information to 21 ** ensure the GNU Lesser General Public License version 2.1 requirements 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 23 ** 24 ** In addition, as a special exception, Nokia gives you certain additional 25 ** rights. These rights are described in the Nokia Qt LGPL Exception 26 ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. 27 ** 28 ** GNU General Public License Usage 29 ** Alternatively, this file may be used under the terms of the GNU 30 ** General Public License version 3.0 as published by the Free Software 31 ** Foundation and appearing in the file LICENSE.GPL included in the 32 ** packaging of this file. Please review the following information to 33 ** ensure the GNU General Public License version 3.0 requirements will be 34 ** met: http://www.gnu.org/copyleft/gpl.html. 16 ** GNU Free Documentation License 17 ** Alternatively, this file may be used under the terms of the GNU Free 18 ** Documentation License version 1.3 as published by the Free Software 19 ** Foundation and appearing in the file included in the packaging of this 20 ** file. 35 21 ** 36 22 ** If you have questions regarding the use of this file, please contact … … 42 28 /*! 43 29 \page known-issues.html 44 \title Known Issues in 4.6.330 \title Known Issues 45 31 \ingroup platform-specific 46 \brief A summary of known issues in Qt 4.6.3at the time of release.32 \brief at the time of release. 47 33 48 An up-to-date list of known issues with Qt 4.6.3 can be found via the 49 \l{http://bugreports.qt.nokia.com/}{Qt Bug Tracker}. 50 51 For a list list of known bugs in Qt 4.6.3, see the \l{Task Tracker} 52 on the Qt website. 53 54 An overview of known issues may also be found at: 55 \l{http://qt.gitorious.org/qt/pages/QtKnownIssues} 34 \list 35 \o An up-to-date list of known issues can be found at \l{http://bugreports.qt.nokia.com/}{Qt Bug Tracker}. 36 \o For a list list of known bugs, see the \l{Task Tracker} at the Qt website. 37 \o An overview of known issues may also be found at: \l{http://qt.gitorious.org/qt/pages/QtKnownIssues} 56 38 {Known Issues Wiki}. 57 58 \section1 Installation Issues59 60 \section2 Installing the Source Package on Unix systems61 62 \list63 64 \o If you download a Zip source package, you will need to convert65 Windows-style line endings (CR/LF) to Unix-style line-endings (LF) when66 you uncompress the package. To do this, give the "-a" option when you67 run the "unzip' command.68 69 \o If you fail to supply the "-a" option when unzipping the package, you70 will see the following error message when you attempt to execute the71 configure command:72 "bash: ./configure: /bin/sh^M: bad interpreter: No such file or directory"73 74 \endlist75 76 \section2 Installing on Mac OS X 10.6 "Snow Leopard"77 78 \list79 80 \o Performing a new install of the Qt 4.6 beta on Snow Leopard81 triggers a bug in the installer that causes the install to fail.82 Updating an existing Qt installation works fine.83 84 \o There are two workarounds, either disable spotlight for the target85 drive during the install, or do a custom install where you deselect86 documentation and examples. Run the installer again as a full87 install to get the documentation and examples installed.88 89 \endlist90 91 \section1 Issues with Third Party Software92 93 \section2 X1194 95 \list96 \o There is a bug in the 169.xx NVIDIA drivers on certain GeForce 8 series97 cards that is triggered by the OpenGL paint engine when using QPainter98 on a QGLWidget to draw paths and polygons. Some other painting99 operations that end up in the path fallback are affected as well. The100 bug causes the whole X server to repeatedly hang for several seconds at101 a time.102 \o There is an issue with NVIDIA's 9xxx driver series on X11 that causes a103 crash in cases where there are several \l{QGLContext}s and the extended104 composition modes are used (the composition modes between and including105 QPainter::CompositionMode_Multiply and106 QPainter::CompositionMode_Exclusion). This affects the composition mode107 demo in Qt 4.5, for example. The crash does not occur in newer versions108 of the drivers.109 \endlist110 111 \section2 Windows112 113 \list114 115 \o When using version 6.14.11.6921 of the NVIDIA drivers for the GeForce116 6600 GT under Windows XP, Qt applications which use drag and drop will117 display reduced size drag and drop icons when run alongside118 applications that use OpenGL. This problem can be worked around by119 reducing the level of graphics acceleration provided by the driver, or120 by disabling hardware acceleration completely.121 122 \o With NVIDIA GeForce 7950 GT (driver version 6.14.11.7824), a fullscreen123 QGLWidget flickers when child widgets are shown/hidden. The workaround124 for this is to use \l{QWidget::}{setGeometry()} with a width/height 1125 pixel bigger than your geometry and call \l{QWidget::}{show()}.126 127 \o A bug in the Firebird database can cause an application to crash when128 \c{fbembed.dll} is unloaded. The bug is fixed in version 2.5.129 130 \o On Windows 7, resizing windows is slower than on Vista/Xp. This is because131 the gesture initialization process (required for native gesture support)132 currently calls winId() on widgets, which causes whole widget hierarchies133 to use native window handles. This slows down resizing.134 135 \o Compile errors with Intel C++ Compiler.\br136 There seems to be a bug in the Intel compiler with respect to137 over-agressive inlining of code.138 The problem will manifest itself during the link phase of QtGui where139 it fails with the error that it cannot find QObjectData::~QObjectData().140 See \l{http://bugreports.qt.nokia.com/browse/QTBUG-5145} for updates on this141 bug.142 Also, due to some bugs in WebKit, the QtScript and QtWebKit modules143 will not compile.144 See \l{http://bugreports.qt.nokia.com/browse/QTBUG-6297} for a145 workaround for QtScript.146 147 \endlist148 149 \section2 Mac OS X150 151 \list152 153 \o If a sheet is opened for a given window, clicking the title bar of that154 window will cause it to flash. This behavior has been reported to Apple155 (bug number 5827676).156 157 \endlist158 159 \section2 Symbian160 161 \list162 \o Check known issues for Symbian at163 \l{http://qt.gitorious.org/qt/pages/QtKnownIssues} {Known Issues Wiki}.164 39 \endlist 165 40 */
Note:
See TracChangeset
for help on using the changeset viewer.