summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2019-06-06 11:51:07 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2019-06-17 10:34:00 +0000
commitc4e4583fada5d29d154b725f6308fb2c35c467df (patch)
tree23c23617eae7da7a7b3436dca35b61333d30ba62
parent22736921deaed191012ac306f46fb62b7ed0e15e (diff)
downloadqt-creator-c4e4583fada5d29d154b725f6308fb2c35c467df.tar.gz
Doc: Describe filtering in output panes
Task-number: QTCREATORBUG-16356 Change-Id: I995ddbe8ae06c38935f699ed0f1cb73418b6f401 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--doc/images/qtcreator-application-output.pngbin10275 -> 10542 bytes
-rw-r--r--doc/images/qtcreator-build-issues.pngbin9110 -> 0 bytes
-rw-r--r--doc/images/qtcreator-compile-output.pngbin0 -> 11969 bytes
-rw-r--r--doc/images/qtcreator-compile-pane.pngbin23573 -> 0 bytes
-rw-r--r--doc/images/qtcreator-general-messages.pngbin0 -> 22287 bytes
-rw-r--r--doc/images/qtcreator-issues.pngbin0 -> 4897 bytes
-rw-r--r--doc/images/qtcreator-task-pane.pngbin13049 -> 0 bytes
-rw-r--r--doc/src/howto/creator-ui.qdoc9
8 files changed, 6 insertions, 3 deletions
diff --git a/doc/images/qtcreator-application-output.png b/doc/images/qtcreator-application-output.png
index 05f76b380d..23250da485 100644
--- a/doc/images/qtcreator-application-output.png
+++ b/doc/images/qtcreator-application-output.png
Binary files differ
diff --git a/doc/images/qtcreator-build-issues.png b/doc/images/qtcreator-build-issues.png
deleted file mode 100644
index 85c42782b3..0000000000
--- a/doc/images/qtcreator-build-issues.png
+++ /dev/null
Binary files differ
diff --git a/doc/images/qtcreator-compile-output.png b/doc/images/qtcreator-compile-output.png
new file mode 100644
index 0000000000..3807bf345d
--- /dev/null
+++ b/doc/images/qtcreator-compile-output.png
Binary files differ
diff --git a/doc/images/qtcreator-compile-pane.png b/doc/images/qtcreator-compile-pane.png
deleted file mode 100644
index e7af4fe5e8..0000000000
--- a/doc/images/qtcreator-compile-pane.png
+++ /dev/null
Binary files differ
diff --git a/doc/images/qtcreator-general-messages.png b/doc/images/qtcreator-general-messages.png
new file mode 100644
index 0000000000..143a28c876
--- /dev/null
+++ b/doc/images/qtcreator-general-messages.png
Binary files differ
diff --git a/doc/images/qtcreator-issues.png b/doc/images/qtcreator-issues.png
new file mode 100644
index 0000000000..b0bde84e45
--- /dev/null
+++ b/doc/images/qtcreator-issues.png
Binary files differ
diff --git a/doc/images/qtcreator-task-pane.png b/doc/images/qtcreator-task-pane.png
deleted file mode 100644
index b220751400..0000000000
--- a/doc/images/qtcreator-task-pane.png
+++ /dev/null
Binary files differ
diff --git a/doc/src/howto/creator-ui.qdoc b/doc/src/howto/creator-ui.qdoc
index c9c2370707..f8f993f04a 100644
--- a/doc/src/howto/creator-ui.qdoc
+++ b/doc/src/howto/creator-ui.qdoc
@@ -336,7 +336,7 @@
\title Viewing Output
- \image qtcreator-task-pane.png
+ \image qtcreator-general-messages.png "General Messages output pane"
The task pane in \QC can display one of the following panes:
@@ -374,6 +374,9 @@
up in the pane. In these panes, you can also use the zoom buttons to increase and
decrease the text size of the output.
+ To filter the output, enter a string in the \uicontrol Filter field.
+ Filtering is not supported in all output panes.
+
To open the \uicontrol{General Messages} and
\if defined(qtcreator)
\l{Using Version Control Systems}{Version Control}
@@ -444,7 +447,7 @@
\uicontrol {Filter Tree}
and then select a filter.
- \image qtcreator-build-issues.png
+ \image qtcreator-issues.png "Issues output pane"
Right-clicking on a line brings up a context menu with actions that you can
apply to the contents of the line. You can remove a line, copy its contents
@@ -510,7 +513,7 @@
The \uicontrol{Compile Output} is a more detailed version of information
displayed in the \uicontrol{Issues} pane.
- \image qtcreator-compile-pane.png
+ \image qtcreator-compile-output.png "Compile Output pane"
Double-click on a file name in an error message to open the file in the
code editor.