1
0
Fork 0
Commit graph

433 commits

Author SHA1 Message Date
NamedKitten 1aa3e6f66b [Backend+UI] Added hover to show time and made backend handling better. 2018-11-26 16:50:25 +00:00
NamedKitten 975a548ef6 [Backend+UI] Added backend settings and made some changes to MPV events. 2018-11-24 21:00:04 +00:00
NamedKitten 13b4b53e9d [UI+Backend] Fixed playlist menu pausing and added minor improvements. 2018-11-24 15:43:48 +00:00
NamedKitten e7c0e1af92 [UI+Backend] Optimizations and Chapter Markers. 2018-11-24 14:35:34 +00:00
NamedKitten 37158fbcad [UI] Moved PlaylistDialog into it's own file. 2018-11-23 08:19:28 +00:00
NamedKitten afba6a63d2 [UI] Added playlist menu item. 2018-11-22 20:59:01 +00:00
NamedKitten 0f7327bfca [UI] Minor tweaks, layout changes and more customizability. 2018-11-22 17:20:58 +00:00
NamedKitten 14116cb507 [UI] Use ProgressBar as it is more suited for this task rather than changing the width of a rectangle. 2018-11-22 11:49:51 +00:00
NamedKitten c5606041e1 [UI] I fail at maths. 2018-11-21 14:44:17 +00:00
NamedKitten 7dd808a93f [UI] Fix skipToNinth. 2018-11-21 10:26:39 +00:00
NamedKitten d5f4ab408f [Backend/Utils] Added screensaver resetting whilst playing. 2018-11-21 08:03:28 +00:00
NamedKitten bd41d19d24 [UI] More user customizable colours. 2018-11-19 13:01:38 +00:00
NamedKitten b07f27f040 [UI] Optimize UI Rendering. 2018-11-19 12:24:13 +00:00
NamedKitten 4f65900e7e [Backend] Improved createTimestamp readability and also cache duration string. 2018-11-19 05:07:22 +00:00
NamedKitten b27f2e6b27 [UI] Minor optimizations and customizability additions. 2018-11-19 04:26:08 +00:00
NamedKitten ba0119fad3 [CMake+UI] Remove unneeded whitespace and depends. 2018-11-18 19:27:28 +00:00
NamedKitten 71f8cccee1 [Multiple] Added Direct backend and backend interface support. 2018-11-18 19:23:31 +00:00
NamedKitten 75c7225dca [Utils] Moved utils to their own namespace. 2018-11-18 13:33:45 +00:00
NamedKitten e0107ac4a7 [Backend] change update function name. 2018-11-18 13:23:04 +00:00
NamedKitten d9923f1400 [Translations] Added english update translation. 2018-11-18 13:13:26 +00:00
NamedKitten 74349b2e46 [Rebuild] Trigger rebuild. 2018-11-18 13:07:30 +00:00
NamedKitten 45f2b63eb5 [Launcher] Added missing ")". 2018-11-18 13:02:02 +00:00
NamedKitten 9c51bb3ad3 [Backend+Scripts] Make appimage updating easier. 2018-11-18 12:48:41 +00:00
NamedKitten 074ced6844 [UI] Added more ways to toggle fullscreen. 2018-11-17 20:28:07 +00:00
NamedKitten d66cedb2b8 [UI] Made cursor hide along with controls. 2018-11-17 19:48:00 +00:00
NamedKitten 22003de3d3 [UI] Added some missing commands. 2018-11-17 19:40:19 +00:00
NamedKitten 32f1007fd5 [UI+Backend] Moved to a Enum based command API for backend commands. 2018-11-17 19:33:32 +00:00
NamedKitten 8738be39f1 [UI] Fix undefined check on audioMenu items. 2018-11-17 16:00:23 +00:00
NamedKitten 5f0d602041 [Multiple] Moved to Slots + Signals instead of calling JS functions or manually changing object values. 2018-11-17 15:45:21 +00:00
NamedKitten 8c71f0b341 [Style+Launcher] Removed clang-format temporarily and improved update checker. 2018-11-16 09:16:04 +00:00
NamedKitten c8cde5086f [Launcher] Add update checking. 2018-11-16 09:10:26 +00:00
NamedKitten d164c8ae08 [CMake] Make discord intergration not be built by default. 2018-11-16 08:36:27 +00:00
NamedKitten 110cfd941e [CMake+Backend] Fix discord disable, make files get appended to playlist from command line args. 2018-11-12 12:30:35 +00:00
NamedKitten 3fc9a8fb78 [Scripts] Fixed appimageupdatetool URL. 2018-11-12 11:12:51 +00:00
NamedKitten 10dcc7cbad [Backend+CMake] Added discord rich presence support. 2018-11-12 11:05:46 +00:00
Kitteh e5f21a553f [UI] MPV uses yes/no rather than true/false. 2018-11-11 13:50:42 +00:00
Kitteh 6c46849ed7 [Launcher] Handle ^C. 2018-11-11 13:43:18 +00:00
Kitteh 01fba29efd [UI] Fix screen moving. 2018-11-11 13:31:33 +00:00
Kitteh edff89b22e [UI] Added testing screen changing. 2018-11-10 23:10:57 +00:00
Kitteh acba1953db [Build+Translations] Make release version default. 2018-11-10 20:26:15 +00:00
Kitteh f1d1fdccbd [UI] Move controls bar to its own component. 2018-11-10 19:55:59 +00:00
Kitteh d3a2cf00b7 [UI] Move dialogs into MenuBar. 2018-11-10 19:11:43 +00:00
Kitteh 47f346353c [UI] Move menu bar into its own component. 2018-11-10 19:06:09 +00:00
Kitteh 058ff6b8c9 [Formatting] Improved code formatting. 2018-11-10 13:50:13 +00:00
Kitteh c180f3f17f [UI] Added audio devices menu. 2018-11-10 13:32:54 +00:00
Kitteh d1606274cc [Backend] Add toggle stats. 2018-11-08 18:17:43 +00:00
Kitteh c492c57f82 [Backend] Moved speed controls to backend. 2018-11-08 17:36:41 +00:00
Kitteh 63eff586b0 [Backend] Added seekAbsolute. 2018-11-08 13:31:14 +00:00
Kitteh 02750f65db [Backend] Move even more things to backend. 2018-11-08 12:46:43 +00:00
Kitteh f32ead3e1d [Backend] Move more code to backend. 2018-11-08 12:04:56 +00:00