Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kwallet for openSUSE:Factory checked 
in at 2021-02-17 18:11:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kwallet (Old)
 and      /work/SRC/openSUSE:Factory/.kwallet.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kwallet"

Wed Feb 17 18:11:39 2021 rev:92 rq:871726 version:5.79.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kwallet/kwallet.changes  2021-01-13 
18:20:12.833438744 +0100
+++ /work/SRC/openSUSE:Factory/.kwallet.new.28504/kwallet.changes       
2021-02-17 18:12:45.362000294 +0100
@@ -1,0 +2,9 @@
+Mon Feb  8 08:46:45 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.79.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.79.0
+- No code change since 5.78.0
+
+-------------------------------------------------------------------

Old:
----
  kwallet-5.78.0.tar.xz
  kwallet-5.78.0.tar.xz.sig

New:
----
  kwallet-5.79.0.tar.xz
  kwallet-5.79.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kwallet.spec ++++++
--- /var/tmp/diff_new_pack.ZDGZ80/_old  2021-02-17 18:12:45.898000733 +0100
+++ /var/tmp/diff_new_pack.ZDGZ80/_new  2021-02-17 18:12:45.898000733 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Wallet5
-%define _tar_path 5.78
+%define _tar_path 5.79
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:           kwallet
-Version:        5.78.0
+Version:        5.79.0
 Release:        0
 Summary:        Safe desktop-wide storage for passwords
 License:        LGPL-2.1-or-later


++++++ kwallet-5.78.0.tar.xz -> kwallet-5.79.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/.gitignore 
new/kwallet-5.79.0/.gitignore
--- old/kwallet-5.78.0/.gitignore       2021-01-02 14:26:12.000000000 +0100
+++ new/kwallet-5.79.0/.gitignore       2021-02-06 19:25:50.000000000 +0100
@@ -20,3 +20,4 @@
 CMakeLists.txt.user*
 *.unc-backup*
 .cmake/
+/.clang-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/CMakeLists.txt 
new/kwallet-5.79.0/CMakeLists.txt
--- old/kwallet-5.78.0/CMakeLists.txt   2021-01-02 14:26:12.000000000 +0100
+++ new/kwallet-5.79.0/CMakeLists.txt   2021-02-06 19:25:50.000000000 +0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.78.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.78.0") # handled by release scripts
-project(KWallet VERSION ${KF5_VERSION})
+set(KF_VERSION "5.79.0") # handled by release scripts
+set(KF_DEP_VERSION "5.79.0") # handled by release scripts
+project(KWallet VERSION ${KF_VERSION})
 set(CMAKE_EXPORT_COMPILE_COMMANDS 1)
 
 include(FeatureSummary)
-find_package(ECM 5.78.0  NO_MODULE)
+find_package(ECM 5.79.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -30,11 +30,11 @@
 add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. 
Qt Assistant, Qt Creator & KDevelop)")
 set(EXCLUDE_DEPRECATED_BEFORE_AND_AT 0 CACHE STRING "Control the range of 
deprecated API excluded from the build [default=0].")
 
-find_package(KF5CoreAddons ${KF5_DEP_VERSION} REQUIRED)
-find_package(KF5Config ${KF5_DEP_VERSION} REQUIRED)
-find_package(KF5WindowSystem ${KF5_DEP_VERSION} REQUIRED)
-find_package(KF5I18n ${KF5_DEP_VERSION} REQUIRED)
-find_package(KF5DocTools ${KF5_DEP_VERSION})
+find_package(KF5CoreAddons ${KF_DEP_VERSION} REQUIRED)
+find_package(KF5Config ${KF_DEP_VERSION} REQUIRED)
+find_package(KF5WindowSystem ${KF_DEP_VERSION} REQUIRED)
+find_package(KF5I18n ${KF_DEP_VERSION} REQUIRED)
+find_package(KF5DocTools ${KF_DEP_VERSION})
 
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050e00)
 add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054B00)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/po/ar/kwallet-query.po 
new/kwallet-5.79.0/po/ar/kwallet-query.po
--- old/kwallet-5.78.0/po/ar/kwallet-query.po   2021-01-02 14:26:12.000000000 
+0100
+++ new/kwallet-5.79.0/po/ar/kwallet-query.po   2021-02-06 19:25:50.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-18 02:11+0200\n"
+"POT-Creation-Date: 2021-01-15 02:32+0100\n"
 "PO-Revision-Date: 2018-07-29 17:53+0300\n"
 "Last-Translator: Safa Alfulaij <safa1996alful...@gmail.com>\n"
 "Language-Team: Arabic <d...@arabeyes.org>\n"
@@ -132,7 +132,7 @@
 msgid "Failed to read entry %1 value from the %2 wallet"
 msgstr "???????? ?????????? ???????? ?????????????? ???%1??? ???? 
?????????????? ???%2???"
 
-#: querydriver.cpp:170 querydriver.cpp:184
+#: querydriver.cpp:166 querydriver.cpp:180
 #, kde-format
 msgid "Failed to write entry %1 value to %2 wallet"
 msgstr "???????? ?????????? ???????? ?????????????? ???%1??? ???? 
?????????????? ???%2???"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/po/az/kwallet-query.po 
new/kwallet-5.79.0/po/az/kwallet-query.po
--- old/kwallet-5.78.0/po/az/kwallet-query.po   2021-01-02 14:26:12.000000000 
+0100
+++ new/kwallet-5.79.0/po/az/kwallet-query.po   2021-02-06 19:25:50.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kwallet\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-18 02:11+0200\n"
+"POT-Creation-Date: 2021-01-15 02:32+0100\n"
 "PO-Revision-Date: 2020-04-26 00:41+0400\n"
 "Last-Translator: X??yyam <xxm...@gmail.com>\n"
 "Language-Team: Azerbaijani <kde-i18n-...@kde.org>\n"
@@ -131,7 +131,7 @@
 msgid "Failed to read entry %1 value from the %2 wallet"
 msgstr "%2 c??zdan??ndan %1 giri??inin oxunmas?? al??nmad??"
 
-#: querydriver.cpp:170 querydriver.cpp:184
+#: querydriver.cpp:166 querydriver.cpp:180
 #, kde-format
 msgid "Failed to write entry %1 value to %2 wallet"
 msgstr "%1 giri??inin %2 c??zdan??na yaz??lmas?? al??nmad??"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/po/ca/kwallet-query.po 
new/kwallet-5.79.0/po/ca/kwallet-query.po
--- old/kwallet-5.78.0/po/ca/kwallet-query.po   2021-01-02 14:26:12.000000000 
+0100
+++ new/kwallet-5.79.0/po/ca/kwallet-query.po   2021-02-06 19:25:50.000000000 
+0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kwallet\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-18 02:11+0200\n"
+"POT-Creation-Date: 2021-01-15 02:32+0100\n"
 "PO-Revision-Date: 2020-07-27 12:08+0200\n"
 "Last-Translator: Antoni Bella P??rez <antonibel...@yahoo.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
@@ -137,7 +137,7 @@
 msgid "Failed to read entry %1 value from the %2 wallet"
 msgstr "Ha fallat en llegir el valor de l'entrada %1 des de la cartera %2"
 
-#: querydriver.cpp:170 querydriver.cpp:184
+#: querydriver.cpp:166 querydriver.cpp:180
 #, kde-format
 msgid "Failed to write entry %1 value to %2 wallet"
 msgstr "Ha fallat en escriure el valor de l'entrada %1 a la cartera %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/po/ca@valencia/kwallet-query.po 
new/kwallet-5.79.0/po/ca@valencia/kwallet-query.po
--- old/kwallet-5.78.0/po/ca@valencia/kwallet-query.po  2021-01-02 
14:26:12.000000000 +0100
+++ new/kwallet-5.79.0/po/ca@valencia/kwallet-query.po  2021-02-06 
19:25:50.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kwallet\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-18 02:11+0200\n"
+"POT-Creation-Date: 2021-01-15 02:32+0100\n"
 "PO-Revision-Date: 2019-06-19 08:55+0200\n"
 "Last-Translator: Empar <montoro_...@gva.es>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
@@ -140,7 +140,7 @@
 msgid "Failed to read entry %1 value from the %2 wallet"
 msgstr "No s'ha pogut llegir el valor de l'entrada %1 de la cartera %2"
 
-#: querydriver.cpp:170 querydriver.cpp:184
+#: querydriver.cpp:166 querydriver.cpp:180
 #, kde-format
 msgid "Failed to write entry %1 value to %2 wallet"
 msgstr "No s'ha pogut escriure el valor de l'entrada %1 a la cartera %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/po/cs/kwallet-query.po 
new/kwallet-5.79.0/po/cs/kwallet-query.po
--- old/kwallet-5.78.0/po/cs/kwallet-query.po   2021-01-02 14:26:12.000000000 
+0100
+++ new/kwallet-5.79.0/po/cs/kwallet-query.po   2021-02-06 19:25:50.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-18 02:11+0200\n"
+"POT-Creation-Date: 2021-01-15 02:32+0100\n"
 "PO-Revision-Date: 2018-06-19 13:28+0100\n"
 "Last-Translator: Vit Pelcak <v...@pelcak.org>\n"
 "Language-Team: Czech <kde-i18n-...@kde.org>\n"
@@ -129,7 +129,7 @@
 msgid "Failed to read entry %1 value from the %2 wallet"
 msgstr ""
 
-#: querydriver.cpp:170 querydriver.cpp:184
+#: querydriver.cpp:166 querydriver.cpp:180
 #, kde-format
 msgid "Failed to write entry %1 value to %2 wallet"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/po/da/kwallet-query.po 
