URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e2bece7733a3dcf773bcd49fb14cfc3ac9f7db1b
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
e2bece7 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Qt: Show / hide main widgets.
Remove existing code which uses the visibilityChanged signal. It exists
in QToolbar but not QWidget. Use the actions to drive visibility
instead.
Update MainWindow::layoutPanes to respect "recent" settings.
Move the show / hide actions to the top of the View menu to match GTK+.
Change-Id: I670682e2a094945dbd36c80f43cd14515bbca5a6
Reviewed-on: https://code.wireshark.org/review/4911
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from c5a8876 Couchbase: fix FSF address and reorder opcode_vals array
adds e2bece7 Qt: Show / hide main widgets.
Summary of changes:
ui/qt/main_window.cpp | 37 ++++++++++++
ui/qt/main_window.h | 6 +-
ui/qt/main_window.ui | 134 ++++++++++++++++++++++++++++---------------
ui/qt/main_window_slots.cpp | 69 +++++++++++++---------
4 files changed, 171 insertions(+), 75 deletions(-)