Hello community, here is the log from the commit of package kactivitymanagerd for openSUSE:Factory checked in at 2019-02-11 21:19:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kactivitymanagerd (Old) and /work/SRC/openSUSE:Factory/.kactivitymanagerd.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kactivitymanagerd" Mon Feb 11 21:19:37 2019 rev:56 rq:672574 version:5.15.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kactivitymanagerd/kactivitymanagerd.changes 2019-01-10 15:17:40.670670531 +0100 +++ /work/SRC/openSUSE:Factory/.kactivitymanagerd.new.28833/kactivitymanagerd.changes 2019-02-11 21:19:38.983264988 +0100 @@ -1,0 +2,24 @@ +Thu Feb 7 16:02:49 UTC 2019 - [email protected] + +- Update to 5.15.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.15.0.php +- No code changes since 5.14.90 + +------------------------------------------------------------------- +Thu Jan 17 18:45:47 UTC 2019 - [email protected] + +- Update to 5.14.90 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.14.90.php +- Changes since 5.14.5: + * bump KF5 dependency to required 5.54 as agreed at start of Plasma 5.15 cycle + * Consti'fy + * create categories file + * Move kactivitymanagerd to libexec and remove manual daemon management + * Fix compile + * Use QStringLiteral and co + +------------------------------------------------------------------- Old: ---- kactivitymanagerd-5.14.5.tar.xz kactivitymanagerd-5.14.5.tar.xz.sig New: ---- kactivitymanagerd-5.15.0.tar.xz kactivitymanagerd-5.15.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kactivitymanagerd.spec ++++++ --- /var/tmp/diff_new_pack.6DZPjA/_old 2019-02-11 21:19:39.635264641 +0100 +++ /var/tmp/diff_new_pack.6DZPjA/_new 2019-02-11 21:19:39.639264638 +0100 @@ -15,20 +15,20 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -%global kf5_version 5.50.0 +%global kf5_version 5.54.0 %global qt5_version 5.11.0 %bcond_without lang Name: kactivitymanagerd -Version: 5.14.5 +Version: 5.15.0 Release: 0 Summary: KDE Plasma Activities support License: GPL-2.0+ Group: System/GUI/KDE Url: http://projects.kde.org/kactivitymanagerd -Source: https://download.kde.org/stable/plasma/%{version}/kactivitymanagerd-%{version}.tar.xz +Source: kactivitymanagerd-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/plasma/%{version}/kactivitymanagerd-%{version}.tar.xz.sig +Source1: kactivitymanagerd-%{version}.tar.xz.sig Source2: plasma.keyring %endif %if 0%{?suse_version} > 1325 @@ -107,11 +107,12 @@ %files %license COPYING* -%{_kf5_bindir}/kactivitymanagerd +%{_kf5_libdir}/libexec/kactivitymanagerd %{_kf5_libdir}/libkactivitymanagerd_plugin.so %{_kf5_plugindir}/ %{_kf5_servicesdir}/ %{_kf5_servicetypesdir}/ %{_kf5_sharedir}/dbus-1/services/org.kde.activitymanager.service +%{_kf5_debugdir}/kactivitymanagerd.categories %changelog ++++++ kactivitymanagerd-5.14.5.tar.xz -> kactivitymanagerd-5.15.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/CMakeLists.txt new/kactivitymanagerd-5.15.0/CMakeLists.txt --- old/kactivitymanagerd-5.14.5/CMakeLists.txt 2019-01-08 11:58:34.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/CMakeLists.txt 2019-02-07 12:09:15.000000000 +0100 @@ -8,7 +8,7 @@ option (KACTIVITIES_ENABLE_EXCEPTIONS "If you have Boost 1.53, you need to build KActivities with exceptions enabled. This is UNTESTED and EXPERIMENTAL!" OFF) set(QT_MIN_VERSION "5.11.0") -set(KF5_MIN_VERSION "5.50.0") +set(KF5_MIN_VERSION "5.54.0") # We don't build in-source if ("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}") @@ -70,6 +70,7 @@ add_subdirectory (src) +install(FILES kactivitymanagerd.categories DESTINATION ${KDE_INSTALL_CONFDIR}) # Write out the features feature_summary (WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/kactivitymanagerd.categories new/kactivitymanagerd-5.15.0/kactivitymanagerd.categories --- old/kactivitymanagerd-5.14.5/kactivitymanagerd.categories 1970-01-01 01:00:00.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/kactivitymanagerd.categories 2019-02-07 12:09:15.000000000 +0100 @@ -0,0 +1,3 @@ +org.kde.kactivities.activities KActivities Activities DEFAULT_SEVERITY [WARNING] IDENTIFIER [KAMD_LOG_ACTIVITIES] +org.kde.kactivities.application KActivities Application DEFAULT_SEVERITY [WARNING] IDENTIFIER [KAMD_LOG_APPLICATION] +org.kde.kactivities.resources KActivities Resources DEFAULT_SEVERITY [WARNING] IDENTIFIER [KAMD_LOG_RESOURCES] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/po/ar/kactivities5.po new/kactivitymanagerd-5.15.0/po/ar/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/ar/kactivities5.po 2019-01-08 11:58:35.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/ar/kactivities5.po 2019-02-07 12:09:17.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2013-07-07 23:56+0300\n" "Last-Translator: Safa Alfulaij <[email protected]>\n" "Language-Team: Arabic <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/po/ast/kactivities5.po new/kactivitymanagerd-5.15.0/po/ast/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/ast/kactivities5.po 2019-01-08 11:58:35.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/ast/kactivities5.po 1970-01-01 01:00:00.000000000 +0100 @@ -1,35 +0,0 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# enolp <[email protected]>, 2016. -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" -"PO-Revision-Date: 2016-12-21 16:26+0100\n" -"Last-Translator: enolp <[email protected]>\n" -"Language-Team: Asturian <[email protected]>\n" -"Language: ast\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 2.0\n" - -#: service/Activities.cpp:125 -#, kde-format -msgid "Default" -msgstr "" - -#: service/plugins/globalshortcuts/GlobalShortcutsPlugin.cpp:44 -#, kde-format -msgid "Activity Manager" -msgstr "" - -#: service/plugins/globalshortcuts/GlobalShortcutsPlugin.cpp:91 -#: service/plugins/globalshortcuts/GlobalShortcutsPlugin.cpp:126 -#, kde-format -msgctxt "@action" -msgid "Switch to activity \"%1\"" -msgstr "" \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/po/bg/kactivities5.po new/kactivitymanagerd-5.15.0/po/bg/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/bg/kactivities5.po 2019-01-08 11:58:35.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/bg/kactivities5.po 2019-02-07 12:09:17.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2011-07-09 00:47+0200\n" "Last-Translator: Dimitar Popov <[email protected]>\n" "Language-Team: Bulgarian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/po/bs/kactivities5.po new/kactivitymanagerd-5.15.0/po/bs/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/bs/kactivities5.po 2019-01-08 11:58:36.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/bs/kactivities5.po 2019-02-07 12:09:17.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kde 49i410\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2013-10-18 20:18+0000\n" "Last-Translator: Samir Ribić <Unknown>\n" "Language-Team: Bosnian\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/po/ca/kactivities5.po new/kactivitymanagerd-5.15.0/po/ca/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/ca/kactivities5.po 2019-01-08 11:58:36.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/ca/kactivities5.po 2019-02-07 12:09:17.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kactivities5\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2018-08-08 09:12+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/kactivitymanagerd-5.14.5/po/ca@valencia/kactivities5.po new/kactivitymanagerd-5.15.0/po/ca@valencia/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/ca@valencia/kactivities5.po 2019-01-08 11:58:36.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/ca@valencia/kactivities5.po 2019-02-07 12:09:17.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kactivities5\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2018-08-08 09:12+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/kactivitymanagerd-5.14.5/po/cs/kactivities5.po new/kactivitymanagerd-5.15.0/po/cs/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/cs/kactivities5.po 2019-01-08 11:58:36.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/cs/kactivities5.po 2019-02-07 12:09:17.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2016-04-07 17:07+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/kactivitymanagerd-5.14.5/po/da/kactivities5.po new/kactivitymanagerd-5.15.0/po/da/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/da/kactivities5.po 2019-01-08 11:58:36.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/da/kactivities5.po 2019-02-07 12:09:17.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2016-01-25 22:47+0100\n" "Last-Translator: Martin Schlander <[email protected]>\n" "Language-Team: Danish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/po/de/kactivities5.po new/kactivitymanagerd-5.15.0/po/de/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/de/kactivities5.po 2019-01-08 11:58:36.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/de/kactivities5.po 2019-02-07 12:09:17.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2018-10-07 14:04+0100\n" "Last-Translator: Burkhard Lück <[email protected]>\n" "Language-Team: German <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/po/el/kactivities5.po new/kactivitymanagerd-5.15.0/po/el/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/el/kactivities5.po 2019-01-08 11:58:36.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/el/kactivities5.po 2019-02-07 12:09:17.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kactivitymanagerd_fileitem_linking_plugin\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2015-11-05 11:15+0200\n" "Last-Translator: Dimitris Kardarakos <[email protected]>\n" "Language-Team: Greek <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/po/en_GB/kactivities5.po new/kactivitymanagerd-5.15.0/po/en_GB/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/en_GB/kactivities5.po 2019-01-08 11:58:36.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/en_GB/kactivities5.po 2019-02-07 12:09:17.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2018-08-15 12:46+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/kactivitymanagerd-5.14.5/po/es/kactivities5.po new/kactivitymanagerd-5.15.0/po/es/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/es/kactivities5.po 2019-01-08 11:58:36.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/es/kactivities5.po 2019-02-07 12:09:17.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kactivities5\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2018-08-19 03:23+0100\n" "Last-Translator: Eloy Cuadra <[email protected]>\n" "Language-Team: Spanish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/po/et/kactivities5.po new/kactivitymanagerd-5.15.0/po/et/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/et/kactivities5.po 2019-01-08 11:58:36.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/et/kactivities5.po 2019-02-07 12:09:17.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2016-07-27 01: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/kactivitymanagerd-5.14.5/po/eu/kactivities5.po new/kactivitymanagerd-5.15.0/po/eu/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/eu/kactivities5.po 2019-01-08 11:58:36.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/eu/kactivities5.po 2019-02-07 12:09:18.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kactivities5\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2018-08-08 09:02+0100\n" "Last-Translator: Iñigo Salvador Azurmendi <[email protected]>\n" "Language-Team: Basque <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/po/fi/kactivities5.po new/kactivitymanagerd-5.15.0/po/fi/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/fi/kactivities5.po 2019-01-08 11:58:36.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/fi/kactivities5.po 2019-02-07 12:09:18.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2018-08-15 13:03+0200\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/kactivitymanagerd-5.14.5/po/fr/kactivities5.po new/kactivitymanagerd-5.15.0/po/fr/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/fr/kactivities5.po 2019-01-08 11:58:36.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/fr/kactivities5.po 2019-02-07 12:09:18.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kcm_activities\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2016-01-23 11:53+0100\n" "Last-Translator: Thomas Vergnaud <[email protected]>\n" "Language-Team: French <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/po/ga/kactivities5.po new/kactivitymanagerd-5.15.0/po/ga/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/ga/kactivities5.po 2019-01-08 11:58:36.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/ga/kactivities5.po 2019-02-07 12:09:18.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kactivitymanagerd_fileitem_linking_plugin\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2012-11-29 14:59-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/kactivitymanagerd-5.14.5/po/gd/kactivities5.po new/kactivitymanagerd-5.15.0/po/gd/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/gd/kactivities5.po 2019-01-08 11:58:36.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/gd/kactivities5.po 2019-02-07 12:09:18.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kactivities5\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2015-11-04 15:11+0000\n" "Last-Translator: Michael Bauer <[email protected]>\n" "Language-Team: Fòram na Gàidhlig\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/po/gl/kactivities5.po new/kactivitymanagerd-5.15.0/po/gl/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/gl/kactivities5.po 2019-01-08 11:58:36.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/gl/kactivities5.po 2019-02-07 12:09:18.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2018-10-21 20:46+0100\n" "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n" "Language-Team: Galician <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/po/gu/kactivities5.po new/kactivitymanagerd-5.15.0/po/gu/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/gu/kactivities5.po 2019-01-08 11:58:36.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/gu/kactivities5.po 2019-02-07 12:09:18.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kactivitymanagerd\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2010-11-26 18:05+0530\n" "Last-Translator: Sweta Kothari <[email protected]>\n" "Language-Team: Gujarati\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/po/he/kactivities5.po new/kactivitymanagerd-5.15.0/po/he/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/he/kactivities5.po 2019-01-08 11:58:36.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/he/kactivities5.po 2019-02-07 12:09:18.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kactivities5\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2017-05-16 06:51-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/kactivitymanagerd-5.14.5/po/hi/kactivities5.po new/kactivitymanagerd-5.15.0/po/hi/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/hi/kactivities5.po 2019-01-08 11:58:36.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/hi/kactivities5.po 2019-02-07 12:09:18.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kactivitymanagerd\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2010-12-09 00:24+0530\n" "Last-Translator: G Karunakar\n" "Language-Team: Hindi <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/po/hr/kactivities5.po new/kactivitymanagerd-5.15.0/po/hr/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/hr/kactivities5.po 2019-01-08 11:58:36.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/hr/kactivities5.po 2019-02-07 12:09:18.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2011-03-04 18:03+0100\n" "Last-Translator: Marko Dimjasevic <[email protected]>\n" "Language-Team: Croatian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/po/hu/kactivities5.po new/kactivitymanagerd-5.15.0/po/hu/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/hu/kactivities5.po 2019-01-08 11:58:36.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/hu/kactivities5.po 2019-02-07 12:09:18.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2018-10-19 18:19+0200\n" "Last-Translator: Kristof Kiszel <[email protected]>\n" "Language-Team: Hungarian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/po/ia/kactivities5.po new/kactivitymanagerd-5.15.0/po/ia/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/ia/kactivities5.po 2019-01-08 11:58:36.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/ia/kactivities5.po 2019-02-07 12:09:18.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2014-04-29 15:23+0200\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/kactivitymanagerd-5.14.5/po/id/kactivities5.po new/kactivitymanagerd-5.15.0/po/id/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/id/kactivities5.po 2019-01-08 11:58:36.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/id/kactivities5.po 2019-02-07 12:09:18.000000000 +0100 @@ -6,9 +6,9 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" -"PO-Revision-Date: 2018-08-09 06:48+0700\n" -"Last-Translator: wantoyo <[email protected]>\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" +"PO-Revision-Date: 2018-12-01 08:04+0700\n" +"Last-Translator: Wantoyo <[email protected]>\n" "Language-Team: Indonesian <[email protected]>\n" "Language: id\n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ #: service/Activities.cpp:125 #, kde-format msgid "Default" -msgstr "Baku" +msgstr "Default" #: service/plugins/globalshortcuts/GlobalShortcutsPlugin.cpp:44 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/po/is/kactivities5.po new/kactivitymanagerd-5.15.0/po/is/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/is/kactivities5.po 2019-01-08 11:58:36.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/is/kactivities5.po 2019-02-07 12:09:18.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2016-04-08 22:57+0000\n" "Last-Translator: Sveinn í Felli <[email protected]>\n" "Language-Team: Icelandic <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/po/it/kactivities5.po new/kactivitymanagerd-5.15.0/po/it/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/it/kactivities5.po 2019-01-08 11:58:36.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/it/kactivities5.po 2019-02-07 12:09:18.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kactivitymanagerd_fileitem_linking_plugin\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2018-08-08 20:18+0100\n" "Last-Translator: Vincenzo Reale <[email protected]>\n" "Language-Team: Italian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/po/ja/kactivities5.po new/kactivitymanagerd-5.15.0/po/ja/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/ja/kactivities5.po 2019-01-08 11:58:36.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/ja/kactivities5.po 2019-02-07 12:09:18.000000000 +0100 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: kcm_activities\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2012-11-15 03:25-0800\n" "Last-Translator: Japanese KDE translation team <[email protected]>\n" "Language-Team: Japanese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/po/kk/kactivities5.po new/kactivitymanagerd-5.15.0/po/kk/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/kk/kactivities5.po 2019-01-08 11:58:36.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/kk/kactivities5.po 2019-02-07 12:09:18.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2013-06-12 03:46+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/kactivitymanagerd-5.14.5/po/km/kactivities5.po new/kactivitymanagerd-5.15.0/po/km/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/km/kactivities5.po 2019-01-08 11:58:36.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/km/kactivities5.po 2019-02-07 12:09:18.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kactivitymanagerd\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2012-06-07 16:10+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/kactivitymanagerd-5.14.5/po/kn/kactivities5.po new/kactivitymanagerd-5.15.0/po/kn/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/kn/kactivities5.po 2019-01-08 11:58:37.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/kn/kactivities5.po 2019-02-07 12:09:18.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2010-12-22 12:59+0530\n" "Last-Translator: Shankar Prasad <[email protected]>\n" "Language-Team: kn-l10n <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/po/ko/kactivities5.po new/kactivitymanagerd-5.15.0/po/ko/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/ko/kactivities5.po 2019-01-08 11:58:37.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/ko/kactivities5.po 2019-02-07 12:09:18.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2018-08-14 13:52+0100\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/kactivitymanagerd-5.14.5/po/lt/kactivities5.po new/kactivitymanagerd-5.15.0/po/lt/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/lt/kactivities5.po 2019-01-08 11:58:37.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/lt/kactivities5.po 2019-02-07 12:09:18.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2014-11-02 19:37+0200\n" "Last-Translator: \n" "Language-Team: Lithuanian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/po/lv/kactivities5.po new/kactivitymanagerd-5.15.0/po/lv/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/lv/kactivities5.po 2019-01-08 11:58:37.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/lv/kactivities5.po 2019-02-07 12:09:18.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2011-08-17 23:34+0300\n" "Last-Translator: Einars Sprugis <[email protected]>\n" "Language-Team: Latvian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/po/mr/kactivities5.po new/kactivitymanagerd-5.15.0/po/mr/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/mr/kactivities5.po 2019-01-08 11:58:37.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/mr/kactivities5.po 2019-02-07 12:09:18.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2013-01-14 22:14+0530\n" "Last-Translator: Chetan Khona <[email protected]>\n" "Language-Team: American English <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/po/ms/kactivities5.po new/kactivitymanagerd-5.15.0/po/ms/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/ms/kactivities5.po 2019-01-08 11:58:37.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/ms/kactivities5.po 2019-02-07 12:09:19.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kactivitymanagerd\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2010-11-14 23:28+0800\n" "Last-Translator: Sharuzzaman Ahmat Raslan <[email protected]>\n" "Language-Team: Malay <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/po/nb/kactivities5.po new/kactivitymanagerd-5.15.0/po/nb/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/nb/kactivities5.po 2019-01-08 11:58:37.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/nb/kactivities5.po 2019-02-07 12:09:19.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2014-09-09 12:52+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/kactivitymanagerd-5.14.5/po/nds/kactivities5.po new/kactivitymanagerd-5.15.0/po/nds/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/nds/kactivities5.po 2019-01-08 11:58:37.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/nds/kactivities5.po 2019-02-07 12:09:19.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2014-08-21 16:34+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/kactivitymanagerd-5.14.5/po/nl/kactivities5.po new/kactivitymanagerd-5.15.0/po/nl/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/nl/kactivities5.po 2019-01-08 11:58:37.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/nl/kactivities5.po 2019-02-07 12:09:19.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2018-08-08 15:58+0100\n" "Last-Translator: Freek de Kruijf <[email protected]>\n" "Language-Team: Dutch <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/po/nn/kactivities5.po new/kactivitymanagerd-5.15.0/po/nn/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/nn/kactivities5.po 2019-01-08 11:58:37.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/nn/kactivities5.po 2019-02-07 12:09:19.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2018-08-11 13:03+0100\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/kactivitymanagerd-5.14.5/po/pa/kactivities5.po new/kactivitymanagerd-5.15.0/po/pa/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/pa/kactivities5.po 2019-01-08 11:58:37.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/pa/kactivities5.po 2019-02-07 12:09:19.000000000 +0100 @@ -1,21 +1,21 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# A S Alam <[email protected]>, 2012, 2014. +# A S Alam <[email protected]>, 2012, 2014, 2018. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" -"PO-Revision-Date: 2014-11-06 17:43-0600\n" -"Last-Translator: A S Alam <[email protected]>\n" -"Language-Team: Punjabi/Panjabi <[email protected]>\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" +"PO-Revision-Date: 2018-09-22 22:43-0600\n" +"Last-Translator: A S Alam <[email protected]>\n" +"Language-Team: Punjabi <[email protected]>\n" "Language: pa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" #: service/Activities.cpp:125 #, kde-format @@ -23,14 +23,13 @@ msgstr "ਡਿਫਾਲਟ" #: service/plugins/globalshortcuts/GlobalShortcutsPlugin.cpp:44 -#, fuzzy, kde-format -#| msgid "Activity" +#, kde-format msgid "Activity Manager" -msgstr "ਸਰਗਰਮੀ" +msgstr "ਸਰਗਰਮੀ ਮੈਨੇਜਰ" #: service/plugins/globalshortcuts/GlobalShortcutsPlugin.cpp:91 #: service/plugins/globalshortcuts/GlobalShortcutsPlugin.cpp:126 #, kde-format msgctxt "@action" msgid "Switch to activity \"%1\"" -msgstr "\"%1\" ਐਕਟਵਿਟੀ ਲਈ ਬਦਲੋ" \ No newline at end of file +msgstr "\"%1\" ਸਰਗਰਮੀ ਲਈ ਬਦਲੋ" \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/po/pl/kactivities5.po new/kactivitymanagerd-5.15.0/po/pl/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/pl/kactivities5.po 2019-01-08 11:58:37.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/pl/kactivities5.po 2019-02-07 12:09:19.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2018-09-01 06:24+0100\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/kactivitymanagerd-5.14.5/po/pt/kactivities5.po new/kactivitymanagerd-5.15.0/po/pt/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/pt/kactivities5.po 2019-01-08 11:58:37.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/pt/kactivities5.po 2019-02-07 12:09:19.000000000 +0100 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: kactivities5\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2015-12-28 13:58+0000\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/kactivitymanagerd-5.14.5/po/pt_BR/kactivities5.po new/kactivitymanagerd-5.15.0/po/pt_BR/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/pt_BR/kactivities5.po 2019-01-08 11:58:37.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/pt_BR/kactivities5.po 2019-02-07 12:09:19.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kactivities5\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2018-08-29 10:43-0300\n" "Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n" "Language-Team: Portuguese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/po/ro/kactivities5.po new/kactivitymanagerd-5.15.0/po/ro/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/ro/kactivities5.po 2019-01-08 11:58:37.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/ro/kactivities5.po 2019-02-07 12:09:19.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2013-10-27 11:29+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/kactivitymanagerd-5.14.5/po/ru/kactivities5.po new/kactivitymanagerd-5.15.0/po/ru/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/ru/kactivities5.po 2019-01-08 11:58:37.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/ru/kactivities5.po 2019-02-07 12:09:19.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2018-09-15 16:30+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/kactivitymanagerd-5.14.5/po/se/kactivities5.po new/kactivitymanagerd-5.15.0/po/se/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/se/kactivities5.po 2019-01-08 11:58:37.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/se/kactivities5.po 2019-02-07 12:09:19.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2011-10-26 01:37+0200\n" "Last-Translator: Børre Gaup <[email protected]>\n" "Language-Team: Northern Sami <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/po/sk/kactivities5.po new/kactivitymanagerd-5.15.0/po/sk/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/sk/kactivities5.po 2019-01-08 11:58:37.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/sk/kactivities5.po 2019-02-07 12:09:19.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: kactivities5\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2018-09-14 10:23+0100\n" "Last-Translator: Mthw <[email protected]>\n" "Language-Team: Slovak <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/po/sl/kactivities5.po new/kactivitymanagerd-5.15.0/po/sl/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/sl/kactivities5.po 2019-01-08 11:58:37.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/sl/kactivities5.po 2019-02-07 12:09:19.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2016-01-03 13:19+0100\n" "Last-Translator: Andrej Mernik <[email protected]>\n" "Language-Team: Slovenian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/po/sr/kactivities5.po new/kactivitymanagerd-5.15.0/po/sr/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/sr/kactivities5.po 2019-01-08 11:58:37.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/sr/kactivities5.po 2019-02-07 12:09:19.000000000 +0100 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: kactivities5\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2018-11-24 03:20+0100\n" "PO-Revision-Date: 2016-01-01 15:42+0100\n" "Last-Translator: Chusslove Illich <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/po/sr@ijekavian/kactivities5.po new/kactivitymanagerd-5.15.0/po/sr@ijekavian/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/sr@ijekavian/kactivities5.po 2019-01-08 11:58:37.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/sr@ijekavian/kactivities5.po 2019-02-07 12:09:19.000000000 +0100 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: kactivities5\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2018-11-24 03:20+0100\n" "PO-Revision-Date: 2016-01-01 15:42+0100\n" "Last-Translator: Chusslove Illich <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/po/sr@ijekavianlatin/kactivities5.po new/kactivitymanagerd-5.15.0/po/sr@ijekavianlatin/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/sr@ijekavianlatin/kactivities5.po 2019-01-08 11:58:37.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/sr@ijekavianlatin/kactivities5.po 2019-02-07 12:09:19.000000000 +0100 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: kactivities5\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2018-11-24 03:20+0100\n" "PO-Revision-Date: 2016-01-01 15:42+0100\n" "Last-Translator: Chusslove Illich <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/po/sr@latin/kactivities5.po new/kactivitymanagerd-5.15.0/po/sr@latin/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/sr@latin/kactivities5.po 2019-01-08 11:58:37.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/sr@latin/kactivities5.po 2019-02-07 12:09:19.000000000 +0100 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: kactivities5\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2018-11-24 03:20+0100\n" "PO-Revision-Date: 2016-01-01 15:42+0100\n" "Last-Translator: Chusslove Illich <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/po/sv/kactivities5.po new/kactivitymanagerd-5.15.0/po/sv/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/sv/kactivities5.po 2019-01-08 11:58:37.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/sv/kactivities5.po 2019-02-07 12:09:19.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2018-08-09 16:35+0100\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/kactivitymanagerd-5.14.5/po/tg/kactivities5.po new/kactivitymanagerd-5.15.0/po/tg/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/tg/kactivities5.po 2019-01-08 11:58:37.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/tg/kactivities5.po 2019-02-07 12:09:20.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Tajik KDE Localization\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2013-07-26 14:48-0000\n" "Last-Translator: Victor Ibragimov <[email protected]>\n" "Language-Team: Tajik <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/po/th/kactivities5.po new/kactivitymanagerd-5.15.0/po/th/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/th/kactivities5.po 2019-01-08 11:58:37.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/th/kactivities5.po 2019-02-07 12:09:20.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2010-11-27 11:28+0700\n" "Last-Translator: Phuwanat Sakornsakolpat <[email protected]>\n" "Language-Team: Thai <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/po/tr/kactivities5.po new/kactivitymanagerd-5.15.0/po/tr/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/tr/kactivities5.po 2019-01-08 11:58:37.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/tr/kactivities5.po 2019-02-07 12:09:20.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2015-09-08 14:31+0000\n" "Last-Translator: Necdet <[email protected]>\n" "Language-Team: Turkish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/po/ug/kactivities5.po new/kactivitymanagerd-5.15.0/po/ug/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/ug/kactivities5.po 2019-01-08 11:58:38.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/ug/kactivities5.po 2019-02-07 12:09:20.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kactivitymanagerd_fileitem_linking_plugin\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2013-09-08 07:05+0900\n" "Last-Translator: Gheyret Kenji <[email protected]>\n" "Language-Team: \n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/po/uk/kactivities5.po new/kactivitymanagerd-5.15.0/po/uk/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/uk/kactivities5.po 2019-01-08 11:58:38.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/uk/kactivities5.po 2019-02-07 12:09:20.000000000 +0100 @@ -1,5 +1,5 @@ # Translation of kactivities5.po to Ukrainian -# Copyright (C) 2014-2018 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: kactivities5\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2018-08-08 09:27+0200\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/kactivitymanagerd-5.14.5/po/wa/kactivities5.po new/kactivitymanagerd-5.15.0/po/wa/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/wa/kactivities5.po 2019-01-08 11:58:38.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/wa/kactivities5.po 2019-02-07 12:09:20.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2010-12-17 16:59+0100\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/kactivitymanagerd-5.14.5/po/zh_CN/kactivities5.po new/kactivitymanagerd-5.15.0/po/zh_CN/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/zh_CN/kactivities5.po 2019-01-08 11:58:38.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/zh_CN/kactivities5.po 2019-02-07 12:09:20.000000000 +0100 @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" -"PO-Revision-Date: 2019-01-05 20:48\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" +"PO-Revision-Date: 2019-01-27 23:03\n" "Last-Translator: guoyunhe <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/po/zh_TW/kactivities5.po new/kactivitymanagerd-5.15.0/po/zh_TW/kactivities5.po --- old/kactivitymanagerd-5.14.5/po/zh_TW/kactivities5.po 2019-01-08 11:58:38.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/po/zh_TW/kactivities5.po 2019-02-07 12:09:20.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-24 07:09+0100\n" +"POT-Creation-Date: 2019-01-18 07:37+0100\n" "PO-Revision-Date: 2018-08-08 19:29+0800\n" "Last-Translator: pan93412 <[email protected]>\n" "Language-Team: Chinese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/src/CMakeLists.txt new/kactivitymanagerd-5.15.0/src/CMakeLists.txt --- old/kactivitymanagerd-5.14.5/src/CMakeLists.txt 2019-01-08 11:58:34.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/src/CMakeLists.txt 2019-02-07 12:09:15.000000000 +0100 @@ -35,7 +35,6 @@ # Starting the actual project definition # Config file -set (KAMD_FULL_BIN_DIR "${KDE_INSTALL_FULL_BINDIR}") set (KAMD_PLUGIN_VERSION 1) set (KAMD_PLUGIN_DIR "kactivitymanagerd/${KAMD_PLUGIN_VERSION}") set (KAMD_FULL_PLUGIN_DIR "${KDE_INSTALL_FULL_PLUGINDIR}/${KAMD_PLUGIN_DIR}/") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/src/common/database/Database.h new/kactivitymanagerd-5.15.0/src/common/database/Database.h --- old/kactivitymanagerd-5.14.5/src/common/database/Database.h 2019-01-08 11:58:34.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/src/common/database/Database.h 2019-02-07 12:09:15.000000000 +0100 @@ -108,11 +108,11 @@ // Just skip the current character isEscaped = false; - } else if (*currentPosition == '\\') { + } else if (*currentPosition == QLatin1Char('\\')) { // Skip two characters isEscaped = true; - } else if (*currentPosition == '*') { + } else if (*currentPosition == QLatin1Char('*')) { // Replacing the star with the sql like joker - % resultPattern.append(escape(stringFromIterators( currentStart, currentPosition)) + joker); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/src/common/dbus/org.kde.ActivityManager.Activities.cpp new/kactivitymanagerd-5.15.0/src/common/dbus/org.kde.ActivityManager.Activities.cpp --- old/kactivitymanagerd-5.14.5/src/common/dbus/org.kde.ActivityManager.Activities.cpp 2019-01-08 11:58:34.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/src/common/dbus/org.kde.ActivityManager.Activities.cpp 2019-02-07 12:09:15.000000000 +0100 @@ -40,7 +40,7 @@ } // namespace details -QDBusArgument &operator<<(QDBusArgument &arg, const ActivityInfo r) +QDBusArgument &operator<<(QDBusArgument &arg, const ActivityInfo &r) { arg.beginStructure(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/src/common/dbus/org.kde.ActivityManager.Activities.h new/kactivitymanagerd-5.15.0/src/common/dbus/org.kde.ActivityManager.Activities.h --- old/kactivitymanagerd-5.14.5/src/common/dbus/org.kde.ActivityManager.Activities.h 2019-01-08 11:58:34.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/src/common/dbus/org.kde.ActivityManager.Activities.h 2019-02-07 12:09:15.000000000 +0100 @@ -53,7 +53,7 @@ Q_DECLARE_METATYPE(ActivityInfo) Q_DECLARE_METATYPE(ActivityInfoList) -QDBusArgument &operator<<(QDBusArgument &arg, const ActivityInfo); +QDBusArgument &operator<<(QDBusArgument &arg, const ActivityInfo&); const QDBusArgument &operator>>(const QDBusArgument &arg, ActivityInfo &rec); QDebug operator<<(QDebug dbg, const ActivityInfo &r); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/src/kactivities-features.h.cmake new/kactivitymanagerd-5.15.0/src/kactivities-features.h.cmake --- old/kactivitymanagerd-5.14.5/src/kactivities-features.h.cmake 2019-01-08 11:58:34.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/src/kactivities-features.h.cmake 2019-02-07 12:09:15.000000000 +0100 @@ -4,8 +4,6 @@ #cmakedefine KAMD_PLUGIN_DIR "@KAMD_PLUGIN_DIR@" #cmakedefine KAMD_FULL_PLUGIN_DIR "@KAMD_FULL_PLUGIN_DIR@" -#cmakedefine KAMD_FULL_BIN_DIR "@KAMD_FULL_BIN_DIR@" - #cmakedefine01 HAVE_CXX11_AUTO #cmakedefine01 HAVE_CXX11_NULLPTR #cmakedefine01 HAVE_CXX11_LAMBDA diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/src/org.kde.activitymanager.service.in new/kactivitymanagerd-5.15.0/src/org.kde.activitymanager.service.in --- old/kactivitymanagerd-5.14.5/src/org.kde.activitymanager.service.in 2019-01-08 11:58:34.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/src/org.kde.activitymanager.service.in 2019-02-07 12:09:15.000000000 +0100 @@ -1,3 +1,3 @@ [D-BUS Service] Name=org.kde.ActivityManager -Exec=@KAMD_FULL_BIN_DIR@/kactivitymanagerd +Exec=${KDE_INSTALL_FULL_LIBEXECDIR}/kactivitymanagerd diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/src/service/Activities.cpp new/kactivitymanagerd-5.15.0/src/service/Activities.cpp --- old/kactivitymanagerd-5.14.5/src/service/Activities.cpp 2019-01-08 11:58:34.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/src/service/Activities.cpp 2019-02-07 12:09:15.000000000 +0100 @@ -57,7 +57,7 @@ // configuration file to the new location. const QString newConfigLocation = QStandardPaths::writableLocation(QStandardPaths::ConfigLocation) - + '/' + ACTIVITY_MANAGER_CONFIG_FILE_NAME; + + QLatin1Char('/') + ACTIVITY_MANAGER_CONFIG_FILE_NAME; if (QFile(newConfigLocation).exists()) { return; @@ -69,7 +69,7 @@ return; } - QString oldConfigFile(migration.locateLocal("config", "activitymanagerrc")); + QString oldConfigFile(migration.locateLocal("config", QStringLiteral("activitymanagerrc"))); if (!oldConfigFile.isEmpty()) { QFile(oldConfigFile).copy(newConfigLocation); } @@ -120,7 +120,7 @@ // Is this our first start? if (activities.isEmpty()) { // We need to add this only after the service has been properly started - KConfigGroup cg(KSharedConfig::openConfig("kdeglobals"), "Activities"); + KConfigGroup cg(KSharedConfig::openConfig(QStringLiteral("kdeglobals")), QStringLiteral("Activities")); //NOTE: config key still singular for retrocompatibility const QStringList names = cg.readEntry("defaultActivityName", QStringList{i18n("Default")}); @@ -475,7 +475,7 @@ { // We do not care about authorization if this is the first start if (!d->activities.isEmpty() && - !KAuthorized::authorize("plasma-desktop/add_activities")) { + !KAuthorized::authorize(QStringLiteral("plasma-desktop/add_activities"))) { return QString(); } @@ -484,7 +484,7 @@ void Activities::RemoveActivity(const QString &activity) { - if (!KAuthorized::authorize("plasma-desktop/add_activities")) { + if (!KAuthorized::authorize(QStringLiteral("plasma-desktop/add_activities"))) { return; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/src/service/Application.cpp new/kactivitymanagerd-5.15.0/src/service/Application.cpp --- old/kactivitymanagerd-5.14.5/src/service/Application.cpp 2019-01-08 11:58:34.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/src/service/Application.cpp 2019-02-07 12:09:15.000000000 +0100 @@ -109,11 +109,11 @@ const auto pluginName = plugin.pluginId(); qCDebug(KAMD_LOG_APPLICATION) << "Plugin Name is " << pluginName << plugin.fileName(); - if (pluginName == "org.kde.ActivityManager.ResourceScoring") { + if (pluginName == QLatin1String("org.kde.ActivityManager.ResourceScoring")) { // SQLite plugin is necessary for the proper workspace behaviour return true; } else { - return config.readEntry(pluginName + "Enabled", plugin.isEnabledByDefault()); + return config.readEntry(pluginName + QStringLiteral("Enabled"), plugin.isEnabledByDefault()); } } @@ -154,7 +154,7 @@ QMetaObject::invokeMethod(this, "loadPlugins", Qt::QueuedConnection); - QDBusConnection::sessionBus().registerObject("/ActivityManager", this, + QDBusConnection::sessionBus().registerObject(QStringLiteral("/ActivityManager"), this, QDBusConnection::ExportAllSlots); } @@ -288,31 +288,6 @@ return KACTIVITIES_VERSION_STRING; } -// Leaving object oriented world :) - -namespace { - template <typename Return> - Return callOnRunningService(const QString &method) - { - static QDBusInterface remote(KAMD_DBUS_SERVICE, "/ActivityManager", - "org.kde.ActivityManager.Application"); - QDBusReply<Return> reply = remote.call(method); - - return (Return)reply; - } - - QString runningServiceVersion() - { - return callOnRunningService<QString>("serviceVersion"); - } - - bool isServiceRunning() - { - return QDBusConnection::sessionBus().interface()->isServiceRegistered( - KAMD_DBUS_SERVICE); - } -} - int main(int argc, char **argv) { // Disable session management for this process @@ -325,94 +300,11 @@ application.setOrganizationDomain(QStringLiteral("kde.org")); KCrash::initialize(); + KDBusService service(KDBusService::Unique); - const auto arguments = application.arguments(); - - if (arguments.size() == 0) { - QCoreApplication::exit(EXIT_FAILURE); - - } else if (arguments.size() != 1 && (arguments.size() != 2 || arguments[1] == "--help")) { - - QTextStream(stdout) - << "start\tStarts the service\n" - << "stop\tStops the server\n" - << "status\tPrints basic server information\n" - << "start-daemon\tStarts the service without forking (use with caution)\n" - << "--help\tThis help message\n"; - - QCoreApplication::exit(EXIT_SUCCESS); - - } else if (arguments.size() == 1 || arguments[1] == "start") { - - // Checking whether the service is already running - if (isServiceRunning()) { - QTextStream(stdout) << "Already running\n"; - QCoreApplication::exit(EXIT_SUCCESS); - } - - // Creating the watcher, but not on the wall + application.init(); - QDBusServiceWatcher watcher(KAMD_DBUS_SERVICE, - QDBusConnection::sessionBus(), - QDBusServiceWatcher::WatchForRegistration); - - QObject::connect(&watcher, &QDBusServiceWatcher::serviceRegistered, - [] (const QString &service) { - QTextStream(stdout) - << "Service started, version: " << runningServiceVersion() - << "\n"; - - QCoreApplication::exit(EXIT_SUCCESS); - }); - - // Starting the dameon - - QProcess::startDetached( - KAMD_FULL_BIN_DIR "/kactivitymanagerd", - QStringList{"start-daemon"} - ); - - return application.exec(); - - } else if (arguments[1] == "stop") { - if (!isServiceRunning()) { - QTextStream(stdout) << "Service not running\n"; - QCoreApplication::exit(EXIT_SUCCESS); - } - - callOnRunningService<void>("quit"); - - QTextStream(stdout) << "Service stopped\n"; - - return EXIT_SUCCESS; - - } else if (arguments[1] == "status") { - - // Checking whether the service is already running - if (isServiceRunning()) { - QTextStream(stdout) << "The service is running, version: " - << runningServiceVersion() << "\n"; - } else { - QTextStream(stdout) << "The service is not running\n"; - - } - - return EXIT_SUCCESS; - - } else if (arguments[1] == "start-daemon") { - // Really starting the activity manager - - KDBusService service(KDBusService::Unique); - - application.init(); - - return application.exec(); - - } else { - QTextStream(stdout) << "Unrecognized command: " << arguments[1] << '\n'; - - return EXIT_FAILURE; - } + return application.exec(); } QStringList Application::loadedPlugins() const diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/src/service/CMakeLists.txt new/kactivitymanagerd-5.15.0/src/service/CMakeLists.txt --- old/kactivitymanagerd-5.14.5/src/service/CMakeLists.txt 2019-01-08 11:58:34.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/src/service/CMakeLists.txt 2019-02-07 12:09:15.000000000 +0100 @@ -81,7 +81,12 @@ ) install (TARGETS - kactivitymanagerd kactivitymanagerd_plugin ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} + kactivitymanagerd + DESTINATION ${KDE_INSTALL_LIBEXECDIR} + ) + +install (TARGETS + kactivitymanagerd_plugin ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} ) install (FILES diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/src/service/Config.cpp new/kactivitymanagerd-5.15.0/src/service/Config.cpp --- old/kactivitymanagerd-5.14.5/src/service/Config.cpp 2019-01-08 11:58:34.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/src/service/Config.cpp 2019-02-07 12:09:15.000000000 +0100 @@ -70,7 +70,7 @@ }; Config::Config(QObject *parent) - : Module("config", parent) + : Module(QStringLiteral("config"), parent) , d(this) { } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/src/service/plugins/activitytemplates/kactivitymanagerd-plugin-activitytemplates.json new/kactivitymanagerd-5.15.0/src/service/plugins/activitytemplates/kactivitymanagerd-plugin-activitytemplates.json --- old/kactivitymanagerd-5.14.5/src/service/plugins/activitytemplates/kactivitymanagerd-plugin-activitytemplates.json 2019-01-08 11:58:34.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/src/service/plugins/activitytemplates/kactivitymanagerd-plugin-activitytemplates.json 2019-02-07 12:09:15.000000000 +0100 @@ -4,7 +4,6 @@ { "Email": "[email protected]", "Name": "Ivan Čukić", - "Name[ast]": "Ivan Čukić", "Name[ca@valencia]": "Ivan Čukić", "Name[ca]": "Ivan Čukić", "Name[cs]": "Ivan Čukić", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/src/service/plugins/eventspy/kactivitymanagerd-plugin-eventspy.json new/kactivitymanagerd-5.15.0/src/service/plugins/eventspy/kactivitymanagerd-plugin-eventspy.json --- old/kactivitymanagerd-5.14.5/src/service/plugins/eventspy/kactivitymanagerd-plugin-eventspy.json 2019-01-08 11:58:34.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/src/service/plugins/eventspy/kactivitymanagerd-plugin-eventspy.json 2019-02-07 12:09:15.000000000 +0100 @@ -4,7 +4,6 @@ { "Email": "ivan.cukic(at)kde.org", "Name": "Ivan Čukić", - "Name[ast]": "Ivan Čukić", "Name[ca@valencia]": "Ivan Čukić", "Name[ca]": "Ivan Čukić", "Name[cs]": "Ivan Čukić", @@ -60,7 +59,7 @@ "Description[fr]": "Collecte les évènements des applications qui prennent en charge la spécification de documents récents", "Description[gl]": "Recolle eventos dos aplicativos compatíbeis coa especificación de documentos recentes.", "Description[hu]": "Eseményeket gyűjt olyan alkalmazásoktól, amik támogatják a legutóbbi dokumentumok specifikációt", - "Description[id]": "Memungut perihal dari aplikasi yang mendukung ketentuan dokumen terkini", + "Description[id]": "Memungut peristiwa dari aplikasi yang mendukung ketentuan dokumen terkini", "Description[it]": "Raccoglie eventi dalle applicazioni che supportano la specifica dei documenti recenti", "Description[ko]": "최근 문서 규격을 지원하는 프로그램의 이벤트 수집", "Description[nl]": "Verzamelt gebeurtenissen uit toepassingen die recente documentspecificaties ondersteunen", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/src/service/plugins/runapplication/RunApplicationPlugin.cpp new/kactivitymanagerd-5.15.0/src/service/plugins/runapplication/RunApplicationPlugin.cpp --- old/kactivitymanagerd-5.14.5/src/service/plugins/runapplication/RunApplicationPlugin.cpp 2019-01-08 11:58:34.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/src/service/plugins/runapplication/RunApplicationPlugin.cpp 2019-02-07 12:09:15.000000000 +0100 @@ -43,7 +43,7 @@ { Q_UNUSED(args); - setName("org.kde.ActivityManager.RunApplication"); + setName(QStringLiteral("org.kde.ActivityManager.RunApplication")); } RunApplicationPlugin::~RunApplicationPlugin() @@ -54,7 +54,7 @@ { Plugin::init(modules); - m_activitiesService = modules["activities"]; + m_activitiesService = modules[QStringLiteral("activities")]; connect(m_activitiesService, SIGNAL(CurrentActivityChanged(QString)), this, SLOT(currentActivityChanged(QString))); @@ -72,7 +72,7 @@ QString RunApplicationPlugin::activityDirectory(const QString &activity) const { return QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) - + QStringLiteral("/kactivitymanagerd/activities/") + activity + '/'; + + QStringLiteral("/kactivitymanagerd/activities/") + activity + QLatin1Char('/'); } void RunApplicationPlugin::currentActivityChanged(const QString &activity) @@ -82,12 +82,12 @@ } if (!m_currentActivity.isEmpty()) { - executeIn(activityDirectory(activity) + "deactivated"); + executeIn(activityDirectory(activity) + QStringLiteral("deactivated")); } m_currentActivity = activity; - executeIn(activityDirectory(activity) + "activated"); + executeIn(activityDirectory(activity) + QStringLiteral("activated")); if (!m_previousActivities.contains(activity)) { // This is the first time we have switched diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/src/service/plugins/runapplication/kactivitymanagerd-plugin-runapplication.json new/kactivitymanagerd-5.15.0/src/service/plugins/runapplication/kactivitymanagerd-plugin-runapplication.json --- old/kactivitymanagerd-5.14.5/src/service/plugins/runapplication/kactivitymanagerd-plugin-runapplication.json 2019-01-08 11:58:34.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/src/service/plugins/runapplication/kactivitymanagerd-plugin-runapplication.json 2019-02-07 12:09:15.000000000 +0100 @@ -4,7 +4,6 @@ { "Email": "[email protected]", "Name": "Ivan Cukic", - "Name[ast]": "Ivan Cukic", "Name[ca@valencia]": "Ivan Cukic", "Name[ca]": "Ivan Cukic", "Name[cs]": "Ivan Cukic", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/src/service/plugins/slc/kactivitymanagerd-plugin-slc.json new/kactivitymanagerd-5.15.0/src/service/plugins/slc/kactivitymanagerd-plugin-slc.json --- old/kactivitymanagerd-5.14.5/src/service/plugins/slc/kactivitymanagerd-plugin-slc.json 2019-01-08 11:58:34.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/src/service/plugins/slc/kactivitymanagerd-plugin-slc.json 2019-02-07 12:09:15.000000000 +0100 @@ -4,7 +4,6 @@ { "Email": "[email protected]", "Name": "Ivan Cukic", - "Name[ast]": "Ivan Cukic", "Name[ca@valencia]": "Ivan Cukic", "Name[ca]": "Ivan Cukic", "Name[cs]": "Ivan Cukic", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/src/service/plugins/sqlite/ResourceScoreCache.cpp new/kactivitymanagerd-5.15.0/src/service/plugins/sqlite/ResourceScoreCache.cpp --- old/kactivitymanagerd-5.14.5/src/service/plugins/sqlite/ResourceScoreCache.cpp 2019-01-08 11:58:34.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/src/service/plugins/sqlite/ResourceScoreCache.cpp 2019-02-07 12:09:15.000000000 +0100 @@ -116,7 +116,7 @@ return std::exp(-days / 32.0); } - inline qreal timeFactor(QDateTime fromTime, QDateTime toTime) const + inline qreal timeFactor(const QDateTime &fromTime, const QDateTime &toTime) const { return timeFactor(fromTime.daysTo(toTime)); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/src/service/plugins/sqlite/kactivitymanagerd-plugin-sqlite.json new/kactivitymanagerd-5.15.0/src/service/plugins/sqlite/kactivitymanagerd-plugin-sqlite.json --- old/kactivitymanagerd-5.14.5/src/service/plugins/sqlite/kactivitymanagerd-plugin-sqlite.json 2019-01-08 11:58:34.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/src/service/plugins/sqlite/kactivitymanagerd-plugin-sqlite.json 2019-02-07 12:09:15.000000000 +0100 @@ -4,7 +4,6 @@ { "Email": "[email protected]", "Name": "Ivan Cukic", - "Name[ast]": "Ivan Cukic", "Name[ca@valencia]": "Ivan Cukic", "Name[ca]": "Ivan Cukic", "Name[cs]": "Ivan Cukic", @@ -58,7 +57,7 @@ "Description[fr]": "Module pour enregistrer et marquer les évènements dans SQLite", "Description[gl]": "Un complemento para gardar e cualificar eventos en SQLite.", "Description[hu]": "Bővítmény események tárolásához és pontozásához SQLite-ban", - "Description[id]": "Plugin untuk menyimpan dan menilai perihal dalam SQLite", + "Description[id]": "Plugin untuk menyimpan dan menilai peristiwa dalam SQLite", "Description[it]": "Estensione per memorizzare e valutare gli eventi in SQLite", "Description[ko]": "SQLite에 이벤트를 저장하는 플러그인", "Description[nl]": "Plug-in om gebeurtenissen in SQLite op te slaan en van een score te voorzien", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.14.5/src/service/plugins/virtualdesktopswitch/kactivitymanagerd-plugin-virtualdesktopswitch.json new/kactivitymanagerd-5.15.0/src/service/plugins/virtualdesktopswitch/kactivitymanagerd-plugin-virtualdesktopswitch.json --- old/kactivitymanagerd-5.14.5/src/service/plugins/virtualdesktopswitch/kactivitymanagerd-plugin-virtualdesktopswitch.json 2019-01-08 11:58:34.000000000 +0100 +++ new/kactivitymanagerd-5.15.0/src/service/plugins/virtualdesktopswitch/kactivitymanagerd-plugin-virtualdesktopswitch.json 2019-02-07 12:09:15.000000000 +0100 @@ -4,7 +4,6 @@ { "Email": "[email protected]", "Name": "Ivan Cukic", - "Name[ast]": "Ivan Cukic", "Name[ca@valencia]": "Ivan Cukic", "Name[ca]": "Ivan Cukic", "Name[cs]": "Ivan Cukic",
