Hello community, here is the log from the commit of package libgravatar for openSUSE:Leap:15.2 checked in at 2020-05-12 11:35:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/libgravatar (Old) and /work/SRC/openSUSE:Leap:15.2/.libgravatar.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgravatar" Tue May 12 11:35:28 2020 rev:58 rq:797476 version:20.04.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/libgravatar/libgravatar.changes 2020-03-15 07:07:57.624841236 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.libgravatar.new.2738/libgravatar.changes 2020-05-12 11:35:33.900143231 +0200 @@ -1,0 +2,33 @@ +Thu Apr 23 12:23:04 UTC 2020 - Luca Beltrame <[email protected]> + +- Update to 20.04.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/releases/2020-04-apps-update +- No code change since 20.03.90 + +------------------------------------------------------------------- +Sun Apr 5 20:30:36 UTC 2020 - Luca Beltrame <[email protected]> + +- Update to 20.03.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/releases/20.04-rc +- No code change since 20.03.80 + +------------------------------------------------------------------- +Sun Mar 22 09:17:33 UTC 2020 - Luca Beltrame <[email protected]> + +- Update to 20.03.80 + * New feature release + * For more details please see: + * https://kde.org/announcements/releases/20.04-beta +- Changes since 19.12.3: + * Make it compile against last qt5.15 + * use new signal/slot api + * Autogenerate categories file + * Fix QNetworkAccessManager usage + * Make it compile against last qt5.15 without deprecated methods +- Drop not needed ExclusiveArch, it builds fine on those architectures now + +------------------------------------------------------------------- Old: ---- libgravatar-19.12.3.tar.xz libgravatar-19.12.3.tar.xz.sig New: ---- libgravatar-20.04.0.tar.xz libgravatar-20.04.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgravatar.spec ++++++ --- /var/tmp/diff_new_pack.2IFJJg/_old 2020-05-12 11:35:34.552144601 +0200 +++ /var/tmp/diff_new_pack.2IFJJg/_new 2020-05-12 11:35:34.552144601 +0200 @@ -16,22 +16,18 @@ # -%define kf5_version 5.63.0 +%define kf5_version 5.66.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: libgravatar -Version: 19.12.3 +Version: 20.04.0 Release: 0 Summary: Library to download and display gravatars License: GPL-2.0-only AND LGPL-2.1-or-later Group: System/Libraries URL: https://www.kde.org Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz -%if %{with lang} -Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig -Source2: applications.keyring -%endif BuildRequires: extra-cmake-modules BuildRequires: kf5-filesystem BuildRequires: cmake(KF5Config) @@ -43,11 +39,11 @@ BuildRequires: cmake(Qt5Network) BuildRequires: cmake(Qt5Test) BuildRequires: cmake(Qt5Widgets) -# It can only build on the same platforms as Qt Webengine -ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64 %if %{with lang} -Recommends: %{name}-lang +Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig +Source2: applications.keyring %endif +Recommends: %{name}-lang %description This package contains the debug categories for the libgravatar library. ++++++ libgravatar-19.12.3.tar.xz -> libgravatar-20.04.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/.gitignore new/libgravatar-20.04.0/.gitignore --- old/libgravatar-19.12.3/.gitignore 2020-02-16 09:58:22.000000000 +0100 +++ new/libgravatar-20.04.0/.gitignore 2020-04-06 06:55:53.000000000 +0200 @@ -1,4 +1,20 @@ # Ignore the following files +*~ +*.[oa] +*.diff +*.kate-swp +*.kdev4 +.kdev_include_paths +*.kdevelop.pcs +*.moc +*.moc.cpp +*.orig +*.user +.*.swp +.swp.* +Doxyfile +Makefile /build*/ +.cmake/ CMakeLists.txt.user* *.unc-backup* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/CMakeLists.txt new/libgravatar-20.04.0/CMakeLists.txt --- old/libgravatar-19.12.3/CMakeLists.txt 2020-03-03 01:38:57.000000000 +0100 +++ new/libgravatar-20.04.0/CMakeLists.txt 2020-04-17 02:40:53.000000000 +0200 @@ -1,9 +1,9 @@ cmake_minimum_required(VERSION 3.5) -set(PIM_VERSION "5.13.3") +set(PIM_VERSION "5.14.0") project(gravatar VERSION ${PIM_VERSION}) -set(KF5_MIN_VERSION "5.63.0") +set(KF5_MIN_VERSION "5.68.0") find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) @@ -25,9 +25,9 @@ -set(QT_REQUIRED_VERSION "5.11.0") +set(QT_REQUIRED_VERSION "5.12.0") set(LIBGRAVATAR_LIB_VERSION ${PIM_VERSION}) -set(PIMCOMMON_LIB_VERSION "5.13.3") +set(PIMCOMMON_LIB_VERSION "5.14.0") find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test Network) find_package(KF5I18n ${KF5_MIN_VERSION} CONFIG REQUIRED) find_package(KF5Config ${KF5_MIN_VERSION} CONFIG REQUIRED) @@ -48,7 +48,7 @@ if (EXISTS "${CMAKE_SOURCE_DIR}/.git") add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050e00) - add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054000) + add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054400) endif() add_definitions(-DQT_NO_FOREACH) @@ -85,6 +85,5 @@ add_subdirectory(tests) endif() -install(FILES libgravatar.renamecategories libgravatar.categories DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR}) feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) ki18n_install(po) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/autotests/gravatarcachetest.cpp new/libgravatar-20.04.0/autotests/gravatarcachetest.cpp --- old/libgravatar-19.12.3/autotests/gravatarcachetest.cpp 2020-02-16 09:58:22.000000000 +0100 +++ new/libgravatar-20.04.0/autotests/gravatarcachetest.cpp 2020-04-06 06:55:53.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2019 Laurent Montel <[email protected]> + Copyright (C) 2015-2020 Laurent Montel <[email protected]> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/autotests/gravatarcachetest.h new/libgravatar-20.04.0/autotests/gravatarcachetest.h --- old/libgravatar-19.12.3/autotests/gravatarcachetest.h 2020-02-16 09:58:22.000000000 +0100 +++ new/libgravatar-20.04.0/autotests/gravatarcachetest.h 2020-04-06 06:55:53.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2019 Laurent Montel <[email protected]> + Copyright (C) 2015-2020 Laurent Montel <[email protected]> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/autotests/gravatarconfiguresettingsdialogtest.cpp new/libgravatar-20.04.0/autotests/gravatarconfiguresettingsdialogtest.cpp --- old/libgravatar-19.12.3/autotests/gravatarconfiguresettingsdialogtest.cpp 2020-02-16 09:58:22.000000000 +0100 +++ new/libgravatar-20.04.0/autotests/gravatarconfiguresettingsdialogtest.cpp 2020-04-06 06:55:53.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2019 Laurent Montel <[email protected]> + Copyright (C) 2015-2020 Laurent Montel <[email protected]> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/autotests/gravatarconfiguresettingsdialogtest.h new/libgravatar-20.04.0/autotests/gravatarconfiguresettingsdialogtest.h --- old/libgravatar-19.12.3/autotests/gravatarconfiguresettingsdialogtest.h 2020-02-16 09:58:22.000000000 +0100 +++ new/libgravatar-20.04.0/autotests/gravatarconfiguresettingsdialogtest.h 2020-04-06 06:55:53.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2019 Laurent Montel <[email protected]> + Copyright (C) 2015-2020 Laurent Montel <[email protected]> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/autotests/gravatarconfiguresettingswidgettest.cpp new/libgravatar-20.04.0/autotests/gravatarconfiguresettingswidgettest.cpp --- old/libgravatar-19.12.3/autotests/gravatarconfiguresettingswidgettest.cpp 2020-02-16 09:58:22.000000000 +0100 +++ new/libgravatar-20.04.0/autotests/gravatarconfiguresettingswidgettest.cpp 2020-04-06 06:55:53.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (C) 2019 Laurent Montel <[email protected]> + Copyright (C) 2019-2020 Laurent Montel <[email protected]> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/autotests/gravatarconfiguresettingswidgettest.h new/libgravatar-20.04.0/autotests/gravatarconfiguresettingswidgettest.h --- old/libgravatar-19.12.3/autotests/gravatarconfiguresettingswidgettest.h 2020-02-16 09:58:22.000000000 +0100 +++ new/libgravatar-20.04.0/autotests/gravatarconfiguresettingswidgettest.h 2020-04-06 06:55:53.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (C) 2019 Laurent Montel <[email protected]> + Copyright (C) 2019-2020 Laurent Montel <[email protected]> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/autotests/gravatarconfigwidgettest.cpp new/libgravatar-20.04.0/autotests/gravatarconfigwidgettest.cpp --- old/libgravatar-19.12.3/autotests/gravatarconfigwidgettest.cpp 2020-02-16 09:58:22.000000000 +0100 +++ new/libgravatar-20.04.0/autotests/gravatarconfigwidgettest.cpp 2020-04-06 06:55:53.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2019 Laurent Montel <[email protected]> + Copyright (C) 2015-2020 Laurent Montel <[email protected]> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -62,7 +62,7 @@ w.show(); QCheckBox *enableGravatar = w.findChild<QCheckBox *>(QStringLiteral("gravatarcheckbox")); - QSignalSpy spy(&w, SIGNAL(configChanged(bool))); + QSignalSpy spy(&w, &Gravatar::GravatarConfigWidget::configChanged); QTest::mouseClick(enableGravatar, Qt::LeftButton); QCOMPARE(spy.count(), 1); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/autotests/gravatarconfigwidgettest.h new/libgravatar-20.04.0/autotests/gravatarconfigwidgettest.h --- old/libgravatar-19.12.3/autotests/gravatarconfigwidgettest.h 2020-02-16 09:58:22.000000000 +0100 +++ new/libgravatar-20.04.0/autotests/gravatarconfigwidgettest.h 2020-04-06 06:55:53.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2019 Laurent Montel <[email protected]> + Copyright (C) 2015-2020 Laurent Montel <[email protected]> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/autotests/gravatardownloadpixmapdialogtest.cpp new/libgravatar-20.04.0/autotests/gravatardownloadpixmapdialogtest.cpp --- old/libgravatar-19.12.3/autotests/gravatardownloadpixmapdialogtest.cpp 2020-02-16 09:58:22.000000000 +0100 +++ new/libgravatar-20.04.0/autotests/gravatardownloadpixmapdialogtest.cpp 2020-04-06 06:55:53.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2019 Laurent Montel <[email protected]> + Copyright (C) 2015-2020 Laurent Montel <[email protected]> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/autotests/gravatardownloadpixmapdialogtest.h new/libgravatar-20.04.0/autotests/gravatardownloadpixmapdialogtest.h --- old/libgravatar-19.12.3/autotests/gravatardownloadpixmapdialogtest.h 2020-02-16 09:58:22.000000000 +0100 +++ new/libgravatar-20.04.0/autotests/gravatardownloadpixmapdialogtest.h 2020-04-06 06:55:53.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2019 Laurent Montel <[email protected]> + Copyright (C) 2015-2020 Laurent Montel <[email protected]> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/autotests/gravatardownloadpixmapwidgettest.cpp new/libgravatar-20.04.0/autotests/gravatardownloadpixmapwidgettest.cpp --- old/libgravatar-19.12.3/autotests/gravatardownloadpixmapwidgettest.cpp 2020-02-16 09:58:22.000000000 +0100 +++ new/libgravatar-20.04.0/autotests/gravatardownloadpixmapwidgettest.cpp 2020-04-06 06:55:53.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2019 Laurent Montel <[email protected]> + Copyright (C) 2015-2020 Laurent Montel <[email protected]> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/autotests/gravatardownloadpixmapwidgettest.h new/libgravatar-20.04.0/autotests/gravatardownloadpixmapwidgettest.h --- old/libgravatar-19.12.3/autotests/gravatardownloadpixmapwidgettest.h 2020-02-16 09:58:22.000000000 +0100 +++ new/libgravatar-20.04.0/autotests/gravatardownloadpixmapwidgettest.h 2020-04-06 06:55:53.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2019 Laurent Montel <[email protected]> + Copyright (C) 2015-2020 Laurent Montel <[email protected]> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/autotests/gravatarresolvurljobtest.cpp new/libgravatar-20.04.0/autotests/gravatarresolvurljobtest.cpp --- old/libgravatar-19.12.3/autotests/gravatarresolvurljobtest.cpp 2020-02-16 09:58:22.000000000 +0100 +++ new/libgravatar-20.04.0/autotests/gravatarresolvurljobtest.cpp 2020-04-06 06:55:53.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2019 Laurent Montel <[email protected]> + Copyright (C) 2015-2020 Laurent Montel <[email protected]> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/autotests/gravatarresolvurljobtest.h new/libgravatar-20.04.0/autotests/gravatarresolvurljobtest.h --- old/libgravatar-19.12.3/autotests/gravatarresolvurljobtest.h 2020-02-16 09:58:22.000000000 +0100 +++ new/libgravatar-20.04.0/autotests/gravatarresolvurljobtest.h 2020-04-06 06:55:53.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2019 Laurent Montel <[email protected]> + Copyright (C) 2015-2020 Laurent Montel <[email protected]> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/libgravatar.categories new/libgravatar-20.04.0/libgravatar.categories --- old/libgravatar-19.12.3/libgravatar.categories 2020-02-16 09:58:22.000000000 +0100 +++ new/libgravatar-20.04.0/libgravatar.categories 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -org.kde.pim.gravatar libgravatar (libgravatar) IDENTIFIER [GRAVATAR_LOG] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/libgravatar.renamecategories new/libgravatar-20.04.0/libgravatar.renamecategories --- old/libgravatar-19.12.3/libgravatar.renamecategories 2020-02-16 09:58:22.000000000 +0100 +++ new/libgravatar-20.04.0/libgravatar.renamecategories 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -log_gravatar org.kde.pim.gravatar diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/po/ar/libgravatar.po new/libgravatar-20.04.0/po/ar/libgravatar.po --- old/libgravatar-19.12.3/po/ar/libgravatar.po 2020-03-03 01:38:51.000000000 +0100 +++ new/libgravatar-20.04.0/po/ar/libgravatar.po 2020-04-17 02:40:53.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-06-19 03:21+0200\n" +"POT-Creation-Date: 2019-12-17 03:21+0100\n" "PO-Revision-Date: 2018-01-31 23:25+0300\n" "Last-Translator: Safa Alfulaij <[email protected]>\n" "Language-Team: Arabic <[email protected]>\n" @@ -19,7 +19,9 @@ "X-Generator: Lokalize 2.0\n" #: widgets/gravatarconfiguresettingsdialog.cpp:37 -#, kde-format +#, fuzzy, kde-format +#| msgid "Configure Gravatar" +msgctxt "@title:window" msgid "Configure Gravatar" msgstr "اضبط «غراڤاتار»" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/po/ca/libgravatar.po new/libgravatar-20.04.0/po/ca/libgravatar.po --- old/libgravatar-19.12.3/po/ca/libgravatar.po 2020-03-03 01:38:51.000000000 +0100 +++ new/libgravatar-20.04.0/po/ca/libgravatar.po 2020-04-17 02:40:53.000000000 +0200 @@ -1,15 +1,15 @@ # Translation of libgravatar.po to Catalan -# Copyright (C) 2015-2018 This_file_is_part_of_KDE +# Copyright (C) 2015-2019 This_file_is_part_of_KDE # This file is distributed under the license LGPL version 2.1 or # version 3 or later versions approved by the membership of KDE e.V. # -# Antoni Bella Pérez <[email protected]>, 2015, 2018. +# Antoni Bella Pérez <[email protected]>, 2015, 2018, 2019. msgid "" msgstr "" "Project-Id-Version: libgravatar\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-06-19 03:21+0200\n" -"PO-Revision-Date: 2018-04-22 10:47+0100\n" +"POT-Creation-Date: 2019-12-17 03:21+0100\n" +"PO-Revision-Date: 2019-12-17 14:53+0100\n" "Last-Translator: Antoni Bella Pérez <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" "Language: ca\n" @@ -18,12 +18,13 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 20.03.70\n" #: widgets/gravatarconfiguresettingsdialog.cpp:37 #, kde-format +msgctxt "@title:window" msgid "Configure Gravatar" -msgstr "Configura el Gravatar" +msgstr "Configuració del Gravatar" #: widgets/gravatarconfiguresettingswidget.cpp:42 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/po/ca@valencia/libgravatar.po new/libgravatar-20.04.0/po/ca@valencia/libgravatar.po --- old/libgravatar-19.12.3/po/ca@valencia/libgravatar.po 2020-03-03 01:38:51.000000000 +0100 +++ new/libgravatar-20.04.0/po/ca@valencia/libgravatar.po 2020-04-17 02:40:53.000000000 +0200 @@ -1,15 +1,15 @@ # Translation of libgravatar.po to Catalan (Valencian) -# Copyright (C) 2015-2018 This_file_is_part_of_KDE +# Copyright (C) 2015-2019 This_file_is_part_of_KDE # This file is distributed under the license LGPL version 2.1 or # version 3 or later versions approved by the membership of KDE e.V. # -# Antoni Bella Pérez <[email protected]>, 2015, 2018. +# Antoni Bella Pérez <[email protected]>, 2015, 2018, 2019. msgid "" msgstr "" "Project-Id-Version: libgravatar\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-06-19 03:21+0200\n" -"PO-Revision-Date: 2018-04-22 10:47+0100\n" +"POT-Creation-Date: 2019-12-17 03:21+0100\n" +"PO-Revision-Date: 2019-12-17 14:53+0100\n" "Last-Translator: Antoni Bella Pérez <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" "Language: ca@valencia\n" @@ -18,12 +18,13 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 20.03.70\n" #: widgets/gravatarconfiguresettingsdialog.cpp:37 #, kde-format +msgctxt "@title:window" msgid "Configure Gravatar" -msgstr "Configura el Gravatar" +msgstr "Configuració del Gravatar" #: widgets/gravatarconfiguresettingswidget.cpp:42 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/po/cs/libgravatar.po new/libgravatar-20.04.0/po/cs/libgravatar.po --- old/libgravatar-19.12.3/po/cs/libgravatar.po 2020-03-03 01:38:51.000000000 +0100 +++ new/libgravatar-20.04.0/po/cs/libgravatar.po 2020-04-17 02:40:53.000000000 +0200 @@ -1,24 +1,25 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. -# Vít Pelčák <[email protected]>, 2015, 2017. +# Vít Pelčák <[email protected]>, 2015, 2017, 2020. # msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-06-19 03:21+0200\n" -"PO-Revision-Date: 2017-02-23 14:05+0100\n" -"Last-Translator: Vít Pelčák <[email protected]>\n" +"POT-Creation-Date: 2019-12-17 03:21+0100\n" +"PO-Revision-Date: 2020-03-22 13:24+0100\n" +"Last-Translator: Vit Pelcak <[email protected]>\n" "Language-Team: Czech <[email protected]>\n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 19.12.3\n" #: widgets/gravatarconfiguresettingsdialog.cpp:37 #, kde-format +msgctxt "@title:window" msgid "Configure Gravatar" msgstr "Nastavit Gravatara" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/po/da/libgravatar.po new/libgravatar-20.04.0/po/da/libgravatar.po --- old/libgravatar-19.12.3/po/da/libgravatar.po 2020-03-03 01:38:52.000000000 +0100 +++ new/libgravatar-20.04.0/po/da/libgravatar.po 2020-04-17 02:40:53.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-06-19 03:21+0200\n" +"POT-Creation-Date: 2019-12-17 03:21+0100\n" "PO-Revision-Date: 2015-12-08 19:27+0100\n" "Last-Translator: Martin Schlander <[email protected]>\n" "Language-Team: Danish <[email protected]>\n" @@ -18,7 +18,9 @@ "X-Generator: Lokalize 2.0\n" #: widgets/gravatarconfiguresettingsdialog.cpp:37 -#, kde-format +#, fuzzy, kde-format +#| msgid "Configure Gravatar" +msgctxt "@title:window" msgid "Configure Gravatar" msgstr "Indstil Gravatar" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/po/de/libgravatar.po new/libgravatar-20.04.0/po/de/libgravatar.po --- old/libgravatar-19.12.3/po/de/libgravatar.po 2020-03-03 01:38:52.000000000 +0100 +++ new/libgravatar-20.04.0/po/de/libgravatar.po 2020-04-17 02:40:53.000000000 +0200 @@ -1,11 +1,11 @@ # Frederik Schwarzer <[email protected]>, 2015. -# Burkhard Lück <[email protected]>, 2018. +# Burkhard Lück <[email protected]>, 2018, 2020. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-06-19 03:21+0200\n" -"PO-Revision-Date: 2018-08-27 17:37+0100\n" +"POT-Creation-Date: 2019-12-17 03:21+0100\n" +"PO-Revision-Date: 2020-01-08 08:51+0100\n" "Last-Translator: Burkhard Lück <[email protected]>\n" "Language-Team: German <[email protected]>\n" "Language: de\n" @@ -13,10 +13,11 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 18.12.3\n" #: widgets/gravatarconfiguresettingsdialog.cpp:37 #, kde-format +msgctxt "@title:window" msgid "Configure Gravatar" msgstr "Gravatar einrichten" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/po/en_GB/libgravatar.po new/libgravatar-20.04.0/po/en_GB/libgravatar.po --- old/libgravatar-19.12.3/po/en_GB/libgravatar.po 2020-03-03 01:38:52.000000000 +0100 +++ new/libgravatar-20.04.0/po/en_GB/libgravatar.po 2020-04-17 02:40:53.000000000 +0200 @@ -1,24 +1,25 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Steve Allewell <[email protected]>, 2015, 2016, 2018. +# Steve Allewell <[email protected]>, 2015, 2016, 2018, 2019. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-06-19 03:21+0200\n" -"PO-Revision-Date: 2018-04-22 13:33+0000\n" +"POT-Creation-Date: 2019-12-17 03:21+0100\n" +"PO-Revision-Date: 2019-12-29 15:33+0000\n" "Last-Translator: Steve Allewell <[email protected]>\n" -"Language-Team: British English <[email protected]>\n" +"Language-Team: British English <[email protected]>\n" "Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 19.07.70\n" #: widgets/gravatarconfiguresettingsdialog.cpp:37 #, kde-format +msgctxt "@title:window" msgid "Configure Gravatar" msgstr "Configure Gravatar" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/po/es/libgravatar.po new/libgravatar-20.04.0/po/es/libgravatar.po --- old/libgravatar-19.12.3/po/es/libgravatar.po 2020-03-03 01:38:52.000000000 +0100 +++ new/libgravatar-20.04.0/po/es/libgravatar.po 2020-04-17 02:40:53.000000000 +0200 @@ -2,23 +2,25 @@ # This file is distributed under the same license as the PACKAGE package. # # Javier Vinal <[email protected]>, 2015, 2018. +# Eloy Cuadra <[email protected]>, 2019. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-06-19 03:21+0200\n" -"PO-Revision-Date: 2018-04-22 22:49+0100\n" -"Last-Translator: Javier Vinal <[email protected]>\n" +"POT-Creation-Date: 2019-12-17 03:21+0100\n" +"PO-Revision-Date: 2019-12-26 22:28+0100\n" +"Last-Translator: Eloy Cuadra <[email protected]>\n" "Language-Team: Spanish <[email protected]>\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 19.12.0\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" #: widgets/gravatarconfiguresettingsdialog.cpp:37 #, kde-format +msgctxt "@title:window" msgid "Configure Gravatar" msgstr "Configurar Gravatar" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/po/et/libgravatar.po new/libgravatar-20.04.0/po/et/libgravatar.po --- old/libgravatar-19.12.3/po/et/libgravatar.po 2020-03-03 01:38:52.000000000 +0100 +++ new/libgravatar-20.04.0/po/et/libgravatar.po 2020-04-17 02:40:53.000000000 +0200 @@ -1,24 +1,25 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Marek Laane <[email protected]>, 2016. +# Marek Laane <[email protected]>, 2016, 2019. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-06-19 03:21+0200\n" -"PO-Revision-Date: 2016-08-18 01:12+0300\n" +"POT-Creation-Date: 2019-12-17 03:21+0100\n" +"PO-Revision-Date: 2019-12-18 19:40+0200\n" "Last-Translator: Marek Laane <[email protected]>\n" -"Language-Team: Estonian <[email protected]>\n" +"Language-Team: Estonian <[email protected]>\n" "Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 19.08.1\n" #: widgets/gravatarconfiguresettingsdialog.cpp:37 #, kde-format +msgctxt "@title:window" msgid "Configure Gravatar" msgstr "Gravatari seadistamine" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/po/fi/libgravatar.po new/libgravatar-20.04.0/po/fi/libgravatar.po --- old/libgravatar-19.12.3/po/fi/libgravatar.po 2020-03-03 01:38:53.000000000 +0100 +++ new/libgravatar-20.04.0/po/fi/libgravatar.po 2020-04-17 02:40:53.000000000 +0200 @@ -6,8 +6,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-06-19 03:21+0200\n" -"PO-Revision-Date: 2018-08-15 13:46+0200\n" +"POT-Creation-Date: 2019-12-17 03:21+0100\n" +"PO-Revision-Date: 2020-01-01 13:14+0200\n" "Last-Translator: Tommi Nieminen <[email protected]>\n" "Language-Team: Finnish <[email protected]>\n" "Language: fi\n" @@ -19,6 +19,7 @@ #: widgets/gravatarconfiguresettingsdialog.cpp:37 #, kde-format +msgctxt "@title:window" msgid "Configure Gravatar" msgstr "Gravatarin asetukset" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/po/fr/libgravatar.po new/libgravatar-20.04.0/po/fr/libgravatar.po --- old/libgravatar-19.12.3/po/fr/libgravatar.po 2020-03-03 01:38:53.000000000 +0100 +++ new/libgravatar-20.04.0/po/fr/libgravatar.po 2020-04-17 02:40:53.000000000 +0200 @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-06-19 03:21+0200\n" -"PO-Revision-Date: 2018-06-05 14:29+0800\n" +"POT-Creation-Date: 2019-12-17 03:21+0100\n" +"PO-Revision-Date: 2019-11-11 07:36+0800\n" "Last-Translator: Simon Depiets <[email protected]>\n" "Language-Team: French <[email protected]>\n" "Language: fr\n" @@ -24,6 +24,7 @@ #: widgets/gravatarconfiguresettingsdialog.cpp:37 #, kde-format +msgctxt "@title:window" msgid "Configure Gravatar" msgstr "Configurer Gravatar" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/po/gl/libgravatar.po new/libgravatar-20.04.0/po/gl/libgravatar.po --- old/libgravatar-19.12.3/po/gl/libgravatar.po 2020-03-03 01:38:53.000000000 +0100 +++ new/libgravatar-20.04.0/po/gl/libgravatar.po 2020-04-17 02:40:53.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-06-19 03:21+0200\n" +"POT-Creation-Date: 2019-12-17 03:21+0100\n" "PO-Revision-Date: 2018-04-23 21:36+0100\n" "Last-Translator: Adrian Chaves <[email protected]>\n" "Language-Team: Galician <[email protected]>\n" @@ -18,7 +18,9 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" #: widgets/gravatarconfiguresettingsdialog.cpp:37 -#, kde-format +#, fuzzy, kde-format +#| msgid "Configure Gravatar" +msgctxt "@title:window" msgid "Configure Gravatar" msgstr "Configurar Gravatar" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/po/ia/libgravatar.po new/libgravatar-20.04.0/po/ia/libgravatar.po --- old/libgravatar-19.12.3/po/ia/libgravatar.po 2020-03-03 01:38:53.000000000 +0100 +++ new/libgravatar-20.04.0/po/ia/libgravatar.po 2020-04-17 02:40:53.000000000 +0200 @@ -1,24 +1,25 @@ # Copyright (C) YEAR This file is copyright: # This file is distributed under the same license as the libgravatar package. # -# Giovanni Sora <[email protected]>, 2020. +# giovanni <[email protected]>, 2020. msgid "" msgstr "" "Project-Id-Version: libgravatar\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-06-19 03:21+0200\n" -"PO-Revision-Date: 2020-02-07 23:32+0100\n" -"Last-Translator: Giovanni Sora <[email protected]>\n" -"Language-Team: Interlingua <[email protected]>\n" +"POT-Creation-Date: 2019-12-17 03:21+0100\n" +"PO-Revision-Date: 2020-02-12 14:06+0100\n" +"Last-Translator: giovanni <[email protected]>\n" +"Language-Team: Interlingua <[email protected]>\n" "Language: ia\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 18.12.3\n" #: widgets/gravatarconfiguresettingsdialog.cpp:37 #, kde-format +msgctxt "@title:window" msgid "Configure Gravatar" msgstr "Configura Gravatar" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/po/it/libgravatar.po new/libgravatar-20.04.0/po/it/libgravatar.po --- old/libgravatar-19.12.3/po/it/libgravatar.po 2020-03-03 01:38:53.000000000 +0100 +++ new/libgravatar-20.04.0/po/it/libgravatar.po 2020-04-17 02:40:53.000000000 +0200 @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: libgravatar\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-06-19 03:21+0200\n" -"PO-Revision-Date: 2018-04-28 16:17+0100\n" +"POT-Creation-Date: 2019-12-17 03:21+0100\n" +"PO-Revision-Date: 2019-12-24 21:36+0100\n" "Last-Translator: Luigi Toscano <[email protected]>\n" "Language-Team: Italian <[email protected]>\n" "Language: it\n" @@ -20,6 +20,7 @@ #: widgets/gravatarconfiguresettingsdialog.cpp:37 #, kde-format +msgctxt "@title:window" msgid "Configure Gravatar" msgstr "Configura Gravatar" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/po/ja/libgravatar.po new/libgravatar-20.04.0/po/ja/libgravatar.po --- old/libgravatar-19.12.3/po/ja/libgravatar.po 2020-03-03 01:38:53.000000000 +0100 +++ new/libgravatar-20.04.0/po/ja/libgravatar.po 2020-04-17 02:40:53.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: libgravatar\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-06-19 03:21+0200\n" +"POT-Creation-Date: 2019-12-17 03:21+0100\n" "PO-Revision-Date: 2015-10-13 08:03-0700\n" "Last-Translator: Japanese KDE translation team <[email protected]>\n" "Language-Team: Japanese <[email protected]>\n" @@ -16,6 +16,7 @@ #: widgets/gravatarconfiguresettingsdialog.cpp:37 #, kde-format +msgctxt "@title:window" msgid "Configure Gravatar" msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/po/ko/libgravatar.po new/libgravatar-20.04.0/po/ko/libgravatar.po --- old/libgravatar-19.12.3/po/ko/libgravatar.po 2020-03-03 01:38:54.000000000 +0100 +++ new/libgravatar-20.04.0/po/ko/libgravatar.po 2020-04-17 02:40:53.000000000 +0200 @@ -6,8 +6,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-06-19 03:21+0200\n" -"PO-Revision-Date: 2018-08-15 12:29+0100\n" +"POT-Creation-Date: 2019-12-17 03:21+0100\n" +"PO-Revision-Date: 2020-01-29 00:42+0100\n" "Last-Translator: Shinjo Park <[email protected]>\n" "Language-Team: Korean <[email protected]>\n" "Language: ko\n" @@ -19,6 +19,7 @@ #: widgets/gravatarconfiguresettingsdialog.cpp:37 #, kde-format +msgctxt "@title:window" msgid "Configure Gravatar" msgstr "Gravatar 설정" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/po/lt/libgravatar.po new/libgravatar-20.04.0/po/lt/libgravatar.po --- old/libgravatar-19.12.3/po/lt/libgravatar.po 2020-03-03 01:38:54.000000000 +0100 +++ new/libgravatar-20.04.0/po/lt/libgravatar.po 2020-04-17 02:40:53.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libgravatar\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-06-19 03:21+0200\n" +"POT-Creation-Date: 2019-12-17 03:21+0100\n" "PO-Revision-Date: 2019-03-12 03:31+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: lt\n" @@ -20,6 +20,7 @@ #: widgets/gravatarconfiguresettingsdialog.cpp:37 #, kde-format +msgctxt "@title:window" msgid "Configure Gravatar" msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/po/nl/libgravatar.po new/libgravatar-20.04.0/po/nl/libgravatar.po --- old/libgravatar-19.12.3/po/nl/libgravatar.po 2020-03-03 01:38:54.000000000 +0100 +++ new/libgravatar-20.04.0/po/nl/libgravatar.po 2020-04-17 02:40:53.000000000 +0200 @@ -1,13 +1,13 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Freek de Kruijf <[email protected]>, 2015, 2018. +# Freek de Kruijf <[email protected]>, 2015, 2018, 2019. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-06-19 03:21+0200\n" -"PO-Revision-Date: 2018-11-20 10:46+0100\n" +"POT-Creation-Date: 2019-12-17 03:21+0100\n" +"PO-Revision-Date: 2019-12-18 00:22+0100\n" "Last-Translator: Freek de Kruijf <[email protected]>\n" "Language-Team: Dutch <[email protected]>\n" "Language: nl\n" @@ -15,10 +15,11 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 19.12.0\n" #: widgets/gravatarconfiguresettingsdialog.cpp:37 #, kde-format +msgctxt "@title:window" msgid "Configure Gravatar" msgstr "Gravatar configureren" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/po/pl/libgravatar.po new/libgravatar-20.04.0/po/pl/libgravatar.po --- old/libgravatar-19.12.3/po/pl/libgravatar.po 2020-03-03 01:38:54.000000000 +0100 +++ new/libgravatar-20.04.0/po/pl/libgravatar.po 2020-04-17 02:40:53.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-06-19 03:21+0200\n" +"POT-Creation-Date: 2019-12-17 03:21+0100\n" "PO-Revision-Date: 2018-05-03 06:32+0100\n" "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n" "Language-Team: Polish <[email protected]>\n" @@ -19,7 +19,9 @@ "X-Generator: Lokalize 2.0\n" #: widgets/gravatarconfiguresettingsdialog.cpp:37 -#, kde-format +#, fuzzy, kde-format +#| msgid "Configure Gravatar" +msgctxt "@title:window" msgid "Configure Gravatar" msgstr "Ustawienia gravatara" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/po/pt/libgravatar.po new/libgravatar-20.04.0/po/pt/libgravatar.po --- old/libgravatar-19.12.3/po/pt/libgravatar.po 2020-03-03 01:38:54.000000000 +0100 +++ new/libgravatar-20.04.0/po/pt/libgravatar.po 2020-04-17 02:40:53.000000000 +0200 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: libgravatar\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-06-19 03:21+0200\n" -"PO-Revision-Date: 2018-04-22 13:42+0100\n" +"POT-Creation-Date: 2019-12-17 03:21+0100\n" +"PO-Revision-Date: 2019-12-17 11:47+0000\n" "Last-Translator: José Nuno Coelho Pires <[email protected]>\n" "Language-Team: Portuguese <[email protected]>\n" "Language: pt\n" @@ -15,6 +15,7 @@ #: widgets/gravatarconfiguresettingsdialog.cpp:37 #, kde-format +msgctxt "@title:window" msgid "Configure Gravatar" msgstr "Configurar o Gravatar" @@ -65,6 +66,3 @@ #, kde-format msgid "No Gravatar found." msgstr "O Gravatar não foi encontrado." - -#~ msgid "Libravatar will be shutdown the 1st september 2018" -#~ msgstr "O Libravatar será encerrado a 1 de Setembro 2018" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/po/pt_BR/libgravatar.po new/libgravatar-20.04.0/po/pt_BR/libgravatar.po --- old/libgravatar-19.12.3/po/pt_BR/libgravatar.po 2020-03-03 01:38:55.000000000 +0100 +++ new/libgravatar-20.04.0/po/pt_BR/libgravatar.po 2020-04-17 02:40:53.000000000 +0200 @@ -3,23 +3,25 @@ # This file is distributed under the same license as the PACKAGE package. # # André Marcelo Alvarenga <[email protected]>, 2015, 2018. +# Luiz Fernando Ranghetti <[email protected]>, 2019. msgid "" msgstr "" "Project-Id-Version: libgravatar\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-06-19 03:21+0200\n" -"PO-Revision-Date: 2018-08-04 23:27-0300\n" -"Last-Translator: André Marcelo Alvarenga <[email protected]>\n" -"Language-Team: Brazilian Portuguese <[email protected]>\n" +"POT-Creation-Date: 2019-12-17 03:21+0100\n" +"PO-Revision-Date: 2019-12-20 10:57-0300\n" +"Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n" +"Language-Team: Portuguese <[email protected]>\n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 19.08.2\n" #: widgets/gravatarconfiguresettingsdialog.cpp:37 #, kde-format +msgctxt "@title:window" msgid "Configure Gravatar" msgstr "Configurar o Gravatar" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/po/ru/libgravatar.po new/libgravatar-20.04.0/po/ru/libgravatar.po --- old/libgravatar-19.12.3/po/ru/libgravatar.po 2020-03-03 01:38:56.000000000 +0100 +++ new/libgravatar-20.04.0/po/ru/libgravatar.po 2020-04-17 02:40:53.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-06-19 03:21+0200\n" +"POT-Creation-Date: 2019-12-17 03:21+0100\n" "PO-Revision-Date: 2016-01-09 20:10+0300\n" "Last-Translator: Alexander Potashev <[email protected]>\n" "Language-Team: Russian <[email protected]>\n" @@ -19,7 +19,9 @@ "X-Generator: Lokalize 2.0\n" #: widgets/gravatarconfiguresettingsdialog.cpp:37 -#, kde-format +#, fuzzy, kde-format +#| msgid "Configure Gravatar" +msgctxt "@title:window" msgid "Configure Gravatar" msgstr "Настройка Gravatar" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/po/sk/libgravatar.po new/libgravatar-20.04.0/po/sk/libgravatar.po --- old/libgravatar-19.12.3/po/sk/libgravatar.po 2020-03-03 01:38:56.000000000 +0100 +++ new/libgravatar-20.04.0/po/sk/libgravatar.po 2020-04-17 02:40:53.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: libgravatar\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-06-19 03:21+0200\n" +"POT-Creation-Date: 2019-12-17 03:21+0100\n" "PO-Revision-Date: 2015-10-11 11:59+0100\n" "Last-Translator: Roman Paholik <[email protected]>\n" "Language-Team: Slovak <[email protected]>\n" @@ -16,7 +16,9 @@ "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #: widgets/gravatarconfiguresettingsdialog.cpp:37 -#, kde-format +#, fuzzy, kde-format +#| msgid "Configure Gravatar" +msgctxt "@title:window" msgid "Configure Gravatar" msgstr "Nastaviť Gravatar" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/po/sl/libgravatar.po new/libgravatar-20.04.0/po/sl/libgravatar.po --- old/libgravatar-19.12.3/po/sl/libgravatar.po 2020-03-03 01:38:56.000000000 +0100 +++ new/libgravatar-20.04.0/po/sl/libgravatar.po 2020-04-17 02:40:53.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-06-19 03:21+0200\n" +"POT-Creation-Date: 2019-12-17 03:21+0100\n" "PO-Revision-Date: 2015-11-01 10:38+0100\n" "Last-Translator: Andrej Mernik <[email protected]>\n" "Language-Team: Slovenian <[email protected]>\n" @@ -19,7 +19,9 @@ "X-Generator: Lokalize 1.5\n" #: widgets/gravatarconfiguresettingsdialog.cpp:37 -#, kde-format +#, fuzzy, kde-format +#| msgid "Configure Gravatar" +msgctxt "@title:window" msgid "Configure Gravatar" msgstr "Nastavi Gravatar" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/po/sv/libgravatar.po new/libgravatar-20.04.0/po/sv/libgravatar.po --- old/libgravatar-19.12.3/po/sv/libgravatar.po 2020-03-03 01:38:56.000000000 +0100 +++ new/libgravatar-20.04.0/po/sv/libgravatar.po 2020-04-17 02:40:53.000000000 +0200 @@ -1,13 +1,13 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Stefan Asserhäll <[email protected]>, 2015, 2018. +# Stefan Asserhäll <[email protected]>, 2015, 2018, 2019. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-06-19 03:21+0200\n" -"PO-Revision-Date: 2018-04-29 11:29+0100\n" +"POT-Creation-Date: 2019-12-17 03:21+0100\n" +"PO-Revision-Date: 2019-12-17 18:55+0100\n" "Last-Translator: Stefan Asserhäll <[email protected]>\n" "Language-Team: Swedish <[email protected]>\n" "Language: sv\n" @@ -19,6 +19,7 @@ #: widgets/gravatarconfiguresettingsdialog.cpp:37 #, kde-format +msgctxt "@title:window" msgid "Configure Gravatar" msgstr "Anpassa Gravatar" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/po/tr/libgravatar.po new/libgravatar-20.04.0/po/tr/libgravatar.po --- old/libgravatar-19.12.3/po/tr/libgravatar.po 2020-03-03 01:38:57.000000000 +0100 +++ new/libgravatar-20.04.0/po/tr/libgravatar.po 2020-04-17 02:40:53.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libgravatar\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-06-19 03:21+0200\n" +"POT-Creation-Date: 2019-12-17 03:21+0100\n" "PO-Revision-Date: 2017-08-17 08:38+0000\n" "Last-Translator: Kaan <[email protected]>\n" "Language-Team: Turkish <[email protected]>\n" @@ -20,7 +20,9 @@ "X-POOTLE-MTIME: 1502202876.000000\n" #: widgets/gravatarconfiguresettingsdialog.cpp:37 -#, kde-format +#, fuzzy, kde-format +#| msgid "Configure Gravatar" +msgctxt "@title:window" msgid "Configure Gravatar" msgstr "Gravatar'ı Yapılandır" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/po/uk/libgravatar.po new/libgravatar-20.04.0/po/uk/libgravatar.po --- old/libgravatar-19.12.3/po/uk/libgravatar.po 2020-03-03 01:38:57.000000000 +0100 +++ new/libgravatar-20.04.0/po/uk/libgravatar.po 2020-04-17 02:40:53.000000000 +0200 @@ -1,15 +1,15 @@ # Translation of libgravatar.po to Ukrainian -# Copyright (C) 2015-2018 This_file_is_part_of_KDE +# Copyright (C) 2015-2019 This_file_is_part_of_KDE # This file is distributed under the license LGPL version 2.1 or # version 3 or later versions approved by the membership of KDE e.V. # -# Yuri Chornoivan <[email protected]>, 2015, 2018. +# Yuri Chornoivan <[email protected]>, 2015, 2018, 2019. msgid "" msgstr "" "Project-Id-Version: libgravatar\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-06-19 03:21+0200\n" -"PO-Revision-Date: 2018-04-22 08:23+0200\n" +"POT-Creation-Date: 2019-12-17 03:21+0100\n" +"PO-Revision-Date: 2019-12-17 09:06+0200\n" "Last-Translator: Yuri Chornoivan <[email protected]>\n" "Language-Team: Ukrainian <[email protected]>\n" "Language: uk\n" @@ -18,12 +18,13 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n" "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 20.03.70\n" #: widgets/gravatarconfiguresettingsdialog.cpp:37 #, kde-format +msgctxt "@title:window" msgid "Configure Gravatar" -msgstr "Налаштування Gravatar" +msgstr "Налаштовування Gravatar" #: widgets/gravatarconfiguresettingswidget.cpp:42 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/po/zh_CN/libgravatar.po new/libgravatar-20.04.0/po/zh_CN/libgravatar.po --- old/libgravatar-19.12.3/po/zh_CN/libgravatar.po 2020-03-03 01:38:57.000000000 +0100 +++ new/libgravatar-20.04.0/po/zh_CN/libgravatar.po 2020-04-17 02:40:53.000000000 +0200 @@ -6,8 +6,8 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-06-19 03:21+0200\n" -"PO-Revision-Date: 2020-01-20 21:56\n" +"POT-Creation-Date: 2019-12-17 03:21+0100\n" +"PO-Revision-Date: 2020-03-25 19:56\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -21,6 +21,7 @@ #: widgets/gravatarconfiguresettingsdialog.cpp:37 #, kde-format +msgctxt "@title:window" msgid "Configure Gravatar" msgstr "配置 Gravator" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/po/zh_TW/libgravatar.po new/libgravatar-20.04.0/po/zh_TW/libgravatar.po --- old/libgravatar-19.12.3/po/zh_TW/libgravatar.po 2020-03-03 01:38:57.000000000 +0100 +++ new/libgravatar-20.04.0/po/zh_TW/libgravatar.po 2020-04-17 02:40:53.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libgravatar\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-06-19 03:21+0200\n" +"POT-Creation-Date: 2019-12-17 03:21+0100\n" "PO-Revision-Date: 2016-09-22 20:30+0800\n" "Last-Translator: Jeff Huang <[email protected]>\n" "Language-Team: Traditional Chinese <[email protected]>\n" @@ -20,6 +20,7 @@ #: widgets/gravatarconfiguresettingsdialog.cpp:37 #, kde-format +msgctxt "@title:window" msgid "Configure Gravatar" msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/src/CMakeLists.txt new/libgravatar-20.04.0/src/CMakeLists.txt --- old/libgravatar-19.12.3/src/CMakeLists.txt 2020-02-16 09:58:22.000000000 +0100 +++ new/libgravatar-20.04.0/src/CMakeLists.txt 2020-04-06 06:55:53.000000000 +0200 @@ -13,7 +13,9 @@ job/gravatarresolvurljob.cpp ) -ecm_qt_declare_logging_category(gravatarlib_SRCS HEADER gravatar_debug.h IDENTIFIER GRAVATAR_LOG CATEGORY_NAME org.kde.pim.gravatar) +ecm_qt_declare_logging_category(gravatarlib_SRCS HEADER gravatar_debug.h IDENTIFIER GRAVATAR_LOG CATEGORY_NAME org.kde.pim.gravatar + OLD_CATEGORY_NAMES log_gravatar + DESCRIPTION "libgravatar (libgravatar)" EXPORT GRAVATAR) kconfig_add_kcfg_files(gravatarlib_SRCS settings/gravatarsettings.kcfgc @@ -100,3 +102,5 @@ install(FILES ${PRI_FILENAME} DESTINATION ${ECM_MKSPECS_INSTALL_DIR}) + +ecm_qt_install_logging_categories(EXPORT GRAVATAR FILE libgravatar.categories DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/src/gravatar_private_export.h new/libgravatar-20.04.0/src/gravatar_private_export.h --- old/libgravatar-19.12.3/src/gravatar_private_export.h 2020-02-16 09:58:22.000000000 +0100 +++ new/libgravatar-20.04.0/src/gravatar_private_export.h 2020-04-06 06:55:53.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (C) 2017-2019 Laurent Montel <[email protected]> + Copyright (C) 2017-2020 Laurent Montel <[email protected]> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/src/job/gravatarresolvurljob.cpp new/libgravatar-20.04.0/src/job/gravatarresolvurljob.cpp --- old/libgravatar-19.12.3/src/job/gravatarresolvurljob.cpp 2020-02-16 09:58:22.000000000 +0100 +++ new/libgravatar-20.04.0/src/job/gravatarresolvurljob.cpp 2020-04-06 06:55:53.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2019 Laurent Montel <[email protected]> + Copyright (C) 2015-2020 Laurent Montel <[email protected]> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -87,6 +87,9 @@ { if (!d->mNetworkAccessManager) { d->mNetworkAccessManager = new QNetworkAccessManager(this); + d->mNetworkAccessManager->setRedirectPolicy(QNetworkRequest::NoLessSafeRedirectPolicy); + d->mNetworkAccessManager->setStrictTransportSecurityEnabled(true); + d->mNetworkAccessManager->enableStrictTransportSecurityStore(true); connect(d->mNetworkAccessManager, &QNetworkAccessManager::finished, this, &GravatarResolvUrlJob::slotFinishLoadPixmap); } d->mNetworkAccessManager->get(QNetworkRequest(url)); @@ -131,7 +134,7 @@ void GravatarResolvUrlJob::slotFinishLoadPixmap(QNetworkReply *reply) { - if (reply->error() == QNetworkReply::NoError) { + if (reply->error() != QNetworkReply::NoError) { d->mPixmap.loadFromData(reply->readAll()); d->mHasGravatar = true; //For the moment don't use cache other we will store a lot of pixmap @@ -139,7 +142,7 @@ GravatarCache::self()->saveGravatarPixmap(d->mCalculatedHash, d->mPixmap); } } else { - if (reply->error() == QNetworkReply::ContentNotFoundError) { + if (reply->error() != QNetworkReply::ContentNotFoundError) { GravatarCache::self()->saveMissingGravatar(d->mCalculatedHash); } else { qCDebug(GRAVATAR_LOG) << "Network error:" << reply->request().url() << reply->errorString(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/src/job/gravatarresolvurljob.h new/libgravatar-20.04.0/src/job/gravatarresolvurljob.h --- old/libgravatar-19.12.3/src/job/gravatarresolvurljob.h 2020-02-16 09:58:22.000000000 +0100 +++ new/libgravatar-20.04.0/src/job/gravatarresolvurljob.h 2020-04-06 06:55:53.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2019 Laurent Montel <[email protected]> + Copyright (C) 2015-2020 Laurent Montel <[email protected]> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/src/misc/gravatarcache.cpp new/libgravatar-20.04.0/src/misc/gravatarcache.cpp --- old/libgravatar-19.12.3/src/misc/gravatarcache.cpp 2020-02-16 09:58:22.000000000 +0100 +++ new/libgravatar-20.04.0/src/misc/gravatarcache.cpp 2020-04-06 06:55:53.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2019 Laurent Montel <[email protected]> + Copyright (C) 2015-2020 Laurent Montel <[email protected]> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/src/misc/gravatarcache.h new/libgravatar-20.04.0/src/misc/gravatarcache.h --- old/libgravatar-19.12.3/src/misc/gravatarcache.h 2020-02-16 09:58:22.000000000 +0100 +++ new/libgravatar-20.04.0/src/misc/gravatarcache.h 2020-04-06 06:55:53.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2019 Laurent Montel <[email protected]> + Copyright (C) 2015-2020 Laurent Montel <[email protected]> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/src/widgets/gravatarconfiguresettingsdialog.cpp new/libgravatar-20.04.0/src/widgets/gravatarconfiguresettingsdialog.cpp --- old/libgravatar-19.12.3/src/widgets/gravatarconfiguresettingsdialog.cpp 2020-02-16 09:58:22.000000000 +0100 +++ new/libgravatar-20.04.0/src/widgets/gravatarconfiguresettingsdialog.cpp 2020-04-06 06:55:53.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2019 Laurent Montel <[email protected]> + Copyright (C) 2015-2020 Laurent Montel <[email protected]> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -34,7 +34,7 @@ GravatarConfigureSettingsDialog::GravatarConfigureSettingsDialog(QWidget *parent) : QDialog(parent) { - setWindowTitle(i18n("Configure Gravatar")); + setWindowTitle(i18nc("@title:window", "Configure Gravatar")); QVBoxLayout *topLayout = new QVBoxLayout(this); topLayout->setObjectName(QStringLiteral("toplayout")); QDialogButtonBox *buttonBox = new QDialogButtonBox(QDialogButtonBox::Ok | QDialogButtonBox::Cancel | QDialogButtonBox::RestoreDefaults, this); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/src/widgets/gravatarconfiguresettingsdialog.h new/libgravatar-20.04.0/src/widgets/gravatarconfiguresettingsdialog.h --- old/libgravatar-19.12.3/src/widgets/gravatarconfiguresettingsdialog.h 2020-02-16 09:58:22.000000000 +0100 +++ new/libgravatar-20.04.0/src/widgets/gravatarconfiguresettingsdialog.h 2020-04-06 06:55:53.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2019 Laurent Montel <[email protected]> + Copyright (C) 2015-2020 Laurent Montel <[email protected]> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/src/widgets/gravatarconfiguresettingswidget.cpp new/libgravatar-20.04.0/src/widgets/gravatarconfiguresettingswidget.cpp --- old/libgravatar-19.12.3/src/widgets/gravatarconfiguresettingswidget.cpp 2020-02-16 09:58:22.000000000 +0100 +++ new/libgravatar-20.04.0/src/widgets/gravatarconfiguresettingswidget.cpp 2020-04-06 06:55:53.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (C) 2019 Laurent Montel <[email protected]> + Copyright (C) 2019-2020 Laurent Montel <[email protected]> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/src/widgets/gravatarconfiguresettingswidget.h new/libgravatar-20.04.0/src/widgets/gravatarconfiguresettingswidget.h --- old/libgravatar-19.12.3/src/widgets/gravatarconfiguresettingswidget.h 2020-02-16 09:58:22.000000000 +0100 +++ new/libgravatar-20.04.0/src/widgets/gravatarconfiguresettingswidget.h 2020-04-06 06:55:53.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (C) 2019 Laurent Montel <[email protected]> + Copyright (C) 2019-2020 Laurent Montel <[email protected]> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/src/widgets/gravatarconfigwidget.cpp new/libgravatar-20.04.0/src/widgets/gravatarconfigwidget.cpp --- old/libgravatar-19.12.3/src/widgets/gravatarconfigwidget.cpp 2020-02-16 09:58:22.000000000 +0100 +++ new/libgravatar-20.04.0/src/widgets/gravatarconfigwidget.cpp 2020-04-06 06:55:53.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2019 Laurent Montel <[email protected]> + Copyright (C) 2015-2020 Laurent Montel <[email protected]> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/src/widgets/gravatarconfigwidget.h new/libgravatar-20.04.0/src/widgets/gravatarconfigwidget.h --- old/libgravatar-19.12.3/src/widgets/gravatarconfigwidget.h 2020-02-16 09:58:22.000000000 +0100 +++ new/libgravatar-20.04.0/src/widgets/gravatarconfigwidget.h 2020-04-06 06:55:53.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2019 Laurent Montel <[email protected]> + Copyright (C) 2015-2020 Laurent Montel <[email protected]> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/src/widgets/gravatardownloadpixmapdialog.cpp new/libgravatar-20.04.0/src/widgets/gravatardownloadpixmapdialog.cpp --- old/libgravatar-19.12.3/src/widgets/gravatardownloadpixmapdialog.cpp 2020-02-16 09:58:22.000000000 +0100 +++ new/libgravatar-20.04.0/src/widgets/gravatardownloadpixmapdialog.cpp 2020-04-06 06:55:53.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2019 Laurent Montel <[email protected]> + Copyright (C) 2015-2020 Laurent Montel <[email protected]> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/src/widgets/gravatardownloadpixmapdialog.h new/libgravatar-20.04.0/src/widgets/gravatardownloadpixmapdialog.h --- old/libgravatar-19.12.3/src/widgets/gravatardownloadpixmapdialog.h 2020-02-16 09:58:22.000000000 +0100 +++ new/libgravatar-20.04.0/src/widgets/gravatardownloadpixmapdialog.h 2020-04-06 06:55:53.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2019 Laurent Montel <[email protected]> + Copyright (C) 2015-2020 Laurent Montel <[email protected]> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/src/widgets/gravatardownloadpixmapwidget.cpp new/libgravatar-20.04.0/src/widgets/gravatardownloadpixmapwidget.cpp --- old/libgravatar-19.12.3/src/widgets/gravatardownloadpixmapwidget.cpp 2020-02-16 09:58:22.000000000 +0100 +++ new/libgravatar-20.04.0/src/widgets/gravatardownloadpixmapwidget.cpp 2020-04-06 06:55:53.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2019 Laurent Montel <[email protected]> + Copyright (C) 2015-2020 Laurent Montel <[email protected]> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/src/widgets/gravatardownloadpixmapwidget.h new/libgravatar-20.04.0/src/widgets/gravatardownloadpixmapwidget.h --- old/libgravatar-19.12.3/src/widgets/gravatardownloadpixmapwidget.h 2020-02-16 09:58:22.000000000 +0100 +++ new/libgravatar-20.04.0/src/widgets/gravatardownloadpixmapwidget.h 2020-04-06 06:55:53.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2019 Laurent Montel <[email protected]> + Copyright (C) 2015-2020 Laurent Montel <[email protected]> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgravatar-19.12.3/tests/gravatarwidget_gui.cpp new/libgravatar-20.04.0/tests/gravatarwidget_gui.cpp --- old/libgravatar-19.12.3/tests/gravatarwidget_gui.cpp 2020-02-16 09:58:22.000000000 +0100 +++ new/libgravatar-20.04.0/tests/gravatarwidget_gui.cpp 2020-04-06 06:55:53.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2019 Laurent Montel <[email protected]> + Copyright (C) 2015-2020 Laurent Montel <[email protected]> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public
