Commit Graph

12 Commits

Author SHA1 Message Date
Alberto Sottile 902ba7a879 Embed libxkbcommon-x11-0 in the AppImage bundle 2019-06-05 22:51:22 +02:00
Alberto Sottile a288af2eeb AppImage: update screenshot URL in the AppStream manifest 2019-05-27 22:41:21 +02:00
Alberto Sottile b1a3d0f793 Release some files under the MIT license.
The freedesktop project requires that the AppStream metadata are
released under a subset of licenses that does not include Apache 2.0.
For this reason, we decided to change the license of the README file
and release it under the MIT license (after obtaining explicit
permission from all the contributors to that file). With the same
goal, the script that generates the AppImage and the AppStreams
metadata is also released under the MIT license. The README file now
clearly states the project license and that some files are released
under a different license, as declared in their header or in our
third-party notices file.
2019-05-27 22:41:21 +02:00
Alberto Sottile db6a002500 AppImage: allow running the server using a fixed argument 2019-05-27 22:41:21 +02:00
Alberto Sottile c6f206f976 AppImage: add Appstream metadata file 2019-05-27 22:41:21 +02:00
Alberto Sottile fd6a082a0b AppImage: add appimagelint test 2019-05-27 22:41:21 +02:00
Alberto Sottile f90a674707 Add AppImage support 2019-05-27 22:41:21 +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 de194d92ca Travis: use pyside bottle from our tap 2019-05-05 23:59:42 +02:00
Alberto Sottile bfc524fa2c Travis: build matrix MacOS + Snap 2019-05-01 23:09:16 +02:00
albertosottile d55732bc00 Remove unused Travis cache scripts 2018-06-15 19:31:17 +02:00
albertosottile 4403570638 Retrieve python@2 cache from external build 2018-03-06 12:40:43 +01:00