233 Commits

Author SHA1 Message Date
alby128
846d7f7536 Rewind video when manually changing playlist selection (#138) 2017-10-15 12:37:53 +02:00
alby128
8936b071f3 Added multilanguage support in the About dialog 2017-10-13 15:32:11 +02:00
alby128
e5ac868021 Improved About menu appeareance on Windows 2017-10-08 19:26:40 +02:00
alby128
4dff204747 Fixed listTreeView.header auto-resize on Qt.py 2017-10-08 16:05:08 +02:00
alby128
850a2d6783 Changed name of lastChecked QDateTime setting 2017-10-08 00:13:59 +02:00
alby128
a63b8f6d22 Fixed QDateTime compatibility with old versions 2017-10-06 15:40:35 +02:00
alby128
cc4975f717 Fixed datetime for existing installations 2017-10-05 10:08:56 +02:00
alby128
466589ccc4 Allow multiple PySide versions on Qt.py 2017-10-04 19:23:02 +02:00
alby128
bcc2983815 Ported GUI code to Qt.py 2017-10-04 15:19:49 +02:00
alby128
bc31d1d352 Enable about dialog on all OS 2017-10-02 23:57:54 +02:00
alby128
54239508e2 Removed default button from About dialog 2017-09-25 19:22:52 +02:00
alby128
c785ecead2 Add About dialog with license info on macOS 2017-09-18 20:18:18 +02:00
alby128
1741bcffe1 Fixed (again) QSettings on Windows and macOS 2017-09-16 19:39:08 +02:00
alby128
81a1d9e7b2 Fixed QPalette parent in PySide2 2017-09-16 18:16:29 +02:00
alby128
d8acdbe444 Fixed lastChecked storage in QSettings 2017-09-16 18:10:16 +02:00
alby128
fda0331662 Fixed drag and drop dependencies on PySide2 2017-09-16 17:43:11 +02:00
alby128
1db4d7adfc Add About window on macOS 2017-09-11 14:19:57 +02:00
alby128
89b4df7a4a Ported GUI to PySide 2 2017-09-07 19:37:03 +02:00
Etoh
c7e7114d37 Fix UTF-8 time issue (#131) 2017-04-16 00:05:53 +01:00
Et0h
976dc99afd Don't omit "open folder" option in playlist for current file 2017-01-19 21:53:31 +00:00
Et0h
dd2029b00a Use folder_film.png as icon for 'open containing folder' 2017-01-06 12:25:03 +00:00
Et0h
483330e0f1 Add 'open containing folder' option to playlist menu 2017-01-06 12:19:30 +00:00
Et0h
0ed660e9ec Don't show 'open containing folder' option if no folder was found 2017-01-06 12:02:44 +00:00
Uriziel
e60e1054e1 Added 'Open folder containing this file' 2016-12-31 02:55:12 +01:00
Et0h
ddae114694 Improve chat/GUI handling of < and > characters 2016-12-27 13:50:10 +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
ad9b3884a6 Syncplay should not re-open current file (it causes rewinds on some players) 2016-12-20 20:23:21 +00:00
Et0h
7b3efae32b Improve support for unicode in URL paths 2016-12-04 19:41:22 +00:00
Et0h
b7b3c9b66d Vertically centre playlist/userlist icons when large text increases row height 2016-10-19 03:05:39 +01:00
Et0h
f38feb05a8 Add "add X as trusted domain" room menu option 2016-10-18 00:10:45 +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
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
50785fd349 Add 'set trusted domains' item to playlist context menu 2016-07-02 23:29:46 +01:00
Et0h
2653042327 Add icon for 'Set Trusted Domains' menu item + tweak wording 2016-07-02 21:04:02 +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
e71de798e9 Use rstrip to strip all spaces from right-hand side of URI 2016-06-11 15:41:23 +01:00
Et0h
7bf8132335 Strip space from end of added URL and ignore empty URLs 2016-06-11 15:10:45 +01:00
Et0h
1e9e9609f2 Increase use of Unicode in strings 2016-06-11 13:41:29 +01:00
Et0h
8a4975b041 Use better error message when trying to add folder to playlist 2016-06-02 20:21:39 +01:00
Et0h
1970c6029c Make AddURI and setMediaDir dialogs modal so they can't be lost 2016-06-02 20:10:07 +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
deaed4c97f Add 'set media directories' to playlist context menu 2016-06-02 18:25:38 +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