aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2013-10-22 13:55:47 +0200
committerLeena Miettinen <riitta-leena.miettinen@digia.com>2013-10-22 14:02:47 +0200
commitf1750ba4f7338f29509ade52da25efa83aa3d118 (patch)
tree38b6847fe6f40f625440baee42ad73cd17e34cbb
parent668849cad6f7105122d8c2c2ffa213d853b0155d (diff)
Doc: new filters in the Issues output pane
The Debug Information, Debugger Runtime, and Deployment filters were added. Change-Id: Ifc22e1dfb1d1a9b0b72e371bfa7963c646d3ff2f Reviewed-by: hjk <hjk121@nokiamail.com>
-rw-r--r--doc/images/qtcreator-build-issues.pngbin21723 -> 15546 bytes
-rw-r--r--doc/src/howto/creator-ui.qdoc9
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/images/qtcreator-build-issues.png b/doc/images/qtcreator-build-issues.png
index b0d7758840..c8f4c138c7 100644
--- a/doc/images/qtcreator-build-issues.png
+++ b/doc/images/qtcreator-build-issues.png
Binary files differ
diff --git a/doc/src/howto/creator-ui.qdoc b/doc/src/howto/creator-ui.qdoc
index a3ffea286f..4d4b7d0829 100644
--- a/doc/src/howto/creator-ui.qdoc
+++ b/doc/src/howto/creator-ui.qdoc
@@ -298,6 +298,15 @@
\li \gui Compile - Selected output from the compiler. Open the
\gui {Compile Output} pane for more detailed information.
+ \li \gui{Debug Information} - Lists debug information packages that might
+ be missing.
+
+ \li \gui{Debugger Runtime} - Errors encountered when starting \QC. For
+ example, information about missing DLLs.
+
+ \li \gui Deployment - Errors encountered between building an application
+ successfully and starting it on a device.
+
\li \gui {My Tasks} - Entries from a task list file (.tasks) generated
by \l{Showing Task List Files in Issues Pane}
{code scanning and analysis tools}.