Hello community,

here is the log from the commit of package kontactinterface for 
openSUSE:Factory checked in at 2019-12-13 12:03:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kontactinterface (Old)
 and      /work/SRC/openSUSE:Factory/.kontactinterface.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kontactinterface"

Fri Dec 13 12:03:00 2019 rev:51 rq:756270 version:19.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kontactinterface/kontactinterface.changes        
2019-11-12 11:38:26.106285035 +0100
+++ 
/work/SRC/openSUSE:Factory/.kontactinterface.new.4691/kontactinterface.changes  
    2019-12-13 12:03:57.393411644 +0100
@@ -1,0 +2,30 @@
+Tue Dec 10 06:38:49 UTC 2019 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 19.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.0
+- No code change since 19.11.90
+
+-------------------------------------------------------------------
+Sat Nov 30 09:12:09 UTC 2019 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 19.11.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/19.12-rc
+- Changes since 19.11.80:
+  * Remove debug
+
+-------------------------------------------------------------------
+Sun Nov 24 13:29:42 UTC 2019 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 19.11.80
+  * New feature release
+- Changes since 19.08.3:
+  * kontactinterface: remove unused virtual method createDBUSInterface()
+  * Make it compile with last kf5
+  * Make it compile without kf5 deprecated methods
+  * Use QStyle to determine icon size
+
+-------------------------------------------------------------------

Old:
----
  kontactinterface-19.08.3.tar.xz
  kontactinterface-19.08.3.tar.xz.sig

New:
----
  kontactinterface-19.12.0.tar.xz
  kontactinterface-19.12.0.tar.xz.sig

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

Other differences:
------------------
++++++ kontactinterface.spec ++++++
--- /var/tmp/diff_new_pack.urEh8F/_old  2019-12-13 12:03:57.801411490 +0100
+++ /var/tmp/diff_new_pack.urEh8F/_new  2019-12-13 12:03:57.805411488 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kontactinterface
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,31 +16,30 @@
 #
 
 
-%define kf5_version 5.19.0
-%define kf5_version 5.26.0
+%define kf5_version 5.60.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kontactinterface
-Version:        19.08.3
+Version:        19.12.0
 Release:        0
 Summary:        KDE PIM Libraries: Interface to Contacts
 License:        LGPL-2.1-or-later
 Group:          System/GUI/KDE
 URL:            https://www.kde.org
-Source:         
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
+Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
 %if %{with lang}
-Source1:        
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
 Source2:        applications.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= 5.19.0
-BuildRequires:  kcoreaddons-devel >= %{kf5_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel >= %{kf5_version}
-BuildRequires:  kiconthemes-devel >= %{kf5_version}
-BuildRequires:  kparts-devel >= %{kf5_version}
-BuildRequires:  kwindowsystem-devel >= %{kf5_version}
-BuildRequires:  kxmlgui-devel >= %{kf5_version}
+BuildRequires:  cmake(KF5CoreAddons) >= %{kf5_version}
+BuildRequires:  cmake(KF5I18n) >= %{kf5_version}
+BuildRequires:  cmake(KF5IconThemes) >= %{kf5_version}
+BuildRequires:  cmake(KF5Parts) >= %{kf5_version}
+BuildRequires:  cmake(KF5WindowSystem) >= %{kf5_version}
+BuildRequires:  cmake(KF5XmlGui) >= %{kf5_version}
 
 %description
 This package contains additional libraries for KDE PIM applications.
@@ -57,8 +56,8 @@
 %package devel
 Summary:        KDE PIM Libraries: Build Environment
 Group:          Development/Libraries/KDE
-Requires:       kparts-devel >= %{kf5_version}
 Requires:       libKF5KontactInterface5 = %{version}
+Requires:       cmake(KF5Parts) >= %{kf5_version}
 
 %description devel
 This package contains necessary include files and libraries needed

++++++ applications.keyring ++++++
Binary files /var/tmp/diff_new_pack.urEh8F/_old and 
/var/tmp/diff_new_pack.urEh8F/_new differ

++++++ kontactinterface-19.08.3.tar.xz -> kontactinterface-19.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/CMakeLists.txt 
new/kontactinterface-19.12.0/CMakeLists.txt
--- old/kontactinterface-19.08.3/CMakeLists.txt 2019-11-05 05:15:31.000000000 
+0100
+++ new/kontactinterface-19.12.0/CMakeLists.txt 2019-12-06 02:49:25.000000000 
+0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
-set(PIM_VERSION "5.12.3")
+set(PIM_VERSION "5.13.0")
 
 project(KontactInterface VERSION ${PIM_VERSION})
 
 # ECM setup
-set(KF5_MIN_VERSION "5.60.0")
+set(KF5_MIN_VERSION "5.63.0")
 
 find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
@@ -42,7 +42,6 @@
     WindowSystem
     I18n
     XmlGui
-    IconThemes
 )
 
 if (NOT APPLE)
