diff --git a/localization/rssguard_lt.ts b/localization/rssguard_lt.ts index e6e8f46d9..0a1f03602 100644 --- a/localization/rssguard_lt.ts +++ b/localization/rssguard_lt.ts @@ -2100,11 +2100,11 @@ arba šis funkcionalumas dar nėra įgyvendintas. Mark selected messages as &read - + Žymėti pasirinktas žinutes kaip &skaitytas Mark selected messages as &unread - + Žymėti pasirinktas žinutes kaip &neskaitytas @@ -2640,7 +2640,7 @@ Jūs dabar galite jį įdiegti. Cannot navigate to installation file. Download new installation file manually on project website. - + Nepavyksta naršyti į įdiegimo failą. Rankiniu būdu atsisiųskite naują įdiegimo failą iš projekto svetainės. @@ -3553,7 +3553,7 @@ File filter for external tool selection dialog. Parameters passed to executable - + Vykdomajam perduoti parametrai @@ -3997,7 +3997,7 @@ Vilkaduobės: Left mouse button double-click - + Dvikarčiu kairiojo pelės mygtuko nuspaudimu diff --git a/localization/rssguard_pt.ts b/localization/rssguard_pt.ts index 96817e20a..c1d3a4562 100644 --- a/localization/rssguard_pt.ts +++ b/localization/rssguard_pt.ts @@ -2098,11 +2098,11 @@ ou esta função ainda não foi implementada. Mark selected messages as &read - + Marcar mensagens selecionadas como &lidas Mark selected messages as &unread - + Marcar mensagens selecionadas como &não lidas @@ -2638,7 +2638,7 @@ Você pode instalá-lo agora. Cannot navigate to installation file. Download new installation file manually on project website. - + Não foi possível navegar até o arquivo de instalação. Baixe os novos arquivos de instalação manualmente no site do projeto. @@ -3547,7 +3547,7 @@ File filter for external tool selection dialog. Parameters passed to executable - + Parâmetros passados ao executável @@ -3991,7 +3991,7 @@ Os autores deste aplicativo NÃO são responsáveis pela perda de dados. Left mouse button double-click - + Duplo clique do botão esquerdo do mouse diff --git a/localization/rssguard_sv.ts b/localization/rssguard_sv.ts index b012d9db4..4a06ac788 100644 --- a/localization/rssguard_sv.ts +++ b/localization/rssguard_sv.ts @@ -2098,11 +2098,11 @@ att funktionen inte är implementerad än. Mark selected messages as &read - + Märk markerade meddelanden som &lästa Mark selected messages as &unread - + Märk markerade meddelanden som &olästa @@ -2637,7 +2637,7 @@ Du kan installera det nu. Cannot navigate to installation file. Download new installation file manually on project website. - + Kan inte navigera till installationsfilen. Ladda ner ny installationsfil manuellt, från projektets webbplats. @@ -3546,7 +3546,7 @@ File filter for external tool selection dialog. Parameters passed to executable - + Parametrar skickade till startfilen @@ -3991,7 +3991,7 @@ Utvecklaren av detta program, är INTE ansvarig för förlorad data. Left mouse button double-click - + Dubbelklick på vänster musknapp diff --git a/localization/rssguard_zh_TW.ts b/localization/rssguard_zh_TW.ts index a1ad74d6d..fd3638bda 100755 --- a/localization/rssguard_zh_TW.ts +++ b/localization/rssguard_zh_TW.ts @@ -2097,11 +2097,11 @@ or this functionality is not implemented yet. Mark selected messages as &read - + 標示所選消息成已讀(&R) Mark selected messages as &unread - + 標示所選消息成未讀(&U) @@ -2637,7 +2637,7 @@ You can install it now. Cannot navigate to installation file. Download new installation file manually on project website. - + 無法定位安裝檔。請到專案網站手選下載新安裝檔。 @@ -3544,7 +3544,7 @@ File filter for external tool selection dialog. Parameters passed to executable - + 傳給可執行檔的參元 @@ -3989,7 +3989,7 @@ Authors of this application are NOT responsible for lost data. Left mouse button double-click - + 雙點鼠左鍵 diff --git a/src/librssguard/miscellaneous/application.cpp b/src/librssguard/miscellaneous/application.cpp index ad9066e56..bd9a6f258 100755 --- a/src/librssguard/miscellaneous/application.cpp +++ b/src/librssguard/miscellaneous/application.cpp @@ -122,9 +122,9 @@ void Application::loadDynamicShortcuts() { } void Application::showPolls() const { - if (isFirstRun(APP_VERSION)) { - web()->openUrlInExternalBrowser(QSL("https://forms.gle/GXw1gNksRZDfSccL7")); - } + /*if (isFirstRun(APP_VERSION)) { + web()->openUrlInExternalBrowser(QSL("https://forms.gle/GXw1gNksRZDfSccL7")); + }*/ } void Application::offerChanges() const { diff --git a/src/librssguard/services/abstract/feed.cpp b/src/librssguard/services/abstract/feed.cpp index 4e51cd6e6..3dd118d0e 100755 --- a/src/librssguard/services/abstract/feed.cpp +++ b/src/librssguard/services/abstract/feed.cpp @@ -167,7 +167,6 @@ void Feed::run() { << QThread::currentThreadId() << "\'."; bool error_during_obtaining = false; - QList msgs = obtainNewMessages(&error_during_obtaining); qDebug().nospace() << "Downloaded " << msgs.size() << " messages for feed ID "