~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to doc/html/known-issues.html

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2009-11-02 18:30:08 UTC
  • mfrom: (1.2.2 upstream)
  • mto: (15.2.5 experimental)
  • mto: This revision was merged to the branch mainline in revision 88.
  • Revision ID: james.westby@ubuntu.com-20091102183008-b6a4gcs128mvfb3m
Tags: upstream-4.6.0~beta1
ImportĀ upstreamĀ versionĀ 4.6.0~beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<!DOCTYPE html
3
3
    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
4
4
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
 
<!-- /fasttmp/mkdist-qt-4.5.2-1245473805/qt-x11-opensource-src-4.5.2/doc/src/known-issues.qdoc -->
 
5
<!-- known-issues.qdoc -->
6
6
<head>
7
 
  <title>Qt 4.5: Known Issues in 4.5&#x2e;2</title>
 
7
  <title>Qt 4.6: Known Issues in 4.6&#x2e;0</title>
8
8
  <link href="classic.css" rel="stylesheet" type="text/css" />
9
9
</head>
10
10
<body>
11
11
<table border="0" cellpadding="0" cellspacing="0" width="100%">
12
12
<tr>
13
 
<td align="left" valign="top" width="32"><a href="http://qtsoftware.com/products/qt"><img src="images/qt-logo.png" align="left" border="0" /></a></td>
14
 
<td width="1">&nbsp;&nbsp;</td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a>&nbsp;&middot; <a href="namespaces.html"><font color="#004faf">All&nbsp;Namespaces</font></a>&nbsp;&middot; <a href="classes.html"><font color="#004faf">All&nbsp;Classes</font></a>&nbsp;&middot; <a href="mainclasses.html"><font color="#004faf">Main&nbsp;Classes</font></a>&nbsp;&middot; <a href="groups.html"><font color="#004faf">Grouped&nbsp;Classes</font></a>&nbsp;&middot; <a href="modules.html"><font color="#004faf">Modules</font></a>&nbsp;&middot; <a href="functions.html"><font color="#004faf">Functions</font></a></td>
15
 
<td align="right" valign="top" width="230"></td></tr></table><h1 class="title">Known Issues in 4.5&#x2e;2<br /><span class="subtitle"></span>
 
13
<td align="left" valign="top" width="32"><a href="http://qt.nokia.com/"><img src="images/qt-logo.png" align="left" border="0" /></a></td>
 
14
<td width="1">&nbsp;&nbsp;</td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a>&nbsp;&middot; <a href="classes.html"><font color="#004faf">All&nbsp;Classes</font></a>&nbsp;&middot; <a href="functions.html"><font color="#004faf">All&nbsp;Functions</font></a>&nbsp;&middot; <a href="overviews.html"><font color="#004faf">Overviews</font></a></td><td class="searchBar" align="right" valign="center"><form action="http://www.google.com/cse" id="cse-search-box"><div><input type="hidden" name="cx" value="000136343326384750312:dhbxnqlakyu" /><input type="hidden" name="ie" value="UTF-8" /><input type="text" name="q" size="31" /><input type="submit" name="sa" value="Search" /></div></form></td>
 
15
</tr></table><h1 class="title">Known Issues in 4.6&#x2e;0<br /><span class="subtitle"></span>
16
16
</h1>
17
 
<p>An up-to-date list of known issues with Qt 4.5&#x2e;2 can be found via the <a href="http://www.qtsoftware.com/developer/task-tracker">Task Tracker</a> on the Qt website which provides additional information about known issues and tasks related to Qt.</p>
18
 
<a name="general-issues"></a>
19
 
<h3>General Issues</h3>
20
 
<p>When running Qt applications on Windows or with <tt>-graphicssystem raster</tt>, any process that triggers a <a href="qwidget.html#update">QWidget::update</a>() from within a destructor might result in a crash.</p>
21
 
<a name="issues-with-third-party-software"></a>
22
 
<h3>Issues with Third Party Software</h3>
23
 
<a name="x11-hardware-support"></a>
24
 
<h4>X11 Hardware Support</h4>
25
 
<ul>
26
 