@@ -77,7 +76,11 @@
 
 install(EXPORT KF5KontactInterfaceTargets DESTINATION 
"${CMAKECONFIG_INSTALL_DIR}" FILE KF5KontactInterfaceTargets.cmake NAMESPACE 
KF5::)
 
-add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060000)
+if (EXISTS "${CMAKE_SOURCE_DIR}/.git")
+   add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050e00)
+   add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054000)
+endif()
+
 add_definitions(-DQT_NO_FOREACH)
 
 add_subdirectory(src)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/po/ar/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/ar/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/ar/kontactinterfaces5.po    2019-11-05 
05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/ar/kontactinterfaces5.po    2019-12-06 
02:49:22.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kontactinterfaces\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2009-07-21 12:38+0400\n"
 "Last-Translator: Zayed Al-Saidi <zayed.alsa...@gmail.com>\n"
 "Language-Team: Arabic <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/po/bg/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/bg/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/bg/kontactinterfaces5.po    2019-11-05 
05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/bg/kontactinterfaces5.po    2019-12-06 
02:49:22.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2011-07-21 19:01+0300\n"
 "Last-Translator: Yasen Pramatarov <ya...@lindeas.com>\n"
 "Language-Team: Bulgarian <d...@fsa-bg.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/po/bs/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/bs/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/bs/kontactinterfaces5.po    2019-11-05 
05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/bs/kontactinterfaces5.po    2019-12-06 
02:49:22.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kdepimlibs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2013-10-18 20:13+0000\n"
 "Last-Translator: Samir Ribić <Unknown>\n"
 "Language-Team: Bosnian <b...@li.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/po/ca/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/ca/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/ca/kontactinterfaces5.po    2019-11-05 
05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/ca/kontactinterfaces5.po    2019-12-06 
02:49:22.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kontactinterfaces5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2016-03-29 16:50+0100\n"
 "Last-Translator: Antoni Bella Pérez <antonibel...@yahoo.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kontactinterface-19.08.3/po/ca@valencia/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/ca@valencia/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/ca@valencia/kontactinterfaces5.po   
2019-11-05 05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/ca@valencia/kontactinterfaces5.po   
2019-12-06 02:49:22.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kontactinterfaces5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2016-03-29 16:50+0100\n"
 "Last-Translator: Antoni Bella Pérez <antonibel...@yahoo.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/po/cs/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/cs/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/cs/kontactinterfaces5.po    2019-11-05 
05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/cs/kontactinterfaces5.po    2019-12-06 
02:49:22.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kontactinterfaces\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2010-12-18 19:15+0100\n"
 "Last-Translator: Vít Pelčák <v...@pelcak.org>\n"
 "Language-Team: Czech <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/po/da/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/da/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/da/kontactinterfaces5.po    2019-11-05 
05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/da/kontactinterfaces5.po    2019-12-06 
02:49:22.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kontactinterfaces\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2008-06-03 18:17+0100\n"
 "Last-Translator: Jan Madsen <jan.madsen...@gmail.com>\n"
 "Language-Team: Danish <da...@dansk-gruppen.dk>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/po/de/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/de/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/de/kontactinterfaces5.po    2019-11-05 
05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/de/kontactinterfaces5.po    2019-12-06 
02:49:22.000000000 +0100
@@ -3,7 +3,7 @@
 msgstr ""
 "Project-Id-Version: kontactinterfaces\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2008-05-18 22:55+0200\n"
 "Last-Translator: Thomas Reitelbach <t...@erdfunkstelle.de>\n"
 "Language-Team: German <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/po/el/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/el/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/el/kontactinterfaces5.po    2019-11-05 
