]> git.sur5r.net Git - minitube/commit
New upstream version 3.6
authorJakob Haufe <jakob@haufe.it>
Tue, 29 Sep 2020 08:49:53 +0000 (10:49 +0200)
committerJakob Haufe <jakob@haufe.it>
Tue, 29 Sep 2020 08:49:53 +0000 (10:49 +0200)
commit92723c9ba6a5553e1b136692d99f3bf76b9d5d1c
treea5591ebcb82a342a107d70fa7b9b7468afce490f
parent265cfcde765624d338aa90542b01295b0ac1bd5f
New upstream version 3.6
29 files changed:
minitube.pro
src/channelaggregator.cpp
src/channelview.cpp
src/mainwindow.cpp
src/mediaview.cpp
src/playlistmodel.cpp
src/refinesearchwidget.cpp
src/searchparams.h
src/standardfeedsview.cpp
src/video.cpp
src/video.h
src/videoapi.h
src/ytchannel.cpp
src/ytjs/ytjs.cpp [new file with mode: 0644]
src/ytjs/ytjs.h [new file with mode: 0644]
src/ytjs/ytjs.pri [new file with mode: 0644]
src/ytjs/ytjschannel.cpp [new file with mode: 0644]
src/ytjs/ytjschannel.h [new file with mode: 0644]
src/ytjs/ytjschannelsource.cpp [new file with mode: 0644]
src/ytjs/ytjschannelsource.h [new file with mode: 0644]
src/ytjs/ytjsnamfactory.cpp [new file with mode: 0644]
src/ytjs/ytjsnamfactory.h [new file with mode: 0644]
src/ytjs/ytjssearch.cpp [new file with mode: 0644]
src/ytjs/ytjssearch.h [new file with mode: 0644]
src/ytjs/ytjssinglevideosource.cpp [new file with mode: 0644]
src/ytjs/ytjssinglevideosource.h [new file with mode: 0644]
src/ytjs/ytjsvideo.cpp [new file with mode: 0644]
src/ytjs/ytjsvideo.h [new file with mode: 0644]
src/ytsearch.cpp