<li>There is a bug in the 169.xx NVIDIA drivers on certain GeForce 8 series cards that is triggered by the OpenGL paint engine when using <a href="qpainter.html">QPainter</a> on a <a href="qglwidget.html">QGLWidget</a> to draw paths and polygons. Some other painting operations that end up in the path fallback are affected as well. The bug causes the whole X server to repeatedly hang for several seconds at a time.</li>
27
 
<li>There is an issue with NVIDIA's 9xxx driver series on X11 that causes a crash in cases where there are several <a href="qglcontext.html">QGLContext</a>s and the extended composition modes are used (the composition modes between and including <a href="qpainter.html#CompositionMode-enum">QPainter::CompositionMode_Multiply</a> and <a href="qpainter.html#CompositionMode-enum">QPainter::CompositionMode_Exclusion</a>). This affects the composition mode demo in Qt 4.5, for example. The crash does not occur in newer versions of the drivers.</li>
28
 
</ul>
29
 
<a name="windows-hardware-support"></a>
30
 
<h4>Windows Hardware Support</h4>
31
 
<ul>
32
 
<li>When using version 6.14.11.6921 of the NVIDIA drivers for the GeForce 6600 GT under Windows XP, Qt applications which use drag and drop will display reduced size drag and drop icons when run alongside applications that use OpenGL. This problem can be worked around by reducing the level of graphics acceleration provided by the driver, or by disabling hardware acceleration completely.</li>
33
 
</ul>
34
 
<a name="windows-software-issues"></a>
35
 
<h4>Windows Software Issues</h4>
 
17
<p>This page documents known problems with the packaging and installation in Qt 4.6&#x2e;0, 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.</p>
 
18
<p>For a list list of known bugs in Qt 4.6&#x2e;0, see the <a href="http://qt.nokia.com/developer/task-tracker">Task Tracker</a> on the Qt website.</p>
 
19
<p>An overview of known issues may also be found at: <a href="http://qt.gitorious.org/qt/pages/Qt460BetaKnownIssues">Known Issues Wiki</a>.</p>
 
20
<a name="installation-issues"></a>
 
21
<h3>Installation Issues</h3>
 
22
<a name="building-the-source-package-on-windows-7"></a>
 
23
<h4>Building the Source Package on Windows 7</h4>
36
24
<ul>
37
25
<li>When building Qt 4.5&#x2e;0 with Windows 7, the build fails with an error message regarding failing to embed manifest. This a known issue with Windows 7, explained in the Windows 7 SDK Beta <a href="http://download.microsoft.com/download/8/8/0/8808A472-6450-4723-9C87-977069714B27/ReleaseNotes.Htm">release notes</a>. A workaround for this issue is to patch the <b>embed_manifest_exe.prf</b> file with the following:<pre> diff --git a/mkspecs/features/win32/embed_manifest_exe.prf b/mkspecs/features/win32/embed_manifest_exe.prf
38
26
 index e1747f1..05f116e 100644
49
37
 +       }
50
38
 +
51
39
  }</pre>
52
 
</li>
53
 
<li>Under certain circumstances Visual Studio Integration v1.4&#x2e;0 will not be able to install the integration for Visual Studio 2005 on Windows Vista. An error message states that .NET Framework v2.0 Service Pack 1 is not installed. This is due to a problem with the built-in installation of this on Windows Vista. This issue can be fixed by installing .NET Framework version 3.5&#x2e;</li>
 
40
<a name="installing-the-source-package-on-unix-systems"></a>
 
41
<h4>Installing the Source Package on Unix systems</h4>
 
42
</li>
 
43
<li>If you download a Zip source package, you will need to convert Windows-style line endings (CR/LF) to Unix-style line-endings (LF) when you uncompress the package. To do this, give the &quot;-a&quot; option when you run the &quot;unzip' command.<p>If you fail to supply the &quot;-a&quot; option when unzipping the package, you will see the following error message when you attempt to execute the configure command: &quot;bash: ./configure: /bin/sh^M: bad interpreter: No such file or directory&quot;</p>
 
44
</li>
 
45
</ul>
 
46
<a name="installing-on-mac-os-x-10-6-snow-leopard"></a>
 
