Commit Graph

139 Commits

Author SHA1 Message Date
Alberto Sottile
281d8023fd Edit folder structure and add setuptools support (#231)
* setuptools: Initial commit

* setuptools: remove the .py extension from installed commands

* setuptools: restructure scripts to use entry_points in setup.py

* setuptools: include TLS dependencies and remove unneeded code

* setuptools: change resources path

* AppVeyor: upgrade Python and py2exe, embed TLS dependencies

* buildpy2exe: fix path for resources

* AppVeyor: upgrade py2exe and PySide2

* Amend setup.py according to the suggestions from PR #230

* Insert TLS dependencies in requirements

* AppVeyor: fix build for master

* AppVeyor: revert to PySide2 5.12.0
2019-04-13 14:39:55 +01:00
Etoh
22eec119b1
Support high DPI in Windows installer (v2) 2019-03-10 23:09:06 +00:00
Etoh
3fd498ee6d
Support high DPI in Windows installer 2019-03-10 19:28:38 +00:00
Bruno Cattáneo
276eed4b1d Add Spanish translation (#227)
Add Spanish translation and small fix on others.

* Added missing languages in 'language-argument' and new 'es' language

* Small fix on 'unpause-ifothersready-tooltip'

* Adds Spanish translation to Syncplay and its installer
2019-02-27 10:04:28 +00:00
Alberto Sottile
303032b913 Amend green lock icon filenames 2019-02-16 00:07:47 +01:00
Etoh
466e8533d6 Add secure connection icon to press for cert details 2019-02-16 00:06:43 +01:00
Etoh
99954ad4f4 Automatically copy syncplay.lua to VLC user intf directory 2019-02-02 01:21:56 +00:00
Etoh
a5496abea5 Include win32file (to allow HostnameEndpoint to be imported) 2019-01-27 11:43:27 +01:00
Etoh
cf06ac5fb0 Include win32pipe (to allow HostnameEndpoint to be imported) 2019-01-27 11:43:19 +01:00
albertosottile
8fde98ed92 buildpy2exe: prune QtWebEngine 2019-01-15 12:08:33 +01:00
albertosottile
9e4ea68171 AppVeyor: embed Python 3.5 and PySide2 5.11.1 2018-07-29 17:28:56 +02:00
Daniel Ahn
ac4da59479 Revert "Revert "Code Syntax Refactoring""
This reverts commit 51fba3722f.
2018-07-23 14:12:09 -07:00
Alberto Sottile
51fba3722f
Revert "Code Syntax Refactoring" 2018-07-23 22:32:47 +02:00
Daniel Ahn
b4d02e3686 Fix formatting 2018-07-20 15:37:31 -07:00
Etoh
759f1e1457 Specify python3 in shebang lines 2018-07-20 18:21:52 +01:00
Alberto Sottile
d8d389bbf8 Fixed https in InternetShortcut URL in buildPy2exe.py 2018-07-17 23:32:49 +02:00
albertosottile
1d4f57866e Merge python 3.x branch 2018-07-17 09:54:55 +02:00
albertosottile
2ddc756a61 AppVeyor: migrate from conda to native Python 2018-06-18 17:10:55 +02:00
Alberto Sottile
a58aa6de54 Fix issue #184 2018-05-30 23:03:02 +02:00
albertosottile
b76c50f9cc Preliminary AppVeyor support 2018-04-24 16:30:03 +02:00
albertosottile
0d47140ccf Preliminary AppVeyor support 2018-04-24 16:12:59 +02:00
albertosottile
bcb7e7104f Preliminary AppVeyor support 2018-04-24 16:08:35 +02:00
Alberto Sottile
b827a57cab 2to3 conversion and initial VLC support 2018-04-24 00:44:19 +02:00
Etoh
548189b584 Include SSL in .exe for HTTPS 2018-04-05 19:22:56 +01:00
Etoh
2382cf111b Move Syncplay.pl web links to HTTPS 2018-03-22 18:05:32 +00:00
Alberto Sottile
d2b1710b1b Merge pull request #176 from Nico769/master
Added Italian translation
2018-02-20 10:06:49 +01:00
Nico769
2c3012722d Adds Italian translation to Syncplay and its installer. 2018-02-09 20:14:37 +01:00
alby128
1cc13a2c7d Merge branch 'master' into 'qtpy-pyside2' 2018-01-19 13:40:09 +01:00
Etoh
f5c6b8fcf9 Make repl.lua copyright notice more prominent 2018-01-14 17:54:18 +00:00
alby128
09b2c1446d Merged master_local in qtpy-pyside2 2018-01-08 15:48:47 +01:00
Etoh
e9e71f5e5e
Update buildPy2exe.py 2017-12-25 20:46:44 +00:00
Etoh
3f7c9d2e76
Remove spaces from Syncplay setup 2017-12-25 20:43:36 +00:00
Ricardo Constantino
14296e7f3a
buildPy2exe: use proper python2 name for winreg 2017-12-25 19:08:55 +00:00
Ricardo Constantino
18e12b0667
buildPy2exe: Find installed NSIS through registry
Require NSIS >=3 for unicode support
2017-12-25 17:01:50 +00:00
alby128
431d3c5487 Merge branch 'master' into qtpy-pyside2 2017-12-11 16:32:33 +01:00
Etoh
117a45b7cb Add MPC-BE logo to syncplay.exe 2017-12-09 21:33:09 +00:00
alby128
dff5138f54 Added Appveyor support 2017-10-06 00:01:10 +02:00
alby128
a76a53945d Added Appveyor support 2017-10-05 23:48:45 +02:00
alby128
62b77d3284 Fixed buildPy2exe script for PySide1.x 2017-10-05 00:14:41 +02:00
alby128
bcc2983815 Ported GUI code to Qt.py 2017-10-04 15:19:49 +02:00
alby128
2c7a18458d Ported GUI code to Qt.py 2017-10-04 00:04:09 +02:00
alby128
bc31d1d352 Enable about dialog on all OS 2017-10-02 23:57:54 +02:00
alby128
e015a4346c Fixed PySide2 dependency in buildPy2Exe script 2017-09-16 19:45:39 +02:00
Ricardo Constantino
1433993832
buildPy2exe: fix path to new resource file in dd2029b 2017-01-08 18:51:25 +00:00
Et0h
dd2029b00a Use folder_film.png as icon for 'open containing folder' 2017-01-06 12:25:03 +00:00
Et0h
665956b84c Add maximum character limits to user-definable elements which appear in GUI/OSD to keep everything on screen 2016-12-26 11:29:12 +00:00
Etoh
30370cf0af Merge branch 'chat' into master 2016-12-24 13:48:04 +00:00
Et0h
628b9fffa2 Revert need to run Syncplay.exe as admin 2016-12-03 23:28:47 +00:00
Et0h
f0a7bbd227 Require UAC/administrator rights for Syncplay.exe due to Windows 10 installed programmes security 2016-12-03 22:52:50 +00:00
Et0h
6533aa81f6 Moved from NSIS Unicode to NSIS 3 due to #121 (raised by Armada651) 2016-12-03 20:52:02 +00:00