Wireshark-commits: [Wireshark-commits] master 26dacfc: Qt: Add protocol preferences menus.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=26dacfc8c3befed5fb6dacd84e7d6107c6920b2e
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
26dacfc by Gerald Combs (gerald@xxxxxxxxxxxxx):
Qt: Add protocol preferences menus.
Add protocol preferences in the packet list and packet detail context
menus. Note that we need a PreferencesEditorFrame in the main window for
editing numeric and string preferences. For now we just show the prefs
dialog.
Change-Id: Ice0cc8e9bc25963cc14aa47698f042f2a73088d8
Reviewed-on: https://code.wireshark.org/review/8957
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from d5215c2 Save the wireless toolbar recent settings.
adds 26dacfc Qt: Add protocol preferences menus.
Summary of changes:
ui/qt/CMakeLists.txt | 2 +
ui/qt/Makefile.common | 2 +
ui/qt/Wireshark.pro | 2 +
ui/qt/main_window.cpp | 6 +-
ui/qt/packet_list.cpp | 31 +-
ui/qt/packet_list.h | 5 +-
ui/qt/proto_tree.cpp | 20 +-
ui/qt/proto_tree.h | 4 +
ui/qt/protocol_preferences_menu.cpp | 315 ++++++++++++++++++++
...ttings_dialog.h => protocol_preferences_menu.h} | 44 +--
10 files changed, 402 insertions(+), 29 deletions(-)
create mode 100644 ui/qt/protocol_preferences_menu.cpp
copy ui/qt/{remote_settings_dialog.h => protocol_preferences_menu.h} (63%)