Hello community,
here is the log from the commit of package kontactinterface for
openSUSE:Factory checked in at 2019-08-16 15:39:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kontactinterface (Old)
and /work/SRC/openSUSE:Factory/.kontactinterface.new.22127 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kontactinterface"
Fri Aug 16 15:39:39 2019 rev:47 rq:723694 version:19.08.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/kontactinterface/kontactinterface.changes
2019-07-16 08:34:09.239394614 +0200
+++
/work/SRC/openSUSE:Factory/.kontactinterface.new.22127/kontactinterface.changes
2019-08-16 15:39:40.605803507 +0200
@@ -1,0 +2,33 @@
+Fri Aug 9 08:31:31 UTC 2019 - Christophe Giboudeaux <[email protected]>
+
+- Update to 19.08.0
+ * New feature release
+ * For more details please see:
+ * https://www.kde.org/announcements/announce-applications-19.08.0.php
+- No code change since 19.07.90
+
+-------------------------------------------------------------------
+Tue Aug 06 16:50:50 UTC 2019 - [email protected]
+
+- Update to 19.07.90
+ * New bugfix release
+ * For more details please see:
+ * https://www.kde.org/announcements/announce-applications-19.08-rc.php
+- Changes since 19.07.80:
+ * Add PimUniqueApplication::activateApplication
+
+-------------------------------------------------------------------
+Tue Jul 23 11:59:03 UTC 2019 - [email protected]
+
+- Update to 19.07.80
+ * New feature release
+ * For more details please see:
+ * https://www.kde.org/announcements/announce-applications-19.08-beta.php
+- Changes since 19.04.3:
+ * When we use framework 5.59.0 we can use new logging file directory
+ * It was fixed in 5.13.0beta2
+ * metainfo.yaml: Fix cmakename, is own top-level entry
+ * Second attempt on getting API docs generated on api.kde.org
+ * Add to kdepim group so this shows up on api.kde.org
+
+-------------------------------------------------------------------
Old:
----
kontactinterface-19.04.3.tar.xz
New:
----
applications.keyring
kontactinterface-19.08.0.tar.xz
kontactinterface-19.08.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kontactinterface.spec ++++++
--- /var/tmp/diff_new_pack.LYCNPS/_old 2019-08-16 15:39:41.041803381 +0200
+++ /var/tmp/diff_new_pack.LYCNPS/_new 2019-08-16 15:39:41.041803381 +0200
@@ -22,13 +22,17 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print
$1"."$2}')}
%bcond_without lang
Name: kontactinterface
-Version: 19.04.3
+Version: 19.08.0
Release: 0
Summary: KDE PIM Libraries: Interface to Contacts
License: LGPL-2.1-or-later
Group: System/GUI/KDE
-URL: http://www.kde.org
-Source: kontactinterface-%{version}.tar.xz
+URL: https://www.kde.org
+Source:
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
+%if %{with lang}
+Source1:
https://download.kde.org/stable/applications/%{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
++++++ kontactinterface-19.04.3.tar.xz -> kontactinterface-19.08.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/CMakeLists.txt
new/kontactinterface-19.08.0/CMakeLists.txt
--- old/kontactinterface-19.04.3/CMakeLists.txt 2019-07-09 02:19:17.000000000
+0200
+++ new/kontactinterface-19.08.0/CMakeLists.txt 2019-08-09 02:50:13.000000000
+0200
@@ -1,10 +1,10 @@
cmake_minimum_required(VERSION 3.5)
-set(PIM_VERSION "5.11.3")
+set(PIM_VERSION "5.12.0")
project(KontactInterface VERSION ${PIM_VERSION})
# ECM setup
-set(KF5_MIN_VERSION "5.56.0")
+set(KF5_MIN_VERSION "5.60.0")
find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
@@ -76,20 +76,12 @@
install(EXPORT KF5KontactInterfaceTargets DESTINATION
"${CMAKECONFIG_INSTALL_DIR}" FILE KF5KontactInterfaceTargets.cmake NAMESPACE
KF5::)
-# workaround for https://bugreports.qt.io/browse/QTBUG-74665 (bug in qt5.13
reevaluate it)
-if (${Qt5Widgets_VERSION} STRGREATER "5.13")
- MESSAGE(STATUS "Qt version: ${Qt5Widgets_VERSION} DISABLE compile without
deprecated methods. bug QTBUG-74665")
-else()
- add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060000)
-endif()
-if (${KF5Config_VERSION} STRGREATER "5.56.0")
- add_definitions(-DQT_NO_FOREACH)
- MESSAGE(STATUS "compile without foreach")
-endif()
+add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060000)
+add_definitions(-DQT_NO_FOREACH)
add_subdirectory(src)
-install( FILES kontactinterface.renamecategories kontactinterface.categories
DESTINATION ${KDE_INSTALL_CONFDIR} )
+install(FILES kontactinterface.renamecategories kontactinterface.categories
DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR})
feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/metainfo.yaml
new/kontactinterface-19.08.0/metainfo.yaml
--- old/kontactinterface-19.04.3/metainfo.yaml 2019-06-07 07:01:49.000000000
+0200
+++ new/kontactinterface-19.08.0/metainfo.yaml 2019-08-03 11:43:19.000000000
+0200
@@ -10,5 +10,6 @@
libraries:
- qmake: KontactInterface
cmake: "KF5::KontactInterface"
- cmakename: KF5KontactInterface
-
+cmakename: KF5KontactInterface
+group: kdepim
+public_lib: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/po/ar/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/ar/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/ar/kontactinterfaces5.po 2019-07-09
02:19:16.000000000 +0200
+++ new/kontactinterface-19.08.0/po/ar/kontactinterfaces5.po 2019-08-09
02:50:09.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: kontactinterfaces\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: Arabic <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/po/bg/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/bg/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/bg/kontactinterfaces5.po 2019-07-09
02:19:16.000000000 +0200
+++ new/kontactinterface-19.08.0/po/bg/kontactinterfaces5.po 2019-08-09
02:50:09.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: Bulgarian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/po/bs/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/bs/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/bs/kontactinterfaces5.po 2019-07-09
02:19:16.000000000 +0200
+++ new/kontactinterface-19.08.0/po/bs/kontactinterfaces5.po 2019-08-09
02:50:09.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: kdepimlibs\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/po/ca/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/ca/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/ca/kontactinterfaces5.po 2019-07-09
02:19:16.000000000 +0200
+++ new/kontactinterface-19.08.0/po/ca/kontactinterfaces5.po 2019-08-09
02:50:09.000000000 +0200
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: kontactinterfaces5\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: Catalan <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kontactinterface-19.04.3/po/ca@valencia/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/ca@valencia/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/ca@valencia/kontactinterfaces5.po
2019-07-09 02:19:16.000000000 +0200
+++ new/kontactinterface-19.08.0/po/ca@valencia/kontactinterfaces5.po
2019-08-09 02:50:09.000000000 +0200
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: kontactinterfaces5\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: Catalan <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/po/cs/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/cs/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/cs/kontactinterfaces5.po 2019-07-09
02:19:16.000000000 +0200
+++ new/kontactinterface-19.08.0/po/cs/kontactinterfaces5.po 2019-08-09
02:50:09.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: kontactinterfaces\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: Czech <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/po/da/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/da/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/da/kontactinterfaces5.po 2019-07-09
02:19:16.000000000 +0200
+++ new/kontactinterface-19.08.0/po/da/kontactinterfaces5.po 2019-08-09
02:50:09.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: kontactinterfaces\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: Danish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/po/de/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/de/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/de/kontactinterfaces5.po 2019-07-09
02:19:16.000000000 +0200
+++ new/kontactinterface-19.08.0/po/de/kontactinterfaces5.po 2019-08-09
02:50:09.000000000 +0200
@@ -3,7 +3,7 @@
msgstr ""
"Project-Id-Version: kontactinterfaces\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: German <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/po/el/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/el/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/el/kontactinterfaces5.po 2019-07-09
02:19:16.000000000 +0200
+++ new/kontactinterface-19.08.0/po/el/kontactinterfaces5.po 2019-08-09
02:50:09.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: kontactinterfaces\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: Greek <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kontactinterface-19.04.3/po/en_GB/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/en_GB/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/en_GB/kontactinterfaces5.po 2019-07-09
02:19:16.000000000 +0200
+++ new/kontactinterface-19.08.0/po/en_GB/kontactinterfaces5.po 2019-08-09
02:50:09.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: British English <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/po/eo/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/eo/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/eo/kontactinterfaces5.po 2019-07-09
02:19:16.000000000 +0200
+++ new/kontactinterface-19.08.0/po/eo/kontactinterfaces5.po 2019-08-09
02:50:09.000000000 +0200
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: kontactinterfaces\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: esperanto <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/po/es/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/es/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/es/kontactinterfaces5.po 2019-07-09
02:19:16.000000000 +0200
+++ new/kontactinterface-19.08.0/po/es/kontactinterfaces5.po 2019-08-09
02:50:09.000000000 +0200
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: kontactinterfaces\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: Spanish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/po/et/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/et/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/et/kontactinterfaces5.po 2019-07-09
02:19:16.000000000 +0200
+++ new/kontactinterface-19.08.0/po/et/kontactinterfaces5.po 2019-08-09
02:50:09.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: kontactinterfaces\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: Estonian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/po/fi/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/fi/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/fi/kontactinterfaces5.po 2019-07-09
02:19:16.000000000 +0200
+++ new/kontactinterface-19.08.0/po/fi/kontactinterfaces5.po 2019-08-09
02:50:10.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: kontactinterfaces\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: Finnish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/po/fr/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/fr/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/fr/kontactinterfaces5.po 2019-07-09
02:19:16.000000000 +0200
+++ new/kontactinterface-19.08.0/po/fr/kontactinterfaces5.po 2019-08-09
02:50:10.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: kontactinterfaces\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: Francais <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/po/ga/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/ga/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/ga/kontactinterfaces5.po 2019-07-09
02:19:16.000000000 +0200
+++ new/kontactinterface-19.08.0/po/ga/kontactinterfaces5.po 2019-08-09
02:50:10.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: kontactinterfaces.po\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: Irish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/po/gl/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/gl/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/gl/kontactinterfaces5.po 2019-07-09
02:19:16.000000000 +0200
+++ new/kontactinterface-19.08.0/po/gl/kontactinterfaces5.po 2019-08-09
02:50:10.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: kontactinterfaces\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: galician <[email protected]>\n"
@@ -15,11 +15,7 @@
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Environment: kde\n"
-"X-Accelerator-Marker: &\n"
-"X-Text-Markup: kde4\n"
#, kde-format
msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/po/he/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/he/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/he/kontactinterfaces5.po 2019-07-09
02:19:16.000000000 +0200
+++ new/kontactinterface-19.08.0/po/he/kontactinterfaces5.po 2019-08-09
02:50:10.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: kontactinterfaces5\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: Hebrew <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/po/hu/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/hu/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/hu/kontactinterfaces5.po 2019-07-09
02:19:16.000000000 +0200
+++ new/kontactinterface-19.08.0/po/hu/kontactinterfaces5.po 2019-08-09
02:50:10.000000000 +0200
@@ -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-05-20 07:44+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 <[email protected]>\n"
"Language-Team: Hungarian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/po/ia/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/ia/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/ia/kontactinterfaces5.po 2019-07-09
02:19:16.000000000 +0200
+++ new/kontactinterface-19.08.0/po/ia/kontactinterfaces5.po 2019-08-09
02:50:10.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: Interlingua <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/po/it/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/it/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/it/kontactinterfaces5.po 2019-07-09
02:19:16.000000000 +0200
+++ new/kontactinterface-19.08.0/po/it/kontactinterfaces5.po 2019-08-09
02:50:10.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: kontactinterfaces\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: Italian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/po/ja/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/ja/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/ja/kontactinterfaces5.po 2019-07-09
02:19:16.000000000 +0200
+++ new/kontactinterface-19.08.0/po/ja/kontactinterfaces5.po 2019-08-09
02:50:10.000000000 +0200
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: kontactinterfaces\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: Japanese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/po/kk/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/kk/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/kk/kontactinterfaces5.po 2019-07-09
02:19:16.000000000 +0200
+++ new/kontactinterface-19.08.0/po/kk/kontactinterfaces5.po 2019-08-09
02:50:10.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: Kazakh <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/po/km/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/km/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/km/kontactinterfaces5.po 2019-07-09
02:19:16.000000000 +0200
+++ new/kontactinterface-19.08.0/po/km/kontactinterfaces5.po 2019-08-09
02:50:10.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: kontactinterfaces\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: Khmer <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/po/ko/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/ko/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/ko/kontactinterfaces5.po 2019-07-09
02:19:16.000000000 +0200
+++ new/kontactinterface-19.08.0/po/ko/kontactinterfaces5.po 2019-08-09
02:50:10.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: Korean <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/po/lt/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/lt/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/lt/kontactinterfaces5.po 2019-07-09
02:19:17.000000000 +0200
+++ new/kontactinterface-19.08.0/po/lt/kontactinterfaces5.po 2019-08-09
02:50:11.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: kontactinterfaces\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: Lithuanian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/po/lv/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/lv/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/lv/kontactinterfaces5.po 2019-07-09
02:19:17.000000000 +0200
+++ new/kontactinterface-19.08.0/po/lv/kontactinterfaces5.po 2019-08-09
02:50:11.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: kontactinterfaces\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: Latvian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/po/mr/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/mr/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/mr/kontactinterfaces5.po 2019-07-09
02:19:17.000000000 +0200
+++ new/kontactinterface-19.08.0/po/mr/kontactinterfaces5.po 2019-08-09
02:50:11.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: Marathi <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/po/nb/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/nb/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/nb/kontactinterfaces5.po 2019-07-09
02:19:17.000000000 +0200
+++ new/kontactinterface-19.08.0/po/nb/kontactinterfaces5.po 2019-08-09
02:50:11.000000000 +0200
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: kontactinterfaces\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: Norwegian Bokmål <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kontactinterface-19.04.3/po/nds/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/nds/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/nds/kontactinterfaces5.po 2019-07-09
02:19:17.000000000 +0200
+++ new/kontactinterface-19.08.0/po/nds/kontactinterfaces5.po 2019-08-09
02:50:11.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: kontactinterfaces\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: Low Saxon <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/po/nl/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/nl/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/nl/kontactinterfaces5.po 2019-07-09
02:19:17.000000000 +0200
+++ new/kontactinterface-19.08.0/po/nl/kontactinterfaces5.po 2019-08-09
02:50:11.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: kontactinterfaces\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: Dutch <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/po/nn/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/nn/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/nn/kontactinterfaces5.po 2019-07-09
02:19:17.000000000 +0200
+++ new/kontactinterface-19.08.0/po/nn/kontactinterfaces5.po 2019-08-09
02:50:12.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: kontactinterfaces\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: Norwegian Nynorsk <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/po/pa/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/pa/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/pa/kontactinterfaces5.po 2019-07-09
02:19:17.000000000 +0200
+++ new/kontactinterface-19.08.0/po/pa/kontactinterfaces5.po 2019-08-09
02:50:12.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: ਪੰਜਾਬੀ <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/po/pl/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/pl/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/pl/kontactinterfaces5.po 2019-07-09
02:19:17.000000000 +0200
+++ new/kontactinterface-19.08.0/po/pl/kontactinterfaces5.po 2019-08-09
02:50:12.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: Polish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/po/pt/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/pt/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/pt/kontactinterfaces5.po 2019-07-09
02:19:17.000000000 +0200
+++ new/kontactinterface-19.08.0/po/pt/kontactinterfaces5.po 2019-08-09
02:50:12.000000000 +0200
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: kontactinterfaces\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: Portuguese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kontactinterface-19.04.3/po/pt_BR/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/pt_BR/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/pt_BR/kontactinterfaces5.po 2019-07-09
02:19:17.000000000 +0200
+++ new/kontactinterface-19.08.0/po/pt_BR/kontactinterfaces5.po 2019-08-09
02:50:12.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: kontactinterfaces5\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: Brazilian Portuguese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/po/ro/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/ro/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/ro/kontactinterfaces5.po 2019-07-09
02:19:17.000000000 +0200
+++ new/kontactinterface-19.08.0/po/ro/kontactinterfaces5.po 2019-08-09
02:50:12.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: kontactinterfaces\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: Romanian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/po/ru/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/ru/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/ru/kontactinterfaces5.po 2019-07-09
02:19:17.000000000 +0200
+++ new/kontactinterface-19.08.0/po/ru/kontactinterfaces5.po 2019-08-09
02:50:12.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: Russian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/po/sk/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/sk/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/sk/kontactinterfaces5.po 2019-07-09
02:19:17.000000000 +0200
+++ new/kontactinterface-19.08.0/po/sk/kontactinterfaces5.po 2019-08-09
02:50:12.000000000 +0200
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: kontactinterfaces5\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: Slovak <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/po/sl/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/sl/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/sl/kontactinterfaces5.po 2019-07-09
02:19:17.000000000 +0200
+++ new/kontactinterface-19.08.0/po/sl/kontactinterfaces5.po 2019-08-09
02:50:12.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: kontactinterfaces\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: Slovenian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/po/sv/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/sv/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/sv/kontactinterfaces5.po 2019-07-09
02:19:17.000000000 +0200
+++ new/kontactinterface-19.08.0/po/sv/kontactinterfaces5.po 2019-08-09
02:50:12.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: kontactinterfaces\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: Swedish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/po/tr/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/tr/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/tr/kontactinterfaces5.po 2019-07-09
02:19:17.000000000 +0200
+++ new/kontactinterface-19.08.0/po/tr/kontactinterfaces5.po 2019-08-09
02:50:12.000000000 +0200
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: kdepimlibs-kde4\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: Turkish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/po/ug/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/ug/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/ug/kontactinterfaces5.po 2019-07-09
02:19:17.000000000 +0200
+++ new/kontactinterface-19.08.0/po/ug/kontactinterfaces5.po 2019-08-09
02:50:12.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: kontactinterfaces\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: Uyghur Computer Science Association <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/po/uk/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/uk/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/uk/kontactinterfaces5.po 2019-07-09
02:19:17.000000000 +0200
+++ new/kontactinterface-19.08.0/po/uk/kontactinterfaces5.po 2019-08-09
02:50:12.000000000 +0200
@@ -1,5 +1,5 @@
# Translation of kontactinterfaces5.po to Ukrainian
-# Copyright (C) 2014 This_file_is_part_of_KDE
+# Copyright (C) 2018 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-05-20 07:44+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 <[email protected]>\n"
"Language-Team: Ukrainian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/po/wa/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/wa/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/wa/kontactinterfaces5.po 2019-07-09
02:19:17.000000000 +0200
+++ new/kontactinterface-19.08.0/po/wa/kontactinterfaces5.po 2019-08-09
02:50:12.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: kontactinterfaces\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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 <[email protected]>\n"
"Language-Team: Walloon <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kontactinterface-19.04.3/po/zh_CN/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/zh_CN/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/zh_CN/kontactinterfaces5.po 2019-07-09
02:19:17.000000000 +0200
+++ new/kontactinterface-19.08.0/po/zh_CN/kontactinterfaces5.po 2019-08-09
02:50:13.000000000 +0200
@@ -6,8 +6,8 @@
msgstr ""
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+0200\n"
-"PO-Revision-Date: 2019-06-02 13:15\n"
+"POT-Creation-Date: 2019-05-20 03:17+0200\n"
+"PO-Revision-Date: 2019-07-18 15: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.04.3/po/zh_TW/kontactinterfaces5.po
new/kontactinterface-19.08.0/po/zh_TW/kontactinterfaces5.po
--- old/kontactinterface-19.04.3/po/zh_TW/kontactinterfaces5.po 2019-07-09
02:19:17.000000000 +0200
+++ new/kontactinterface-19.08.0/po/zh_TW/kontactinterfaces5.po 2019-08-09
02:50:13.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: kontactinterfaces\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-05-20 07:44+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.04.3/src/kontactplugin.desktop
new/kontactinterface-19.08.0/src/kontactplugin.desktop
--- old/kontactinterface-19.04.3/src/kontactplugin.desktop 2019-06-07
07:01:49.000000000 +0200
+++ new/kontactinterface-19.08.0/src/kontactplugin.desktop 2019-08-03
11:43:19.000000000 +0200
@@ -25,7 +25,7 @@
Name[kk]=Kontact плагині
Name[km]=កម្មវិធីជំនួយ Kontact
Name[ko]=Kontact 플러그인
-Name[lt]=Kontact papildinys
+Name[lt]=Kontact priedas
Name[lv]=Kontact spraudnis
Name[mr]=कॉन्टॅक्ट प्लगइन
Name[nb]=Kontact-programtillegg
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kontactinterface-19.04.3/src/pimuniqueapplication.cpp
new/kontactinterface-19.08.0/src/pimuniqueapplication.cpp
--- old/kontactinterface-19.04.3/src/pimuniqueapplication.cpp 2019-06-07
07:01:49.000000000 +0200
+++ new/kontactinterface-19.08.0/src/pimuniqueapplication.cpp 2019-08-03
11:43:19.000000000 +0200
@@ -101,12 +101,38 @@
QDBusConnection::ExportAdaptors);
}
-bool PimUniqueApplication::start(const QStringList &arguments, bool unique)
+static bool callNewInstance(const QString &appName, const QString
&serviceName, const QByteArray &asn_id, const QStringList &arguments)
+{
+ const QString objectName = QLatin1Char('/') + appName +
QLatin1String("_PimApplication");
+ QDBusInterface iface(serviceName,
+ objectName,
+ QStringLiteral("org.kde.PIMUniqueApplication"),
+ QDBusConnection::sessionBus());
+ if (iface.isValid()) {
+ QDBusReply<int> reply = iface.call(QStringLiteral("newInstance"),
+ asn_id,
+ arguments,
+ QDir::currentPath());
+ if (reply.isValid()) {
+ return true;
+ }
+ }
+ return false;
+}
+
+int PimUniqueApplication::newInstance()
+{
+ return newInstance(KStartupInfo::startupId(), QStringList() <<
QApplication::applicationName(), QDir::currentPath());
+}
+
+
+bool PimUniqueApplication::start(const QStringList &arguments)
{
const QString appName = QApplication::applicationName();
+
// Try talking to /appName_PimApplication in org.kde.appName,
// (which could be kontact or the standalone application),
- // otherwise fall back to starting a new app
+ // otherwise the current app being started will register to DBus.
const QString serviceName = QLatin1String("org.kde.") + appName;
if
(QDBusConnection::sessionBus().interface()->isServiceRegistered(serviceName)) {
@@ -125,28 +151,14 @@
KWindowSystem::allowExternalProcessWindowActivation();
- const QString objectName = QLatin1Char('/') + appName +
QLatin1String("_PimApplication");
- qCDebug(KONTACTINTERFACE_LOG) << objectName;
- QDBusInterface iface(serviceName,
- objectName,
- QStringLiteral("org.kde.PIMUniqueApplication"),
- QDBusConnection::sessionBus());
- if (iface.isValid()) {
- QDBusReply<int> reply = iface.call(QStringLiteral("newInstance"),
- new_asn_id,
- arguments,
- QDir::currentPath());
- if (reply.isValid()) {
- return false; // success means that main() can exist now.
- }
+ if (callNewInstance(appName, serviceName, new_asn_id, arguments)) {
+ return false; // success means that main() can exit now.
}
}
qCDebug(KONTACTINTERFACE_LOG) << "kontact not running -- start standalone
application";
- if (unique) {
- QDBusConnection::sessionBus().registerService(serviceName);
- }
+ QDBusConnection::sessionBus().registerService(serviceName);
// Make sure we have DrKonqi
Private::disableChromiumCrashHandler();
@@ -155,9 +167,15 @@
return true;
}
-int PimUniqueApplication::newInstance()
+bool PimUniqueApplication::activateApplication(const QString &appName, const
QStringList &additionalArguments)
{
- return newInstance(KStartupInfo::startupId(), QStringList() <<
QApplication::applicationName(), QDir::currentPath());
+ const QString serviceName = QLatin1String("org.kde.") + appName;
+ QStringList arguments{ appName };
+ arguments += additionalArguments;
+ // Start it standalone if not already running (if kontact is running, then
this will do nothing)
+ QDBusConnection::sessionBus().interface()->startService(serviceName);
+ return callNewInstance(appName, serviceName,
KStartupInfo::createNewStartupId(), arguments);
+
}
// This is called via DBus either by another instance that has just been
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/src/pimuniqueapplication.h
new/kontactinterface-19.08.0/src/pimuniqueapplication.h
--- old/kontactinterface-19.04.3/src/pimuniqueapplication.h 2019-06-07
07:01:49.000000000 +0200
+++ new/kontactinterface-19.08.0/src/pimuniqueapplication.h 2019-08-03
11:43:19.000000000 +0200
@@ -33,7 +33,7 @@
/**
* KDEPIM applications which can be integrated into kontact should use
- * PimUniqueApplication instead of Qapplication + Dbus unique.
+ * PimUniqueApplication instead of QApplication + Dbus unique.
* This makes command-line handling work, i.e. you can launch "korganizer"
* and if kontact is already running, it will load the korganizer part and
* switch to it.
@@ -49,8 +49,19 @@
~PimUniqueApplication();
void setAboutData(KAboutData &aboutData);
- static bool start(const QStringList &arguments,
- bool unique = true);
+
+ /**
+ * Register this process as a unique application, if not already running.
+ * Typically called in main().
+ * @param arguments should start with the appname, as
QCoreApplication::arguments() does.
+ */
+ static bool start(const QStringList &arguments);
+
+ /**
+ * Ensure that another PIM application is running.
+ */
+ static bool activateApplication(const QString &application,
+ const QStringList &additionalArguments =
{});
Q_REQUIRED_RESULT QCommandLineParser *cmdArgs() const;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.04.3/src/uniqueapphandler.h
new/kontactinterface-19.08.0/src/uniqueapphandler.h
--- old/kontactinterface-19.04.3/src/uniqueapphandler.h 2019-06-07
07:01:49.000000000 +0200
+++ new/kontactinterface-19.08.0/src/uniqueapphandler.h 2019-08-03
11:43:19.000000000 +0200
@@ -40,7 +40,7 @@
class KONTACTINTERFACE_EXPORT UniqueAppHandler : public QObject
{
Q_OBJECT
- // We implement the KUniqueApplication interface
+ // We implement the PIMUniqueApplication interface
Q_CLASSINFO("D-Bus Interface", "org.kde.PIMUniqueApplication")
public: