Main menu and packet list menu updates.
authorGerald Combs <gerald@wireshark.org>
Wed, 29 Jul 2015 19:09:28 +0000 (12:09 -0700)
committerGerald Combs <gerald@wireshark.org>
Wed, 29 Jul 2015 22:38:43 +0000 (22:38 +0000)
commitd6f59cd10f966cfbe7fce4146f314acd59c84bd2
tree0f15b8cebd5f1429128014491d64ca763406ac1d
parenta03a43bd320ceeaae9f2dfa2f15213dced579d17
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@wireshark.org>
ui/qt/main_window.cpp
ui/qt/main_window.h
ui/qt/main_window.ui
ui/qt/main_window_slots.cpp
ui/qt/packet_list.cpp
ui/qt/packet_list.h