05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/el/kontactinterfaces5.po    2019-12-06 
02:49:22.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kontactinterfaces\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2008-05-26 13:40+0300\n"
 "Last-Translator: Spiros Georgaras <sngeorga...@otenet.gr>\n"
 "Language-Team: Greek <i18...@lists.hellug.gr>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kontactinterface-19.08.3/po/en_GB/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/en_GB/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/en_GB/kontactinterfaces5.po 2019-11-05 
05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/en_GB/kontactinterfaces5.po 2019-12-06 
02:49:22.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2014-08-17 13:14+0100\n"
 "Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n"
 "Language-Team: British English <kde-l10n-en...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/po/eo/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/eo/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/eo/kontactinterfaces5.po    2019-11-05 
05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/eo/kontactinterfaces5.po    2019-12-06 
02:49:22.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kontactinterfaces\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2009-11-15 12:06+0100\n"
 "Last-Translator: Axel Rousseau <a...@esperanto-jeunes.org>\n"
 "Language-Team: esperanto <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/po/es/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/es/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/es/kontactinterfaces5.po    2019-11-05 
05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/es/kontactinterfaces5.po    2019-12-06 
02:49:22.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kontactinterfaces\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2013-11-25 14:08+0100\n"
 "Last-Translator: Javier Vinal <fjvi...@gmail.com>\n"
 "Language-Team: Spanish <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/po/et/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/et/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/et/kontactinterfaces5.po    2019-11-05 
05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/et/kontactinterfaces5.po    2019-12-06 
02:49:22.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kontactinterfaces\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2008-06-04 00:37+0300\n"
 "Last-Translator: Marek Laane <b...@smail.ee>\n"
 "Language-Team: Estonian <kde...@linux.ee>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/po/fi/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/fi/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/fi/kontactinterfaces5.po    2019-11-05 
05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/fi/kontactinterfaces5.po    2019-12-06 
02:49:22.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kontactinterfaces\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2013-01-20 20:04:10+0000\n"
 "Last-Translator: Tommi Nieminen <transla...@legisign.org>\n"
 "Language-Team: Finnish <lokalisoi...@lists.coss.fi>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/po/fr/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/fr/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/fr/kontactinterfaces5.po    2019-11-05 
05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/fr/kontactinterfaces5.po    2019-12-06 
02:49:22.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kontactinterfaces\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2008-05-25 02:57+0200\n"
 "Last-Translator: Mickael Sibelle <kim...@gmail.com>\n"
 "Language-Team: Francais <kde-francoph...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/po/ga/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/ga/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/ga/kontactinterfaces5.po    2019-11-05 
05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/ga/kontactinterfaces5.po    2019-12-06 
02:49:22.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kontactinterfaces.po\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2008-05-18 07:38-0500\n"
 "Last-Translator: Kevin Scannell <ksca...@gmail.com>\n"
 "Language-Team: Irish <gaeilge-gnuli...@lists.sourceforge.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/po/gl/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/gl/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/gl/kontactinterfaces5.po    2019-11-05 
05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/gl/kontactinterfaces5.po    2019-12-06 
02:49:23.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kontactinterfaces\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2008-06-11 23:25+0200\n"
 "Last-Translator: mvillarino <mvillar...@users.sourceforge.net>\n"
 "Language-Team: galician <proxe...@trasno.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/po/he/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/he/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/he/kontactinterfaces5.po    2019-11-05 
05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/he/kontactinterfaces5.po    2019-12-06 
02:49:23.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kontactinterfaces5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2017-05-16 06:41-0400\n"
 "Last-Translator: Copied by Zanata <copied-by-zan...@zanata.org>\n"
 "Language-Team: Hebrew <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/po/hu/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/hu/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/hu/kontactinterfaces5.po    2019-11-05 
