1
0
Fork 0

Commit graph

  • f436f77ba5 [Backend] Make most of the commands be handled by C++. Kitteh 2018-11-04 12:45:08 +0000
  • 68fd98e69f
    Merge pull request #8 from BluABK/patch-1 NamedKitten 2018-11-02 17:50:34 +0000
  • c9df63f490
    Update translations.js with Norwegian (Bokmål) BluABK 2018-11-02 18:47:44 +0100
  • ef67e20a75 [Documentation] Make readme more informative. Kitteh 2018-11-02 15:39:16 +0000
  • 6f04916d50 [Scripts] Try building appimageupdatetool manually again. Kitteh 2018-11-02 13:45:18 +0000
  • 289b79ea3c [Travis] Use gcc instead of clang in order to see which compiles quicker. Kitteh 2018-11-02 13:38:08 +0000
  • e8c1b05c45 [Scripts] Change GTK plugin name. Kitteh 2018-11-02 13:32:30 +0000
  • 22d8016461 [Scripts] Try using latest prebuild appimageupdate. Kitteh 2018-11-02 13:32:03 +0000
  • c1e606f2a8 [Scripts] Include gtk3 plugin. Kitteh 2018-11-02 11:56:45 +0000
  • e7872b5e4e [UI] Fix OPEN_FILE name. Kitteh 2018-11-02 08:09:18 +0000
  • 2643f93155 [UI] Default font roboto until I find out what "Youtube Noto" is. Kitteh 2018-11-02 07:29:00 +0000
  • 1f42477cd9
    Merge pull request #7 from leha-bot/i18n/russian NamedKitten 2018-11-02 07:25:06 +0000
  • 9608199ed1 Add Russian localization leha-bot 2018-11-01 23:47:00 +0300
  • 2446bb7588 [UI] Add Italian translation. Kitteh 2018-11-01 20:32:00 +0000
  • 366e20335f [UI] Added translations for english, spanish, french and german. Kitteh 2018-11-01 18:51:55 +0000
  • 84333be48e [Launcher] Tried fix for Platform Plugin. Kitteh 2018-10-31 10:56:05 +0000
  • 3cb50f57fe [Build] Remove unneeded stuff in QMake. Kitteh 2018-10-31 08:06:17 +0000
  • 4e05aa232c [Build] Remove unneeded stuff in CMakeLists. Kitteh 2018-10-31 08:05:34 +0000
  • 24ac3da37e [Launcher] Check for WIN32. Kitteh 2018-10-31 07:53:38 +0000
  • 4a519d1b88 [Launcher] Add mingw compatable setenv. Kitteh 2018-10-30 16:16:53 +0000
  • 662ddeeda3 [Launcher] Check for if it isn't mingw instead of checking for linux. Kitteh 2018-10-30 15:58:23 +0000
  • f9ff4d03cd [Launcher] Change ifdef from UNIX to __linux__. Kitteh 2018-10-30 15:54:17 +0000
  • 58d40b264f [Launcher] Add more ifdef for setenv on non unix. Kitteh 2018-10-30 15:50:39 +0000
  • ea18e9331c [Launcher] Add missing include. Kitteh 2018-10-30 15:38:29 +0000
  • a449a40a3a [Scripts] Use CMake for scripts. Kitteh 2018-10-30 12:34:13 +0000
  • 7b6f2904d8 [Scripts] Use libmpv LGPL. Kitteh 2018-10-30 11:20:19 +0000
  • 69cc9976e8 [ALL] Reduced all the unneeded imports. Kitteh 2018-10-30 11:05:31 +0000
  • 19b9e64882 [UI] Removed unneeded QGraphicalEffects. Kitteh 2018-10-30 10:04:48 +0000
  • 55a4975645 [Build] Make qmake compile release version. Kitteh 2018-10-30 09:06:47 +0000
  • 7e2aea044f [UI] Added improved subtitles. Kitteh 2018-10-29 16:12:19 +0000
  • 84e68b7545 [UI] Fixed name of About Qt. Kitteh 2018-10-29 14:45:07 +0000
  • 56fb9c19dc [UI] Minor tweaks, fixes and better screenshot handling. Kitteh 2018-10-29 14:19:12 +0000
  • 772247a17d [UI] Added click to run and made subtitles behave better. Kitteh 2018-10-29 00:59:26 +0000
  • 30e56c2d08 [UI] Improve Nyan Cat Rainbow. Kitteh 2018-10-29 00:35:24 +0000
  • 19f186182b [UI] Remove unneeded property. Kitteh 2018-10-28 15:42:23 +0000
  • 2d3222c724 [UI] Fixed volume keybinds. Added mute keybind. Kitteh 2018-10-28 15:35:50 +0000
  • 9f3d8d9e06 [UI] Fixed UI on KDE. Kitteh 2018-10-28 14:56:54 +0000
  • 84fb93f336 [Build] Added cmake install. Kitteh 2018-10-28 13:59:29 +0000
  • eed31a2446 [UI] Fixed menu bar item name. Kitteh 2018-10-28 13:21:45 +0000
  • 8d4d09ba79 [UI] Shuffled some items around. Kitteh 2018-10-28 12:19:24 +0000
  • c53c1af307 [Scripts] Vapoursynth. Kitteh 2018-10-27 19:46:35 +0100
  • 4bed571599 [Scripts] Maybe make unzip work? Kitteh 2018-10-27 17:47:45 +0100
  • 7f3377782f [Travis] Add python setuptools dep. Kitteh 2018-10-27 17:21:17 +0100
  • 18fb62aa2f [YTDL] Freeze youtube-dl rather than using anaconda. Kitteh 2018-10-27 17:05:14 +0100
  • e73190de93 [UI] Fix unneeded dependancy. Kitteh 2018-10-27 16:38:55 +0100
  • 3888a91eb0 [Build] Try vapoursynth again. Kitteh 2018-10-27 16:13:23 +0100
  • f3b3fc85ac [Dev] Added QML reloading. Kitteh 2018-10-27 16:11:29 +0100
  • 9a119cb694 [UI] Added speed controls. Kitteh 2018-10-27 11:34:13 +0100
  • 577a46511c [UI] Fix controlsBackground when nyancat mode is on. Kitteh 2018-10-26 19:35:04 +0100
  • 32e5fdab5e [UI] Add nyancat fun feature. Kitteh 2018-10-26 19:11:07 +0100
  • a44ebe93f7 [UI] Added setting to only show title when fullscreen. Kitteh 2018-10-26 17:09:35 +0100
  • 8a993db7c0 [UI] Fixed "File" menu dropdown width. Kitteh 2018-10-26 17:03:20 +0100
  • bd3995d4f4 [UI] Fixed cache bar and added screenshotting keybinds. Kitteh 2018-10-26 17:02:07 +0100
  • bda712a4ce [UI] Minor improvements. Kitteh 2018-10-26 15:13:14 +0100
  • 93706c0c0b [JS] Fix qmlfmt'd language codes converter. Kitteh 2018-10-25 19:53:11 +0100
  • 52ed2b6033 [UI] Add cache indicator to progressBar. Kitteh 2018-10-25 19:13:17 +0100
  • 13f5fda250 [UI] Added more padding between player MouseArea and controls bar. Kitteh 2018-10-25 18:16:08 +0100
  • 99c9d906e4 [UI] Made tracks menu show currently playing track as default. Kitteh 2018-10-25 17:58:18 +0100
  • 85b8726d98 [Travis] Rebuild. Kitteh 2018-10-25 13:02:29 +0100
  • f1ff98f7d8 [Launcher] Fix "Unknown error" Kitteh 2018-10-25 12:31:15 +0100
  • edd21bbf2d [Scripts] Try to add vapoursynth support. Kitteh 2018-10-25 12:22:42 +0100
  • 8fbe73a718 [QML] Reformatted code. Kitteh 2018-10-24 19:49:05 +0100
  • 59110f590a [Build] Using QtQuickCompiler Kitteh 2018-10-24 19:17:29 +0100
  • 5c8b05ff82 [UI] Added video and aspect ratio keybinds. Kitteh 2018-10-24 18:21:31 +0100
  • 2db4c9246e [UI] Cycle tracks and back/forward 5s keybinds added. Kitteh 2018-10-24 18:16:34 +0100
  • ef77ee260a [UI] Fix name of frame skip keybinds. Kitteh 2018-10-24 18:02:46 +0100
  • e64319685a [UI] Fix keybind names, added frame skip keys. Kitteh 2018-10-24 17:58:41 +0100
  • 4f5b8487a5 [UI] Change keybind names. Kitteh 2018-10-24 17:49:20 +0100
  • d4e0fd63d4 [UI] Added configurable keybinds. Kitteh 2018-10-24 17:41:41 +0100
  • ad2449c134 [UI] Minor changes. Kitteh 2018-10-24 15:50:22 +0100
  • 8746557219 [UI] Fixed missing bracket. Kitteh 2018-10-24 14:32:26 +0100
  • 75798b1c42 [UI] Improved Menu Bar, Custom Components, Better Keybinds. Kitteh 2018-10-24 14:24:32 +0100
  • 33d616ca88 [Launcher] Add DPMS stuff for now. Kitteh 2018-10-23 23:56:24 +0100
  • 9d695e2a3f [Scripts] Fix upload script. Kitteh 2018-10-23 23:23:41 +0100
  • 51fe31d901 [UI] Added File menu. Kitteh 2018-10-23 23:19:26 +0100
  • 103a35a363 [Scripts] Fix upload script. Kitteh 2018-10-23 21:32:05 +0100
  • 7f11846da6 [MPV] Added mpv.conf loading. Kitteh 2018-10-23 21:23:19 +0100
  • e6b53d27a5 Force youtube-dl detection. Kitteh 2018-10-23 21:05:38 +0100
  • 9093cdc2c6 [UI] Native subtitles, info keybind, mouse hide. Kitteh 2018-10-23 21:03:06 +0100
  • 36b01f31bc [UI] Fix Formatting. Kitteh 2018-10-23 16:47:32 +0100
  • 7d5482c1f6 [UI] Add settings menu. Kitteh 2018-10-23 16:45:44 +0100
  • 8e115d3416 Fix? Kitteh 2018-10-23 16:20:14 +0100
  • daf8fb6889 Fix travis. Kitteh 2018-10-23 15:54:42 +0100
  • e7c3ce3aa4 [Travis] Use build matrix. Kitteh 2018-10-23 15:42:44 +0100
  • 2621325479 [Launcher] Make wait for updater to finish. Kitteh 2018-10-23 14:57:06 +0100
  • 55cf490cd2 Fix? Kitteh 2018-10-23 14:37:26 +0100
  • 406abd552c fix Kitteh 2018-10-23 14:11:29 +0100
  • f4259e6270 Oops. Kitteh 2018-10-23 14:11:12 +0100
  • e894bd51fe fix? Kitteh 2018-10-23 14:06:29 +0100
  • 55f7ad78e1 WTF? Kitteh 2018-10-23 14:02:26 +0100
  • 4ce15950cb ??? Kitteh 2018-10-23 13:59:52 +0100
  • ae0592528c Revert script changes. Kitteh 2018-10-23 13:54:57 +0100
  • 891532676d Clear ccache. Kitteh 2018-10-23 13:47:27 +0100
  • eb640e414e Fix path to appimageupdatetool. Kitteh 2018-10-23 13:43:27 +0100
  • f2ec85aac0 Don't build normal libs. Kitteh 2018-10-23 13:36:01 +0100
  • ecca68e7d2 Try making a smaller ffmpeg. Kitteh 2018-10-23 12:23:54 +0100
  • 35ba0663f5 Debug updater. Kitteh 2018-10-23 12:19:21 +0100
  • 6270fce6a0 Fix build depends. Kitteh 2018-10-23 12:01:44 +0100
  • 79fc606189 Manually build appimageupdatetool. Kitteh 2018-10-23 11:50:42 +0100
  • a604687b5c Test auto updating. Kitteh 2018-10-23 11:37:51 +0100