Wireshark-commits: [Wireshark-commits] master 3bec655: Redraw the packet list when name resolution

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 31 Aug 2015 15:21:59 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3bec655b9793ab1ec609cbd06388411b0decfe97
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

3bec655 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Redraw the packet list when name resolution changes.
    
    Call columnsChanged (which invalidates cached column strings) when we
    change our name resolution preferences from the View menu.
    
    Remove the last sorted column tracking from gf19a173 while we're here
    (it didn't work properly).
    
    Bug: 11468
    Change-Id: I7fea58d702b283028235d023f27ab0336d8643a4
    Reviewed-on: https://code.wireshark.org/review/10301
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  a060183   Eliminate proto_tree_add_text from packet-rtps.c
    adds  3bec655   Redraw the packet list when name resolution changes.


Summary of changes:
 ui/qt/main_window_slots.cpp |    2 +-
 ui/qt/packet_list_model.cpp |    8 +++-----
 ui/qt/packet_list_model.h   |    1 -
 3 files changed, 4 insertions(+), 7 deletions(-)