summaryrefslogtreecommitdiff
path: root/ui/qt/sequence_dialog.cpp
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-05-31 09:31:10 -0700
committerGerald Combs <gerald@wireshark.org>2016-05-31 16:37:36 +0000
commit0ea05962e2d22fce5f666f863f0cdc57520b1216 (patch)
tree1f68cd76abda88e281ae5678b21e5b26d33c0a5c /ui/qt/sequence_dialog.cpp
parentf786c7a3838f75c7363d5a6f5a3ebb1c4e3daa85 (diff)
downloadwireshark-0ea05962e2d22fce5f666f863f0cdc57520b1216.tar.gz
Qt: Expand "to do" comments in SequenceDialog.
Copy in some text from bug 12419. Change-Id: Ice3c6cab1f5c32033de3a9a78d7945c31d932755 Reviewed-on: https://code.wireshark.org/review/15649 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt/sequence_dialog.cpp')
-rw-r--r--ui/qt/sequence_dialog.cpp12
1 files changed, 11 insertions, 1 deletions
diff --git a/ui/qt/sequence_dialog.cpp b/ui/qt/sequence_dialog.cpp
index 27d45f4048..7b1e889eae 100644
--- a/ui/qt/sequence_dialog.cpp
+++ b/ui/qt/sequence_dialog.cpp
@@ -38,8 +38,18 @@
#include <QPoint>
// To do:
+// - Resize or show + hide the Time and Comment axes, possibly via one of
+// the following:
+// - Split the time, diagram, and comment sections into three separate
+// widgets inside a QSplitter. This would resemble the GTK+ UI, but we'd
+// have to coordinate between the three and we'd lose time and comment
+// values in PDF and PNG exports.
+// - Add separate controls for the width and/or visibility of the Time and
+// Comment columns.
+// - Fake a splitter widget by catching mouse events in the plot area.
+// Drawing a QCPItemLine or QCPItemPixmap over each Y axis might make
+// this easier.
// - Add zoom controls.
-// - Show + hide the Time and Comment axes.
// - Add UTF8 to text dump
// - Save to XMI? http://www.umlgraph.org/
// - Time: abs vs delta