new/kwallet-5.79.0/po/da/kwallet-query.po
--- old/kwallet-5.78.0/po/da/kwallet-query.po   2021-01-02 14:26:12.000000000 
+0100
+++ new/kwallet-5.79.0/po/da/kwallet-query.po   2021-02-06 19:25:50.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-18 02:11+0200\n"
+"POT-Creation-Date: 2021-01-15 02:32+0100\n"
 "PO-Revision-Date: 2015-11-23 21:16+0100\n"
 "Last-Translator: Martin Schlander <mschlan...@opensuse.org>\n"
 "Language-Team: Danish <kde-i18n-...@kde.org>\n"
@@ -131,7 +131,7 @@
 msgid "Failed to read entry %1 value from the %2 wallet"
 msgstr "Kunne ikke l??se v??rdien for indgangen %1 fra tegnebogen %2"
 
-#: querydriver.cpp:170 querydriver.cpp:184
+#: querydriver.cpp:166 querydriver.cpp:180
 #, kde-format
 msgid "Failed to write entry %1 value to %2 wallet"
 msgstr "Kunne ikke skrive v??rdien for indgangen %1 til tegnebogen %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/po/de/kwallet-query.po 
new/kwallet-5.79.0/po/de/kwallet-query.po
--- old/kwallet-5.78.0/po/de/kwallet-query.po   2021-01-02 14:26:12.000000000 
+0100
+++ new/kwallet-5.79.0/po/de/kwallet-query.po   2021-02-06 19:25:50.000000000 
+0100
@@ -3,7 +3,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-18 02:11+0200\n"
+"POT-Creation-Date: 2021-01-15 02:32+0100\n"
 "PO-Revision-Date: 2015-06-24 21:45+0200\n"
 "Last-Translator: Burkhard L??ck <lu...@hube-lueck.de>\n"
 "Language-Team: German <kde-i18n...@kde.org>\n"
@@ -136,7 +136,7 @@
 "Der Wert des Eintrags %1 aus dem Passwortspeicher %2 kann nicht gelesen "
 "werden"
 
-#: querydriver.cpp:170 querydriver.cpp:184
+#: querydriver.cpp:166 querydriver.cpp:180
 #, kde-format
 msgid "Failed to write entry %1 value to %2 wallet"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/po/el/kwallet-query.po 
new/kwallet-5.79.0/po/el/kwallet-query.po
--- old/kwallet-5.78.0/po/el/kwallet-query.po   2021-01-02 14:26:12.000000000 
+0100
+++ new/kwallet-5.79.0/po/el/kwallet-query.po   2021-02-06 19:25:50.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kwallet\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-18 02:11+0200\n"
+"POT-Creation-Date: 2021-01-15 02:32+0100\n"
 "PO-Revision-Date: 2020-08-26 14:47+0300\n"
 "Last-Translator: Stelios <ssta...@gmail.com>\n"
 "Language-Team: Greek <kde-i18n...@kde.org>\n"
@@ -133,7 +133,7 @@
 msgid "Failed to read entry %1 value from the %2 wallet"
 msgstr "???????????????? ?????????????????? ?????? ?????????? ?????? 
???????????????? %1 ?????? ???? %2 ??????????????????"
 
-#: querydriver.cpp:170 querydriver.cpp:184
+#: querydriver.cpp:166 querydriver.cpp:180
 #, kde-format
 msgid "Failed to write entry %1 value to %2 wallet"
 msgstr "???????????????? ?????????????????????? ?????? ?????????? ?????? 
???????????????? %1 ?????? %2 ??????????????????"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/po/en_GB/kwallet-query.po 
new/kwallet-5.79.0/po/en_GB/kwallet-query.po
--- old/kwallet-5.78.0/po/en_GB/kwallet-query.po        2021-01-02 
14:26:12.000000000 +0100
+++ new/kwallet-5.79.0/po/en_GB/kwallet-query.po        2021-02-06 
19:25:50.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-18 02:11+0200\n"
+"POT-Creation-Date: 2021-01-15 02:32+0100\n"
 "PO-Revision-Date: 2015-06-21 16:23+0100\n"
 "Last-Translator: \n"
 "Language-Team: British English <kde-l10n-en...@kde.org>\n"
@@ -131,7 +131,7 @@
 msgid "Failed to read entry %1 value from the %2 wallet"
 msgstr "Failed to read entry %1 value from the %2 wallet"
 
-#: querydriver.cpp:170 querydriver.cpp:184
+#: querydriver.cpp:166 querydriver.cpp:180
 #, kde-format
 msgid "Failed to write entry %1 value to %2 wallet"
 msgstr "Failed to write entry %1 value to %2 wallet"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/po/es/kwallet-query.po 
new/kwallet-5.79.0/po/es/kwallet-query.po
--- old/kwallet-5.78.0/po/es/kwallet-query.po   2021-01-02 14:26:12.000000000 
+0100
+++ new/kwallet-5.79.0/po/es/kwallet-query.po   2021-02-06 19:25:50.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kwallet-query\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-18 02:11+0200\n"
+"POT-Creation-Date: 2021-01-15 02:32+0100\n"
 "PO-Revision-Date: 2015-07-11 19:22+0200\n"
 "Last-Translator: Eloy Cuadra <ecua...@eloihr.net>\n"
 "Language-Team: Spanish <kde-l10n...@kde.org>\n"
@@ -134,7 +134,7 @@
 msgid "Failed to read entry %1 value from the %2 wallet"
 msgstr "Ha fallado la lectura del valor de la entrada %1 en la cartera %2"
 
-#: querydriver.cpp:170 querydriver.cpp:184
+#: querydriver.cpp:166 querydriver.cpp:180
 #, kde-format
 msgid "Failed to write entry %1 value to %2 wallet"
 msgstr "Ha fallado la escritura del valor de la entrada %1 en la cartera %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/po/et/kwallet-query.po 
new/kwallet-5.79.0/po/et/kwallet-query.po
--- old/kwallet-5.78.0/po/et/kwallet-query.po   2021-01-02 14:26:12.000000000 
+0100
+++ new/kwallet-5.79.0/po/et/kwallet-query.po   2021-02-06 19:25:50.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-18 02:11+0200\n"
+"POT-Creation-Date: 2021-01-15 02:32+0100\n"
 "PO-Revision-Date: 2016-09-09 02:34+0300\n"
 "Last-Translator: Marek Laane <qiila...@gmail.com>\n"
 "Language-Team: Estonian <kde-i18n-...@kde.org>\n"
@@ -133,7 +133,7 @@
 msgid "Failed to read entry %1 value from the %2 wallet"
 msgstr "Kirje %1 v????rtuse lugemine %2 turvalaekast nurjus"
 
-#: querydriver.cpp:170 querydriver.cpp:184
+#: querydriver.cpp:166 querydriver.cpp:180
 #, kde-format
 msgid "Failed to write entry %1 value to %2 wallet"
 msgstr "Kirje %1 v????rtuse kirjutamine %2 turvalaekas nurjus"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/po/eu/kwallet-query.po 
new/kwallet-5.79.0/po/eu/kwallet-query.po
--- old/kwallet-5.78.0/po/eu/kwallet-query.po   2021-01-02 14:26:12.000000000 
+0100
+++ new/kwallet-5.79.0/po/eu/kwallet-query.po   2021-02-06 19:25:50.000000000 
+0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kwallet-query\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-18 02:11+0200\n"
+"POT-Creation-Date: 2021-01-15 02:32+0100\n"
 "PO-Revision-Date: 2017-10-28 08:21+0100\n"
 "Last-Translator: I??igo Salvador Azurmendi <xa...@euskalnet.net>\n"
 "Language-Team: Basque <kde-i18n-...@kde.org>\n"
@@ -136,7 +136,7 @@
 msgid "Failed to read entry %1 value from the %2 wallet"
 msgstr "Huts egin du %2 zorroko %1 sarrera balioa irakurtzean"
 
-#: querydriver.cpp:170 querydriver.cpp:184
+#: querydriver.cpp:166 querydriver.cpp:180
 #, kde-format
 msgid "Failed to write entry %1 value to %2 wallet"
 msgstr "Huts egin du %2 zorroko %1 sarrera balioa idaztean"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/po/fi/kwallet-query.po 
new/kwallet-5.79.0/po/fi/kwallet-query.po
--- old/kwallet-5.78.0/po/fi/kwallet-query.po   2021-01-02 14:26:12.000000000 
+0100
+++ new/kwallet-5.79.0/po/fi/kwallet-query.po   2021-02-06 19:25:50.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-18 02:11+0200\n"
+"POT-Creation-Date: 2021-01-15 02:32+0100\n"
 "PO-Revision-Date: 2015-06-16 18:38+0200\n"
 "Last-Translator: Lasse Liehu <lasse.li...@gmail.com>\n"
 "Language-Team: Finnish <lokalisoi...@lists.coss.fi>\n"
@@ -133,7 +133,7 @@
 msgid "Failed to read entry %1 value from the %2 wallet"
 msgstr "Tietueen %1 arvon luku lompakosta %2 ep??onnistui"
 
-#: querydriver.cpp:170 querydriver.cpp:184
+#: querydriver.cpp:166 querydriver.cpp:180
 #, kde-format
 msgid "Failed to write entry %1 value to %2 wallet"
 msgstr "Tietueen %1 arvon kirjoitus lompakkoon %2 ep??onnistui"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/po/fr/kwallet-query.po 
