aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>2010-06-04 15:12:47 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-06-04 18:22:58 +0200
commitb155807a951c29e062a35dbb5afb0ec0f7e8276c (patch)
tree58af75285e1a46c931e9b97075851538547bd1c2
parent839b5178d4011133211efe05e11948fb5a00d3af (diff)
Doc - Update information about managing sessions and screenshots.
Reviewed-by: dt (cherry picked from commit 86d6fca7766b1f917792d34bd77f84aee36b50fc)
-rw-r--r--doc/images/qtcreator-session-manager.pngbin32113 -> 18673 bytes
-rw-r--r--doc/images/qtcreator-welcome-session.pngbin64567 -> 40197 bytes
-rw-r--r--doc/qtcreator.qdoc29
3 files changed, 19 insertions, 10 deletions
diff --git a/doc/images/qtcreator-session-manager.png b/doc/images/qtcreator-session-manager.png
index 786239c183..d20c531936 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
index 9e1acbba36..0c0f5036ff 100644
--- a/doc/images/qtcreator-welcome-session.png
+++ b/doc/images/qtcreator-welcome-session.png
Binary files differ
diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc
index 1ea3d170dd..dec0a51dac 100644
--- a/doc/qtcreator.qdoc
+++ b/doc/qtcreator.qdoc
@@ -1925,7 +1925,8 @@
set up automatically.
You can select the targets and click the \gui Run button to build and
- run the applications on the targets.
+ run the applications on the targets. You can click the \gui {Build All}
+ button to build all open projects, one after another.
\section1 Setting Up a Project
@@ -3778,7 +3779,9 @@
\title Managing Sessions
- In Qt Creator, a session is a collection of:
+ When you exit Qt Creator, a snapshot of your current workspace is stored
+ as a session.
+ A session is a collection of:
\list
\o Open projects with their dependencies
@@ -3787,19 +3790,25 @@
\o Bookmarks
\endlist
- When you launch Qt Creator, a list of existing sessions is displayed on the
- \gui{Welcome screen}.
-
- \image qtcreator-welcome-session.png
-
- To switch between sessions, select the session from sessions listed in
- \gui File > \gui Session. If you do not create or select a session,
- Qt Creator always uses the default session.
+ If you work on a project and need to switch to another project for a
+ while, you can save your workspace as a session. This makes it easier
+ to return to working on the first project later.
To create a new session or remove existing sessions, select \gui File >
\gui Sessions > \gui{Session Manager}.
\image qtcreator-session-manager.png
+
+ To switch between sessions, choose
+ \gui File > \gui Session. If you do not create or select a session,
+ Qt Creator always uses the default session, which was created the
+ last time you exited Qt Creator.
+
+ When you launch Qt Creator, a list of existing sessions is displayed on the
+ \gui{Welcome screen}.
+
+ \image qtcreator-welcome-session.png
+
*/