Wireshark-commits: [Wireshark-commits] master d6f59cd: Main menu and packet list menu updates.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d6f59cd10f966cfbe7fce4146f314acd59c84bd2
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
d6f59cd by Gerald Combs (gerald@xxxxxxxxxxxxx):
Main menu and packet list menu updates.
Enable and disable packet list-relasted menu items in one place. Add
"Colorize Conversation" items to the packet list context menu.
In the GTK+ UI we tend to disable entire menus, which makes their items
inaccessible. Try not to do that in the Qt UI so that menu items are
always visible even if they're disabled.
Remove commented items which are now complete.
Change-Id: I69b878b45334bf88014694b1bf016278fa55a94b
Reviewed-on: https://code.wireshark.org/review/9819
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from a03a43b Capture file retapping fixups.
adds d6f59cd Main menu and packet list menu updates.
Summary of changes:
ui/qt/main_window.cpp | 40 +---------
ui/qt/main_window.h | 2 +-
ui/qt/main_window.ui | 4 +-
ui/qt/main_window_slots.cpp | 182 ++++++++++++++++++-------------------------
ui/qt/packet_list.cpp | 125 +++++------------------------
ui/qt/packet_list.h | 3 +
6 files changed, 104 insertions(+), 252 deletions(-)