summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKavindra Devi Palaraja <kavindra.palaraja@nokia.com>2009-08-04 12:56:09 +0200
committerThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2009-09-25 12:38:31 +0200
commit250aed8a30ce186cf534a77b1cce6d886a7c07f0 (patch)
treebaf972c6bde3e455939935470db22008a1c35d22
parent66bc31a3bc7c5755a4cfd8adcb795ceb25a83db9 (diff)
downloadqt-creator-250aed8a30ce186cf534a77b1cce6d886a7c07f0.tar.gz
Doc - More documentation for the Sessions section
Reviewed-By: TrustMe
-rw-r--r--doc/images/qtcreator-session-manager.pngbin44680 -> 32113 bytes
-rw-r--r--doc/images/qtcreator-welcome-session.pngbin0 -> 83859 bytes
-rw-r--r--doc/qtcreator.qdoc18
3 files changed, 10 insertions, 8 deletions
diff --git a/doc/images/qtcreator-session-manager.png b/doc/images/qtcreator-session-manager.png
index b1cae8772b..786239c183 100644
--- a/doc/images/qtcreator-session-manager.png
+++ b/doc/images/qtcreator-session-manager.png
Binary files differ
diff --git a/doc/images/qtcreator-welcome-session.png b/doc/images/qtcreator-welcome-session.png
new file mode 100644
index 0000000000..a718e1d68c
--- /dev/null
+++ b/doc/images/qtcreator-welcome-session.png
Binary files differ
diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc
index e12c0fa467..4d860c5840 100644
--- a/doc/qtcreator.qdoc
+++ b/doc/qtcreator.qdoc
@@ -130,9 +130,9 @@
\section2 Build Issues
- The {Build Issues} pane provides a list of issues, e.g., error messages or
- warnings that need to be fixed. It filters out irrelevant output from the
- compiler and collects them in an organized way.
+ The \gui{Build Issues} pane provides a list of issues, e.g., error messages
+ or warnings that need to be fixed. It filters out irrelevant output from
+ the compiler and collects them in an organized way.
\image qtcreator-build-issues.png
@@ -1006,10 +1006,12 @@
session.
\image qtcreator-session-menu.png
- ##########
-<eike> kavindra: with a welcome screen screenshot with a nice fat red arrow
-pointing vigoriously on the "Resume session, ... (last session)" entry, saying
-Click here to continue where you left creator last time", or something similar preferably :)
+
+ When you launch Qt Creator, a list of your recent sessions will be
+ displayed on the \gui{Welcome Screen}.
+
+ \image qtcreator-welcome-session.png
+
*/
@@ -1525,7 +1527,7 @@ Click here to continue where you left creator last time", or something similar p
{Declaring other Libraries} section of the Qt documentation.
If your project successfully builds and links against the external library,
- syntax completion and highlighting should also work.
+ syntax completion and highlighting should work.
\section1 CMake Projects