Commit Graph

1816 Commits

Author SHA1 Message Date
Ian Walton
7a87bcde75 Fix possible excessive width of drop-down box. 2021-04-19 20:41:42 -04:00
Ian Walton
b37f1ff539 Allow disabling autorepeat for bugged-out inputs. 2021-04-19 20:37:52 -04:00
Ian Walton
cd6aa66699 Add update notifier. 2021-04-19 19:57:16 -04:00
Ian Walton
4c734cd9b2 Write Debian changelog. 2021-04-18 14:49:06 -04:00
Ian Walton
330c7f5dbc Up version to 1.4.0. 2021-04-18 14:39:03 -04:00
Ian Walton
dcc36e370f Cleanup settings, use tv setting, enable hwdec by default. 2021-04-18 14:27:29 -04:00
Ian Walton
e15cff1aa2
Merge pull request #42 from shemanaev/mouse-buttons-fix
Add Back/Forward mouse buttons handler.
2021-04-18 12:08:39 -04:00
Denis Shemanaev
328c374e07 Add Back/Forward mouse buttons handler. 2021-04-18 19:02:09 +03:00
Ian Walton
193cacf817 Fix subtitle offset support. #35 2021-04-16 17:32:22 -04:00
Ian Walton
f58105d0cb
Merge pull request #34 from n-peugnet/patch-1
Fix debian dependencies in linux build instructions
2021-04-15 17:53:42 -04:00
Nicolas Peugnet
02ea6b6a92
Fix debian dependencies in linux build instructions
Add `qml-module-qtquick-controls` to the `apt install` line
2021-04-15 23:51:56 +02:00
Ian Walton
28ac4d511f
Merge pull request #32 from yxwangcs/fix-warnings
Fix more warnings.
2021-04-14 20:23:16 -04:00
Ian Walton
9973fd5526 Add back window.apiPromise to prevent race condition. 2021-04-14 19:45:04 -04:00
Ian Walton
1fe4ce50b9 Add input processing. (#28) 2021-04-14 19:28:24 -04:00
Ian Walton
b660f2c521 More protecting against issues with web client. 2021-04-14 19:28:24 -04:00
Ian Walton
abe3cfced6 Update vscode settings. 2021-04-14 19:28:24 -04:00
Yuxin Wang
51e27faf05 Fix QJsonArray warnings.
See https://stackoverflow.com/a/49979209 for detailed explanation.
2021-04-14 18:12:10 -04:00
Yuxin Wang
663a53a4f7 Use QOperatingSystemVersion::current() instead of QSysInfo.
QOperatingSystemVersion is introduced since QT 5.9.
2021-04-14 18:05:55 -04:00
Ian Walton
317bf6e22a
Merge pull request #29 from yxwangcs/fix-post-install-macos
Fix macOS bundle library paths
2021-04-14 00:24:40 -04:00
Yuxin Wang
965ea533e1 Comply with PEP8. 2021-04-14 00:22:10 -04:00
Yuxin Wang
0438f293a2 Fix the path to the final built app. 2021-04-13 23:40:16 -04:00
Yuxin Wang
114b265362 Install vanilla mpv and apply post-install fixes. 2021-04-13 23:17:23 -04:00
Yuxin Wang
d237cdbd6c Ask macdeployqt to not create dmg.
We will need to fix library paths and pack a dmg ourselves.
2021-04-13 22:59:42 -04:00
Yuxin Wang
9db16c011e Rewrite the fix-install-names script for post-install on macOS. 2021-04-13 22:58:50 -04:00
Ian Walton
3e5c589519
Add download link to README 2021-04-13 22:15:47 -04:00
Ian Walton
7b7f25b6c8 Up version of web client in readme. 2021-04-13 20:12:55 -04:00
Ian Walton
8e229728d0 Up version to 1.3.1. 2021-04-13 20:08:56 -04:00
Ian Walton
be08bdf955 Machine type needs to be x86. 2021-04-13 19:34:45 -04:00
Ian Walton
db5e02d45f Build for win32_msvc2019. 2021-04-13 19:20:56 -04:00
Ian Walton
c3ae656fe4 Merge branch 'master' into release 2021-04-13 19:17:42 -04:00
Ian Walton
912ce87f25 Add legacy32 windows build. 2021-04-13 19:17:19 -04:00
Ian Walton
091f2ecff2 More matrix cleanup. 2021-04-13 19:14:01 -04:00
Yuxin Wang
cced3dac0c Use install-qt-action on windows build as well. 2021-04-13 19:12:27 -04:00
Yuxin Wang
c722078058 Cleanup unused strategy matrix. 2021-04-13 19:12:23 -04:00
Yuxin Wang
0e13bb5d08 Cleanup build config. 2021-04-13 19:12:18 -04:00
Ian Walton
86954f5f52 Merge branch 'master' into release 2021-04-13 12:08:49 -04:00
Ian Walton
2a07e2946d Merge branch 'master' of github.com:iwalton3/jellyfin-media-player 2021-04-13 12:07:40 -04:00
Ian Walton
b1d66fdb87
Merge pull request #26 from shemanaev/maximized-state
Add maximized window state preserving
2021-04-13 12:07:30 -04:00
Ian Walton
389102f9eb Set default font color on modal and add class. 2021-04-13 12:05:38 -04:00
Ian Walton
38801ea6ac Add dependency to qtbase5-private-dev. 2021-04-13 12:01:44 -04:00
Denis Shemanaev
328d0ceda7 Add maximized window state preserving 2021-04-13 16:09:22 +03:00
Ian Walton
b102687615
Merge pull request #25 from iwalton3/master
Test new PRs
2021-04-13 07:44:33 -04:00
Ian Walton
c3b9ef27d6
Merge pull request #24 from uggedal/fix-warnings
Fix warnings
2021-04-13 07:43:31 -04:00
Ian Walton
88c0067c09
Merge pull request #23 from uggedal/wayland-hwdec
Fix hwdec for wayland
2021-04-13 07:41:29 -04:00
Eivind Uggedal
5cab0d70a8 Fix warning about unused loadedGeo variable
It's usage was removed in cfb4da0c17
2021-04-13 11:41:14 +02:00
Eivind Uggedal
ca582fa102 Fix ByteArray::append(const QString&) deprecation warning 2021-04-13 11:36:24 +02:00
Eivind Uggedal
dfaea1d7d2 Fix QTime deprecation warnings
Move from QTime::start/elapsed (deprecated in 5.14) to QElapsedTimer
(available since 4.7).
2021-04-13 11:25:19 +02:00
Eivind Uggedal
666de6154e Fix signedness comparison warning
warning: comparison of integer expressions of different signedness:
    ‘int’ and ‘unsigned int’ [-Wsign-compare]
2021-04-13 11:08:47 +02:00
Eivind Uggedal
b0541484b3 Fix Qt 5.15 QTextStream deprecation warnings
- QTextStream::endl was deprecated in 5.15 and removed in 6.0. The new
  alternative, QT::endl is not available < 5.15, so just use literal
  newlines and flush where appropirate (QT::endl appends newline and
  flushes the stream). QTextStream should handle the "\n" to "\r\n"
  translation internally.
- QTextStream::flush was also deprecated in 5.15 and the alternative
  QT::flush is also not available in < 5.15. Just flush the stream
  directly.
2021-04-13 10:19:38 +02:00
Eivind Uggedal
6ae471023a Fix hwdec for wayland
Passing the wayland display to libmpv should improve stability and
enable direct rendering. This seems to be needed for hw decoding to work
on wayland.

Should properly fix #9.
2021-04-13 06:20:31 +00:00