Wireshark-commits: [Wireshark-commits] master-2.0 c3eb374: Qt: fix time shift

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 19 Oct 2015 17:41:39 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c3eb3749d685d5c7fd521ef25b926fe792646675
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

c3eb374 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>
    (cherry picked from commit a0113a5eb3329b815e1790f8dc42c48fa6ffbcd7)
    Reviewed-on: https://code.wireshark.org/review/11153
    

Actions performed:

    from  c353965   Add a margin to the main statusbar layout.
    adds  c3eb374   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(-)