]> git.sur5r.net Git - minitube/commit
New upstream version 3.5
authorJakob Haufe <jakob@haufe.it>
Tue, 29 Sep 2020 08:49:42 +0000 (10:49 +0200)
committerJakob Haufe <jakob@haufe.it>
Tue, 29 Sep 2020 08:49:42 +0000 (10:49 +0200)
commitde286bbf3fb8456ced35bf99730b98c59050f7c4
tree8214aa5c79385de0539af1e6c1ca1202e5421c6f
parent297c5a7db3d7359f3a445758c4ac8a8b4887391e
New upstream version 3.5
135 files changed:
lib/http/.clang-format [new file with mode: 0644]
lib/http/.gitignore
lib/http/CMakeLists.txt [new file with mode: 0644]
lib/http/LICENSE [new file with mode: 0644]
lib/http/README.md
lib/http/http.pri
lib/http/marketplace.json [new file with mode: 0644]
lib/http/src/cachedhttp.cpp
lib/http/src/cachedhttp.h
lib/http/src/http.cpp
lib/http/src/http.h
lib/media/COPYING [new file with mode: 0644]
lib/media/README.md
lib/media/media.pri
lib/media/src/mpv/mediampv.cpp
lib/updater/.clang-format [new file with mode: 0644]
lib/updater/.gitignore [new file with mode: 0644]
lib/updater/COPYING [new file with mode: 0644]
lib/updater/README.md [new file with mode: 0644]
lib/updater/src/impl/appcastparser.cpp [new file with mode: 0644]
lib/updater/src/impl/appcastparser.h [new file with mode: 0644]
lib/updater/src/impl/checker.cpp [new file with mode: 0644]
lib/updater/src/impl/checker.h [new file with mode: 0644]
lib/updater/src/impl/defaultupdater.cpp [new file with mode: 0644]
lib/updater/src/impl/defaultupdater.h [new file with mode: 0644]
lib/updater/src/impl/dialog.cpp [new file with mode: 0644]
lib/updater/src/impl/dialog.h [new file with mode: 0644]
lib/updater/src/impl/downloader.cpp [new file with mode: 0644]
lib/updater/src/impl/downloader.h [new file with mode: 0644]
lib/updater/src/impl/installer.h [new file with mode: 0644]
lib/updater/src/impl/parser.h [new file with mode: 0644]
lib/updater/src/impl/runinstaller.cpp [new file with mode: 0644]
lib/updater/src/impl/runinstaller.h [new file with mode: 0644]
lib/updater/src/impl/simplexmlparser.cpp [new file with mode: 0644]
lib/updater/src/impl/simplexmlparser.h [new file with mode: 0644]
lib/updater/src/sparkle/sparkleupdater.h [new file with mode: 0644]
lib/updater/src/sparkle/sparkleupdater.mm [new file with mode: 0644]
lib/updater/src/updater.cpp [new file with mode: 0644]
lib/updater/src/updater.h [new file with mode: 0644]
lib/updater/updater.pri [new file with mode: 0644]
lib/updater/updater.pro [new file with mode: 0644]
locale/ar.ts
locale/ast.ts
locale/be.ts
locale/bg_BG.ts
locale/ca.ts
locale/ca_ES.ts
locale/cs_CZ.ts
locale/da.ts
locale/de_DE.ts
locale/el.ts
locale/en_GB.ts
locale/es.ts
locale/es_AR.ts
locale/es_ES.ts
locale/es_MX.ts
locale/fi.ts
locale/fi_FI.ts
locale/fr.ts
locale/gl.ts
locale/he_IL.ts
locale/hr.ts
locale/hu.ts
locale/id.ts
locale/it.ts
locale/ja_JP.ts
locale/ko_KR.ts
locale/ky.ts
locale/ms_MY.ts
locale/nb.ts
locale/nl.ts
locale/nn.ts
locale/pl.ts
locale/pl_PL.ts
locale/pt.ts
locale/pt_BR.ts
locale/pt_PT.ts
locale/ro.ts
locale/ru.ts
locale/sk.ts
locale/sl.ts
locale/sq.ts
locale/sr.ts
locale/sv_SE.ts
locale/th.ts
locale/tr.ts
locale/uk.ts
locale/uk_UA.ts
locale/vi.ts
locale/zh_CN.ts
locale/zh_TW.ts
minitube.pro
src/aboutview.cpp
src/appwidget.cpp
src/channelaggregator.cpp
src/channelview.cpp
src/httputils.cpp
src/invidious/invidious.cpp [new file with mode: 0644]
src/invidious/invidious.h [new file with mode: 0644]
src/invidious/invidious.pri [new file with mode: 0644]
src/invidious/ivchannel.cpp [new file with mode: 0644]
src/invidious/ivchannel.h [new file with mode: 0644]
src/invidious/ivchannelsource.cpp [new file with mode: 0644]
src/invidious/ivchannelsource.h [new file with mode: 0644]
src/invidious/ivlistparser.cpp [new file with mode: 0644]
src/invidious/ivlistparser.h [new file with mode: 0644]
src/invidious/ivsearch.cpp [new file with mode: 0644]
src/invidious/ivsearch.h [new file with mode: 0644]
src/invidious/ivsinglevideosource.cpp [new file with mode: 0644]
src/invidious/ivsinglevideosource.h [new file with mode: 0644]
src/invidious/ivvideolist.cpp [new file with mode: 0644]
src/invidious/ivvideolist.h [new file with mode: 0644]
src/main.cpp
src/mainwindow.cpp
src/mainwindow.h
src/mediaview.cpp
src/messagebar.cpp
src/messagebar.h
src/playlistmodel.cpp
src/playlistmodel.h
src/searchview.cpp
src/standardfeedsview.cpp
src/updatechecker.cpp [deleted file]
src/updatechecker.h [deleted file]
src/updateutils.cpp [new file with mode: 0644]
src/updateutils.h [new file with mode: 0644]
src/videoapi.h [new file with mode: 0644]
src/videosource.h
src/videosourcewidget.cpp
src/waitingspinnerwidget.cpp [new file with mode: 0644]
src/waitingspinnerwidget.h [new file with mode: 0644]
src/yt3.cpp
src/ytchannel.cpp
src/ytsearch.h
src/ytvideo.cpp