new/kwallet-5.79.0/po/fr/kwallet-query.po
--- old/kwallet-5.78.0/po/fr/kwallet-query.po   2021-01-02 14:26:12.000000000 
+0100
+++ new/kwallet-5.79.0/po/fr/kwallet-query.po   2021-02-06 19:25:50.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-18 02:11+0200\n"
+"POT-Creation-Date: 2021-01-15 02:32+0100\n"
 "PO-Revision-Date: 2016-11-27 23:34+0100\n"
 "Last-Translator: Vincent Pinon <vpi...@kde.org>\n"
 "Language-Team: French <kde-i18n-...@kde.org>\n"
@@ -138,7 +138,7 @@
 msgid "Failed to read entry %1 value from the %2 wallet"
 msgstr "Impossible de lire la valeur de l'entr??e %1 du portefeuille %2"
 
-#: querydriver.cpp:170 querydriver.cpp:184
+#: querydriver.cpp:166 querydriver.cpp:180
 #, kde-format
 msgid "Failed to write entry %1 value to %2 wallet"
 msgstr "Impossible d'??crire la valeur de l'entr??e %1 dans le portefeuille %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/po/gd/kwallet-query.po 
new/kwallet-5.79.0/po/gd/kwallet-query.po
--- old/kwallet-5.78.0/po/gd/kwallet-query.po   2021-01-02 14:26:12.000000000 
+0100
+++ new/kwallet-5.79.0/po/gd/kwallet-query.po   2021-02-06 19:25:50.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-18 02:11+0200\n"
+"POT-Creation-Date: 2021-01-15 02:32+0100\n"
 "PO-Revision-Date: 2015-11-04 15:14+0000\n"
 "Last-Translator: Michael Bauer <f...@akerbeltz.org>\n"
 "Language-Team: F??ram na G??idhlig\n"
@@ -136,7 +136,7 @@
 msgid "Failed to read entry %1 value from the %2 wallet"
 msgstr "Cha deach leinn luach na h-innteirte %1 a leughadh on sporan %2"
 
-#: querydriver.cpp:170 querydriver.cpp:184
+#: querydriver.cpp:166 querydriver.cpp:180
 #, kde-format
 msgid "Failed to write entry %1 value to %2 wallet"
 msgstr "Cha deach leinn luach na h-innteirte %1 a sgr??obhadh dhan sporan %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/po/gl/kwallet-query.po 
new/kwallet-5.79.0/po/gl/kwallet-query.po
--- old/kwallet-5.78.0/po/gl/kwallet-query.po   2021-01-02 14:26:12.000000000 
+0100
+++ new/kwallet-5.79.0/po/gl/kwallet-query.po   2021-02-06 19:25:50.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-18 02:11+0200\n"
+"POT-Creation-Date: 2021-01-15 02:32+0100\n"
 "PO-Revision-Date: 2018-04-21 19:11+0100\n"
 "Last-Translator: Adrian Chaves <adr...@chaves.io>\n"
 "Language-Team: Galician <kde-i18n-...@kde.org>\n"
@@ -134,7 +134,7 @@
 msgid "Failed to read entry %1 value from the %2 wallet"
 msgstr "Non se puido ler a entrada %1 na carteira %2."
 
-#: querydriver.cpp:170 querydriver.cpp:184
+#: querydriver.cpp:166 querydriver.cpp:180
 #, kde-format
 msgid "Failed to write entry %1 value to %2 wallet"
 msgstr "Non se puido escribir a entrada %1 na carteira %2."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/po/hu/kwallet-query.po 
new/kwallet-5.79.0/po/hu/kwallet-query.po
--- old/kwallet-5.78.0/po/hu/kwallet-query.po   2021-01-02 14:26:12.000000000 
+0100
+++ new/kwallet-5.79.0/po/hu/kwallet-query.po   2021-02-06 19:25:50.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kwallet\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-18 02:11+0200\n"
+"POT-Creation-Date: 2021-01-15 02:32+0100\n"
 "PO-Revision-Date: 2018-10-19 17:46+0200\n"
 "Last-Translator: Kristof Kiszel <kiszel.kris...@gmail.com>\n"
 "Language-Team: Hungarian <kde-l10n...@kde.org>\n"
@@ -132,7 +132,7 @@
 msgid "Failed to read entry %1 value from the %2 wallet"
 msgstr "Nem siker??lt olvasni a(z) %1 bejegyz??s ??rt??k??t a(z) %2 
jelsz??t??rol??b??l"
 
-#: querydriver.cpp:170 querydriver.cpp:184
+#: querydriver.cpp:166 querydriver.cpp:180
 #, kde-format
 msgid "Failed to write entry %1 value to %2 wallet"
 msgstr "Nem siker??lt ??rni a(z) %1 bejegyz??s ??rt??k??t a(z) %2 
jelsz??t??rol??ba"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/po/ia/kwallet-query.po 
new/kwallet-5.79.0/po/ia/kwallet-query.po
--- old/kwallet-5.78.0/po/ia/kwallet-query.po   2021-01-02 14:26:12.000000000 
+0100
+++ new/kwallet-5.79.0/po/ia/kwallet-query.po   2021-02-06 19:25:50.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-18 02:11+0200\n"
+"POT-Creation-Date: 2021-01-15 02:32+0100\n"
 "PO-Revision-Date: 2017-04-15 17:12+0100\n"
 "Last-Translator: giovanni <g.s...@tiscali.it>\n"
 "Language-Team: Interlingua <kde-i18n...@kde.org>\n"
@@ -132,7 +132,7 @@
 msgid "Failed to read entry %1 value from the %2 wallet"
 msgstr "Falleva leger entrata %1 valor ab le %2 portafolio"
 
-#: querydriver.cpp:170 querydriver.cpp:184
+#: querydriver.cpp:166 querydriver.cpp:180
 #, kde-format
 msgid "Failed to write entry %1 value to %2 wallet"
 msgstr "Falleva scriber entrata %1 valor a %2 portafolio"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/po/id/kwallet-query.po 
new/kwallet-5.79.0/po/id/kwallet-query.po
--- old/kwallet-5.78.0/po/id/kwallet-query.po   2021-01-02 14:26:12.000000000 
+0100
+++ new/kwallet-5.79.0/po/id/kwallet-query.po   2021-02-06 19:25:50.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-18 02:11+0200\n"
+"POT-Creation-Date: 2021-01-15 02:32+0100\n"
 "PO-Revision-Date: 2018-06-13 10:55+0700\n"
 "Last-Translator: Wantoyo <wanto...@gmail.com>\n"
 "Language-Team: Indonesian <kde-i18n-...@kde.org>\n"
@@ -131,7 +131,7 @@
 msgid "Failed to read entry %1 value from the %2 wallet"
 msgstr "Gagal membaca nilai entri %1 dari wallet %2"
 
-#: querydriver.cpp:170 querydriver.cpp:184
+#: querydriver.cpp:166 querydriver.cpp:180
 #, kde-format
 msgid "Failed to write entry %1 value to %2 wallet"
 msgstr "Gagal menulis nilai entri %1 untuk wallet %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/po/it/kwallet-query.po 
new/kwallet-5.79.0/po/it/kwallet-query.po
--- old/kwallet-5.78.0/po/it/kwallet-query.po   2021-01-02 14:26:12.000000000 
+0100
+++ new/kwallet-5.79.0/po/it/kwallet-query.po   2021-02-06 19:25:50.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kwallet-query\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-18 02:11+0200\n"
+"POT-Creation-Date: 2021-01-15 02:32+0100\n"
 "PO-Revision-Date: 2015-07-18 07:49+0100\n"
 "Last-Translator: Vincenzo Reale <smart2...@baslug.org>\n"
 "Language-Team: Italian <kde-i18n...@kde.org>\n"
@@ -134,7 +134,7 @@
 msgid "Failed to read entry %1 value from the %2 wallet"
 msgstr "Lettura del valore della voce %1 dal portafogli %2 non riuscita"
 
-#: querydriver.cpp:170 querydriver.cpp:184
+#: querydriver.cpp:166 querydriver.cpp:180
 #, kde-format
 msgid "Failed to write entry %1 value to %2 wallet"
 msgstr "Scrittura del valore della voce %1 sul portafogli %2 non riuscita"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/po/ja/kwallet-query.po 
new/kwallet-5.79.0/po/ja/kwallet-query.po
--- old/kwallet-5.78.0/po/ja/kwallet-query.po   2021-01-02 14:26:12.000000000 
+0100
+++ new/kwallet-5.79.0/po/ja/kwallet-query.po   2021-02-06 19:25:50.000000000 
+0100
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: kwallet-query\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-18 02:11+0200\n"
+"POT-Creation-Date: 2021-01-15 02:32+0100\n"
 "PO-Revision-Date: 2015-05-09 17:21-0700\n"
 "Last-Translator: Japanese KDE translation team <kde...@kde.org>\n"
 "Language-Team: Japanese <kde...@kde.org>\n"
@@ -126,7 +126,7 @@
 msgid "Failed to read entry %1 value from the %2 wallet"
 msgstr ""
 
-#: querydriver.cpp:170 querydriver.cpp:184
+#: querydriver.cpp:166 querydriver.cpp:180
 #, kde-format
 msgid "Failed to write entry %1 value to %2 wallet"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/po/ko/kwallet-query.po 