05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/hu/kontactinterfaces5.po    2019-12-06 
02:49:23.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: KDE 4.2\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2010-12-26 15:54+0100\n"
 "Last-Translator: Kristóf Kiszel <ulys...@kubuntu.org>\n"
 "Language-Team: Hungarian <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/po/ia/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/ia/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/ia/kontactinterfaces5.po    2019-11-05 
05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/ia/kontactinterfaces5.po    2019-12-06 
02:49:23.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2011-11-07 16:33+0100\n"
 "Last-Translator: g.sora <g.s...@tiscali.it>\n"
 "Language-Team: Interlingua <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/po/it/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/it/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/it/kontactinterfaces5.po    2019-11-05 
05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/it/kontactinterfaces5.po    2019-12-06 
02:49:23.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kontactinterfaces\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2008-07-05 15:48+0000\n"
 "Last-Translator: Federico Zenith <zen...@chemeng.ntnu.no>\n"
 "Language-Team: Italian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/po/ja/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/ja/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/ja/kontactinterfaces5.po    2019-11-05 
05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/ja/kontactinterfaces5.po    2019-12-06 
02:49:23.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kontactinterfaces\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2008-03-01 07:00+0900\n"
 "Last-Translator: Yukiko Bando <yba...@k6.dion.ne.jp>\n"
 "Language-Team: Japanese <kde...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/po/kk/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/kk/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/kk/kontactinterfaces5.po    2019-11-05 
05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/kk/kontactinterfaces5.po    2019-12-06 
02:49:23.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2011-02-11 04:57+0600\n"
 "Last-Translator: Sairan Kikkarin <sai...@computer.org>\n"
 "Language-Team: Kazakh <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/po/km/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/km/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/km/kontactinterfaces5.po    2019-11-05 
05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/km/kontactinterfaces5.po    2019-12-06 
02:49:23.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kontactinterfaces\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2008-12-17 10:53+0700\n"
 "Last-Translator: Khoem Sokhem <khoemsok...@khmeros.info>\n"
 "Language-Team: Khmer <supp...@khmeros.info>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/po/ko/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/ko/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/ko/kontactinterfaces5.po    2019-11-05 
05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/ko/kontactinterfaces5.po    2019-12-06 
02:49:23.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2015-01-02 02:51+0900\n"
 "Last-Translator: Shinjo Park <k...@peremen.name>\n"
 "Language-Team: Korean <kde...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/po/lt/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/lt/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/lt/kontactinterfaces5.po    2019-11-05 
05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/lt/kontactinterfaces5.po    2019-12-06 
02:49:23.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kontactinterfaces\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2012-08-02 20:05+0300\n"
 "Last-Translator: Liudas Ališauskas <liudas.alisaus...@gmail.com>\n"
 "Language-Team: Lithuanian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/po/lv/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/lv/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/lv/kontactinterfaces5.po    2019-11-05 
05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/lv/kontactinterfaces5.po    2019-12-06 
02:49:23.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kontactinterfaces\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2008-06-18 08:27+0300\n"
 "Last-Translator: Viesturs Zarins <viesturs.zar...@mii.lu.lv>\n"
 "Language-Team: Latvian <loc...@laka.lv>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/po/mr/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/mr/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/mr/kontactinterfaces5.po    2019-11-05 
05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/mr/kontactinterfaces5.po    2019-12-06 
02:49:23.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2013-03-13 15:19+0530\n"
 "Last-Translator: Chetan Khona <che...@kompkin.com>\n"
 "Language-Team: Marathi <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/po/nb/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/nb/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/nb/kontactinterfaces5.po    2019-11-05 
05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/nb/kontactinterfaces5.po    2019-12-06 
02:49:23.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kontactinterfaces\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2008-08-13 11:15+0200\n"
 "Last-Translator: Bjørn Steensrud <bjor...@skogkatt.homelinux.org>\n"
 "Language-Team: Norwegian Bokmål <i18n...@lister.ping.uio.no>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kontactinterface-19.08.3/po/nds/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/nds/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/nds/kontactinterfaces5.po   2019-11-05 
05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/nds/kontactinterfaces5.po   2019-12-06 
02:49:23.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kontactinterfaces\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2008-05-29 23:45+0200\n"
 "Last-Translator: Sönke Dibbern <s_dibb...@web.de>\n"
 "Language-Team: Low Saxon <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/po/nl/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/nl/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/nl/kontactinterfaces5.po    2019-11-05 
