583 Commits

Author SHA1 Message Date
Alberto Sottile
3695c31ec7 startTLS: set lock button appearance on macOS 2019-02-16 00:06:50 +01:00
Etoh
466e8533d6 Add secure connection icon to press for cert details 2019-02-16 00:06:43 +01:00
Alberto Sottile
24cb681acd startTLS: add link to 'startTLS-server-certificate-invalid' error message 2019-02-16 00:05:04 +01:00
Alberto Sottile
89f8a28f3f Correct addWidget invocation to avoid a TypeError with qt 5.12.1 2019-02-07 16:46:27 +01:00
Etoh
a5075816f0 Print actual exception when Twisted cannot load 2019-02-01 11:05:25 +00:00
Alberto Sottile
6d91c17432 About dialog: update copyright year 2019-02-01 10:41:48 +01:00
Alberto Sottile
a78c646556 IPv6: GUI and client fixes 2019-01-27 11:42:13 +01:00
Alberto Sottile
21d4604578 IPv6: accept IPv6 address and port in hostname 2019-01-27 11:41:58 +01:00
Tobias Umbach
4362f1f372
Create XDG_CONFIG_HOME with safe permissions
"If, when attempting to write a file, the destination directory is non-existant an attempt should be made to create it with permission 0700."

https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
2018-12-06 11:34:40 +01:00
albertosottile
6f840e4b4c Add custom error message if Twisted is not installed
Fixes #206.
2018-10-30 12:00:45 +01:00
albertosottile
b4c8bd9548 Fix filename argument in syncplayClient 2018-09-13 14:52:33 +02:00
Flisk
ee0bd52615 Remove obsolete encode/decode calls 2018-08-02 05:25:00 +02:00
Daniel Ahn
2d143aefca Final Spacing changes for PR 2018-07-24 09:05:49 -07:00
xNinjaKittyx
a1a3598d82 Reverting more == True statements 2018-07-23 15:07:14 -07:00
xNinjaKittyx
3d35d2e02d Revert a typo and an equality check 2018-07-23 14:57:29 -07:00
xNinjaKittyx
d59afb8f2f Revert any changes to tri logic 2018-07-23 14:41:10 -07:00
Daniel Ahn
ac4da59479 Revert "Revert "Code Syntax Refactoring""
This reverts commit 51fba3722f653156eca30d45cb07846fb725a777.
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
1aa50a8422 Address comments 2018-07-21 10:41:00 -07:00
Daniel Ahn
63c0573ab2 Reverted most code back to == False. Future code should consider using is False if possible. 2018-07-21 03:20:34 -07:00
Daniel Ahn
292215dd22 Fixed some typos 2018-07-20 14:04:01 -07:00
Daniel Ahn
aa4f95e4be Finished cleanup 2018-07-20 13:49:13 -07:00
Daniel Ahn
4dea39a068 Add more pycodestyle fixes 2018-07-20 12:57:00 -07:00
Etoh
76a6390a2b
Merge duplicate INI sections from NSIS BOM bug 2018-07-20 11:49:37 +01:00
albertosottile
74974438f0 Add revision identifier in __init__ and about dialog 2018-07-08 12:14:46 +02:00
albertosottile
e9dde392ed Fixed reference to missing constant on Linux 2018-07-08 11:52:40 +02:00
Alberto Sottile
b4534266e3 Redesign About dialog to show environment info 2018-06-17 14:57:28 +02:00
albertosottile
b4292bf8cd Manually check for updates if automaticUpdateCheck fails 2018-06-15 09:42:13 +02:00
Alberto Sottile
d2e965fe54 Change config path logic to support XDG 2018-06-09 15:29:08 +02:00
Alberto Sottile
a58aa6de54 Fix issue #184 2018-05-30 23:03:02 +02:00
albertosottile
e49ea0de12 Fix show URL in GUI when loaded from Syncplay 2018-05-29 14:28:47 +02:00
Alberto Sottile
e9a194b36e Missing fields errors were not notified 2018-04-28 01:01:53 +02:00
Alberto Sottile
b827a57cab 2to3 conversion and initial VLC support 2018-04-24 00:44:19 +02:00
Alberto Sottile
a18fecd732 Adjusted symbolic links to dynamic libraries 2018-04-17 09:30:03 +02:00
albertosottile
6f172d9803 Merged upstream changes 2018-04-11 12:24:38 +02:00
Alberto Sottile
d2b1710b1b Merge pull request #176 from Nico769/master
Added Italian translation
2018-02-20 10:06:49 +01:00
albertosottile
ab481b6cd6 Italian translation reviewed and added syncplay-mediasearchdirectories-label 2018-02-20 10:04:31 +01:00
Etoh
f5c6b8fcf9 Make repl.lua copyright notice more prominent 2018-01-14 17:54:18 +00:00
Etoh
79c34f823e Avoid error on unexpected last update check format when changing between Python versions (#170) 2018-01-13 14:46:17 +00:00
Etoh
a97d1fe863 Fix dropfile on main GUI window 2017-12-25 13:26:26 +00:00
Etoh
ec3bb067f3 Remove dropFileAddsToPlaylist for now 2017-12-25 13:22:10 +00:00
Etoh
e6238a54ee Dropping a file into the player or playlist adds it to playlist rather than just opening it 2017-12-14 17:14:40 +00:00
Etoh
bb53c2e77f Rename OSX->MacOS 2017-12-10 15:19:23 +00:00
Etoh
2618a0f527 Refactor resourcespath/posixpath to utils 2017-12-10 14:58:39 +00:00
Etoh
8a082ed1cd Refactor OS check to utils 2017-12-10 14:32:35 +00:00
alby128
1ac472a4e2 lastCheckedQt setting was impossible to clean from UI 2017-11-21 22:28:06 +01:00
alby128
8bcd527f57 Removed PyQt support from Qt.py 2017-11-17 10:14:44 +01:00
alby128
f064c0dd68 Fixed defects found by Coverity 2017-11-12 22:44:47 +01:00
Etoh
2e1ad3021a Split shuffle into 'entire' and 'remaining' to address #153 (suggested by xNinjaKittyx) 2017-11-12 22:44:39 +01:00
alby128
059ce0c87f Corrected syntax bug in openAddMediaDirectoryDialog 2017-10-19 21:50:17 +02:00