URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f216f195651daac7bc20d0a6e9e6118bcb511ca2
Submitter: Roland Knall (rknall@xxxxxxxxx)
Changed: branch: master-2.6
Repository: wireshark
Commits:
f216f19 by Roland Knall (rknall@xxxxxxxxx):
Qt: Fix MacOSX menu entries
Remove various menu items added automatically on Mac OS X. The following
menu items have been removed:
- Edit / Start Dictation
- View / Enter Fullscreen Mode
- View / Show Tab Bar - Hide Tab Bar
Bug: 13366
Change-Id: Ifb83bcd7c46a397fc54202f2137436672071f316
Reviewed-on: https://code.wireshark.org/review/26823
Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/26828
Actions performed:
from e39e046 ieee80211: fixes min and max power values in item text (they are signed).
adds f216f19 Qt: Fix MacOSX menu entries
Summary of changes:
CMakeLists.txt | 6 +++
cmake/modules/FindMACOS_FRAMEWORKS.cmake | 1 +
cmakeconfig.h.in | 8 ++++
.../cocoa_bridge.h} | 26 ++++++------
ui/macosx/cocoa_bridge.mm | 47 ++++++++++++++++++++++
wireshark-qt.cpp | 8 ++++
6 files changed, 83 insertions(+), 13 deletions(-)
copy ui/{qt/capture_info_dialog.h => macosx/cocoa_bridge.h} (50%)
create mode 100644 ui/macosx/cocoa_bridge.mm