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
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
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
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
Kitteh
6161718382
[Translations] Update french, german, italian and norweigan translations.
2018-11-07 20:57:30 +00:00
Kitteh
51aa0290ff
[Translations] Update spanish translations.
2018-11-07 17:29:43 +00:00
Kitteh
0bd62e70aa
[UI+Backend] Made tracks menu better.
2018-11-07 17:22:18 +00:00
Kitteh
a73a6f7c1a
[UI+Backend] Intergrate tracks menu into menubar.
2018-11-07 12:00:26 +00:00
Kitteh
fed625fc99
[Backend+UI] Added platform utils and always on top mode toggle.
2018-11-07 11:10:38 +00:00
Kitteh
641b13d2c9
[UI] Added some hover effects to progressBar.
2018-11-07 08:32:33 +00:00
Kitteh
0d2b5e2b5a
[Backend+Launcher] Removed some unneeded debug code.
2018-11-07 08:01:18 +00:00
Kitteh
3b9cbf3f15
[Backend] Added DPMS.
2018-11-07 07:42:47 +00:00
Kitteh
cbb5cfcf8b
[Assets] Optimize.
2018-11-06 14:17:38 +00:00
Kitteh
103d626c56
[Scripts] Test uploading MPV.
2018-11-06 09:11:06 +00:00
Kitteh
8d68ab2a46
[Backend] Reimplement createTimestamp in C++.
2018-11-06 08:24:24 +00:00
Kitteh
8fc36d20b7
[Backend] Source formatted with clang-format.
2018-11-06 07:39:42 +00:00
Kitteh
6b1078f93b
[UI] Reformatted QML.
2018-11-06 07:37:05 +00:00
Kitteh
20e262b709
[UI+Backend] Custom keybinds, made player init after renderer created.
2018-11-06 07:32:49 +00:00
Kitteh
8cd313b47c
[UI] Fix timestamp and subtitle menu.
2018-11-05 00:15:49 +00:00
Kitteh
99e3a59848
[Multiple] Minor tweaks.
2018-11-04 21:20:11 +00:00
Kitteh
94fa71fd02
[Launcher] Remove unneeded code.
2018-11-04 15:14:20 +00:00
Kitteh
e8c44747ae
[UI] Use Qt Labs File Dialogs.
2018-11-04 15:11:50 +00:00
Kitteh
e4f64c1c7f
[UI] Optimized track list a bit.
2018-11-04 13:21:50 +00:00
Kitteh
09cca0e017
[UI] Fix some actions.
2018-11-04 13:04:26 +00:00
Kitteh
f436f77ba5
[Backend] Make most of the commands be handled by C++.
2018-11-04 12:45:08 +00:00
BluABK
c9df63f490
Update translations.js with Norwegian (Bokmål)
2018-11-02 18:47:44 +01:00
Kitteh
e7872b5e4e
[UI] Fix OPEN_FILE name.
2018-11-02 08:09:18 +00:00
Kitteh
2643f93155
[UI] Default font roboto until I find out what "Youtube Noto" is.
2018-11-02 07:29:00 +00:00
leha-bot
9608199ed1
Add Russian localization
2018-11-02 00:00:16 +03:00
Kitteh
2446bb7588
[UI] Add Italian translation.
2018-11-01 20:32:00 +00:00
Kitteh
366e20335f
[UI] Added translations for english, spanish, french and german.
2018-11-01 18:51:55 +00:00
Kitteh
84333be48e
[Launcher] Tried fix for Platform Plugin.
2018-10-31 10:56:05 +00:00
Kitteh
24ac3da37e
[Launcher] Check for WIN32.
2018-10-31 07:53:38 +00:00
Kitteh
4a519d1b88
[Launcher] Add mingw compatable setenv.
2018-10-30 16:16:53 +00:00
Kitteh
662ddeeda3
[Launcher] Check for if it isn't mingw instead of checking for linux.
2018-10-30 15:58:23 +00:00
Kitteh
f9ff4d03cd
[Launcher] Change ifdef from UNIX to __linux__.
2018-10-30 15:54:17 +00:00
Kitteh
58d40b264f
[Launcher] Add more ifdef for setenv on non unix.
2018-10-30 15:50:39 +00:00
Kitteh
ea18e9331c
[Launcher] Add missing include.
2018-10-30 15:38:29 +00:00
Kitteh
69cc9976e8
[ALL] Reduced all the unneeded imports.
2018-10-30 11:05:31 +00:00
Kitteh
19b9e64882
[UI] Removed unneeded QGraphicalEffects.
2018-10-30 10:04:48 +00:00
Kitteh
7e2aea044f
[UI] Added improved subtitles.
2018-10-29 16:12:19 +00:00
Kitteh
84e68b7545
[UI] Fixed name of About Qt.
2018-10-29 14:45:07 +00:00
Kitteh
56fb9c19dc
[UI] Minor tweaks, fixes and better screenshot handling.
2018-10-29 14:19:12 +00:00
Kitteh
772247a17d
[UI] Added click to run and made subtitles behave better.
2018-10-29 00:59:26 +00:00
Kitteh
30e56c2d08
[UI] Improve Nyan Cat Rainbow.
2018-10-29 00:35:24 +00:00
Kitteh
19f186182b
[UI] Remove unneeded property.
2018-10-28 15:42:23 +00:00
Kitteh
2d3222c724
[UI] Fixed volume keybinds. Added mute keybind.
2018-10-28 15:35:50 +00:00
Kitteh
9f3d8d9e06
[UI] Fixed UI on KDE.
2018-10-28 14:56:54 +00:00
Kitteh
eed31a2446
[UI] Fixed menu bar item name.
2018-10-28 13:21:45 +00:00
Kitteh
8d4d09ba79
[UI] Shuffled some items around.
2018-10-28 12:19:24 +00:00
Kitteh
c53c1af307
[Scripts] Vapoursynth.
2018-10-27 19:46:35 +01:00
Kitteh
18fb62aa2f
[YTDL] Freeze youtube-dl rather than using anaconda.
2018-10-27 17:05:14 +01:00
Kitteh
e73190de93
[UI] Fix unneeded dependancy.
2018-10-27 16:38:55 +01:00
Kitteh
f3b3fc85ac
[Dev] Added QML reloading.
2018-10-27 16:11:29 +01:00
Kitteh
9a119cb694
[UI] Added speed controls.
2018-10-27 11:34:13 +01:00
Kitteh
577a46511c
[UI] Fix controlsBackground when nyancat mode is on.
2018-10-26 19:35:04 +01:00
Kitteh
32e5fdab5e
[UI] Add nyancat fun feature.
2018-10-26 19:11:07 +01:00
Kitteh
a44ebe93f7
[UI] Added setting to only show title when fullscreen.
2018-10-26 17:09:35 +01:00
Kitteh
8a993db7c0
[UI] Fixed "File" menu dropdown width.
2018-10-26 17:03:20 +01:00
Kitteh
bd3995d4f4
[UI] Fixed cache bar and added screenshotting keybinds.
2018-10-26 17:02:07 +01:00
Kitteh
bda712a4ce
[UI] Minor improvements.
2018-10-26 15:13:14 +01:00
Kitteh
93706c0c0b
[JS] Fix qmlfmt'd language codes converter.
2018-10-25 19:53:11 +01:00
Kitteh
52ed2b6033
[UI] Add cache indicator to progressBar.
2018-10-25 19:13:17 +01:00
Kitteh
13f5fda250
[UI] Added more padding between player MouseArea and controls bar.
2018-10-25 18:16:08 +01:00
Kitteh
99c9d906e4
[UI] Made tracks menu show currently playing track as default.
2018-10-25 17:58:18 +01:00
Kitteh
f1ff98f7d8
[Launcher] Fix "Unknown error"
2018-10-25 12:31:15 +01:00
Kitteh
8fbe73a718
[QML] Reformatted code.
2018-10-24 19:49:05 +01:00
Kitteh
59110f590a
[Build] Using QtQuickCompiler
2018-10-24 19:17:29 +01:00
Kitteh
5c8b05ff82
[UI] Added video and aspect ratio keybinds.
2018-10-24 18:21:31 +01:00
Kitteh
2db4c9246e
[UI] Cycle tracks and back/forward 5s keybinds added.
2018-10-24 18:16:34 +01:00
Kitteh
ef77ee260a
[UI] Fix name of frame skip keybinds.
2018-10-24 18:02:46 +01:00
Kitteh
e64319685a
[UI] Fix keybind names, added frame skip keys.
2018-10-24 17:58:41 +01:00
Kitteh
4f5b8487a5
[UI] Change keybind names.
2018-10-24 17:49:20 +01:00
Kitteh
d4e0fd63d4
[UI] Added configurable keybinds.
2018-10-24 17:41:41 +01:00
Kitteh
ad2449c134
[UI] Minor changes.
2018-10-24 15:50:22 +01:00
Kitteh
8746557219
[UI] Fixed missing bracket.
2018-10-24 14:32:26 +01:00
Kitteh
75798b1c42
[UI] Improved Menu Bar, Custom Components, Better Keybinds.
2018-10-24 14:24:32 +01:00
Kitteh
33d616ca88
[Launcher] Add DPMS stuff for now.
2018-10-23 23:56:24 +01:00
Kitteh
51fe31d901
[UI] Added File menu.
2018-10-23 23:19:26 +01:00
Kitteh
7f11846da6
[MPV] Added mpv.conf loading.
2018-10-23 21:23:19 +01:00
Kitteh
e6b53d27a5
Force youtube-dl detection.
2018-10-23 21:05:38 +01:00
Kitteh
9093cdc2c6
[UI] Native subtitles, info keybind, mouse hide.
2018-10-23 21:03:06 +01:00
Kitteh
36b01f31bc
[UI] Fix Formatting.
2018-10-23 16:47:32 +01:00
Kitteh
7d5482c1f6
[UI] Add settings menu.
2018-10-23 16:45:44 +01:00
Kitteh
e7c3ce3aa4
[Travis] Use build matrix.
2018-10-23 15:42:44 +01:00
Kitteh
2621325479
[Launcher] Make wait for updater to finish.
2018-10-23 14:57:06 +01:00
Kitteh
eb640e414e
Fix path to appimageupdatetool.
2018-10-23 13:43:27 +01:00
Kitteh
35ba0663f5
Debug updater.
2018-10-23 12:19:21 +01:00
Kitteh
a604687b5c
Test auto updating.
2018-10-23 11:37:51 +01:00
Kitteh
505629d69a
[UI] Open Media Changes
2018-10-21 15:42:52 +01:00
Kitteh
67df0fd242
Lots of changes.
2018-10-21 14:32:39 +01:00
Kitteh
08e9fcf55a
Minor changes.
2018-10-21 13:00:25 +01:00