05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/nl/kontactinterfaces5.po    2019-12-06 
02:49:24.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kontactinterfaces\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2008-07-21 22:26+0200\n"
 "Last-Translator: Rinse de Vries <rinsedevr...@kde.nl>\n"
 "Language-Team: Dutch <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/po/nn/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/nn/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/nn/kontactinterfaces5.po    2019-11-05 
05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/nn/kontactinterfaces5.po    2019-12-06 
02:49:24.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kontactinterfaces\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2008-09-14 12:12+0200\n"
 "Last-Translator: Karl Ove Hufthammer <k...@huftis.org>\n"
 "Language-Team: Norwegian Nynorsk <i18n...@lister.ping.uio.no>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/po/pa/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/pa/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/pa/kontactinterfaces5.po    2019-11-05 
05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/pa/kontactinterfaces5.po    2019-12-06 
02:49:24.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2010-01-16 08:10+0530\n"
 "Last-Translator: A S Alam <aa...@users.sf.net>\n"
 "Language-Team: ਪੰਜਾਬੀ <punjabi-us...@lists.sf.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/po/pl/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/pl/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/pl/kontactinterfaces5.po    2019-11-05 
05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/pl/kontactinterfaces5.po    2019-12-06 
02:49:24.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2014-08-16 08:02+0200\n"
 "Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>\n"
 "Language-Team: Polish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/po/pt/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/pt/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/pt/kontactinterfaces5.po    2019-11-05 
05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/pt/kontactinterfaces5.po    2019-12-06 
02:49:24.000000000 +0100
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: kontactinterfaces\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2008-05-17 23:44+0100\n"
 "Last-Translator: José Nuno Coelho Pires <zepi...@gmail.com>\n"
 "Language-Team: Portuguese <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kontactinterface-19.08.3/po/pt_BR/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/pt_BR/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/pt_BR/kontactinterfaces5.po 2019-11-05 
05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/pt_BR/kontactinterfaces5.po 2019-12-06 
02:49:24.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kontactinterfaces5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2014-08-16 10:47-0300\n"
 "Last-Translator: André Marcelo Alvarenga <alvare...@kde.org>\n"
 "Language-Team: Brazilian Portuguese <kde-i18n-pt...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/po/ro/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/ro/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/ro/kontactinterfaces5.po    2019-11-05 
05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/ro/kontactinterfaces5.po    2019-12-06 
02:49:24.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kontactinterfaces\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2008-12-31 21:48+0200\n"
 "Last-Translator: Sergiu Bivol <ser...@ase.md>\n"
 "Language-Team: Romanian <kde-i18n...@lists.kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/po/ru/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/ru/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/ru/kontactinterfaces5.po    2019-11-05 
05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/ru/kontactinterfaces5.po    2019-12-06 
02:49:24.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2010-12-06 23:11+0300\n"
 "Last-Translator: Alexander Potashev <aspotas...@gmail.com>\n"
 "Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/po/sk/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/sk/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/sk/kontactinterfaces5.po    2019-11-05 
05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/sk/kontactinterfaces5.po    2019-12-06 
02:49:24.000000000 +0100
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kontactinterfaces5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2014-08-14 14:17+0200\n"
 "Last-Translator: Roman Paholik <wizzar...@gmail.com>\n"
 "Language-Team: Slovak <kde...@linux.sk>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/po/sl/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/sl/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/sl/kontactinterfaces5.po    2019-11-05 
05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/sl/kontactinterfaces5.po    2019-12-06 
02:49:24.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kontactinterfaces\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2008-11-01 17:21+0100\n"
 "Last-Translator: Andrej Vernekar <andrej.verne...@moj.net>\n"
 "Language-Team: Slovenian <lugos-...@lugos.si>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/po/sv/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/sv/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/sv/kontactinterfaces5.po    2019-11-05 
05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/sv/kontactinterfaces5.po    2019-12-06 
02:49:24.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kontactinterfaces\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2008-05-17 14:55+0200\n"
 "Last-Translator: Stefan Asserhäll <stefan.asserh...@bredband.net>\n"
 "Language-Team: Swedish <s...@li.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/po/tr/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/tr/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/tr/kontactinterfaces5.po    2019-11-05 
