Commit Graph

1629 Commits

Author SHA1 Message Date
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
Ian Walton
e161d06f8a Restore the other jobs. 2021-04-13 00:40:28 -04:00
Ian Walton
7ed44ef01b Qt fix. 2021-04-13 00:28:55 -04:00
Ian Walton
0519368367 Don't use relative qt path. 2021-04-12 23:42:05 -04:00
Ian Walton
2ab9e11841 Bionic is too old. 2021-04-12 23:02:45 -04:00
Ian Walton
1f0071cb51 Fix tzdata and equivs. 2021-04-12 22:51:49 -04:00
Ian Walton
d948814a14 Need checkout. 2021-04-12 22:46:14 -04:00
Ian Walton
30db19d53e Initial test of linux builds. 2021-04-12 22:44:32 -04:00
Ian Walton
14cad9c239 Merge branch 'master' into release 2021-04-12 21:31:29 -04:00
Ian Walton
1617eb27b0 Re-enable OSX builds. 2021-04-12 21:29:27 -04:00
Ian Walton
8f277d3d40 Re-enable OSX builds. 2021-04-12 21:27:28 -04:00
Ian Walton
094839f0c4 Use version starting with v. 2021-04-12 21:16:19 -04:00
Ian Walton
9e09e04272 Test 2021-04-12 21:14:09 -04:00
Ian Walton
e1e8044849 Test 2021-04-12 21:13:20 -04:00
Ian Walton
266dedb66e Fix \. 2021-04-12 21:04:34 -04:00
Ian Walton
87ea5dd80c Fix \. 2021-04-12 21:02:41 -04:00
Ian Walton
bf018af184 Yuck... 2021-04-12 20:56:25 -04:00
Ian Walton
30e0ca3e38 Use Enterprise and %CD%. 2021-04-12 20:33:45 -04:00
Ian Walton
d5001e66cf Use vcvars64 and .\. 2021-04-12 20:30:06 -04:00
Ian Walton
186e36fbde Add current dir to path. 2021-04-12 20:16:09 -04:00
Ian Walton
b0c4cb84a0 Just use bash... 2021-04-12 20:14:47 -04:00
Ian Walton
34e27e9074 add set, change to cmd, add ls 2021-04-12 19:57:59 -04:00
Ian Walton
eb274e8bb9 Add msbuild to path. 2021-04-12 19:51:25 -04:00
Ian Walton
8ff1f1db82 Remove path command. 2021-04-12 19:41:46 -04:00
Ian Walton
0bf5d3ff4d Fix QT path. 2021-04-12 19:37:58 -04:00
Ian Walton
7ca2cfac27 Fix arch. 2021-04-12 19:35:51 -04:00
Ian Walton
5a0fcdfaf9 Fix indent. 2021-04-12 19:31:42 -04:00
Ian Walton
3cb338a3ce Add initial attempt at Windows build. 2021-04-12 19:29:41 -04:00
Ian Walton
4e7b9757dc Fix log info. 2021-04-12 18:46:47 -04:00
Ian Walton
fc8b9ebf1d Only bind *one* event handler. Not one per song/video. #22 2021-04-12 18:30:16 -04:00
Ian Walton
3c3dd1ccf4 Fix ffmpeg build. (Yay for junk versions of sed...) 2021-04-12 18:10:18 -04:00
Ian Walton
ac32393153 Ffmpeg static. 2021-04-12 17:55:29 -04:00
Ian Walton
dd78a5aae5 Build static ffmpeg from source. 2021-04-12 13:02:29 -04:00
Ian Walton
638fab79d7
Merge pull request #20 from uggedal/fix-wayland-segfault
Fix libmpv initialization on wayland
2021-04-12 12:24:15 -04:00
Eivind Uggedal
540a78e106 Fix libmpv initialization on wayland
This makes the x11 specific initialization of libmpv conditional on
actually running under x11 (or forcing XWayland with
QT_QPA_PLATFORM=xcb).

In the future, libmpv wayland awareness could be added, but the
current implementation seems to work ok.

Should fix #9.
2021-04-12 15:58:53 +00:00
Ian Walton
6ab88dd7e2 Build ffmpeg from source... 2021-04-12 09:41:30 -04:00
Ian Walton
a8e3e395b1 No mujs. 2021-04-12 09:13:10 -04:00
Ian Walton
2506a7f9e4 Build mpv from source. 2021-04-12 09:04:19 -04:00