URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9f8d00c1741604ae6ad53e2f27e2686e1df10cc3
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
9f8d00c 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>
Actions performed:
from d43047f STUN: add TCP specific methods and attribute
adds 9f8d00c 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(-)