48 Commits

Author SHA1 Message Date
Etoh
4f5835a51c Allow chat input/output to be disabled 2017-12-27 16:31:43 +00:00
Etoh
0a2272daeb Rebase to Syncplay 1.5.0 2017-12-25 17:00:57 +00:00
Etoh
88113d8e15 Add initial MPC-BE support (#68 & #158) 2017-12-09 21:29:31 +00:00
Etoh
0c449f62a9 Merge changes from 1.5.0+ 2017-12-09 16:55:18 +00:00
Etoh
525aab14ed Only use <> for chat messages 2017-11-15 20:27:41 +00:00
Etoh
f3497b3e7e Merge branch 'master' into chat-osd
Conflicts:
	.appveyor.yml
	.travis.yml
	syncplay/constants.py
	syncplay/messages_de.py
	syncplay/messages_ru.py
	syncplay/ui/ConfigurationGetter.py
	syncplay/ui/gui.py
2017-11-15 19:43:38 +00:00
Etoh
79a4c357b8 Warn against sending sensitive messages over Syncplay chat 2017-11-13 23:37:13 +01:00
Etoh
79f071814e Warn against sending sensitive messages over Syncplay chat 2017-11-13 18:17:41 +00:00
Etoh
5d4584e0b2 Warn against sending sensitive messages over Syncplay chat 2017-11-13 18:15:50 +00:00
Etoh
2e1ad3021a Split shuffle into 'entire' and 'remaining' to address #153 (suggested by xNinjaKittyx) 2017-11-12 22:44:39 +01:00
Etoh
b1cdceec74 Split shuffle into 'entire' and 'remaining' to address #153 (suggested by xNinjaKittyx) 2017-11-05 15:52:34 +00:00
Etoh
e414cb4651 Synchronize branch with origin/master 2017-10-15 22:46:47 +02:00
Etoh
3222ed0f00 List supported players on path error 2017-10-15 15:03:54 +01:00
Etoh
d48f6bd177 Change text to reflect optional nature of media path 2017-10-15 13:11:33 +01:00
Etoh
7f29e184a7 Merge remote-tracking branch 'origin/master' into chat-osd
Conflicts:
	buildPy2exe.py
	syncplay/ui/gui.py
2017-10-15 10:28:06 +01:00
alby128
264724614d Added multilanguage support in the About dialog 2017-10-13 15:33:49 +02:00
alby128
d07b2a4cbb Added multilanguage support in the About dialog 2017-10-13 12:52:51 +02:00
Etoh
6bdffaf79d Ensure consistency between messages items across languages 2017-08-13 14:09:33 +01:00
Etoh
dee4289c6c Move chat text to messages.py + improve chat GuiConfig 2017-08-13 11:40:49 +01:00
Etoh
2da8e84bba Add chat input config 2017-05-07 13:20:28 +01:00
Etoh
cae66b7a58 Move from @requireMinServerVersion to @requireServerVersion and apply to sendChat 2017-04-16 12:11:35 +01:00
Et0h
e991c12e54 Make it clearer how to re-enable folder on timeout (#130) 2017-01-29 11:33:21 +00:00
Etoh
30370cf0af Merge branch 'chat' into master 2016-12-24 13:48:04 +00:00
Et0h
f43729a62e Syncplay strings translated by Corwin 2016-12-14 23:07:17 +00:00
Et0h
7f0ffb90d2 Add reference to context menu in unsafe path error 2016-10-18 17:47:15 +01:00
Et0h
7465c85d8e Add "add X as trusted domain" playlist menu option 2016-10-17 23:50:45 +01:00
Et0h
65f6f4b4b9 Add "edit playlist" option 2016-10-17 21:52:32 +01:00
Etoh
e3ff53920b Merge pull request #113 from Syncplay/master to address #108
Port over VLC 3 exit handling from main branch
2016-08-30 13:12:17 +01:00
Et0h
351024fcaa Handle VLC 3's lack of Syncplay support 2016-08-30 12:48:33 +01:00
Et0h
bc07383d13 Enable chat by default 2016-07-04 00:09:36 +01:00
Et0h
23c1496ce4 Add feature list to protocol - make server specify supported features so client knows what to disable 2016-07-03 21:12:28 +01:00
Et0h
586c12ec68 Add chat to GUI 2016-07-03 17:48:42 +01:00
Et0h
a3324a80f3 Merge in abhsag24's chat code 2016-07-03 16:40:12 +01:00
Et0h
4012bfec8f Add shared playlist warning for connecting to <1.4.0 servers 2016-07-03 13:45:45 +01:00
Et0h
a1ab184e9a Add 'Set Trusted Domain' feature to main GUI and highlight untrusted domains in playlist 2016-07-02 17:33:46 +01:00
Et0h
5bf136c58f Give error when media directory does not exist 2016-06-02 20:59:27 +01:00
Et0h
d93fcb5650 Add "Add folder" button to "Set media directories" dialog 2016-06-02 19:58:20 +01:00
Et0h
0205d4b421 Add label below AddURI and SetMediaDir dialogs & move AddURI message to messages_*.py 2016-06-02 19:12:37 +01:00
Et0h
f4ca4c5c00 Display error if no media directories are set, and reset cache when media directories set to blank, and don't switch to None index in playlist 2016-06-02 18:06:39 +01:00
Et0h
1c9a56e9d5 Fix thread crash with directory search error messages + Add error/notification when adding file(s) not in a known media directory 2016-06-02 17:35:19 +01:00
Et0h
53e32e2283 Allow user to set media directories via main GUI 2016-06-02 16:30:54 +01:00
Et0h
b1c8c9f5b2 Update folder search timeout messages and ensure they are actually displayed 2016-06-02 14:17:47 +01:00
Et0h
cbc8203007 Remove special status of current directory and only look for files in media directories (for consistency) 2016-05-28 16:27:02 +01:00
Et0h
1de40303bd Only auto-switch to trusted domains by default 2016-05-08 13:48:42 +01:00
Et0h
5d28692996 Shared playlist auto-switch to URIs by default, but only to user-specified 'trustedURIs' if 'onlySwitchToTrustedURIs' is True 2016-05-07 09:25:32 +01:00
Uriziel
4560e95308 Merge branch 'master' into sharedplaylists 2016-03-03 20:34:28 +01:00
remimarenco
3ed4af4f03 Add the description in deutsch file 2016-01-24 20:45:41 -05:00
remimarenco
078256707e Divide the different languages in separate files 2016-01-24 20:40:23 -05:00