Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master-2.4 b3acd64: Qt: Fix MacOSX menu entries

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 10 Apr 2018 04:09:45 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b3acd64d0332f566ea9cc37f5ca6d909a1ae5d3c
Submitter: Roland Knall (rknall@xxxxxxxxx)
Changed: branch: master-2.4
Repository: wireshark

Commits:

b3acd64 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: Ib3d60b3e2d2f1b2aa5fa20610ecb68b7e19c4a87
    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/26829
    

Actions performed:

    from  db2519e   ieee80211: fixes min and max power values in item text (they are signed).
    adds  b3acd64   Qt: Fix MacOSX menu entries


Summary of changes:
 CMakeLists.txt                           |  6 ++++
 cmake/modules/FindMACOS_FRAMEWORKS.cmake |  1 +
 cmakeconfig.h.in                         |  8 ++++++
 ui/macosx/cocoa_bridge.h                 | 39 ++++++++++++++++++++++++++
 ui/macosx/cocoa_bridge.mm                | 47 ++++++++++++++++++++++++++++++++
 wireshark-qt.cpp                         |  8 ++++++
 6 files changed, 109 insertions(+)
 create mode 100644 ui/macosx/cocoa_bridge.h
 create mode 100644 ui/macosx/cocoa_bridge.mm