Wireshark-commits: [Wireshark-commits] master d347091: Qt: Fix MacOSX menu entries
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d347091da962a3bb095c62339fc6faa07d189a9f
Submitter: Roland Knall (rknall@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
d347091 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
- Edit / Emoji & Symbols
- View / Enter Fullscreen Mode
- View / Show Tab Bar - Hide Tab Bar
Bug: 13366
Change-Id: I44deae7ee8ea7a43926820e4f5d0517ece246939
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>
Actions performed:
from 31aece5 gsm_ipa: Make sure the Osmo Extended IPA stream ID type is printed
adds d347091 Qt: Fix MacOSX menu entries
Summary of changes:
CMakeLists.txt | 6 +++
cmake/modules/FindMACOS_FRAMEWORKS.cmake | 1 +
.../cocoa_bridge.h} | 26 ++++++------
ui/macosx/cocoa_bridge.mm | 47 ++++++++++++++++++++++
wireshark-qt.cpp | 10 +++++
5 files changed, 77 insertions(+), 13 deletions(-)
copy ui/{qt/capture_info_dialog.h => macosx/cocoa_bridge.h} (50%)
create mode 100644 ui/macosx/cocoa_bridge.mm