URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8e76cfbf54c209336d3aaf7e613e309675eebf38
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
8e76cfb by Gerald Combs (gerald@xxxxxxxxxxxxx):
Qt: Add selection history navigation.
Add the ability to move back and forth in the packet selection history
similar to GTK+. Update the documentation accordingly.
Change-Id: If1fdc1e59b240c0588c292dc0f7f0a5f083c30e1
Reviewed-on: https://code.wireshark.org/review/20320
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from bc56801 BT-DHT: add IPv6 support for find_node responses
adds 8e76cfb Qt: Add selection history navigation.
Summary of changes:
docbook/release-notes.asciidoc | 1 +
docbook/wsug_src/WSUG_chapter_use.asciidoc | 10 ++--
ui/qt/main_window.cpp | 6 +++
ui/qt/main_window.ui | 24 +++++++++
ui/qt/main_window_slots.cpp | 8 +++
ui/qt/packet_list.cpp | 81 +++++++++++++++++++++++++++-
ui/qt/packet_list.h | 7 +++
7 files changed, 131 insertions(+), 6 deletions(-)