Commit Graph

7 Commits

Author SHA1 Message Date
Tom Parker-Shemilt 10dfcb5db8 Remove ruby reinstall workaround for openssl, as not needed 2020-03-22 17:39:35 +00:00
Tom Parker-Shemilt baec200c8c Revert "Skip the openssl workaround now we're no longer upgrading openssl"
This reverts commit 94637bb65d.
2020-03-14 18:01:58 +00:00
Tom Parker-Shemilt 94637bb65d Skip the openssl workaround now we're no longer upgrading openssl 2020-03-14 14:24:35 +00:00
Tom Parker-Shemilt 8720e63415 Workaround for OSX deploy issues 2020-03-14 14:06:34 +00:00
Alberto Sottile 5aee6d97c9 macOS: OS-related menus were in German when the OS lang set was English 2019-07-06 16:47:08 +02:00
Alberto Sottile 12fc04326a macOS: add localized Edit menu with dictation support and emoji picker
Qt on macOS automatically adds these entries to the menubar of GUI apps,
providing that such apps have an Edit menu at their startup.
Hence, this commit contains the following changes (macOS only):
- create the menubar in the first dialog shown by the app (GuiConfiguration)
- create an Edit menu, populate it with Cut/Copy/Paste/Select all actions
- connect system-wide shortcuts to these new actions
- pass the menubar and the Edit menu to the MainWindow through config and
through an added optional argument in getUI and GraphicalUI
- populate the menubar created before and not a new menubar in MainWindow
- provide localized strings for the entries in the Edit menu
- add xx.lproj folders in Syncplay.app/Contents/Resources/ to allow
automatic localization of the entries added by the OS

Known issues:
- automatically added entries will always be in the OS language
- the Edit menu might retain the previous language after a language
change in the app settings. Reboot the app solves the issue.
- the automatically added entries might disappear if the app language
does not match the OS language
2019-05-14 16:00:22 +02:00
Alberto Sottile bfc524fa2c Travis: build matrix MacOS + Snap 2019-05-01 23:09:16 +02:00