new/kwallet-5.79.0/po/ko/kwallet-query.po
--- old/kwallet-5.78.0/po/ko/kwallet-query.po   2021-01-02 14:26:12.000000000 
+0100
+++ new/kwallet-5.79.0/po/ko/kwallet-query.po   2021-02-06 19:25:50.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-18 02:11+0200\n"
+"POT-Creation-Date: 2021-01-15 02:32+0100\n"
 "PO-Revision-Date: 2020-04-04 15:05+0200\n"
 "Last-Translator: Shinjo Park <k...@peremen.name>\n"
 "Language-Team: Korean <kde...@kde.org>\n"
@@ -133,7 +133,7 @@
 msgid "Failed to read entry %1 value from the %2 wallet"
 msgstr "?????? %2?????? ?????? %1??? ?????? ?????? ??? ????????????"
 
-#: querydriver.cpp:170 querydriver.cpp:184
+#: querydriver.cpp:166 querydriver.cpp:180
 #, kde-format
 msgid "Failed to write entry %1 value to %2 wallet"
 msgstr "?????? %2?????? ?????? %1??? ?????? ????????? ??? ????????????"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/po/lt/kwallet-query.po 
new/kwallet-5.79.0/po/lt/kwallet-query.po
--- old/kwallet-5.78.0/po/lt/kwallet-query.po   2021-01-02 14:26:12.000000000 
+0100
+++ new/kwallet-5.79.0/po/lt/kwallet-query.po   2021-02-06 19:25:50.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: trunk-kf 5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-18 02:11+0200\n"
+"POT-Creation-Date: 2021-01-15 02:32+0100\n"
 "PO-Revision-Date: 2019-11-04 18:23+0200\n"
 "Last-Translator: Moo\n"
 "Language-Team: lt\n"
@@ -135,7 +135,7 @@
 msgid "Failed to read entry %1 value from the %2 wallet"
 msgstr "Nepavyko perskaityti ??ra??o %1 reik??m??s i?? %2 slapta??odin??s"
 
-#: querydriver.cpp:170 querydriver.cpp:184
+#: querydriver.cpp:166 querydriver.cpp:180
 #, kde-format
 msgid "Failed to write entry %1 value to %2 wallet"
 msgstr "Nepavyko ??ra??yti ??ra??o %1 reik??m??s ?? %2 slapta??odin??"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/po/ml/kwallet-query.po 
new/kwallet-5.79.0/po/ml/kwallet-query.po
--- old/kwallet-5.78.0/po/ml/kwallet-query.po   2021-01-02 14:26:12.000000000 
+0100
+++ new/kwallet-5.79.0/po/ml/kwallet-query.po   2021-02-06 19:25:50.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kwallet\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-18 02:11+0200\n"
+"POT-Creation-Date: 2021-01-15 02:32+0100\n"
 "PO-Revision-Date: 2019-12-12 22:10+0000\n"
 "Last-Translator: Vivek KJ Pazhedath <vivekkj2...@gmail.com>\n"
 "Language-Team: Swathanthra|??????????????????????????? 
Malayalam|?????????????????? 
Computing|????????????????????????????????????????????? <smc."
@@ -130,7 +130,7 @@
 msgid "Failed to read entry %1 value from the %2 wallet"
 msgstr ""
 
-#: querydriver.cpp:170 querydriver.cpp:184
+#: querydriver.cpp:166 querydriver.cpp:180
 #, kde-format
 msgid "Failed to write entry %1 value to %2 wallet"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/po/nl/kwallet-query.po 
new/kwallet-5.79.0/po/nl/kwallet-query.po
--- old/kwallet-5.78.0/po/nl/kwallet-query.po   2021-01-02 14:26:12.000000000 
+0100
+++ new/kwallet-5.79.0/po/nl/kwallet-query.po   2021-02-06 19:25:50.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-18 02:11+0200\n"
+"POT-Creation-Date: 2021-01-15 02:32+0100\n"
 "PO-Revision-Date: 2016-04-20 15:07+0200\n"
 "Last-Translator: Freek de Kruijf <freekdekru...@kde.nl>\n"
 "Language-Team: Dutch <kde-i18n...@kde.org>\n"
@@ -134,7 +134,7 @@
 msgid "Failed to read entry %1 value from the %2 wallet"
 msgstr "Lezen van waarde van item %1 uit portefeuille %2 is mislukt"
 
-#: querydriver.cpp:170 querydriver.cpp:184
+#: querydriver.cpp:166 querydriver.cpp:180
 #, kde-format
 msgid "Failed to write entry %1 value to %2 wallet"
 msgstr "Schrijven van waarde van item %1 uit portefeuille %2 is mislukt"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/po/nn/kwallet-query.po 
new/kwallet-5.79.0/po/nn/kwallet-query.po
--- old/kwallet-5.78.0/po/nn/kwallet-query.po   2021-01-02 14:26:12.000000000 
+0100
+++ new/kwallet-5.79.0/po/nn/kwallet-query.po   2021-02-06 19:25:50.000000000 
+0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-18 02:11+0200\n"
+"POT-Creation-Date: 2021-01-15 02:32+0100\n"
 "PO-Revision-Date: 2015-08-28 20:25+0100\n"
 "Last-Translator: Karl Ove Hufthammer <k...@huftis.org>\n"
 "Language-Team: Norwegian Nynorsk <l10n...@lister.huftis.org>\n"
@@ -133,7 +133,7 @@
 msgid "Failed to read entry %1 value from the %2 wallet"
 msgstr "Klarte ikkje lesa verdien til oppf??ring %1 fr?? lommeboka %2"
 
-#: querydriver.cpp:170 querydriver.cpp:184
+#: querydriver.cpp:166 querydriver.cpp:180
 #, kde-format
 msgid "Failed to write entry %1 value to %2 wallet"
 msgstr "Klarte ikkje lagra verdien til oppf??ring %1 til lommeboka %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/po/pa/kwallet-query.po 
new/kwallet-5.79.0/po/pa/kwallet-query.po
--- old/kwallet-5.78.0/po/pa/kwallet-query.po   2021-01-02 14:26:12.000000000 
+0100
+++ new/kwallet-5.79.0/po/pa/kwallet-query.po   2021-02-06 19:25:50.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kwallet\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-18 02:11+0200\n"
+"POT-Creation-Date: 2021-01-15 02:32+0100\n"
 "PO-Revision-Date: 2019-02-10 08:25-0800\n"
 "Last-Translator: A S Alam <alam.yel...@gmail.com>\n"
 "Language-Team: Punjabi <punjabi-us...@lists.sf.net>\n"
@@ -129,7 +129,7 @@
 msgid "Failed to read entry %1 value from the %2 wallet"
 msgstr ""
 
-#: querydriver.cpp:170 querydriver.cpp:184
+#: querydriver.cpp:166 querydriver.cpp:180
 #, kde-format
 msgid "Failed to write entry %1 value to %2 wallet"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/po/pl/kwallet-query.po 
new/kwallet-5.79.0/po/pl/kwallet-query.po
--- old/kwallet-5.78.0/po/pl/kwallet-query.po   2021-01-02 14:26:12.000000000 
+0100
+++ new/kwallet-5.79.0/po/pl/kwallet-query.po   2021-02-06 19:25:50.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-18 02:11+0200\n"
+"POT-Creation-Date: 2021-01-15 02:32+0100\n"
 "PO-Revision-Date: 2020-09-27 09:34+0200\n"
 "Last-Translator: ??ukasz Wojni??owicz <lukasz.wojnilow...@gmail.com>\n"
 "Language-Team: Polish <kde-i18n-...@kde.org>\n"
@@ -134,7 +134,7 @@
 msgid "Failed to read entry %1 value from the %2 wallet"
 msgstr "Nie mo??na odczyta?? warto??ci wpisu %1 z portfela %2"
 
-#: querydriver.cpp:170 querydriver.cpp:184
+#: querydriver.cpp:166 querydriver.cpp:180
 #, kde-format
 msgid "Failed to write entry %1 value to %2 wallet"
 msgstr "Nie mo??na zapisa?? warto??ci wpisu %1 do portfela %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/po/pt/kwallet-query.po 
new/kwallet-5.79.0/po/pt/kwallet-query.po
--- old/kwallet-5.78.0/po/pt/kwallet-query.po   2021-01-02 14:26:12.000000000 
+0100
+++ new/kwallet-5.79.0/po/pt/kwallet-query.po   2021-02-06 19:25:50.000000000 
+0100
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: kwallet-query\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-18 02:11+0200\n"
+"POT-Creation-Date: 2021-01-15 02:32+0100\n"
 "PO-Revision-Date: 2015-06-15 16:08+0100\n"
 "Last-Translator: Jos?? Nuno Coelho Pires <zepi...@gmail.com>\n"
 "Language-Team: Portuguese <kde-i18n...@kde.org>\n"
@@ -129,7 +129,7 @@
 msgid "Failed to read entry %1 value from the %2 wallet"
 msgstr "N??o foi poss??vel ler o valor do item %1 da carteira %2"
 
-#: querydriver.cpp:170 querydriver.cpp:184
+#: querydriver.cpp:166 querydriver.cpp:180
 #, kde-format
 msgid "Failed to write entry %1 value to %2 wallet"
 msgstr "N??o foi poss??vel gravar o valor do item %1 da carteira %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/po/pt_BR/kwallet-query.po 
new/kwallet-5.79.0/po/pt_BR/kwallet-query.po
--- old/kwallet-5.78.0/po/pt_BR/kwallet-query.po        2021-01-02 
14:26:12.000000000 +0100
+++ new/kwallet-5.79.0/po/pt_BR/kwallet-query.po        2021-02-06 
19:25:50.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kwallet-query\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-18 02:11+0200\n"
+"POT-Creation-Date: 2021-01-15 02:32+0100\n"
 "PO-Revision-Date: 2015-06-15 09:30UTC-0300\n"
 "Last-Translator: Luiz Fernando Ranghetti <elchev...@opensuse.org>\n"
 "Language-Team: Brazilian Portuguese <kde-i18n-pt...@kde.org>\n"
