Commit Graph

2175 Commits

Author SHA1 Message Date
Daniel Wróbel
022aba6b98
Update pythonpackage.yml 2020-04-30 23:58:10 +02:00
Daniel Wróbel
ab95800386
Update pythonpackage.yml 2020-04-30 23:57:13 +02:00
Daniel Wróbel
bd253cbd82
Update pythonpackage.yml 2020-04-30 23:53:25 +02:00
Daniel Wróbel
17ccf4df38
Update pythonpackage.yml 2020-04-30 23:50:26 +02:00
Daniel Wróbel
c0891c2521
Update pythonpackage.yml 2020-04-30 23:46:37 +02:00
Daniel Wróbel
2211e8e782
Create pythonpackage.yml 2020-04-30 23:42:55 +02:00
Daniel Wróbel
b86d359f17
Merge pull request #1 from Syncplay/master
sync with upstream
2020-04-30 23:41:41 +02:00
Alberto Sottile
25314cb552 macOS app: get system language from QLocale
Fixes: #288
2020-04-26 18:11:15 +02:00
Atílio Antônio Dadalto
1daea64327
Add Brazilian Portuguese translation (#291)
* Add Brazilian Portuguese translation to Syncplay and its installer

* Add new 'pt_BR' language to 'language-argument'

* Fix NSIS arguments

Insert missing word

* Tweak and fix some strings
2020-04-19 18:56:57 +01:00
et0h
2143b7dcf1 Fixed trailing newlines breaking messages (#300) 2020-04-18 20:03:48 +01:00
Daniel Wróbel
5f552ce0df
Merge pull request #295 from FichteForks/pr/smart_osd_refresh
Work around performance regression in mpv's osd
2020-04-18 16:41:03 +02:00
Alexandria
ff5b669683
fix warning message (#297)
/usr/lib/syncplay/syncplay/ui/GuiConfiguration.py:323: SyntaxWarning: "is not" with a literal. Did you mean "!="?
2020-04-17 14:08:58 +01:00
FichteFoll
2d6d4b43ce
Work around performance regression in mpv's osd
In mpv-player/mpv@0728726251, a strcmp on
the previously displayed and the new text has been removed, causing
excessive GPU usage especially on idle frames when playback was paused.
I will submit a patch to upstream, but mpv versions 0.31 & 0.32 are
already affected by this.

See torque/mpv-progressbar#56 for a similar report to a different
script.
2020-04-14 16:59:15 +02:00
Viktor
23ca271ff9
German (de) translation update (#287)
* Update German translation

* Remove stray TODOs
2020-04-05 13:04:17 +01:00
Alberto Sottile
3c273417f8
Merge pull request #279 from palfrey/ruby-reinstall
Remove ruby reinstall workaround for openssl, as not needed
2020-03-22 19:29:02 +01:00
Tom Parker-Shemilt
10dfcb5db8 Remove ruby reinstall workaround for openssl, as not needed 2020-03-22 17:39:35 +00:00
Alberto Sottile
bcd2401e08
Merge pull request #274 from palfrey/build-badges
Add build status badges
2020-03-22 17:19:20 +01:00
Alberto Sottile
2a8de52175
Merge pull request #275 from palfrey/fix-osx-deploy
Fixes for OSX deploy issues
2020-03-22 17:18:22 +01:00
Tom Parker-Shemilt
6588d12cb7 Drop Xcode back to 8.3 2020-03-15 12:59:29 +00:00
Tom Parker-Shemilt
135d34b37d Install openssl version in line with Python version 2020-03-15 12:54:59 +00:00
Tom Parker-Shemilt
ff8e16976c Reinstall openssl, then install Python 2020-03-15 12:49:28 +00:00
Tom Parker-Shemilt
f53f4d3b81 Reinstall openssl 2020-03-15 12:40:15 +00:00
Tom Parker-Shemilt
0505cc247e Upgrade openssl 2020-03-15 12:34:27 +00:00
Tom Parker-Shemilt
7cc5b6cc6f Pyside needs Qt 5.13, but installs 5.9 for some reason 2020-03-15 12:21:59 +00:00
Tom Parker-Shemilt
a3f1daee06 Switch to upstream pyside 2020-03-15 12:17:06 +00:00
Tom Parker-Shemilt
1358826b26 Upgrade Qt version after the pyside install 2020-03-15 12:13:14 +00:00
Tom Parker-Shemilt
749babd8f9 Remove Qt install 2020-03-15 12:09:32 +00:00
Tom Parker-Shemilt
68ca4c1b60 Need to explicitly upgrade Python 2020-03-15 12:06:26 +00:00
Tom Parker-Shemilt
bc7471fc20 Install a explicit particular Python version 2020-03-15 12:02:39 +00:00
Tom Parker-Shemilt
1ab7c0e209 Explicitly install Qt 5.13.1 2020-03-15 11:53:09 +00:00
Tom Parker-Shemilt
f85741988d Reset back to custom tap pyside 2020-03-15 10:35:54 +00:00
Tom Parker-Shemilt
d297c7af77 Pull install back into scripting 2020-03-15 00:00:01 +00:00
Tom Parker-Shemilt
2dfddda85f Try installing python via Travis homebrew addon 2020-03-14 23:41:04 +00:00
Tom Parker-Shemilt
81024f3c06 Upgrade to xcode 9.2 (still OSX 10.12) 2020-03-14 19:40:27 +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
41d0152f28 Go back to upgrading python... 2020-03-14 18:01:28 +00:00
Tom Parker-Shemilt
a4e84ac65c Re-add brew update 2020-03-14 17:45:45 +00:00
Tom Parker-Shemilt
b6e17e08f0 Use stock pyside 2020-03-14 17:41:56 +00:00
Tom Parker-Shemilt
afaad1f766 If any part of the osx install fails, stop 2020-03-14 17:34:01 +00:00
Tom Parker-Shemilt
6faf25b948 Explicitly install Python 3 2020-03-14 17:32:36 +00:00
Tom Parker-Shemilt
6f6f35704e Bash is alias for minimal 2020-03-14 17:25:24 +00:00
Tom Parker-Shemilt
a93f13f9ab Explicitly install Python from homebrew 2020-03-14 17:24:48 +00:00
Tom Parker-Shemilt
c4fa7f7a9a Redo travis config in line with modern options 2020-03-14 17:21:23 +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
e9a74fab13 Homebrew already has python 3 installed, so don't need to update 2020-03-14 14:16:37 +00:00
Tom Parker-Shemilt
8720e63415 Workaround for OSX deploy issues 2020-03-14 14:06:34 +00:00
Tom Parker-Shemilt
608203e0ee Add build status badges 2020-03-14 13:53:07 +00:00
ObserverOfTime
bf5c8dd531 Fix string equality checks (#267) 2019-12-30 12:56:27 +00:00
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