URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a0113a5eb3329b815e1790f8dc42c48fa6ffbcd7
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
a0113a5 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Qt: fix time shift
Add a timeShifted signal to TimeShiftDialog and use it to update the
packet list and model. Add drawCurrentPacket to PacketList so that we
can do a more thorough job of redrawing the current packet and tree.
Bug: 11575
Change-Id: I960d8cdbf6872e3f71007cb4d2bbd5457f268257
Reviewed-on: https://code.wireshark.org/review/11068
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 6f9801a Add a margin to the main statusbar layout.
adds a0113a5 Qt: fix time shift
Summary of changes:
ui/qt/main_window_slots.cpp | 1 +
ui/qt/packet_list.cpp | 23 +++++++++++++++++------
ui/qt/packet_list.h | 2 ++
ui/qt/packet_list_model.cpp | 6 ++++++
ui/qt/packet_list_model.h | 1 +
ui/qt/time_shift_dialog.cpp | 8 +++++++-
ui/qt/time_shift_dialog.h | 3 +++
7 files changed, 37 insertions(+), 7 deletions(-)