@@ -134,7 +134,7 @@
 msgid "Failed to read entry %1 value from the %2 wallet"
 msgstr "N??o foi poss??vel ler o valor do item %1 da carteira %2"
 
-#: querydriver.cpp:170 querydriver.cpp:184
+#: querydriver.cpp:166 querydriver.cpp:180
 #, kde-format
 msgid "Failed to write entry %1 value to %2 wallet"
 msgstr "N??o foi poss??vel gravar o valor do item %1 na carteira %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/po/ru/kwallet-query.po 
new/kwallet-5.79.0/po/ru/kwallet-query.po
--- old/kwallet-5.78.0/po/ru/kwallet-query.po   2021-01-02 14:26:12.000000000 
+0100
+++ new/kwallet-5.79.0/po/ru/kwallet-query.po   2021-02-06 19:25:50.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-18 02:11+0200\n"
+"POT-Creation-Date: 2021-01-15 02:32+0100\n"
 "PO-Revision-Date: 2015-06-26 06:14+0300\n"
 "Last-Translator: Alexander Potashev <aspotas...@gmail.com>\n"
 "Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
@@ -137,7 +137,7 @@
 msgid "Failed to read entry %1 value from the %2 wallet"
 msgstr "???? ?????????????? ?????????????????? ???????????????? ???????????? 
%1 ???? ?????????????????? %2."
 
-#: querydriver.cpp:170 querydriver.cpp:184
+#: querydriver.cpp:166 querydriver.cpp:180
 #, kde-format
 msgid "Failed to write entry %1 value to %2 wallet"
 msgstr "???? ?????????????? ???????????????? ?????????? ???????????????? 
?????? ???????????? %1 ?? ???????????????? %2."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/po/sk/kwallet-query.po 
new/kwallet-5.79.0/po/sk/kwallet-query.po
--- old/kwallet-5.78.0/po/sk/kwallet-query.po   2021-01-02 14:26:12.000000000 
+0100
+++ new/kwallet-5.79.0/po/sk/kwallet-query.po   2021-02-06 19:25:50.000000000 
+0100
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kwallet-query\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-18 02:11+0200\n"
+"POT-Creation-Date: 2021-01-15 02:32+0100\n"
 "PO-Revision-Date: 2015-07-17 17:22+0100\n"
 "Last-Translator: Roman Paholik <wizzar...@gmail.com>\n"
 "Language-Team: Slovak <kde...@linux.sk>\n"
@@ -130,7 +130,7 @@
 msgid "Failed to read entry %1 value from the %2 wallet"
 msgstr "Zlyhalo ????tanie hodnoty polo??ky %1 z pe??a??enky %2"
 
-#: querydriver.cpp:170 querydriver.cpp:184
+#: querydriver.cpp:166 querydriver.cpp:180
 #, kde-format
 msgid "Failed to write entry %1 value to %2 wallet"
 msgstr "Zlyhal z??pis hodnoty polo??ky %1 do pe??a??enky %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/po/sl/kwallet-query.po 
new/kwallet-5.79.0/po/sl/kwallet-query.po
--- old/kwallet-5.78.0/po/sl/kwallet-query.po   2021-01-02 14:26:12.000000000 
+0100
+++ new/kwallet-5.79.0/po/sl/kwallet-query.po   2021-02-06 19:25:50.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-18 02:11+0200\n"
+"POT-Creation-Date: 2021-01-15 02:32+0100\n"
 "PO-Revision-Date: 2015-07-06 14:05+0200\n"
 "Last-Translator: Andrej Mernik <andr...@ubuntu.si>\n"
 "Language-Team: Slovenian <lugos-...@lugos.si>\n"
@@ -133,7 +133,7 @@
 msgid "Failed to read entry %1 value from the %2 wallet"
 msgstr "Ni bilo mogo??e prebrati vrednosti vnosa %1 iz listnice %2"
 
-#: querydriver.cpp:170 querydriver.cpp:184
+#: querydriver.cpp:166 querydriver.cpp:180
 #, kde-format
 msgid "Failed to write entry %1 value to %2 wallet"
 msgstr "Ni bilo mogo??e zapisati vrednosti vnosa %1 v listnico %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/po/sv/kwallet-query.po 
new/kwallet-5.79.0/po/sv/kwallet-query.po
--- old/kwallet-5.78.0/po/sv/kwallet-query.po   2021-01-02 14:26:12.000000000 
+0100
+++ new/kwallet-5.79.0/po/sv/kwallet-query.po   2021-02-06 19:25:50.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-18 02:11+0200\n"
+"POT-Creation-Date: 2021-01-15 02:32+0100\n"
 "PO-Revision-Date: 2015-06-15 19:32+0200\n"
 "Last-Translator: Stefan Asserh??ll <stefan.asserh...@bredband.net>\n"
 "Language-Team: Swedish <kde-i18n-...@kde.org>\n"
@@ -131,7 +131,7 @@
 msgid "Failed to read entry %1 value from the %2 wallet"
 msgstr "Misslyckades l??sa v??rde f??r post %1 fr??n pl??nbok %2"
 
-#: querydriver.cpp:170 querydriver.cpp:184
+#: querydriver.cpp:166 querydriver.cpp:180
 #, kde-format
 msgid "Failed to write entry %1 value to %2 wallet"
 msgstr "Misslyckades skriva v??rde f??r post %1 till pl??nbok %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/po/tg/kwallet-query.po 
new/kwallet-5.79.0/po/tg/kwallet-query.po
--- old/kwallet-5.78.0/po/tg/kwallet-query.po   2021-01-02 14:26:12.000000000 
+0100
+++ new/kwallet-5.79.0/po/tg/kwallet-query.po   2021-02-06 19:25:50.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kwallet\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-18 02:11+0200\n"
+"POT-Creation-Date: 2021-01-15 02:32+0100\n"
 "PO-Revision-Date: 2019-08-16 23:10+0500\n"
 "Last-Translator: Victor Ibragimov <victor.ibragi...@gmail.com>\n"
 "Language-Team: English <kde-i18n-...@kde.org>\n"
@@ -133,7 +133,7 @@
 msgid "Failed to read entry %1 value from the %2 wallet"
 msgstr "?????????????? ???????????? ?????????????? %1 ???? ???????????? %2 
???????? ??????"
 
-#: querydriver.cpp:170 querydriver.cpp:184
+#: querydriver.cpp:166 querydriver.cpp:180
 #, kde-format
 msgid "Failed to write entry %1 value to %2 wallet"
 msgstr "?????????????????? ???????????? ?????????????? %1 ???? ???????????? %2 
???????? ??????"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/po/tr/kwallet-query.po 
new/kwallet-5.79.0/po/tr/kwallet-query.po
--- old/kwallet-5.78.0/po/tr/kwallet-query.po   2021-01-02 14:26:12.000000000 
+0100
+++ new/kwallet-5.79.0/po/tr/kwallet-query.po   2021-02-06 19:25:50.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kwallet-query\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-18 02:11+0200\n"
+"POT-Creation-Date: 2021-01-15 02:32+0100\n"
 "PO-Revision-Date: 2017-10-04 11:39+0000\n"
 "Last-Translator: Kaan <kaanozdin...@gmail.com>\n"
 "Language-Team: Turkish <kde-i18n-...@kde.org>\n"
@@ -131,7 +131,7 @@
 msgid "Failed to read entry %1 value from the %2 wallet"
 msgstr "%2 c??zdan??ndan %1 girdi de??eri okunamad??"
 
-#: querydriver.cpp:170 querydriver.cpp:184
+#: querydriver.cpp:166 querydriver.cpp:180
 #, kde-format
 msgid "Failed to write entry %1 value to %2 wallet"
 msgstr "%2 c??zdan??na %1 girdi de??eri yaz??lamad??"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/po/uk/kwallet-query.po 
new/kwallet-5.79.0/po/uk/kwallet-query.po
--- old/kwallet-5.78.0/po/uk/kwallet-query.po   2021-01-02 14:26:12.000000000 
+0100
+++ new/kwallet-5.79.0/po/uk/kwallet-query.po   2021-02-06 19:25:50.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kwallet-query\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-18 02:11+0200\n"
+"POT-Creation-Date: 2021-01-15 02:32+0100\n"
 "PO-Revision-Date: 2015-06-15 19:15+0300\n"
 "Last-Translator: Yuri Chornoivan <yurc...@ukr.net>\n"
 "Language-Team: Ukrainian <kde-i18n...@kde.org>\n"
@@ -137,7 +137,7 @@
 msgid "Failed to read entry %1 value from the %2 wallet"
 msgstr "???? ?????????????? ?????????????????? ???????????????? ???????????? 
%1 ???? ?????????????? %2"
 
-#: querydriver.cpp:170 querydriver.cpp:184
+#: querydriver.cpp:166 querydriver.cpp:180
 #, kde-format
 msgid "Failed to write entry %1 value to %2 wallet"
 msgstr "???? ?????????????? ???????????????? ???????????????? ???????????? %1 
