aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-08-27 18:13:20 +0000
committerGerald Combs <gerald@wireshark.org>2013-08-27 18:13:20 +0000
commit6d731a3e79e2feb9abefe2c1238a1c159f34586b (patch)
tree1d09de0370a4f0efd6c6c7dd8572dfaa1394d36f /doc
parent77f1ed0f9364adb75ad60c53618a3ccb9f4a6db0 (diff)
Add TCP sequence number (Stevens-style) graphs.
Add the QCustomPlot widget. Thanks to Emanuel Eichhammer for granting a license change. Move some common code from ui/gtk/tcp_graph.c to ui/tap-tcp-stream.[ch]. Get rid of tcp_graph_selected_packet_enabled(). It was only used in the menu code and didn't match what we were doing elsewhere. Still quite a bit of work to do but it's a promising start. svn path=/trunk/; revision=51538
Diffstat (limited to 'doc')
-rw-r--r--doc/README.qt5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/README.qt b/doc/README.qt
index 1c57c5a1d1..7b9130503d 100644
--- a/doc/README.qt
+++ b/doc/README.qt
@@ -159,7 +159,10 @@ HTTP request statistics?
- Preferences are complete, and are arguably more useful than the GTK+ version.
An "Advanced" preference pane exists, which lets you edit everything. They use
- the proper menu placement and keyboard shortcut on OS X.
+ the proper menu placement and keyboard shortcut on OS X.
+
+- Some dialogs (file sets, profiles, and UATs) provide a link to filesystem paths
+ where appropriate.
3. Translations (i18n)
For make your own translation of QtShark ! it is easy !