summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcon <qtc-committer@nokia.com>2008-12-17 16:33:42 +0100
committercon <qtc-committer@nokia.com>2008-12-17 16:34:39 +0100
commit64a4f93775b3f33d42a725ead5fa367d17f0ba70 (patch)
treee3551889832e977e42cbe1c2b13b0a8ab717ce09
parent4d61bae46c773f43990479c5d55ea0ed5c03f3fa (diff)
downloadqt-creator-64a4f93775b3f33d42a725ead5fa367d17f0ba70.tar.gz
Fixes: - Known Issues and version in footer
-rw-r--r--doc/qtcreator.qchbin3055616 -> 3055616 bytes
-rw-r--r--doc/qtcreator.qdoc14
-rw-r--r--doc/qtcreator.qdocconf10
3 files changed, 16 insertions, 8 deletions
diff --git a/doc/qtcreator.qch b/doc/qtcreator.qch
index 2d2985d9cf..8733e749a0 100644
--- a/doc/qtcreator.qch
+++ b/doc/qtcreator.qch
Binary files differ
diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc
index 0b5da293d8..af3b3da571 100644
--- a/doc/qtcreator.qdoc
+++ b/doc/qtcreator.qdoc
@@ -1195,10 +1195,18 @@
\o The file system sidebar does not update automatically. As a
workaround, switch to another directory and then back.
- \o The resource system of the embedded version of Qt Designer does not
- interact with the project manager.
-
\o Loading KDE4 designer plugins breaks the style, due to a bug in KDE.
+
+ \o Scopes in .pro files are ignored, and environment variables not expanded.
+
+ \o Code completion for generated UI header files is not updated properly
+ after the first time.
+
+ \o Code completion does not support typedefs (e.g. std::string) and
+ private classes (e.g. class MyClass::Data {};).
+
+ \o On Gnome, after minimizing Qt Creator and restoring again, the
+ application window does not repaint properly until resized.
\endlist
*/
diff --git a/doc/qtcreator.qdocconf b/doc/qtcreator.qdocconf
index 4cc07d2dc7..b1a99f1319 100644
--- a/doc/qtcreator.qdocconf
+++ b/doc/qtcreator.qdocconf
@@ -17,15 +17,15 @@ sources.fileextensions = "qtcreator.qdoc"
qhp.projects = QtCreator
qhp.QtCreator.file = qtcreator.qhp
-qhp.QtCreator.namespace = com.nokia.qtcreator.09
+qhp.QtCreator.namespace = com.nokia.qtcreator.091
qhp.QtCreator.virtualFolder = doc
qhp.QtCreator.indexTitle = Qt Creator
qhp.QtCreator.indexRoot =
qhp.QtCreator.extraFiles = classic.css \
images/qt-logo.png
-qhp.QtCreator.filterAttributes = qtcreator 0.9
-qhp.QtCreator.customFilters.QtCreator.name = Qt Creator 0.9
-qhp.QtCreator.customFilters.QtCreator.filterAttributes = qtcreator 0.9
+qhp.QtCreator.filterAttributes = qtcreator 0.9.1
+qhp.QtCreator.customFilters.QtCreator.name = Qt Creator 0.9.1
+qhp.QtCreator.customFilters.QtCreator.filterAttributes = qtcreator 0.9.1
# macros.qdocconf
@@ -201,5 +201,5 @@ HTML.footer = "<p /><address><hr /><div align=\"center\">\n" \
"<table width=\"100%\" cellspacing=\"0\" border=\"0\"><tr class=\"address\">\n" \
"<td width=\"30%\" align=\"left\">Copyright &copy; 2008 Nokia</td>\n" \
"<td width=\"40%\" align=\"center\">&nbsp;</td>\n" \
- "<td width=\"30%\" align=\"right\"><div align=\"right\">Qt Creator 0.9</div></td>\n" \
+ "<td width=\"30%\" align=\"right\"><div align=\"right\">Qt Creator 0.9.1</div></td>\n" \
"</tr></table></div></address>"