???? ?????????????? %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/po/zh_CN/kwallet-query.po 
new/kwallet-5.79.0/po/zh_CN/kwallet-query.po
--- old/kwallet-5.78.0/po/zh_CN/kwallet-query.po        2021-01-02 
14:26:12.000000000 +0100
+++ new/kwallet-5.79.0/po/zh_CN/kwallet-query.po        2021-02-06 
19:25:50.000000000 +0100
@@ -6,8 +6,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-18 02:11+0200\n"
-"PO-Revision-Date: 2021-01-01 14:21\n"
+"POT-Creation-Date: 2021-01-15 02:32+0100\n"
+"PO-Revision-Date: 2021-02-04 11:59\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -134,7 +134,7 @@
 msgid "Failed to read entry %1 value from the %2 wallet"
 msgstr "????????? %2 ???????????? %1 ????????????"
 
-#: querydriver.cpp:170 querydriver.cpp:184
+#: querydriver.cpp:166 querydriver.cpp:180
 #, kde-format
 msgid "Failed to write entry %1 value to %2 wallet"
 msgstr "????????? %2 ?????? %1 ????????????"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/po/zh_CN/kwalletd5.po 
new/kwallet-5.79.0/po/zh_CN/kwalletd5.po
--- old/kwallet-5.78.0/po/zh_CN/kwalletd5.po    2021-01-02 14:26:12.000000000 
+0100
+++ new/kwallet-5.79.0/po/zh_CN/kwalletd5.po    2021-02-06 19:25:50.000000000 
+0100
@@ -11,7 +11,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-11-21 02:13+0100\n"
-"PO-Revision-Date: 2021-01-01 14:21\n"
+"PO-Revision-Date: 2021-02-04 11:59\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/po/zh_TW/kwallet-query.po 
new/kwallet-5.79.0/po/zh_TW/kwallet-query.po
--- old/kwallet-5.78.0/po/zh_TW/kwallet-query.po        2021-01-02 
14:26:12.000000000 +0100
+++ new/kwallet-5.79.0/po/zh_TW/kwallet-query.po        2021-02-06 
19:25:50.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-18 02:11+0200\n"
+"POT-Creation-Date: 2021-01-15 02:32+0100\n"
 "PO-Revision-Date: 2015-06-17 09:22+0800\n"
 "Last-Translator: Franklin\n"
 "Language-Team: Chinese Traditional <kde-i18n-...@kde.org>\n"
@@ -131,7 +131,7 @@
 msgid "Failed to read entry %1 value from the %2 wallet"
 msgstr "????????? %2 ???????????? %1 ????????????"
 
-#: querydriver.cpp:170 querydriver.cpp:184
+#: querydriver.cpp:166 querydriver.cpp:180
 #, kde-format
 msgid "Failed to write entry %1 value to %2 wallet"
 msgstr "????????? %1 ?????????????????? %2 ??????"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/src/api/KWallet/CMakeLists.txt 
new/kwallet-5.79.0/src/api/KWallet/CMakeLists.txt
--- old/kwallet-5.78.0/src/api/KWallet/CMakeLists.txt   2021-01-02 
14:26:12.000000000 +0100
+++ new/kwallet-5.79.0/src/api/KWallet/CMakeLists.txt   2021-02-06 
19:25:50.000000000 +0100
@@ -2,14 +2,14 @@
 include(GenerateExportHeader)
 include(ECMGenerateHeaders)
 
-ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KWALLET
+ecm_setup_version(${KF_VERSION} VARIABLE_PREFIX KWALLET
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kwallet_version.h"
                         PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5WalletConfigVersion.cmake"
                         SOVERSION 5)
 
 install(FILES
    ${CMAKE_CURRENT_BINARY_DIR}/kwallet_version.h
-  DESTINATION ${KF5_INCLUDE_INSTALL_DIR} COMPONENT Devel
+  DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel
 )
 
 set(HAVE_KSECRETSSERVICE 0)
@@ -52,7 +52,7 @@
 ecm_generate_export_header(KF5Wallet
     BASE_NAME KWallet
     GROUP_BASE_NAME KF
-    VERSION ${KF5_VERSION}
+    VERSION ${KF_VERSION}
     DEPRECATED_BASE_VERSION 0
     DEPRECATION_VERSIONS 5.72
     EXCLUDE_DEPRECATED_BEFORE_AND_AT ${EXCLUDE_DEPRECATED_BEFORE_AND_AT}
@@ -60,7 +60,7 @@
 
 add_library(KF5::Wallet ALIAS KF5Wallet)
 
-target_include_directories(KF5Wallet INTERFACE 
"$<INSTALL_INTERFACE:${KF5_INCLUDE_INSTALL_DIR}/KWallet>")
+target_include_directories(KF5Wallet INTERFACE 
"$<INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF5}/KWallet>")
 
 target_link_libraries(KF5Wallet PUBLIC  Qt5::Gui
                                 PRIVATE Qt5::DBus
@@ -95,7 +95,7 @@
 install(FILES
   ${CMAKE_CURRENT_BINARY_DIR}/kwallet_export.h
   ${KWallet_HEADERS}
-  DESTINATION ${KF5_INCLUDE_INSTALL_DIR}/KWallet COMPONENT Devel
+  DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5}/KWallet COMPONENT Devel
 )
 
 if(BUILD_QCH)
@@ -103,7 +103,7 @@
         KF5Wallet_QCH
         NAME KWallet
         BASE_NAME KF5Wallet
-        VERSION ${KF5_VERSION}
+        VERSION ${KF_VERSION}
         ORG_DOMAIN org.kde
         SOURCES # using only public headers, to cover only public API
             ${KWallet_HEADERS}
@@ -124,7 +124,7 @@
 
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
-set(CMAKECONFIG_INSTALL_DIR "${CMAKECONFIG_INSTALL_PREFIX}/KF5Wallet")
+set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Wallet")
 
 if (BUILD_QCH)
     ecm_install_qch_export(
@@ -157,5 +157,5 @@
 
 
 include(ECMGeneratePriFile)
-ecm_generate_pri_file(BASE_NAME KWallet LIB_NAME KF5Wallet DEPS "widgets" 
FILENAME_VAR PRI_FILENAME INCLUDE_INSTALL_DIR 
${KF5_INCLUDE_INSTALL_DIR}/KWallet)
+ecm_generate_pri_file(BASE_NAME KWallet LIB_NAME KF5Wallet DEPS "widgets" 
FILENAME_VAR PRI_FILENAME INCLUDE_INSTALL_DIR 
${KDE_INSTALL_INCLUDEDIR_KF5}/KWallet)
 install(FILES ${PRI_FILENAME} DESTINATION ${ECM_MKSPECS_INSTALL_DIR})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/src/api/KWallet/kwallet.cpp 
new/kwallet-5.79.0/src/api/KWallet/kwallet.cpp
--- old/kwallet-5.78.0/src/api/KWallet/kwallet.cpp      2021-01-02 
14:26:12.000000000 +0100
+++ new/kwallet-5.79.0/src/api/KWallet/kwallet.cpp      2021-02-06 
19:25:50.000000000 +0100
@@ -565,7 +565,7 @@
 {
     d->folder.clear();
     d->name.clear();
-    emit walletClosed();
+    Q_EMIT walletClosed();
 }
 
 bool Wallet::disconnectApplication(const QString &wallet, const QString &app)
@@ -722,7 +722,7 @@
             d->handle = -1;
             d->folder.clear();
             d->name.clear();
-            emit walletClosed();
+            Q_EMIT walletClosed();
         }
 #if HAVE_KSECRETSSERVICE
     }
@@ -1644,7 +1644,7 @@
     } else {
 #endif
         if (d->name == wallet) {
-            emit folderUpdated(folder);
+            Q_EMIT folderUpdated(folder);
         }
 #if HAVE_KSECRETSSERVICE
     }
@@ -1660,7 +1660,7 @@
     } else {
 #endif
         if (d->name == wallet) {
-            emit folderListUpdated();
+            Q_EMIT folderListUpdated();
         }
 #if HAVE_KSECRETSSERVICE
     }
@@ -1702,7 +1702,7 @@
         disconnect(this, SLOT(walletAsyncOpened(int,int)));
 
         d->handle = handle;
-        emit walletOpened(handle > 0);
+        Q_EMIT walletOpened(handle > 0);
 #if HAVE_KSECRETSSERVICE
     }
 #endif
@@ -1710,12 +1710,12 @@
 
 void Wallet::emitWalletAsyncOpenError()
 {
-    emit walletOpened(false);
+    Q_EMIT walletOpened(false);
 }
 
 void Wallet::emitWalletOpened()
 {
-    emit walletOpened(true);
+    Q_EMIT walletOpened(true);
 }
 
 bool Wallet::folderDoesNotExist(const QString &wallet, const QString &folder)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/src/api/KWallet/kwallet_mac.cpp 
new/kwallet-5.79.0/src/api/KWallet/kwallet_mac.cpp
--- old/kwallet-5.78.0/src/api/KWallet/kwallet_mac.cpp  2021-01-02 
14:26:12.000000000 +0100
+++ new/kwallet-5.79.0/src/api/KWallet/kwallet_mac.cpp  2021-02-06 
19:25:50.000000000 +0100
@@ -301,7 +301,7 @@
         d->handle = -1;
         d->folder.clear();
         d->name.clear();
-        emit walletClosed();
+        Q_EMIT walletClosed();
     }
 #endif
 }
@@ -623,14 +623,14 @@
 void Wallet::slotFolderUpdated(const QString &wallet, const QString &folder)
 {
     if (d->name == wallet) {
-        emit folderUpdated(folder);
+        Q_EMIT folderUpdated(folder);
     }
 }
 
 void Wallet::slotFolderListUpdated(const QString &wallet)
 {
     if (d->name == wallet) {
-        emit folderListUpdated();
+        Q_EMIT folderListUpdated();
     }
 }
 
