1
0
Fork 0
Commit graph

409 commits

Author SHA1 Message Date
NamedKitten b909b4d189 [UI+Backend] Improved playlist menu and added thumbnails. 2018-12-08 22:21:12 +00:00
NamedKitten 7b8beeb57b [Launcher] Added arg/setting to disable update check. 2018-12-06 10:36:13 +00:00
NamedKitten b6d5547453 [Tidy] Tidyed up things, removed QML Reloading and Discord support. 2018-12-06 08:13:14 +00:00
NamedKitten 5be24ac560 [UI] Change colour to string. 2018-12-05 17:18:35 +00:00
NamedKitten 51508d96a4 [UI] Added volume slider hiding when mouse not in area. 2018-12-05 12:13:28 +00:00
NamedKitten c8cf58df5f [UI] Added theme menu item and made switching themes easier. 2018-12-05 12:05:18 +00:00
NamedKitten 6ba9f7fe35 [UI] Fix niconico theme anchors. 2018-12-03 08:21:45 +00:00
NamedKitten 228fe1d252 [UI] Made MouseArea for RoosterTeeth theme better. 2018-12-03 08:19:51 +00:00
NamedKitten f5581ab895 [Backend+UI] Made alot of appearance changes and added RoosterTeeth theme. 2018-12-03 08:17:57 +00:00
NamedKitten 56564c0247 [Backend] Set window icon. 2018-12-01 17:26:04 +00:00
NamedKitten 999344c9df [UI+Backend] Added wayland support and fixed config names. 2018-12-01 13:03:22 +00:00
NamedKitten f09eb923c8 [UI] Fixed default niconico theme colours. 2018-12-01 12:12:30 +00:00
NamedKitten 2b05c3184d [UI+Backend] Hopefuly make disabling screensaver better and added per theme colours. 2018-12-01 12:10:52 +00:00
NamedKitten ea40440d72 [UI] Added scale keybinds. 2018-11-30 16:57:29 +00:00
NamedKitten 79493a1cba [UI] Made UI more scalable. 2018-11-30 16:42:19 +00:00
NamedKitten 5a5674b832 [UI+Backend] Improved time string events and fixed niconico icons.
I made creating time string way more efficient by saving old values and comparing
them because they can change multiple times per second but the duration string only
needs to update once per second and it also needs to always update when speed changes.
TODO: Add speed event to allow speed to be updated when paused.
2018-11-30 08:21:34 +00:00
NamedKitten da68c65faf [UI] Reformatted code. 2018-11-29 08:32:55 +00:00
NamedKitten a307a01eef [UI] Reformatting + Niconico forward / back buttons (using YouTube's icons for now) 2018-11-29 08:25:54 +00:00
NamedKitten bdea9ade90 [UI] Fixed subtitles visibility. 2018-11-28 20:35:14 +00:00
NamedKitten 98f56251f8 [UI] Fix code formatting error. 2018-11-28 18:45:06 +00:00
NamedKitten 114662c17d [UI+Backend] Major refactor. Added niconico theme and made components more split up. Used Connections for signals. 2018-11-28 18:41:54 +00:00
NamedKitten bf0bee446a [CMake+Utils] Made x11 optional and also improved .desktop file. 2018-11-28 11:55:26 +00:00
NamedKitten 1f17f32b07 [Backend+Cmake] Improved newer MPV version checking. 2018-11-26 19:03:37 +00:00
NamedKitten b2afcc99f5 [Backend] Make backend compile properly. 2018-11-26 18:41:18 +00:00
NamedKitten 6b318a724c [Backend] Change ifdef. 2018-11-26 17:22:40 +00:00
NamedKitten 1c081cf771 [UI] Made hover timestamp formula easier to read. 2018-11-26 17:01:45 +00:00
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