URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4f6214a896cfe1af42232c50e4a76e6d15371884
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark
Commits:
4f6214a 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.
Bug: 11618
Bug: 12803
Change-Id: I0049d6db6e4d0b6967bf35e6d056a61bfb4de10f
Reviewed-on: https://code.wireshark.org/review/17471
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from fa7a6e3 gtk: fix compilation with GTK+ before 2.18
adds 4f6214a Qt: Conversation time column updates.
Summary of changes:
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 +
10 files changed, 122 insertions(+), 5 deletions(-)