@@ -657,18 +657,18 @@
     disconnect(this, SLOT(walletAsyncOpened(int,int)));
 
     d->handle = handle;
-    emit walletOpened(handle > 0);
+    Q_EMIT walletOpened(handle > 0);
 #endif
 }
 
 void Wallet::emitWalletAsyncOpenError()
 {
-    emit walletOpened(false);
+    Q_EMIT walletOpened(false);
 }
 
 void Wallet::emitWalletOpened()
 {
-    emit walletOpened(true);
+    Q_EMIT walletOpened(true);
 }
 
 bool Wallet::folderDoesNotExist(const QString &wallet, const QString &folder)
@@ -699,7 +699,7 @@
 {
     d->folder.clear();
     d->name.clear();
-    emit walletClosed();
+    Q_EMIT walletClosed();
 }
 
 void Wallet::virtual_hook(int, void *)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kwallet-5.78.0/src/runtime/kwallet-query/src/querydriver.cpp 
new/kwallet-5.79.0/src/runtime/kwallet-query/src/querydriver.cpp
--- old/kwallet-5.78.0/src/runtime/kwallet-query/src/querydriver.cpp    
2021-01-02 14:26:12.000000000 +0100
+++ new/kwallet-5.79.0/src/runtime/kwallet-query/src/querydriver.cpp    
2021-02-06 19:25:50.000000000 +0100
@@ -142,11 +142,7 @@
         std::cout << i18n("Failed to read entry %1 value from the %2 wallet", 
entryName, walletName).toUtf8().constData() << std::endl;
         exit(4);
     }
-#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0)
-    const QStringList el = entryValue.split(QStringLiteral("\n"), 
QString::SkipEmptyParts);
-#else
     const QStringList el = entryValue.split(QStringLiteral("\n"), 
Qt::SkipEmptyParts);
-#endif
     for (auto& e : el) {
         std::cout << e.toUtf8().constData() << std::endl;
     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/src/runtime/kwalletd/CMakeLists.txt 
new/kwallet-5.79.0/src/runtime/kwalletd/CMakeLists.txt
--- old/kwallet-5.78.0/src/runtime/kwalletd/CMakeLists.txt      2021-01-02 
14:26:12.000000000 +0100
+++ new/kwallet-5.79.0/src/runtime/kwalletd/CMakeLists.txt      2021-02-06 
19:25:50.000000000 +0100
@@ -2,14 +2,14 @@
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Gui)
 
-find_package(KF5Config ${KF5_DEP_VERSION} REQUIRED)
-find_package(KF5ConfigWidgets ${KF5_DEP_VERSION} REQUIRED)
-find_package(KF5CoreAddons ${KF5_DEP_VERSION} REQUIRED)
-find_package(KF5DBusAddons ${KF5_DEP_VERSION} REQUIRED)
-find_package(KF5Notifications ${KF5_DEP_VERSION} REQUIRED)
-find_package(KF5Service ${KF5_DEP_VERSION} REQUIRED)
-find_package(KF5WidgetsAddons ${KF5_DEP_VERSION} REQUIRED)
-find_package(KF5WindowSystem ${KF5_DEP_VERSION} REQUIRED)
+find_package(KF5Config ${KF_DEP_VERSION} REQUIRED)
+find_package(KF5ConfigWidgets ${KF_DEP_VERSION} REQUIRED)
+find_package(KF5CoreAddons ${KF_DEP_VERSION} REQUIRED)
+find_package(KF5DBusAddons ${KF_DEP_VERSION} REQUIRED)
+find_package(KF5Notifications ${KF_DEP_VERSION} REQUIRED)
+find_package(KF5Service ${KF_DEP_VERSION} REQUIRED)
+find_package(KF5WidgetsAddons ${KF_DEP_VERSION} REQUIRED)
+find_package(KF5WindowSystem ${KF_DEP_VERSION} REQUIRED)
 
 ########### find needed packages ######
 find_package(Gpgmepp 1.7.0) # provided by GpgME
@@ -34,7 +34,7 @@
 
 remove_definitions(-DQT_NO_CAST_FROM_ASCII)
 
-ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KWALLETD
+ecm_setup_version(${KF_VERSION} VARIABLE_PREFIX KWALLETD
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kwalletd_version.h"
                         PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5WalletConfigVersion.cmake"
                         SOVERSION 5)
@@ -96,7 +96,7 @@
 endif()
 
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.kde.kwalletd5.service
-        DESTINATION ${DBUS_SERVICES_INSTALL_DIR})
+        DESTINATION ${KDE_INSTALL_DBUSSERVICEDIR})
 
 add_executable( kwalletd5 ${kwalletd_SRCS} )
 
@@ -122,6 +122,6 @@
 
 ########### install files ###############
 
-install( FILES kwalletd5.desktop  DESTINATION  ${SERVICES_INSTALL_DIR} )
-install( FILES kwalletd.notifyrc DESTINATION  ${KNOTIFYRC_INSTALL_DIR} )
+install( FILES kwalletd5.desktop  DESTINATION  ${KDE_INSTALL_KSERVICES5DIR} )
+install( FILES kwalletd.notifyrc DESTINATION  ${KDE_INSTALL_KNOTIFY5RCDIR} )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kwallet-5.78.0/src/runtime/kwalletd/backend/CMakeLists.txt 
new/kwallet-5.79.0/src/runtime/kwalletd/backend/CMakeLists.txt
--- old/kwallet-5.78.0/src/runtime/kwalletd/backend/CMakeLists.txt      
2021-01-02 14:26:12.000000000 +0100
+++ new/kwallet-5.79.0/src/runtime/kwalletd/backend/CMakeLists.txt      
2021-02-06 19:25:50.000000000 +0100
@@ -14,10 +14,10 @@
 
 ########### kwalletbackend ###############
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets DBus)
-find_package(KF5CoreAddons ${KF5_DEP_VERSION} REQUIRED)
-find_package(KF5I18n ${KF5_DEP_VERSION} REQUIRED)
-find_package(KF5Notifications ${KF5_DEP_VERSION} REQUIRED)
-find_package(KF5WidgetsAddons ${KF5_DEP_VERSION} REQUIRED)
+find_package(KF5CoreAddons ${KF_DEP_VERSION} REQUIRED)
+find_package(KF5I18n ${KF_DEP_VERSION} REQUIRED)
+find_package(KF5Notifications ${KF_DEP_VERSION} REQUIRED)
+find_package(KF5WidgetsAddons ${KF_DEP_VERSION} REQUIRED)
 
 find_package(LibGcrypt 1.5.0 REQUIRED)
 set_package_properties(LibGcrypt PROPERTIES
@@ -53,7 +53,7 @@
 add_library(kwalletbackend5 SHARED ${kwalletbackend_LIB_SRCS})
 generate_export_header(kwalletbackend5)
 
-ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KWALLETBACKEND SOVERSION 5)
+ecm_setup_version(${KF_VERSION} VARIABLE_PREFIX KWALLETBACKEND SOVERSION 5)
 
 target_link_libraries(kwalletbackend5 Qt5::Widgets KF5::WidgetsAddons 
KF5::CoreAddons KF5::Notifications KF5::I18n ${LIBGCRYPT_LIBRARIES})
 if(Gpgmepp_FOUND)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kwallet-5.78.0/src/runtime/kwalletd/knewwalletdialog.cpp 