47
<h4>Installing on Mac OS X 10.6 &quot;Snow Leopard&quot;</h4>
 
48
<ul>
 
49
<li>Performing a new install of the Qt 4.6 beta on Snow Leopard triggers a bug in the installer that causes the install to fail. Updating an existing Qt installation works fine.<p>There are two workarounds, either disable spotlight for the target drive during the install, or do a custom install where you deselect documentation and examples. Run the installer again as a full install to get the documentation and examples installed.</p>
 
50
</li>
 
51
</ul>
 
52
<a name="issues-with-third-party-software"></a>
 
53
<h3>Issues with Third Party Software</h3>
 
54
<a name="x11"></a>
 
55
<h4>X11</h4>
 
56
<ul>
 
57
<li>There is a bug in the 169.xx NVIDIA drivers on certain GeForce 8 series cards that is triggered by the OpenGL paint engine when using <a href="qpainter.html">QPainter</a> on a <a href="qglwidget.html">QGLWidget</a> to draw paths and polygons. Some other painting operations that end up in the path fallback are affected as well. The bug causes the whole X server to repeatedly hang for several seconds at a time.</li>
 
58
<li>There is an issue with NVIDIA's 9xxx driver series on X11 that causes a crash in cases where there are several <a href="qglcontext.html">QGLContext</a>s and the extended composition modes are used (the composition modes between and including <a href="qpainter.html#CompositionMode-enum">QPainter::CompositionMode_Multiply</a> and <a href="qpainter.html#CompositionMode-enum">QPainter::CompositionMode_Exclusion</a>). This affects the composition mode demo in Qt 4.5, for example. The crash does not occur in newer versions of the drivers.</li>
 
59
</ul>
 
60
<a name="windows"></a>
 
61
<h4>Windows</h4>
 
62
<ul>
 
63
<li>When using version 6.14.11.6921 of the NVIDIA drivers for the GeForce 6600 GT under Windows XP, Qt applications which use drag and drop will display reduced size drag and drop icons when run alongside applications that use OpenGL. This problem can be worked around by reducing the level of graphics acceleration provided by the driver, or by disabling hardware acceleration completely.</li>
54
64
<li>With NVIDIA GeForce 7950 GT (driver version 6.14.11.7824), a fullscreen <a href="qglwidget.html">QGLWidget</a> flickers when child widgets are shown/hidden. The workaround for this is to use <a href="qwidget.html#geometry-prop">setGeometry()</a> with a width/height 1 pixel bigger than your geometry and call <a href="qwidget.html#show">show()</a>.</li>
55
65
<li>A bug in the Firebird database can cause an application to crash when <tt>fbembed.dll</tt> is unloaded. The bug is fixed in version 2.5&#x2e;</li>
56
66
</ul>
57
 
<a name="mac-os-x-software-support"></a>
58
 
<h4>Mac OS X Software Support</h4>
 
67
<a name="mac-os-x"></a>
 
68
<h4>Mac OS X</h4>
59
69
<ul>
60
70
<li>If a sheet is opened for a given window, clicking the title bar of that window will cause it to flash. This behavior has been reported to Apple (bug number 5827676).</li>
61
71
</ul>
62
72
<p /><address><hr /><div align="center">
63
73
<table width="100%" cellspacing="0" border="0"><tr class="address">
64
 
<td width="30%" align="left">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies)</td>
65
 
<td width="40%" align="center"><a href="trademarks.html">Trademarks</a></td>
66
 
<td width="30%" align="right"><div align="right">Qt 4.5.2</div></td>
67
 
</tr></table></div></address></body>
 
74
<td width="40%" align="left">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies)</td>
 
75
<td width="20%" align="center"><a href="trademarks.html">Trademarks</a></td>
 
76
<td width="40%" align="right"><div align="right">Qt 4.6.0</div></td>
 
77
<script type="text/javascript" src="http://www.google.com/jsapi"></script><script type="text/javascript">google.load("elements", "1", {packages: "transliteration"});</script><script type="text/javascript" src="http://www.google.com/coop/cse/t13n?form=cse-search-box&t13n_langs=en"></script><script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script></tr></table></div></address></body>
68
78
</html>