aboutsummaryrefslogtreecommitdiffstats
path: root/ui/macosx/cocoa_bridge.mm
AgeCommit message (Collapse)AuthorFilesLines
2018-11-01macOs: Fix build fix for tab viewRoland Knall1-2/+3
Fix the build for displaying the tabs wrongly on mac Change-Id: I58265b7cf9a4758885ef1add13417c42a467be9d Reviewed-on: https://code.wireshark.org/review/30462 Petri-Dish: Roland Knall <rknall@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>
2018-04-10Qt: Enable Emoji & Symbols selector againRoland Knall1-1/+1
Enable the emoji and symbols selector again. Change-Id: I4ceb54ef2bdc0a268f9ec1ded597fdc01f2137c2 Reviewed-on: https://code.wireshark.org/review/26839 Petri-Dish: Roland Knall <rknall@gmail.com> Reviewed-by: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>
2018-04-09Qt: Fix MacOSX menu entriesRoland Knall1-0/+47
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@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>