05:15:30.000000000 +0100
+++ new/kontactinterface-19.12.0/po/tr/kontactinterfaces5.po    2019-12-06 
02:49:24.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kdepimlibs-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2014-11-12 01:06+0200\n"
 "Last-Translator: Kaan Ozdincer <kaanozdin...@gmail.com>\n"
 "Language-Team: Turkish <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/po/ug/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/ug/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/ug/kontactinterfaces5.po    2019-11-05 
05:15:31.000000000 +0100
+++ new/kontactinterface-19.12.0/po/ug/kontactinterfaces5.po    2019-12-06 
02:49:24.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kontactinterfaces\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2013-09-08 07:05+0900\n"
 "Last-Translator: Gheyret Kenji <ghey...@gmail.com>\n"
 "Language-Team: Uyghur Computer Science Association <u...@yahoogroups.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/po/uk/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/uk/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/uk/kontactinterfaces5.po    2019-11-05 
05:15:31.000000000 +0100
+++ new/kontactinterface-19.12.0/po/uk/kontactinterfaces5.po    2019-12-06 
02:49:24.000000000 +0100
@@ -1,5 +1,5 @@
 # Translation of kontactinterfaces5.po to Ukrainian
-# Copyright (C) 2018 This_file_is_part_of_KDE
+# Copyright (C) 2014 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.
 #
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kontactinterfaces5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2008-05-18 20:14+0300\n"
 "Last-Translator: Yuri Chornoivan <yurc...@ukr.net>\n"
 "Language-Team: Ukrainian <translat...@linux.org.ua>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/po/wa/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/wa/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/wa/kontactinterfaces5.po    2019-11-05 
05:15:31.000000000 +0100
+++ new/kontactinterface-19.12.0/po/wa/kontactinterfaces5.po    2019-12-06 
02:49:24.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kontactinterfaces\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2008-07-21 14:29+0200\n"
 "Last-Translator: Jean Cayron <jean.cay...@gmail.com>\n"
 "Language-Team: Walloon <li...@walon.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kontactinterface-19.08.3/po/zh_CN/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/zh_CN/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/zh_CN/kontactinterfaces5.po 2019-11-05 
05:15:31.000000000 +0100
+++ new/kontactinterface-19.12.0/po/zh_CN/kontactinterfaces5.po 2019-12-06 
02:49:25.000000000 +0100
@@ -6,8 +6,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
-"PO-Revision-Date: 2019-10-09 10:05\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
+"PO-Revision-Date: 2019-11-19 23:10\n"
 "Last-Translator: Guo Yunhe (guoyunhe)\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kontactinterface-19.08.3/po/zh_TW/kontactinterfaces5.po 
new/kontactinterface-19.12.0/po/zh_TW/kontactinterfaces5.po
--- old/kontactinterface-19.08.3/po/zh_TW/kontactinterfaces5.po 2019-11-05 
05:15:31.000000000 +0100
+++ new/kontactinterface-19.12.0/po/zh_TW/kontactinterfaces5.po 2019-12-06 
02:49:25.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kontactinterfaces\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
 "PO-Revision-Date: 2008-05-20 12:28+0800\n"
 "Last-Translator: Frank Weng (a.k.a. Franklin) <franklin at goodhorse dot idv "
 "dot tw>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/src/CMakeLists.txt 
new/kontactinterface-19.12.0/src/CMakeLists.txt
--- old/kontactinterface-19.08.3/src/CMakeLists.txt     2019-10-11 
07:05:51.000000000 +0200
+++ new/kontactinterface-19.12.0/src/CMakeLists.txt     2019-11-30 
09:47:09.000000000 +0100
@@ -25,7 +25,6 @@
                      PRIVATE
                       KF5::WindowSystem
                       KF5::I18n
