Wireshark-commits: [Wireshark-commits] master-2.0 2811b63: Add preferences for related packets and
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 27 Oct 2015 23:29:24 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2811b63c42ecf800f59bd760be869e041cbdaade
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

2811b63 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Add preferences for related packets and the scroll bar minimap.
    
    Add gui.packet_list_show_related and gui.packet_list_show_minimap.
    Show_related enables and disables the related packet delegate.
    Show_minimap enables and disables the minimap. Start calling it the
    "intelligent scroll bar" since that's the best suggestion for a name
    I've seen so far.
    
    Leave them out of the Appearance preference pane for now.
    
    Change-Id: I5869c446fda5c8e62d6b1e49a74d63ba3b117b0f
    Reviewed-on: https://code.wireshark.org/review/11332
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    (cherry picked from commit 9f8d00c1741604ae6ad53e2f27e2686e1df10cc3)
    Reviewed-on: https://code.wireshark.org/review/11337
    

Actions performed:

    from  006f75c   STUN: add TCP specific methods and attribute
    adds  2811b63   Add preferences for related packets and the scroll bar minimap.


Summary of changes:
 epan/prefs.c          |   12 ++++++++++++
 epan/prefs.h          |    2 ++
 ui/qt/main_window.cpp |    2 +-
 ui/qt/packet_list.cpp |   43 +++++++++++++++++++++++++++++++++----------
 ui/qt/packet_list.h   |    2 +-
 5 files changed, 49 insertions(+), 12 deletions(-)