Commit Graph

2277 Commits

Author SHA1 Message Date
Benjamin O
8bd80d046a Remove some odd locations for icons (#249) 2019-11-18 17:51:05 +00:00
et0h
84ebddd087 Include all .ico files in zip/.exe 2019-08-19 18:03:38 +01:00
et0h
571326d501 Don't try to load playlist file that does not exist 2019-08-19 17:45:21 +01:00
et0h
7d694797aa Add load/save playlist from/to file menu options 2019-08-19 17:43:21 +01:00
et0h
143df6c999 Allow managed room password to be specified in name (after : separator) (#216) 2019-08-18 23:50:26 +01:00
et0h
51cc57ce03 Load playlist from file (command line argument + drop) (#232) 2019-08-17 18:37:17 +01:00
et0h
4765fa452c Seamless advancement and auto-looping for music (mpv) 2019-08-17 16:33:01 +01:00
et0h
0f284e7329 Make mpv code compatible with mpvnet 2019-08-07 22:26:22 +01:00
et0h
0332af0458 Merge remote-tracking branch 'origin/master' 2019-08-06 00:17:34 +01:00
et0h
187c8d87fc Add initial mpv.net support 2019-08-06 00:17:19 +01:00
Robin Lu
e7a475ddbe Misspell: change "inteface" to "interface" (#247)
Changing "zope.inteface" to "zope.interface" for dependencies installation.
2019-07-25 22:21:12 +01: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
et0h
1d8ae6ea56 Upver to 1.6.4a (release 79) and show revision in window title 2019-06-23 11:53:06 +01:00
et0h
a35c7a5c9c Set 1.6.4 as most recent client 2019-06-23 11:40:20 +01:00
Alberto Sottile
bcc3cbf44c Explicitly set "start in" path in links generated by NSIS.
Fixes: #241
2019-06-23 00:43:21 +02:00
albertosottile
3ea4822e7f Upver to release 78 2019-06-21 23:36:40 +02:00
albertosottile
763406b660 ConfigDialog: adjust dialog height when errors are shown on macOS 2019-06-21 23:34:06 +02:00
et0h
b37a514050 Fix issue displaying GuiConfig errors when using PyQt >= 5.12.1 (#240) 2019-06-21 22:26:24 +01:00
Alberto Sottile
291463bb0d Upver to 1.6.4 / release 76 2019-06-21 18:41:29 +02:00
Alberto Sottile
b334dd5e77 Do not ask to press enter from CLI after quitting mpv
Fixes: #238
2019-06-18 18:49:54 +02:00
albertosottile
ed95359f0f AppImage: install libxkbcommon-x11-0 explicitely 2019-06-05 23:21:26 +02:00
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
7788e533eb vendor: upgrade Darkdetect to 0.1.1 2019-05-27 22:41:21 +02:00
Alberto Sottile
0279702f73 Do not throw a KeyError when GUI is not available 2019-05-24 17:20:02 +02:00
Alberto Sottile
a9172f9fa6 Support for Snap VLC on Linux
Add the snap VLC path to the discovery list and automatically copy
our lua script in the correct path for snap installations.

Fixes: #222
2019-05-20 11:26:35 +02:00
et0h
7862c27d54 Initial support for VLC Portable (#235) 2019-05-19 20:59:04 +01:00
et0h
f3b04ad39d Don't make space for icon within player path combobox 2019-05-19 18:58:24 +01:00
et0h
2ecd9e7877 Prevent long player paths from making GuiConfig window too wide 2019-05-19 18:29:00 +01:00
Alberto Sottile
f6414c39cc Linux: fix selection highlight in MainWindow userList
Apparently, this fix is required also on Linux. The same fix used
for macOS is used, with automatic detection of the background
color.
2019-05-14 16:45:49 +02:00
Alberto Sottile
8f5b77c0bf Certificate dialog: Hi-DPI scaling of the padlock 2019-05-14 16:00:22 +02:00
Alberto Sottile
bc242c2565 macOS: add support for Mojave Dark Mode
This commit adds to our UI the support for macOS 10.14+ Dark Mode.
Qt already adapts a large fraction of the color scheme, but some
label colors had to be adjusted and were put in separate STYLE_DARK
constants. To determine if the OS is set in Dark or Light Mode, we
use a new dependency, included in the vendor folder:
Darkdetect - license: BSD-3-Clause

To allow the app bundle to use the Dark Mode APIs, a constant is
added in the info.plist ('NSRequiresAquaSystemAppearance': False)
2019-05-14 16:00:22 +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
b3545a35bb macOS: fix random password loaded in the GUI
macOS puts a -psn_0_xxxxxx argument when running an app via GUI.
This argument was interpreted as a password (-p) and overloaded the
value stored in the settings. Catching the -psn argument explicitely
should prevent this.

See https://stackoverflow.com/questions/10242115/os-x-strange-psn-command-line-parameter-when-launched-from-finder
for further information about this legacy argument.
2019-05-14 16:00:22 +02:00
Alberto Sottile
a2294d0916 Server EP: removed unnecessary 'import socket' 2019-05-14 16:00:22 +02:00
Alberto Sottile
ce8884f4c7 macOS: fix selection highlight in MainWindow userList 2019-05-14 16:00:22 +02:00
albertosottile
ff6bb74b49 Use dictionaries to get constant values for different OS 2019-05-14 16:00:22 +02:00
Alberto Sottile
4ff359a820 macOS: appearance fixes on the config dialog UI 2019-05-14 16:00:22 +02:00
Alberto Sottile
03263b3a4c macOS: appearance fixes on the main dialog UI 2019-05-14 16:00:22 +02:00
albertosottile
3a4cf41d6b py2exe: include resources/*.png in the app bundle 2019-05-06 23:45:15 +02:00
Alberto Sottile
819e6b6cae About dialog: attempt Hi-DPI scaling of the logo 2019-05-06 23:45:08 +02:00
Alberto Sottile
fbe9f3a9ac AppVeyor: upgrade PySide2 to 5.12.3 2019-05-06 23:45:01 +02:00
Alberto Sottile
cf35fd73fe Upgrade qt5reactor to version 0.5 2019-05-06 23:44:54 +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