Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kget for openSUSE:Factory checked in at 2021-12-13 20:43:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kget (Old) and /work/SRC/openSUSE:Factory/.kget.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kget" Mon Dec 13 20:43:07 2021 rev:108 rq:937941 version:21.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kget/kget.changes 2021-11-06 18:19:31.148930766 +0100 +++ /work/SRC/openSUSE:Factory/.kget.new.2520/kget.changes 2021-12-13 20:48:11.104550041 +0100 @@ -1,0 +2,28 @@ +Fri Dec 3 19:21:59 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 21.12.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/21.12.0/ +- No code change since 21.11.90 + +------------------------------------------------------------------- +Sat Nov 27 10:10:54 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 21.11.90 + * New feature release +- No code change since 21.11.80 + +------------------------------------------------------------------- +Sat Nov 13 17:55:09 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 21.11.80 + * New feature release +- Changes since 21.08.3: + * Add Linux and FreeBSD CI + * Remove 10 year old kconf_update files + * Add .kde-ci.yml + * Remove commented parameters + * Fix typo Detatched -> Detached + +------------------------------------------------------------------- Old: ---- kget-21.08.3.tar.xz kget-21.08.3.tar.xz.sig New: ---- kget-21.12.0.tar.xz kget-21.12.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kget.spec ++++++ --- /var/tmp/diff_new_pack.ctZQfv/_old 2021-12-13 20:48:11.596550356 +0100 +++ /var/tmp/diff_new_pack.ctZQfv/_new 2021-12-13 20:48:11.600550358 +0100 @@ -16,12 +16,11 @@ # -%define kf5_version 5.60.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kget -Version: 21.08.3 +Version: 21.12.0 Release: 0 Summary: Download Manager License: GPL-2.0-or-later @@ -111,7 +110,6 @@ %{_kf5_servicetypesdir}/kget_plugin.desktop %{_kf5_sharedir}/dbus-1/services/org.kde.kget.service %{_kf5_sharedir}/dolphinpart/ -%{_kf5_sharedir}/kconf_update/ %{_kf5_sharedir}/kget/ %{_kf5_sharedir}/khtml/ %{_kf5_sharedir}/kwebkitpart/ ++++++ kget-21.08.3.tar.xz -> kget-21.12.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kget-21.08.3/.arcconfig new/kget-21.12.0/.arcconfig --- old/kget-21.08.3/.arcconfig 2021-11-01 02:44:28.000000000 +0100 +++ new/kget-21.12.0/.arcconfig 1970-01-01 01:00:00.000000000 +0100 @@ -1,3 +0,0 @@ -{ - "phabricator.uri" : "https://phabricator.kde.org/" -} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kget-21.08.3/.gitlab-ci.yml new/kget-21.12.0/.gitlab-ci.yml --- old/kget-21.08.3/.gitlab-ci.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/kget-21.12.0/.gitlab-ci.yml 2021-12-02 22:37:40.000000000 +0100 @@ -0,0 +1,6 @@ +# SPDX-FileCopyrightText: None +# SPDX-License-Identifier: CC0-1.0 + +include: + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kget-21.08.3/.kde-ci.yml new/kget-21.12.0/.kde-ci.yml --- old/kget-21.08.3/.kde-ci.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/kget-21.12.0/.kde-ci.yml 2021-12-02 22:37:40.000000000 +0100 @@ -0,0 +1,29 @@ +# SPDX-FileCopyrightText: None +# SPDX-License-Identifier: CC0-1.0 + +Dependencies: +- 'on': ['@all'] + 'require': + 'frameworks/extra-cmake-modules': '@stable' + 'frameworks/kcompletion': '@stable' + 'frameworks/kconfig': '@stable' + 'frameworks/kconfigwidgets': '@stable' + 'frameworks/kcoreaddons': '@stable' + 'frameworks/kcrash': '@stable' + 'frameworks/kdbusaddons': '@stable' + 'frameworks/kdoctools': '@stable' + 'frameworks/ki18n': '@stable' + 'frameworks/kiconthemes': '@stable' + 'frameworks/kitemviews': '@stable' + 'frameworks/kcmutils': '@stable' + 'frameworks/kio': '@stable' + 'frameworks/knotifications': '@stable' + 'frameworks/knotifyconfig': '@stable' + 'frameworks/kparts': '@stable' + 'frameworks/kservice': '@stable' + 'frameworks/ktextwidgets': '@stable' + 'frameworks/kwallet': '@stable' + 'frameworks/kwidgetsaddons': '@stable' + 'frameworks/kwindowsystem': '@stable' + 'frameworks/kxmlgui': '@stable' + 'frameworks/kdelibs4support': '@stable' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kget-21.08.3/CMakeLists.txt new/kget-21.12.0/CMakeLists.txt --- old/kget-21.08.3/CMakeLists.txt 2021-11-02 01:15:07.000000000 +0100 +++ new/kget-21.12.0/CMakeLists.txt 2021-12-03 01:14:41.000000000 +0100 @@ -2,8 +2,8 @@ # KDE Application Version, managed by release script set(RELEASE_SERVICE_VERSION_MAJOR "21") -set(RELEASE_SERVICE_VERSION_MINOR "08") -set(RELEASE_SERVICE_VERSION_MICRO "3") +set(RELEASE_SERVICE_VERSION_MINOR "12") +set(RELEASE_SERVICE_VERSION_MICRO "0") set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(kget VERSION ${RELEASE_SERVICE_VERSION}) @@ -132,7 +132,7 @@ include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR}) -ecm_setup_version(${kget_VERSION} +ecm_setup_version(PROJECT VARIABLE_PREFIX KGET VERSION_HEADER "kget_version.h" ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kget-21.08.3/conf/CMakeLists.txt new/kget-21.12.0/conf/CMakeLists.txt --- old/kget-21.08.3/conf/CMakeLists.txt 2021-11-01 02:44:28.000000000 +0100 +++ new/kget-21.12.0/conf/CMakeLists.txt 2021-12-02 22:37:40.000000000 +0100 @@ -1,4 +1 @@ install(FILES kget.kcfg DESTINATION ${KDE_INSTALL_KCFGDIR}) -install(FILES kget.upd DESTINATION ${KDE_INSTALL_KCONFUPDATEDIR}) -install(PROGRAMS kget_sensitive.pl DESTINATION ${KDE_INSTALL_KCONFUPDATEDIR}) -install(PROGRAMS kget_limitdownloads.pl DESTINATION ${KDE_INSTALL_KCONFUPDATEDIR}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kget-21.08.3/conf/kget.upd new/kget-21.12.0/conf/kget.upd --- old/kget-21.08.3/conf/kget.upd 2021-11-01 02:44:28.000000000 +0100 +++ new/kget-21.12.0/conf/kget.upd 1970-01-01 01:00:00.000000000 +0100 @@ -1,31 +0,0 @@ -Id=2.8.0 -File=kgetrc -Group=Advanced -RemoveKey=ExpertMode -Group=Appearance -RemoveKey=Columns -RemoveKey=ShowExpandableTransferDetails -RemoveKey=ShowSplashscreen -RemoveKey=EnablePopupTooltip -Group=Geometry -RemoveKey=ColumnWidths -Group=Network -RemoveKey=AutoShutdown -RemoveKey=AutoDisconnect -RemoveKey=MaxConnectionsServer - -Id=2.8.0/multiseg -File=kget_multisegkiofactory.rc -Group=Segments -RemoveKey=SplitSize -RemoveKey=SaveSegSize - -Id=2.8.0/sensitive -File=kgetrc -Group=Advanced -Script=kget_sensitive.pl,perl - -Id=2.8.0/limitdownloads -File=kgetrc -Group=Network -Script=kget_limitdownloads.pl,perl diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kget-21.08.3/conf/kget_limitdownloads.pl new/kget-21.12.0/conf/kget_limitdownloads.pl --- old/kget-21.08.3/conf/kget_limitdownloads.pl 2021-11-01 02:44:28.000000000 +0100 +++ new/kget-21.12.0/conf/kget_limitdownloads.pl 1970-01-01 01:00:00.000000000 +0100 @@ -1,36 +0,0 @@ -#!/usr/bin/perl - -$doChange=0; -$connections=0; - -while(<>) -{ - ($key) = ($_ =~ /([^=]*)=(.*)$/); - ($value) = ($_ =~ /^[^=]*=(.*)$/); - - if( $key eq "LimitDownloads" ) - { - if ( $value eq "false" ) - { - $doChange=1; - } - print "# DELETE " . $key . "\n"; - next; - } - if ( $key eq "MaxConnections" ) - { - $connections=$value; - print "# DELETE MaxConnections\n"; - next; - } - - print $_; -} - -if ( $doChange eq 1 ) -{ - print "MaxConnections=0\n"; -} else { - print "MaxConnections=" . $connections . "\n"; -} - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kget-21.08.3/conf/kget_sensitive.pl new/kget-21.12.0/conf/kget_sensitive.pl --- old/kget-21.08.3/conf/kget_sensitive.pl 2021-11-01 02:44:28.000000000 +0100 +++ new/kget-21.12.0/conf/kget_sensitive.pl 1970-01-01 01:00:00.000000000 +0100 @@ -1,17 +0,0 @@ -#!/usr/bin/perl - - -while(<>) -{ - ($key) = ($_ =~ /([^=]*)=(.*)$/); - ($value) = ($_ =~ /^[^=]*=(.*)$/); - - if( $key eq "AutoPasteCaseInsensitive" and $value eq "false" ) - { - print "# DELETE " . $key . "\n"; - print "AutoPasteCaseSensitive=true\n"; - next; - } - - print $_; -} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kget-21.08.3/core/signature.cpp new/kget-21.12.0/core/signature.cpp --- old/kget-21.08.3/core/signature.cpp 2021-11-01 02:44:28.000000000 +0100 +++ new/kget-21.12.0/core/signature.cpp 2021-12-02 22:37:40.000000000 +0100 @@ -140,7 +140,7 @@ return d->signature; } -void Signature::setAsciiDetatchedSignature(const QString &signature) +void Signature::setAsciiDetachedSignature(const QString &signature) { setSignature(signature.toLatin1(), AsciiDetached); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kget-21.08.3/core/signature.h new/kget-21.12.0/core/signature.h --- old/kget-21.08.3/core/signature.h 2021-11-01 02:44:28.000000000 +0100 +++ new/kget-21.12.0/core/signature.h 2021-12-02 22:37:40.000000000 +0100 @@ -75,7 +75,7 @@ void downloadKey(QString fingerprint); QByteArray signature(); - void setAsciiDetatchedSignature(const QString &signature); + void setAsciiDetachedSignature(const QString &signature); void setSignature(const QByteArray &signature, SignatureType type); SignatureType type() const; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kget-21.08.3/desktop/org.kde.kget.desktop.cmake new/kget-21.12.0/desktop/org.kde.kget.desktop.cmake --- old/kget-21.08.3/desktop/org.kde.kget.desktop.cmake 2021-11-01 02:44:28.000000000 +0100 +++ new/kget-21.12.0/desktop/org.kde.kget.desktop.cmake 2021-12-02 22:37:40.000000000 +0100 @@ -175,6 +175,7 @@ Comment[pl]=KGet jest wszechstronnym i przyjaznym u??ytkownikowi programem do zarz??dzania pobieraniem Comment[pt]=O KGet ?? um gestor de transfer??ncias de ficheiros simples e vers??til de usar Comment[pt_BR]=O KGet ?? um gerenciador de downloads vers??til e amig??vel +Comment[sk]=KGet je univerz??lny a ??ahko pou??ite??n?? spr??vca s??ahovania Comment[sl]=KGet je vsestranski in uporabniku prijazen upravitelj prenosov Comment[sv]=Kget ??r en m??ngsidig och l??ttanv??nd nerladdningshanterare Comment[uk]=KGet ??? ???????????? ?? ???????????? ???????????????? ?????? ?????????????????? ?????????? ?? ???????????? diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kget-21.08.3/org.kde.kget.appdata.xml new/kget-21.12.0/org.kde.kget.appdata.xml --- old/kget-21.08.3/org.kde.kget.appdata.xml 2021-11-01 02:44:28.000000000 +0100 +++ new/kget-21.12.0/org.kde.kget.appdata.xml 2021-12-02 22:37:40.000000000 +0100 @@ -190,7 +190,7 @@ <li>Tells lots of information about current and pending downloads.</li> <li xml:lang="ast">Diz muncha informaci??n tocante a les descargues actuales y pendientes.</li> <li xml:lang="ca">Dona molta informaci?? sobre les baixades actuals i pendents.</li> - <li xml:lang="ca-valencia">D??na molta informaci?? sobre les baixades actuals i pendents.</li> + <li xml:lang="ca-valencia">Dona molta informaci?? sobre les baixades actuals i pendents.</li> <li xml:lang="da">Viser massere af information om nuv??rende og afventende downloads.</li> <li xml:lang="de">Viele Informationen ??ber aktuelle und anstehende Downloads.</li> <li xml:lang="el">?????????? ???????????? ?????????????????????? ?????? ?????? ?????????????????? ?????? ?????? ?????????????????? ????????????.</li> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kget-21.08.3/po/ca@valencia/kget.po new/kget-21.12.0/po/ca@valencia/kget.po --- old/kget-21.08.3/po/ca@valencia/kget.po 2021-11-02 01:15:07.000000000 +0100 +++ new/kget-21.12.0/po/ca@valencia/kget.po 2021-12-03 01:14:40.000000000 +0100 @@ -12,7 +12,7 @@ "Project-Id-Version: kget\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-06-28 00:18+0000\n" -"PO-Revision-Date: 2021-09-13 15:14+0200\n" +"PO-Revision-Date: 2021-10-31 19:12+0100\n" "Last-Translator: Josep M. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" "Language: ca@valencia\n" @@ -1633,7 +1633,7 @@ #: main.cpp:119 #, kde-format msgid "Google Summer of Code Student" -msgstr "Estudiant de la Google Summer of Code" +msgstr "Estudiant del Google Summer of Code" #: main.cpp:120 #, kde-format @@ -3065,7 +3065,7 @@ #: transfer-plugins/contentfetch/dlgcontentfetchsettingwidget.ui:60 #, kde-format msgid "New Script...." -msgstr "Script nou...." +msgstr "Script nou..." #. i18n: ectx: property (text), widget (QPushButton, removeEngineBt) #. i18n: ectx: property (text), widget (QPushButton, removeScriptButton) @@ -4841,3 +4841,83 @@ #, kde-format msgid "Close" msgstr "Tanca" + +#~ msgid "Select a default torrent folder" +#~ msgstr "Seleccioneu una carpeta de torrent per defecte" + +#~ msgid "Select a default temporary folder" +#~ msgstr "Seleccioneu una carpeta temporal per defecte" + +#~ msgid "0123456789" +#~ msgstr "0123456789" + +#~ msgid "Nepomuk" +#~ msgstr "Nepomuk" + +#~ msgid "Opens a dialog to add a transfer to the list" +#~ msgstr "Obre un di??leg per afegir una transfer??ncia a la llista" + +#~ msgid "Imports a list of transfers" +#~ msgstr "Importa una llista de transfer??ncies" + +#~ msgid "Exports the current transfers into a file" +#~ msgstr "Exporta les transfer??ncies actuals a un fitxer" + +#~ msgid "Creates or modifies a metalink and saves it on disk" +#~ msgstr "Crea o modifica un ??Metalink?? i el desa en el disc" + +#~ msgid "Download selected transfer first" +#~ msgstr "Baixa primer la transfer??ncia seleccionada" + +#~ msgid "Download selected transfer last" +#~ msgstr "Baixa al final la transfer??ncia seleccionada" + +#~ msgid "Increase priority for selected transfer" +#~ msgstr "Augmenta la prioritat de la transfer??ncia seleccionada" + +#~ msgid "Decrease priority for selected transfer" +#~ msgstr "Disminueix la prioritat de la transfer??ncia seleccionada" + +#~ msgid "Delete selected group" +#~ msgstr "Suprimeix el grup seleccionat" + +#~ msgid "Select a custom icon for the selected group" +#~ msgstr "Selecciona una icona personalitzada pel grup seleccionat" + +#~ msgid "" +#~ "Removes selected transfer and deletes files from disk if it's not finished" +#~ msgstr "" +#~ "Elimina les transfer??ncies seleccionades i suprimeix els fitxers del disc " +#~ "si no han finalitzat" + +#~ msgid "Removes all finished transfers and leaves all files on disk" +#~ msgstr "" +#~ "Elimina les transfer??ncies finalitzades i mant?? els fitxers en el disc" + +#~ msgid "Removes selected transfer and deletes files from disk in any case" +#~ msgstr "" +#~ "Elimina les transfer??ncies seleccionades i suprimeix els fitxers del disc " +#~ "en qualsevol cas" + +#~ msgid "Starts / resumes all transfers" +#~ msgstr "Inicia/Repr??n totes les transfer??ncies" + +#~ msgid "Starts / resumes selected transfer" +#~ msgstr "Inicia/Repr??n la transfer??ncia seleccionada" + +#~ msgid "Pauses all transfers" +#~ msgstr "Pausa totes les transfer??ncies" + +#~ msgid "Pauses selected transfer" +#~ msgstr "Pausa la transfer??ncia seleccionada" + +#~ msgid "" +#~ "Choose an action that is executed after all downloads have been finished." +#~ msgstr "" +#~ "Seleccioneu una acci?? que s'executar?? quan finalitzin totes les baixades." + +#~ msgid "Scanning data of <b>%1</b> :" +#~ msgstr "Explorant les dades de <b>%1</b>:" + +#~ msgid "Semantic Desktop" +#~ msgstr "Escriptori sem??ntic" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kget-21.08.3/po/ca@valencia/kgetplugin.po new/kget-21.12.0/po/ca@valencia/kgetplugin.po --- old/kget-21.08.3/po/ca@valencia/kgetplugin.po 2021-11-02 01:15:07.000000000 +0100 +++ new/kget-21.12.0/po/ca@valencia/kgetplugin.po 2021-12-03 01:14:40.000000000 +0100 @@ -55,3 +55,9 @@ #, kde-format msgid "&Tools" msgstr "&Eines" + +#~ msgid "Unable to communicate with the KGet download manager." +#~ msgstr "No s'ha pogut comunicar amb el gestor de baixades KGet." + +#~ msgid "Communication Error" +#~ msgstr "Error de comunicaci??" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kget-21.08.3/po/ca@valencia/plasma_runner_kget.po new/kget-21.12.0/po/ca@valencia/plasma_runner_kget.po --- old/kget-21.08.3/po/ca@valencia/plasma_runner_kget.po 2021-11-02 01:15:07.000000000 +0100 +++ new/kget-21.12.0/po/ca@valencia/plasma_runner_kget.po 2021-12-03 01:14:40.000000000 +0100 @@ -46,3 +46,14 @@ msgstr "" "<p>El llan??ador del KGet no s'ha pogut comunicar amb el KGet.</p><p style=" "\"font-size: small;\">Resposta des de DBus:<br/>%1</p>" + +#~ msgid "KGet Runner settings" +#~ msgstr "Arranjament del llan??ador del KGet" + +#~ msgid "Protocols:" +#~ msgstr "Protocols:" + +#~ msgid "A space separated list of protocols you want this runner to handle." +#~ msgstr "" +#~ "Una llista de protocols separats per espais que desitgeu que gestioni " +#~ "aquest llan??ador." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kget-21.08.3/po/hi/kget.po new/kget-21.12.0/po/hi/kget.po --- old/kget-21.08.3/po/hi/kget.po 2021-11-02 01:15:07.000000000 +0100 +++ new/kget-21.12.0/po/hi/kget.po 2021-12-03 01:14:40.000000000 +0100 @@ -9,7 +9,7 @@ "Project-Id-Version: kget\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-06-28 00:18+0000\n" -"PO-Revision-Date: 2021-08-21 17:43+0530\n" +"PO-Revision-Date: 2021-08-21 16:25+0530\n" "Last-Translator: Raghavendra Kamath <[email protected]>\n" "Language-Team: kde-hindi\n" "Language: hi\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kget-21.08.3/po/ia/kget.po new/kget-21.12.0/po/ia/kget.po --- old/kget-21.08.3/po/ia/kget.po 2021-11-02 01:15:07.000000000 +0100 +++ new/kget-21.12.0/po/ia/kget.po 2021-12-03 01:14:40.000000000 +0100 @@ -7,7 +7,7 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-06-28 00:18+0000\n" -"PO-Revision-Date: 2021-08-06 23:36+0200\n" +"PO-Revision-Date: 2021-08-04 22:57+0200\n" "Last-Translator: giovanni <[email protected]>\n" "Language-Team: Interlingua <[email protected]>\n" "Language: ia\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kget-21.08.3/po/sk/kget.po new/kget-21.12.0/po/sk/kget.po --- old/kget-21.08.3/po/sk/kget.po 2021-11-02 01:15:07.000000000 +0100 +++ new/kget-21.12.0/po/sk/kget.po 2021-12-03 01:14:41.000000000 +0100 @@ -6,21 +6,21 @@ # Jozef Riha <[email protected]>, 2006. # Richard Fric <[email protected]>, 2006. # Michal Sulek <[email protected]>, 2009, 2010, 2011. -# Roman Pahol??k <[email protected]>, 2012, 2013, 2014, 2017. +# Roman Pahol??k <[email protected]>, 2012, 2013, 2014, 2017, 2021. # Matej Mrenica <[email protected]>, 2019. msgid "" msgstr "" "Project-Id-Version: kget\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-06-28 00:18+0000\n" -"PO-Revision-Date: 2019-08-06 15:56+0200\n" -"Last-Translator: Matej Mrenica <[email protected]>\n" -"Language-Team: Slovak <[email protected]>\n" +"PO-Revision-Date: 2021-11-17 12:06+0100\n" +"Last-Translator: Du??an Kazik <[email protected]>\n" +"Language-Team: Slovak <[email protected]>\n" "Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 19.07.90\n" +"X-Generator: Poedit 3.0\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #: conf/autopastemodel.cpp:174 @@ -101,7 +101,7 @@ #: conf/dlgadvanced.ui:92 #, kde-format msgid "Show every single download " -msgstr "Zobrazova?? ka??d?? s??ahovanie samostatne" +msgstr "Zobrazova?? ka??d?? s??ahovanie samostatne " #. i18n: ectx: property (text), widget (QRadioButton, kcfg_ExportGlobalJob) #: conf/dlgadvanced.ui:99 @@ -589,7 +589,7 @@ #: core/kget.cpp:255 core/kget.cpp:352 #, kde-format msgid "Download added" -msgstr "S??ahovanie bolo pridan?? " +msgstr "Preberanie bolo pridan??" #: core/kget.cpp:347 #, kde-format @@ -1761,17 +1761,13 @@ msgstr "Zn????i?? prioritu" #: mainwindow.cpp:204 -#, fuzzy, kde-format -#| msgid "Delete Group" -#| msgid_plural "Delete Groups" +#, kde-format msgctxt "@action" msgid "Delete Group" msgstr "Odstr??ni?? skupinu" #: mainwindow.cpp:210 -#, fuzzy, kde-format -#| msgid "Rename Group..." -#| msgid_plural "Rename Groups..." +#, kde-format msgctxt "@action" msgid "Rename Group..." msgstr "Premenova?? skupinu..." @@ -4330,7 +4326,7 @@ #: ui/mirror/mirroradddlg.ui:33 #, kde-format msgid "Enter a URL" -msgstr "Zadajte URL:" +msgstr "Zadajte URL" #. i18n: ectx: property (text), widget (QLabel, labelPriority) #: ui/mirror/mirroradddlg.ui:53 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kget-21.08.3/po/zh_CN/kget.po new/kget-21.12.0/po/zh_CN/kget.po --- old/kget-21.08.3/po/zh_CN/kget.po 2021-11-02 01:15:07.000000000 +0100 +++ new/kget-21.12.0/po/zh_CN/kget.po 2021-12-03 01:14:41.000000000 +0100 @@ -15,7 +15,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-06-28 00:18+0000\n" -"PO-Revision-Date: 2021-10-29 13:28\n" +"PO-Revision-Date: 2021-11-30 15:24\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kget-21.08.3/po/zh_CN/kgetplugin.po new/kget-21.12.0/po/zh_CN/kgetplugin.po --- old/kget-21.08.3/po/zh_CN/kgetplugin.po 2021-11-02 01:15:07.000000000 +0100 +++ new/kget-21.12.0/po/zh_CN/kgetplugin.po 2021-12-03 01:14:41.000000000 +0100 @@ -14,7 +14,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-12-13 02:29+0100\n" -"PO-Revision-Date: 2021-10-29 13:28\n" +"PO-Revision-Date: 2021-11-30 15:24\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kget-21.08.3/po/zh_CN/plasma_applet_kget.po new/kget-21.12.0/po/zh_CN/plasma_applet_kget.po --- old/kget-21.08.3/po/zh_CN/plasma_applet_kget.po 2021-11-02 01:15:07.000000000 +0100 +++ new/kget-21.12.0/po/zh_CN/plasma_applet_kget.po 2021-12-03 01:14:41.000000000 +0100 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-05-20 03:10+0200\n" -"PO-Revision-Date: 2021-10-29 13:28\n" +"PO-Revision-Date: 2021-11-30 15:24\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kget-21.08.3/po/zh_CN/plasma_runner_kget.po new/kget-21.12.0/po/zh_CN/plasma_runner_kget.po --- old/kget-21.08.3/po/zh_CN/plasma_runner_kget.po 2021-11-02 01:15:07.000000000 +0100 +++ new/kget-21.12.0/po/zh_CN/plasma_runner_kget.po 2021-12-03 01:14:41.000000000 +0100 @@ -9,7 +9,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-05-20 03:10+0200\n" -"PO-Revision-Date: 2021-10-29 13:28\n" +"PO-Revision-Date: 2021-11-30 15:24\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kget-21.08.3/transfer-plugins/bittorrent/btsettingswidget.cpp new/kget-21.12.0/transfer-plugins/bittorrent/btsettingswidget.cpp --- old/kget-21.08.3/transfer-plugins/bittorrent/btsettingswidget.cpp 2021-11-01 02:44:28.000000000 +0100 +++ new/kget-21.12.0/transfer-plugins/bittorrent/btsettingswidget.cpp 2021-12-02 22:37:40.000000000 +0100 @@ -17,7 +17,7 @@ KGET_EXPORT_PLUGIN_CONFIG(BTSettingsWidget) BTSettingsWidget::BTSettingsWidget(QWidget * parent, const QVariantList &args) - : KCModule(/*KGetFactory::componentData(),*/ parent, args) + : KCModule(parent, args) { setupUi(this); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kget-21.08.3/transfer-plugins/checksumsearch/dlgchecksumsearch.cpp new/kget-21.12.0/transfer-plugins/checksumsearch/dlgchecksumsearch.cpp --- old/kget-21.08.3/transfer-plugins/checksumsearch/dlgchecksumsearch.cpp 2021-11-01 02:44:28.000000000 +0100 +++ new/kget-21.12.0/transfer-plugins/checksumsearch/dlgchecksumsearch.cpp 2021-12-02 22:37:40.000000000 +0100 @@ -181,7 +181,7 @@ } DlgChecksumSettingsWidget::DlgChecksumSettingsWidget(QWidget *parent, const QVariantList &args) - : KCModule(/*KGetFactory::componentDaa(), */parent, args) + : KCModule(parent, args) { ui.setupUi(this); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kget-21.08.3/transfer-plugins/metalink/dlgmetalink.cpp new/kget-21.12.0/transfer-plugins/metalink/dlgmetalink.cpp --- old/kget-21.08.3/transfer-plugins/metalink/dlgmetalink.cpp 2021-11-01 02:44:28.000000000 +0100 +++ new/kget-21.12.0/transfer-plugins/metalink/dlgmetalink.cpp 2021-12-02 22:37:40.000000000 +0100 @@ -17,7 +17,7 @@ KGET_EXPORT_PLUGIN_CONFIG(DlgSettingsWidget) DlgSettingsWidget::DlgSettingsWidget(QWidget *parent, const QVariantList &args) - : KCModule(/*KGetFactory::componentData(), */parent, args) + : KCModule(parent, args) { ui.setupUi(this); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kget-21.08.3/transfer-plugins/metalink/metalink.cpp new/kget-21.12.0/transfer-plugins/metalink/metalink.cpp --- old/kget-21.08.3/transfer-plugins/metalink/metalink.cpp 2021-11-01 02:44:28.000000000 +0100 +++ new/kget-21.12.0/transfer-plugins/metalink/metalink.cpp 2021-12-02 22:37:40.000000000 +0100 @@ -181,7 +181,7 @@ QHash<QString, QString>::const_iterator itEnd = signatures.constEnd(); for (it = signatures.constBegin(); it != itEnd; ++it) { if (it.key().toLower() == "pgp") { - dataFactory->signature()->setAsciiDetatchedSignature(*it); + dataFactory->signature()->setAsciiDetachedSignature(*it); } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kget-21.08.3/transfer-plugins/metalink/metalinkxml.cpp new/kget-21.12.0/transfer-plugins/metalink/metalinkxml.cpp --- old/kget-21.08.3/transfer-plugins/metalink/metalinkxml.cpp 2021-11-01 02:44:28.000000000 +0100 +++ new/kget-21.12.0/transfer-plugins/metalink/metalinkxml.cpp 2021-12-02 22:37:40.000000000 +0100 @@ -180,7 +180,7 @@ QHash<QString, QString>::const_iterator itEnd = signatures.constEnd(); for (it = signatures.constBegin(); it != itEnd; ++it) { if (it.key().toLower() == "pgp") { - dataFactory->signature()->setAsciiDetatchedSignature(*it); + dataFactory->signature()->setAsciiDetachedSignature(*it); } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kget-21.08.3/transfer-plugins/mirrorsearch/dlgmirrorsearch.cpp new/kget-21.12.0/transfer-plugins/mirrorsearch/dlgmirrorsearch.cpp --- old/kget-21.08.3/transfer-plugins/mirrorsearch/dlgmirrorsearch.cpp 2021-11-01 02:44:28.000000000 +0100 +++ new/kget-21.12.0/transfer-plugins/mirrorsearch/dlgmirrorsearch.cpp 2021-12-02 22:37:40.000000000 +0100 @@ -70,7 +70,7 @@ KGET_EXPORT_PLUGIN_CONFIG(DlgSettingsWidget) DlgSettingsWidget::DlgSettingsWidget(QWidget *parent, const QVariantList &args) - : KCModule(/*KGetFactory::componentData(),*/ parent, args) + : KCModule(parent, args) { ui.setupUi(this); ui.newEngineBt->setIcon(QIcon::fromTheme("list-add")); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kget-21.08.3/transfer-plugins/mmsthreads/dlgmms.cpp new/kget-21.12.0/transfer-plugins/mmsthreads/dlgmms.cpp --- old/kget-21.08.3/transfer-plugins/mmsthreads/dlgmms.cpp 2021-11-01 02:44:28.000000000 +0100 +++ new/kget-21.12.0/transfer-plugins/mmsthreads/dlgmms.cpp 2021-12-02 22:37:40.000000000 +0100 @@ -24,7 +24,7 @@ KGET_EXPORT_PLUGIN_CONFIG(DlgMmsSettings) DlgMmsSettings::DlgMmsSettings(QWidget *parent, const QVariantList &args) - : KCModule(/*KGetFactory::componentData(), */parent, args) + : KCModule(parent, args) { ui.setupUi(this); connect(ui.numThreadSpinBox, SIGNAL(valueChanged(int)), SLOT(changed())); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kget-21.08.3/transfer-plugins/multisegmentkio/dlgmultisegkio.cpp new/kget-21.12.0/transfer-plugins/multisegmentkio/dlgmultisegkio.cpp --- old/kget-21.08.3/transfer-plugins/multisegmentkio/dlgmultisegkio.cpp 2021-11-01 02:44:28.000000000 +0100 +++ new/kget-21.12.0/transfer-plugins/multisegmentkio/dlgmultisegkio.cpp 2021-12-02 22:37:40.000000000 +0100 @@ -17,7 +17,7 @@ KGET_EXPORT_PLUGIN_CONFIG(DlgSettingsWidget) DlgSettingsWidget::DlgSettingsWidget(QWidget *parent, const QVariantList &args) - : KCModule(/*KGetFactory::componentData(), */parent, args) + : KCModule(parent, args) { ui.setupUi(this); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kget-21.08.3/ui/signaturedlg.cpp new/kget-21.12.0/ui/signaturedlg.cpp --- old/kget-21.08.3/ui/signaturedlg.cpp 2021-11-01 02:44:28.000000000 +0100 +++ new/kget-21.12.0/ui/signaturedlg.cpp 2021-12-02 22:37:40.000000000 +0100 @@ -87,7 +87,7 @@ void SignatureDlg::textChanged() { if (m_signature) { - m_signature->setAsciiDetatchedSignature(ui.signature->toPlainText()); + m_signature->setAsciiDetachedSignature(ui.signature->toPlainText()); clearData(); updateButtons();
