aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEgor Nemtsev <enemtsev@luxoft.com>2019-05-13 17:28:18 +0300
committerEgor Nemtsev <enemtsev@luxoft.com>2019-05-21 16:11:55 +0000
commit2a80a31749dc0e99ed0f686c47b65ec3b886b1ef (patch)
treece16a1f43a6888245af294a7dde562b5be243b87
parentaeec6d99b785689509cfe2a59b24cc560259116a (diff)
[docs] fix Apps tab documentation
Task-number: AUTOSUITE-965 Change-Id: Iac134716e1d2207ee9be3b00919a5f4d81da9400 Reviewed-by: Kavindra Palaraja <kpalaraja@luxoft.com>
-rw-r--r--doc/src/images/system-dialog-apps.jpgbin0 -> 38497 bytes
-rw-r--r--doc/src/images/system-dialog-diagnostics.jpgbin42203 -> 52109 bytes
-rw-r--r--doc/src/images/system-dialog-performance.jpgbin19503 -> 20303 bytes
-rw-r--r--doc/src/images/system-dialog-runningapps.jpgbin28909 -> 0 bytes
-rw-r--r--doc/src/images/system-dialog-system.jpgbin21839 -> 30132 bytes
-rw-r--r--doc/src/images/system-dialog-system2.jpgbin23384 -> 33710 bytes
-rw-r--r--doc/src/neptune3ui-system-dialog.qdoc37
7 files changed, 24 insertions, 13 deletions
diff --git a/doc/src/images/system-dialog-apps.jpg b/doc/src/images/system-dialog-apps.jpg
new file mode 100644
index 00000000..752fb424
--- /dev/null
+++ b/doc/src/images/system-dialog-apps.jpg
Binary files differ
diff --git a/doc/src/images/system-dialog-diagnostics.jpg b/doc/src/images/system-dialog-diagnostics.jpg
index 1b91a69a..82b556b8 100644
--- a/doc/src/images/system-dialog-diagnostics.jpg
+++ b/doc/src/images/system-dialog-diagnostics.jpg
Binary files differ
diff --git a/doc/src/images/system-dialog-performance.jpg b/doc/src/images/system-dialog-performance.jpg
index 0a2a7d86..1e750ef4 100644
--- a/doc/src/images/system-dialog-performance.jpg
+++ b/doc/src/images/system-dialog-performance.jpg
Binary files differ
diff --git a/doc/src/images/system-dialog-runningapps.jpg b/doc/src/images/system-dialog-runningapps.jpg
deleted file mode 100644
index c89faf1b..00000000
--- a/doc/src/images/system-dialog-runningapps.jpg
+++ /dev/null
Binary files differ
diff --git a/doc/src/images/system-dialog-system.jpg b/doc/src/images/system-dialog-system.jpg
index d852322d..645ec25d 100644
--- a/doc/src/images/system-dialog-system.jpg
+++ b/doc/src/images/system-dialog-system.jpg
Binary files differ
diff --git a/doc/src/images/system-dialog-system2.jpg b/doc/src/images/system-dialog-system2.jpg
index 8779b268..0ccac21c 100644
--- a/doc/src/images/system-dialog-system2.jpg
+++ b/doc/src/images/system-dialog-system2.jpg
Binary files differ
diff --git a/doc/src/neptune3ui-system-dialog.qdoc b/doc/src/neptune3ui-system-dialog.qdoc
index ed5f2ae5..8a0fbb9b 100644
--- a/doc/src/neptune3ui-system-dialog.qdoc
+++ b/doc/src/neptune3ui-system-dialog.qdoc
@@ -57,28 +57,39 @@
\image system-dialog-system2.jpg
- \section1 List of Running Applications
+ \section1 List of Apps
- The second tab of the system dialog shows a list of current running applications in
- Neptune 3 UI. Each application item contains the following information:
+ The second tab of the system dialog shows a list of all apps installed in Neptune 3 UI
+ and their states. When an app is running, the corresponding section contains the following
+ information:
\list
- \li CPU and Memory consumptions
- \li Time spent until first frame of the application to be drawn
+ \li Whether \c Autostart and \c Autorecover options are enabled
+ \li Current CPU and Memory consumptions
+ \li Window(s), in which the app is shown
+ \li Time spent until the app's first frame is drawn
\endlist
- Each application item also has a switch button to enable the performance overlay on top
- of the application window. For an application that has two windows, \l{ApplicationCCWindow} and
+ Each app item also has a switch button to enable the performance information overlay on top of
+ the app window. For an app that has two windows, \l{ApplicationCCWindow} and
\l{ApplicationICWindow}, two switch buttons can be seen and selected depending on the need.
- In order to kill the application, an X icon on the right side of the application item
- can be tapped. Once the application is killed, it will also be removed from the application
- list.
+ Tap the X icon on the right of the app, to terminate the app. Once the app is terminated, only
+ the app's name and the start button remain in the app's section. Tap the ▷ button to start the
+ application again.
- \note Only removing the application widget in the home screen, does not mean that
- the application is killed, it could still be running in the background.
+ \note Only removing the app widget from the home screen, does not terminate the app, it may
+ still be running in the background.
- \image system-dialog-runningapps.jpg
+ The \c Autostart switch button enables apps to run automatically on Neptune 3 UI, upon startup.
+
+ The \c Autorecover switch button enables apps to recover after crashing or being forced to close;
+ they are restarted automatically. After three unsuccessful recovery attempts \c Autostart option
+ is switched off.
+
+ System apps (HUD, Climate and Instrument Cluster) are marked with asterisks\c *.
+
+ \image system-dialog-apps.jpg
\section1 Performance Tab