Wireshark-commits: [Wireshark-commits] master 5846524: Qt: Conversation time column updates.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5846524f0ba9389e3f4f03546db21782c2d22183
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
5846524 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Qt: Conversation time column updates.
Add a checkbox which lets you toggle between absolute and relative start
times. Use the local time for now. Fixes bug 11618.
Adjust our time precision based on the capture file's time precision.
Fixes bug 12803.
Update the User's Guide accordingly.
Bug: 11618
Bug: 12803
Change-Id: I0049d6db6e4d0b6967bf35e6d056a61bfb4de10f
Reviewed-on: https://code.wireshark.org/review/17448
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from df3bf9c Note that not all UN*X file systems are case-sensitive.
adds 5846524 Qt: Conversation time column updates.
Summary of changes:
docbook/wsug_graphics/ws-stats-conversations.png | Bin 250943 -> 240607 bytes
docbook/wsug_src/WSUG_chapter_statistics.asciidoc | 13 +++---
epan/column.c | 2 +-
ui/qt/capture_file.cpp | 8 ++++
ui/qt/capture_file.h | 6 +++
ui/qt/conversation_dialog.cpp | 48 ++++++++++++++++++++-
ui/qt/conversation_dialog.h | 3 ++
ui/qt/traffic_table_dialog.cpp | 18 +++++++-
ui/qt/traffic_table_dialog.h | 14 ++++++
ui/qt/traffic_table_dialog.ui | 26 ++++++++++-
ui/traffic_table_ui.c | 1 +
ui/traffic_table_ui.h | 1 +
12 files changed, 130 insertions(+), 10 deletions(-)