-                      KF5::IconThemes
 )
 
 set_target_properties(KF5KontactInterface PROPERTIES
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/src/core.h 
new/kontactinterface-19.12.0/src/core.h
--- old/kontactinterface-19.08.3/src/core.h     2019-10-11 07:05:51.000000000 
+0200
+++ new/kontactinterface-19.12.0/src/core.h     2019-11-30 09:47:09.000000000 
+0100
@@ -99,7 +99,7 @@
      * @param parent The parent widget.
      * @param flags The window flags.
      */
-    explicit Core(QWidget *parent = nullptr, Qt::WindowFlags flags = 
KDE_DEFAULT_WINDOWFLAGS);
+    explicit Core(QWidget *parent = nullptr, Qt::WindowFlags flags = {});
 
     /**
      * Returns the last error message for problems during
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kontactinterface-19.08.3/src/pimuniqueapplication.cpp 
new/kontactinterface-19.12.0/src/pimuniqueapplication.cpp
--- old/kontactinterface-19.08.3/src/pimuniqueapplication.cpp   2019-10-11 
07:05:51.000000000 +0200
+++ new/kontactinterface-19.12.0/src/pimuniqueapplication.cpp   2019-11-30 
09:47:09.000000000 +0100
@@ -190,7 +190,8 @@
     for (QWidget *win : tlws) {
         if (qobject_cast<QMainWindow *>(win)) {
             win->show();
-            KStartupInfo::setNewStartupId(win, startupId); // this moves 'win' 
to the current desktop
+            win->setAttribute(Qt::WA_NativeWindow, true);
+            KStartupInfo::setNewStartupId(win->windowHandle(), startupId); // 
this moves 'win' to the current desktop
 #ifdef Q_OS_WIN
             KWindowSystem::forceActiveWindow(win->winId());
 #endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/src/plugin.cpp 
new/kontactinterface-19.12.0/src/plugin.cpp
--- old/kontactinterface-19.08.3/src/plugin.cpp 2019-10-11 07:05:51.000000000 
+0200
+++ new/kontactinterface-19.12.0/src/plugin.cpp 2019-11-30 09:47:09.000000000 
+0100
@@ -135,12 +135,6 @@
     d->partLibraryName = libName;
 }
 
-bool Plugin::createDBUSInterface(const QString &serviceType)
-{
-    Q_UNUSED(serviceType);
-    return false;
-}
-
 bool Plugin::isRunningStandalone() const
 {
     return false;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/src/plugin.h 
new/kontactinterface-19.12.0/src/plugin.h
--- old/kontactinterface-19.08.3/src/plugin.h   2019-10-11 07:05:51.000000000 
+0200
+++ new/kontactinterface-19.12.0/src/plugin.h   2019-11-30 09:47:09.000000000 
+0100
@@ -142,13 +142,6 @@
     void setPartLibraryName(const QByteArray &name);
 
     /**
-     * Create the D-Bus interface for the given @p serviceType, if this
-     * plugin provides it. Returns @c true on success, @c false otherwise.
-     * @param serviceType the D-Bus service type to create an interface for
-     */
-    Q_REQUIRED_RESULT virtual bool createDBUSInterface(const QString 
&serviceType);
-
-    /**
      * Reimplement this method and return whether a standalone application
      * is still running. This is only required if your part is also available
      * as standalone application.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-19.08.3/src/summary.cpp 
new/kontactinterface-19.12.0/src/summary.cpp
--- old/kontactinterface-19.08.3/src/summary.cpp        2019-10-11 
07:05:51.000000000 +0200
+++ new/kontactinterface-19.12.0/src/summary.cpp        2019-11-30 
09:47:09.000000000 +0100
@@ -33,8 +33,7 @@
 #include <QDropEvent>
 #include <QHBoxLayout>
 #include <QIcon>
-
-#include <KIconLoader>
+#include <QStyle>
 #include <QFontDatabase>
 
 using namespace KontactInterface;
@@ -92,7 +91,7 @@
 
     QLabel *label = new QLabel(box);
     hbox->addWidget(label);
-    label->setPixmap(icon.pixmap(IconSize(KIconLoader::Toolbar), 
IconSize(KIconLoader::Toolbar)));
+    
label->setPixmap(icon.pixmap(style()->pixelMetric(QStyle::PM_ToolBarIconSize)));
 
     label->setFixedSize(label->sizeHint());
     label->setAcceptDrops(true);


Reply via email to