diff --git a/docs/doxygen-user/communications.dox b/docs/doxygen-user/communications.dox index 1e89a28d8e..207fdeba64 100644 --- a/docs/doxygen-user/communications.dox +++ b/docs/doxygen-user/communications.dox @@ -14,15 +14,38 @@ The Communications Visualization Tool is loaded through the Tools->Communication \image html cvt_main.png -From the left hand column, you can choose which devices to display, which types of data to display, and optionally select a time range. After any changes to the filters, use the Apply button to update the tables. +From the left hand column, you can choose which devices to display, which types of data to display, and optionally select a time range. You can also choose to limit the display to only the most recent communications. After any changes to the filters, use the Apply button to update the tables. -The middle column displays each account, its device and type, and the number of associated messages (emails, call logs, etc.). By default it will be sorted in descending order of frequency. +The middle column displays each account, its device and type, and the number of associated messages (emails, call logs, etc.). By default it will be sorted in descending order of frequency. The middle column and the right hand column both have a \ref ui_quick_search feature which can be used to quickly find a visible item in their section's table. -Selecting an account in the middle column will bring up the messages for that account in the right hand column. Here data about each message is displayed in the top section, and the messages itself can be seen in the bottom section (if applicable). +Selecting an account in the middle column will bring up the data for that account in the right hand column. There are four tabs that show information about the selected account. -\image html cvt_messages.png + \section cvt_viz Visualization @@ -42,7 +65,7 @@ After selecting either option, the middle tab will switch to the Visualize view \image html cvt_visualize.png -The options at the top allow you to clear the graph, try different graph layouts, and resize the graph. The nodes in the graph can be dragged around and nodes and edges can be selected to display their messages or relationships in the right side tab. For example, in the image below the link between two email addresses has been selected so the Messages viewer is displaying the single email between those two email addresses. +The options at the top allow you to clear the graph and resize the graph. The nodes in the graph can be dragged around and nodes and edges can be selected to display their messages or relationships in the right side tab. For example, in the image below only one node has been selected so the Messages viewer is displaying only messages involving that email address. \image html cvt_links.png diff --git a/docs/doxygen-user/images/cvt_contacts.png b/docs/doxygen-user/images/cvt_contacts.png new file mode 100644 index 0000000000..d085873a16 Binary files /dev/null and b/docs/doxygen-user/images/cvt_contacts.png differ diff --git a/docs/doxygen-user/images/cvt_links.png b/docs/doxygen-user/images/cvt_links.png index 1aa4db9033..5765d5c087 100644 Binary files a/docs/doxygen-user/images/cvt_links.png and b/docs/doxygen-user/images/cvt_links.png differ diff --git a/docs/doxygen-user/images/cvt_main.png b/docs/doxygen-user/images/cvt_main.png index be2c390f66..18b5d1654b 100644 Binary files a/docs/doxygen-user/images/cvt_main.png and b/docs/doxygen-user/images/cvt_main.png differ diff --git a/docs/doxygen-user/images/cvt_media.png b/docs/doxygen-user/images/cvt_media.png new file mode 100644 index 0000000000..5fbc03d785 Binary files /dev/null and b/docs/doxygen-user/images/cvt_media.png differ diff --git a/docs/doxygen-user/images/cvt_message_attach.png b/docs/doxygen-user/images/cvt_message_attach.png new file mode 100644 index 0000000000..3eee863ba2 Binary files /dev/null and b/docs/doxygen-user/images/cvt_message_attach.png differ diff --git a/docs/doxygen-user/images/cvt_message_email.png b/docs/doxygen-user/images/cvt_message_email.png new file mode 100644 index 0000000000..43a3088b6c Binary files /dev/null and b/docs/doxygen-user/images/cvt_message_email.png differ diff --git a/docs/doxygen-user/images/cvt_messages.png b/docs/doxygen-user/images/cvt_messages.png deleted file mode 100644 index 956e8a87c6..0000000000 Binary files a/docs/doxygen-user/images/cvt_messages.png and /dev/null differ diff --git a/docs/doxygen-user/images/cvt_messages_threaded.png b/docs/doxygen-user/images/cvt_messages_threaded.png new file mode 100644 index 0000000000..4399f8d3a6 Binary files /dev/null and b/docs/doxygen-user/images/cvt_messages_threaded.png differ diff --git a/docs/doxygen-user/images/cvt_select_account.png b/docs/doxygen-user/images/cvt_select_account.png index 3a0874e081..378b9330f1 100644 Binary files a/docs/doxygen-user/images/cvt_select_account.png and b/docs/doxygen-user/images/cvt_select_account.png differ diff --git a/docs/doxygen-user/images/cvt_summary_tab.png b/docs/doxygen-user/images/cvt_summary_tab.png new file mode 100644 index 0000000000..33f0f78e05 Binary files /dev/null and b/docs/doxygen-user/images/cvt_summary_tab.png differ diff --git a/docs/doxygen-user/images/cvt_visualize.png b/docs/doxygen-user/images/cvt_visualize.png index e5d56950b5..a7301abaee 100644 Binary files a/docs/doxygen-user/images/cvt_visualize.png and b/docs/doxygen-user/images/cvt_visualize.png differ