summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>2012-04-20 16:59:05 +0200
committerLeena Miettinen <riitta-leena.miettinen@nokia.com>2012-04-20 17:08:28 +0200
commitd8a5c91843b41ddd9732fafabd452f2e55eeb0c8 (patch)
tree16ada9f834f1a81101fde2bdee1e3a748c2ca685
parent9ad4df1382b861ded0c64af623a83292b48bc9ef (diff)
downloadqt-creator-d8a5c91843b41ddd9732fafabd452f2e55eeb0c8.tar.gz
Doc: update screenshots
Change-Id: I1bec92a7020add337b63c4f5f23fd6c28965b100 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
-rw-r--r--doc/images/qml-observer-buttons.pngbin1263 -> 0 bytes
-rw-r--r--doc/images/qml-profiler-javascript.pngbin8223 -> 7038 bytes
-rw-r--r--doc/images/qtcreator-analyze-menu.pngbin4852 -> 4239 bytes
-rw-r--r--doc/images/qtcreator-analyze-start-button.pngbin920 -> 728 bytes
-rw-r--r--doc/images/qtcreator-analyzer-bindings.pngbin22441 -> 34612 bytes
-rw-r--r--doc/images/qtcreator-analyzer-button.pngbin847 -> 677 bytes
-rw-r--r--doc/images/qtcreator-analyzer-stop-button.pngbin616 -> 0 bytes
-rw-r--r--doc/images/qtcreator-qml-performance-monitor-toolbar.pngbin3236 -> 0 bytes
-rw-r--r--doc/images/qtcreator-qml-performance-monitor.pngbin15433 -> 18422 bytes
-rw-r--r--doc/src/analyze/qtquick-profiler.qdoc17
10 files changed, 10 insertions, 7 deletions
diff --git a/doc/images/qml-observer-buttons.png b/doc/images/qml-observer-buttons.png
deleted file mode 100644
index 919ff10991..0000000000
--- a/doc/images/qml-observer-buttons.png
+++ /dev/null
Binary files differ
diff --git a/doc/images/qml-profiler-javascript.png b/doc/images/qml-profiler-javascript.png
index 65c281ba7f..b731eb5290 100644
--- a/doc/images/qml-profiler-javascript.png
+++ b/doc/images/qml-profiler-javascript.png
Binary files differ
diff --git a/doc/images/qtcreator-analyze-menu.png b/doc/images/qtcreator-analyze-menu.png
index 04b289dcf7..3f90fa541d 100644
--- a/doc/images/qtcreator-analyze-menu.png
+++ b/doc/images/qtcreator-analyze-menu.png
Binary files differ
diff --git a/doc/images/qtcreator-analyze-start-button.png b/doc/images/qtcreator-analyze-start-button.png
index a3c2c1553b..3c4ace726c 100644
--- a/doc/images/qtcreator-analyze-start-button.png
+++ b/doc/images/qtcreator-analyze-start-button.png
Binary files differ
diff --git a/doc/images/qtcreator-analyzer-bindings.png b/doc/images/qtcreator-analyzer-bindings.png
index e4d3d18538..e9ce84b2bb 100644
--- a/doc/images/qtcreator-analyzer-bindings.png
+++ b/doc/images/qtcreator-analyzer-bindings.png
Binary files differ
diff --git a/doc/images/qtcreator-analyzer-button.png b/doc/images/qtcreator-analyzer-button.png
index 07d5efecb2..1ba7ada5f2 100644
--- a/doc/images/qtcreator-analyzer-button.png
+++ b/doc/images/qtcreator-analyzer-button.png
Binary files differ
diff --git a/doc/images/qtcreator-analyzer-stop-button.png b/doc/images/qtcreator-analyzer-stop-button.png
deleted file mode 100644
index 883b151a1b..0000000000
--- a/doc/images/qtcreator-analyzer-stop-button.png
+++ /dev/null
Binary files differ
diff --git a/doc/images/qtcreator-qml-performance-monitor-toolbar.png b/doc/images/qtcreator-qml-performance-monitor-toolbar.png
deleted file mode 100644
index 4126eebffb..0000000000
--- a/doc/images/qtcreator-qml-performance-monitor-toolbar.png
+++ /dev/null
Binary files differ
diff --git a/doc/images/qtcreator-qml-performance-monitor.png b/doc/images/qtcreator-qml-performance-monitor.png
index 44e056812c..6cd007d8e5 100644
--- a/doc/images/qtcreator-qml-performance-monitor.png
+++ b/doc/images/qtcreator-qml-performance-monitor.png
Binary files differ
diff --git a/doc/src/analyze/qtquick-profiler.qdoc b/doc/src/analyze/qtquick-profiler.qdoc
index 782ea3062c..3ab3efd986 100644
--- a/doc/src/analyze/qtquick-profiler.qdoc
+++ b/doc/src/analyze/qtquick-profiler.qdoc
@@ -50,21 +50,24 @@
\o Select \gui {Analyze > QML Profiler} to profile the current
application.
- \o Select the \gui Start button (1) to start the application from the
+ \o Select the
+ \inlineimage qtcreator-analyze-start-button.png
+ (\gui Start) button to start the application from the
QML Profiler.
- \image qtcreator-qml-performance-monitor-toolbar.png "QML Profiler toolbar"
-
\note If data collection does not start automatically, select the
- \gui {Enable Profiling} button (3).
+ \inlineimage qtcreator-analyzer-button.png
+ (\gui {Enable Profiling}) button.
\endlist
When you start analyzing an application, the application is launched, and
the QML Profiler immediately begins to collect data. This is indicated by
- the time running in the \gui Elapsed field (4).
+ the time running in the \gui Elapsed field.
- Data is collected until you select the \gui Stop button (2). Data collection
+ Data is collected until you select the
+ \inlineimage qtcreator-debug-button-stop.png
+ (\gui Stop) button. Data collection
takes time, and therefore, there might be a delay
before the data is displayed.
@@ -73,7 +76,7 @@
The application continues to run for some seconds, after which it is stopped
automatically. If you exit the application, the data is not sent.
- Select the \gui {Disable Profiling} button (3) to disable the automatic
+ Select the \gui {Disable Profiling} button to disable the automatic
start of the data collection when an
application is launched. Data collection starts when you select the button
again.