URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0a0598949a88cf3342c3cb6360e6f74eeb74e08a
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
0a05989 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Qt: Show keyboard shortcuts in the about box.
Add a "Keyboard Shortcuts" tab to the about box for lack of a better
place. Show every action in the main window which has an associated
shortcut except for recent items.
We might want to add a command-line option to dump the shortcuts in
addition to or instead of showing them here.
Change-Id: I875043048a44930391fefcbbaf17c5b10a7bb8c6
Reviewed-on: https://code.wireshark.org/review/10634
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from af0e93c QUIC: Fix some issue (Malformed frame) with handshake heuristics
adds 0a05989 Qt: Show keyboard shortcuts in the about box.
Summary of changes:
ui/qt/about_dialog.cpp | 41 ++++++++++++++++++++++++++++++++++++++++-
ui/qt/about_dialog.ui | 18 +++++++++++++++++-
ui/qt/main_window.ui | 3 +++
3 files changed, 60 insertions(+), 2 deletions(-)