From: Jakob Haufe Date: Thu, 4 Mar 2021 19:43:43 +0000 (+0000) Subject: New upstream version 3.8.1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3800f6fe8c95e30967c8da99d4b1669a26bf173c;p=minitube New upstream version 3.8.1 --- diff --git a/locale/ca.ts b/locale/ca.ts index d64049e..fea391f 100644 --- a/locale/ca.ts +++ b/locale/ca.ts @@ -223,7 +223,7 @@ %n year(s) ago - + Fa %n any(s)Fa %n any(s) @@ -852,15 +852,15 @@ Rewind %1 seconds - + Rebobina %1 segons Fast forward %1 seconds - + Avança %1 segons channel - + canal @@ -1038,19 +1038,19 @@ This year - + Aquest any HD - + HD 4K - + 4K HDR - + HDR @@ -1099,19 +1099,19 @@ Remove - + Suprimeix Need a remote control for %1? Try %2! - + Necessiteu un comandament remot per a %1? Proveu %2! I keep improving %1 to make it the best I can. Support this work! - + L'aplicació %1 sempre està millorant constantment. Ajudeu-nos amb la nostra tasca! An update is ready to be installed. Quit and install update. - + Una actualització està disponible per ser instal·lada. sortiu de l'aplicació i actualitzeu. @@ -1167,23 +1167,23 @@ Trending - + Tendències Music - + Música News - + Novetats Movies - + Pel·lícules Gaming - + Jocs @@ -1201,31 +1201,31 @@ Updater Check for Updates... - + S'està comprovant si hi han actualitzacions disponibles... Version %1 is available... - + La versió %1 està disponible... Downloading version %1... - + S'està baixant la versió %1... Restart to Update - + Reinicieu per actualitzar Version %1 download failed - + Ha fallat la baixada de la versió %1 Check for Updates - + Cerca actualitzacions Download Update - + Baixa l'actualització Downloading update... @@ -1233,19 +1233,19 @@ Retry Update Download - + Prova novament baixar l'actualització You have the latest version. - + Teniu la darrera versió. Version %1 is available. - + Versió %1 disponible. An update has been downloaded and is ready to be installed. - + S'ha baixat una actualització i està preparada per ser instal·lada. @@ -1461,18 +1461,18 @@ updater::DefaultUpdater There are currently no updates available. - + No s'ha trobat cap actualització disponible. updater::Dialog You already have the latest version - + Ja teniu la darrera versió Downloading %1 %2... - + S'està baixant %1 %2... A new version of %1 is available! @@ -1492,7 +1492,7 @@ Download Update - + Baixa l'actualització \ No newline at end of file diff --git a/locale/de_DE.ts b/locale/de_DE.ts index 6908871..4b953fd 100644 --- a/locale/de_DE.ts +++ b/locale/de_DE.ts @@ -1111,7 +1111,7 @@ An update is ready to be installed. Quit and install update. - + Ein Update ist für die Installation bereit. Schließe das Spiel und installiere das Update. diff --git a/locale/fr.ts b/locale/fr.ts index 8bcdae6..c9fa41e 100644 --- a/locale/fr.ts +++ b/locale/fr.ts @@ -223,7 +223,7 @@ %n year(s) ago - + Il y a %n an(s)Il y a %n an(s) @@ -852,15 +852,15 @@ Rewind %1 seconds - + Rembobiner %1 secondes Fast forward %1 seconds - + Avance rapide d e%1 secondes channel - + chaîne @@ -1038,19 +1038,19 @@ This year - + Cette année HD - + HD 4K - + 4K HDR - + HDR @@ -1099,19 +1099,19 @@ Remove - + Supprimer Need a remote control for %1? Try %2! - + Besoin d'une commande à distance pour %1 ? Essayez %2 ! I keep improving %1 to make it the best I can. Support this work! - + Je continue d’améliorer %1 pour en faire le mieux que je peux. Soutenez ce travail! An update is ready to be installed. Quit and install update. - + Une mise à jour est prête à être installée. Quittez et installez la mise à jour. @@ -1167,23 +1167,23 @@ Trending - + Tendance Music - + Musique News - + Journaux Movies - + Films Gaming - + Jeux @@ -1201,31 +1201,31 @@ Updater Check for Updates... - + Vérifier les mises à jour... Version %1 is available... - + La version %1 est disponible... Downloading version %1... - + Téléchargement de la version %1... Restart to Update - + Redémarrez pour mettre à jour Version %1 download failed - + Le téléchargement de la version %1 a échoué Check for Updates - + Vérifier les mises à jour Download Update - + Télécharger la mise à jour Downloading update... @@ -1233,19 +1233,19 @@ Retry Update Download - + Réessayer de télécharger la mise à jour You have the latest version. - + Vous avez la dernière version Version %1 is available. - + La version %1 est disponible. An update has been downloaded and is ready to be installed. - + Une mise à jour a été téléchargée et est prête à être installée. @@ -1461,18 +1461,18 @@ updater::DefaultUpdater There are currently no updates available. - + Il n'y a actuellement aucune mise à jour disponible. updater::Dialog You already have the latest version - + Vous avez déjà la dernière version Downloading %1 %2... - + Téléchargement de %1 %2... A new version of %1 is available! @@ -1492,7 +1492,7 @@ Download Update - + Télécharger la mise à jour \ No newline at end of file diff --git a/minitube.pro b/minitube.pro index 0521304..e48dbb2 100644 --- a/minitube.pro +++ b/minitube.pro @@ -1,7 +1,7 @@ CONFIG += c++17 exceptions_off rtti_off object_parallel_to_source TEMPLATE = app -VERSION = 3.8 +VERSION = 3.8.1 DEFINES += APP_VERSION="$$VERSION" APP_NAME = Minitube diff --git a/src/aboutview.cpp b/src/aboutview.cpp index afa4662..e60c173 100644 --- a/src/aboutview.cpp +++ b/src/aboutview.cpp @@ -198,7 +198,9 @@ AboutView::AboutView(QWidget *parent) : View(parent) { layout->addLayout(buttonLayout); +#ifndef APP_WIN_STORE verticalLayout->addWidget(new AppsWidget()); +#endif } void AboutView::appear() { diff --git a/src/yt/searchvideosource.cpp b/src/yt/searchvideosource.cpp index bec7d0a..ebf47c0 100644 --- a/src/yt/searchvideosource.cpp +++ b/src/yt/searchvideosource.cpp @@ -64,6 +64,7 @@ int SearchVideoSource::maxResults() { } void SearchVideoSource::connectSource(int max, int startIndex) { + connect(source, &VideoSource::nameChanged, this, &VideoSource::nameChanged); connect(source, &VideoSource::finished, this, &VideoSource::finished); connect(source, &VideoSource::gotVideos, this, [this](auto &videos) { if (aborted) return; diff --git a/src/yt/ytjs/ytjschannelsource.cpp b/src/yt/ytjs/ytjschannelsource.cpp index f09bbab..a382640 100644 --- a/src/yt/ytjs/ytjschannelsource.cpp +++ b/src/yt/ytjs/ytjschannelsource.cpp @@ -76,8 +76,6 @@ void YTJSChannelSource::loadVideos(int max, int startIndex) { .onJson([this](auto &doc) { auto obj = doc.object(); - qDebug() << doc.toJson(); - continuation = obj["continuation"].toString(); const auto items = obj["items"].toArray(); @@ -123,7 +121,7 @@ void YTJSChannelSource::loadVideos(int max, int startIndex) { QString channelName = i["author"].toString(); if (channelName != name) { - this->name = channelName; + name = channelName; emit nameChanged(name); } video->setChannelTitle(channelName); diff --git a/src/yt/ytjs/ytjssinglevideosource.cpp b/src/yt/ytjs/ytjssinglevideosource.cpp index 0449d21..2471ee9 100644 --- a/src/yt/ytjs/ytjssinglevideosource.cpp +++ b/src/yt/ytjs/ytjssinglevideosource.cpp @@ -28,11 +28,7 @@ void YTJSSingleVideoSource::loadVideos(int max, int startIndex) { auto obj = doc.object(); // qDebug() << doc.toJson(); - const auto items = obj["related_videos"].toArray(); - QVector