new/kwallet-5.79.0/src/runtime/kwalletd/knewwalletdialog.cpp
--- old/kwallet-5.78.0/src/runtime/kwalletd/knewwalletdialog.cpp        
2021-01-02 14:26:12.000000000 +0100
+++ new/kwallet-5.79.0/src/runtime/kwalletd/knewwalletdialog.cpp        
2021-02-06 19:25:50.000000000 +0100
@@ -112,13 +112,13 @@
     if (err) {
         qCDebug(KWALLETD_LOG) << "OpenPGP not supported on your system!";
         KMessageBox::error(this, i18n("The GpgME library failed to initialize 
for the OpenPGP protocol. Please check your system's configuration then try 
again."));
-        emit completeChanged();
+        Q_EMIT completeChanged();
         return;
     }
     std::shared_ptr< GpgME::Context >   
_ctx(GpgME::Context::createForProtocol(GpgME::OpenPGP));
     if (!_ctx) {
         KMessageBox::error(this, i18n("The GpgME library failed to initialize 
for the OpenPGP protocol. Please check your system's configuration then try 
again."));
-        emit completeChanged();
+        Q_EMIT completeChanged();
         return;
     }
     _ctx->setKeyListMode(GpgME::Local);
@@ -138,7 +138,7 @@
 
     if (keys.size() == 0) {
         KMessageBox::error(this, i18n("Seems that your system has no keys 
suitable for encryption. Please set-up at least one encryption key, then try 
again."));
-        emit completeChanged();
+        Q_EMIT completeChanged();
         return;
     }
 
@@ -155,7 +155,7 @@
     _complete = _ui.listCertificates->currentRow() >= 0;
     QVariant varKey = 
_ui.listCertificates->item(_ui.listCertificates->currentRow(), 
0)->data(Qt::UserRole);
     setField(QStringLiteral("key"), varKey);
-    emit completeChanged();
+    Q_EMIT completeChanged();
 }
 
 bool KNewWalletDialogGpg::isComplete() const
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/src/runtime/kwalletd/ktimeout.cpp 
new/kwallet-5.79.0/src/runtime/kwalletd/ktimeout.cpp
--- old/kwallet-5.78.0/src/runtime/kwalletd/ktimeout.cpp        2021-01-02 
14:26:12.000000000 +0100
+++ new/kwallet-5.79.0/src/runtime/kwalletd/ktimeout.cpp        2021-02-06 
19:25:50.000000000 +0100
@@ -56,7 +56,7 @@
     QHash<int, int>::const_iterator it = _timers.constBegin();
     for (; it != _timers.constEnd(); ++it) {
         if (it.value() == ev->timerId()) {
-            emit timedOut(it.key());
+            Q_EMIT timedOut(it.key());
             return;
         }
     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/src/runtime/kwalletd/kwalletd.cpp 
new/kwallet-5.79.0/src/runtime/kwalletd/kwalletd.cpp
--- old/kwallet-5.78.0/src/runtime/kwalletd/kwalletd.cpp        2021-01-02 
14:26:12.000000000 +0100
+++ new/kwallet-5.79.0/src/runtime/kwalletd/kwalletd.cpp        2021-02-06 
19:25:50.000000000 +0100
@@ -251,13 +251,13 @@
 
             // emit the AsyncOpened signal as a reply
             _curtrans->res = res;
-            emit walletAsyncOpened(_curtrans->tId, res);
+            Q_EMIT walletAsyncOpened(_curtrans->tId, res);
             break;
 
         case KWalletTransaction::OpenFail:
             // emit the AsyncOpened signal with an invalid handle
             _curtrans->res = -1;
-            emit walletAsyncOpened(_curtrans->tId, -1);
+            Q_EMIT walletAsyncOpened(_curtrans->tId, -1);
             break;
 
         case KWalletTransaction::ChangePassword:
@@ -810,9 +810,9 @@
             _closeTimers.addTimer(rc, _idleTime);
         }
         if (brandNew) {
-            emit walletCreated(wallet);
+            Q_EMIT walletCreated(wallet);
         }
-        emit walletOpened(wallet);
+        Q_EMIT walletOpened(wallet);
         if (_wallets.count() == 1 && _launchManager) {
             KToolInvocation::startServiceByDesktopName(
                 QStringLiteral("kwalletmanager5-kwalletd"));
@@ -937,7 +937,7 @@
         const QPair<int, KWallet::Backend*> walletInfo = findWallet(wallet);
         internalClose(walletInfo.second, walletInfo.first, true);
         QFile::remove(path);
-        emit walletDeleted(wallet);
+        Q_EMIT walletDeleted(wallet);
         // also delete access control entries
         KConfigGroup cfgAllow
             = 
KSharedConfig::openConfig(QStringLiteral("kwalletrc"))->group("Auto Allow");
@@ -1241,7 +1241,7 @@
     if ((b = getWallet(appid, handle))) {
         bool rc = b->removeFolder(f);
         initiateSync(handle);
-        emit folderListUpdated(b->walletName());
+        Q_EMIT folderListUpdated(b->walletName());
         return rc;
     }
 
@@ -1256,7 +1256,7 @@
     if ((b = getWallet(appid, handle))) {
         bool rc = b->createFolder(f);
         initiateSync(handle);
-        emit folderListUpdated(b->walletName());
+        Q_EMIT folderListUpdated(b->walletName());
         return rc;
     }
 
@@ -1669,10 +1669,10 @@
 
 void KWalletD::doCloseSignals(int handle, const QString& wallet)
 {
-    emit walletClosed(handle);
-    emit walletClosed(wallet);
+    Q_EMIT walletClosed(handle);
+    Q_EMIT walletClosed(wallet);
     if (_wallets.isEmpty()) {
-        emit allWalletsClosed();
+        Q_EMIT allWalletsClosed();
     }
 }
 
@@ -1713,7 +1713,7 @@
         }
         internalClose(backend, handle, false);
 
-        emit applicationDisconnected(wallet, application);
+        Q_EMIT applicationDisconnected(wallet, application);
         return true;
     }
 
@@ -1722,7 +1722,7 @@
 
 void KWalletD::emitFolderUpdated(const QString& wallet, const QString& folder)
 {
-    emit folderUpdated(wallet, folder);
+    Q_EMIT folderUpdated(wallet, folder);
 }
 
 void KWalletD::emitWalletListDirty()
@@ -1734,7 +1734,7 @@
             internalClose(i, _wallets.key(i), true, false);
         }
     }
-    emit walletListDirty();
+    Q_EMIT walletListDirty();
 }
 
 void KWalletD::reconfigure()
@@ -1957,7 +1957,7 @@
     else if (_closeIdle) {
         _closeTimers.addTimer(handle, _idleTime);
     }
-    emit walletOpened(wallet);
+    Q_EMIT walletOpened(wallet);
 
     if (_wallets.count() == 1 && _launchManager) {
         
KToolInvocation::startServiceByDesktopName(QStringLiteral("kwalletmanager5-kwalletd"));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kwallet-5.78.0/src/runtime/kwalletd/kwalletd.notifyrc 
new/kwallet-5.79.0/src/runtime/kwalletd/kwalletd.notifyrc
--- old/kwallet-5.78.0/src/runtime/kwalletd/kwalletd.notifyrc   2021-01-02 
14:26:12.000000000 +0100
+++ new/kwallet-5.79.0/src/runtime/kwalletd/kwalletd.notifyrc   2021-02-06 
19:25:50.000000000 +0100
@@ -18,6 +18,7 @@
 Comment[ko]=KDE ??????
 Comment[nl]=KDE Portefeuillebeheer
 Comment[nn]=KDE-lommebok
+Comment[pl]=Portfel KDE
 Comment[pt]=Carteira do KDE
 Comment[pt_BR]=Carteira do KDE
 Comment[ru]=????????????????
@@ -44,6 +45,7 @@
 Name[ko]=KDE ??????
 Name[nl]=KDE Portefeuillebeheer
 Name[nn]=KDE-lommebok
+Name[pl]=Portfel KDE
 Name[pt]=Carteira do KDE
 Name[pt_BR]=Carteira do KDE
 Name[ru]=????????????????
@@ -56,6 +58,7 @@
 [Event/needsPassword]
 Name=Needs Password
 Name[ast]=Precisa la contrase??a
+Name[az]=??ifr?? t??l??b olunur
 Name[ca]=Cal una contrasenya
 Name[cs]=Je t??eba heslo
 Name[da]=Kr??ver adgangskode
@@ -71,6 +74,7 @@
 Name[ko]=?????? ?????????
 Name[nl]=Wachtwoord nodig
 Name[nn]=Passord er p??kravd
+Name[pl]=Potrzebuje has??a
 Name[pt]=Necessita de Senha
 Name[pt_BR]=Necessita senha
 Name[ru]=?????????????????? ????????????
@@ -130,7 +134,7 @@
 Comment[nl]=De KDE-portefeuille-daemon vereist een wachtwoord
 Comment[nn]=Lommeboktenesta i KDE treng eit passord
 Comment[pa]=KDE ??????????????? ???????????? ?????? ?????????????????? ?????? 
????????? ???????????? ??????
-Comment[pl]=Demon Portfela KDE wymaga has??a
+Comment[pl]=Us??uga Portfela KDE wymaga has??a
 Comment[pt]=O Servidor da Carteira do KDE est?? a pedir uma senha
 Comment[pt_BR]=O servidor de carteiras do KDE est?? solicitando uma senha
 Comment[ro]=Demonul de portofel KDE cere o parol??
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kwallet-5.78.0/src/runtime/kwalletd/kwalletwizard.cpp 
new/kwallet-5.79.0/src/runtime/kwalletd/kwalletwizard.cpp
--- old/kwallet-5.78.0/src/runtime/kwalletd/kwalletwizard.cpp   2021-01-02 
14:26:12.000000000 +0100
+++ new/kwallet-5.79.0/src/runtime/kwalletd/kwalletwizard.cpp   2021-02-06 
19:25:50.000000000 +0100
@@ -173,7 +173,7 @@
             ui.stackedWidget->setCurrentWidget(ui._pageNoKeys);
             setFinalPage(true);
         }
-        emit completeChanged();
+        Q_EMIT completeChanged();
     }
 
     int nextId() const override
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.78.0/tests/kwalletd/CMakeLists.txt 
new/kwallet-5.79.0/tests/kwalletd/CMakeLists.txt
--- old/kwallet-5.78.0/tests/kwalletd/CMakeLists.txt    2021-01-02 
14:26:12.000000000 +0100
+++ new/kwallet-5.79.0/tests/kwalletd/CMakeLists.txt    2021-02-06 
19:25:50.000000000 +0100
@@ -7,10 +7,10 @@
 include(ECMMarkAsTest)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Test)
-find_package(KF5CoreAddons ${KF5_DEP_VERSION} REQUIRED)
-find_package(KF5I18n ${KF5_DEP_VERSION} REQUIRED)
-find_package(KF5ConfigWidgets ${KF5_DEP_VERSION} REQUIRED)
-find_package(KF5WidgetsAddons ${KF5_DEP_VERSION} REQUIRED)
+find_package(KF5CoreAddons ${KF_DEP_VERSION} REQUIRED)
+find_package(KF5I18n ${KF_DEP_VERSION} REQUIRED)
+find_package(KF5ConfigWidgets ${KF_DEP_VERSION} REQUIRED)
+find_package(KF5WidgetsAddons ${KF_DEP_VERSION} REQUIRED)
 find_package(Gpgmepp) # provided by GpgME
 
 remove_definitions(-DQT_NO_CAST_FROM_ASCII)

Reply via email to