Hello community,

here is the log from the commit of package kactivitymanagerd for 
openSUSE:Factory checked in at 2016-07-15 12:23:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kactivitymanagerd (Old)
 and      /work/SRC/openSUSE:Factory/.kactivitymanagerd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kactivitymanagerd"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kactivitymanagerd/kactivitymanagerd.changes      
2016-05-19 12:11:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kactivitymanagerd.new/kactivitymanagerd.changes 
2016-07-15 12:23:48.000000000 +0200
@@ -1,0 +2,8 @@
+Thu Jun 30 12:02:18 UTC 2016 - [email protected]
+
+- Update to 5.7.0
+  * New feature release
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.7.0.php
+
+-------------------------------------------------------------------

Old:
----
  kactivitymanagerd-5.6.4.tar.xz

New:
----
  kactivitymanagerd-5.7.0.tar.xz

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

Other differences:
------------------
++++++ kactivitymanagerd.spec ++++++
--- /var/tmp/diff_new_pack.IkNecb/_old  2016-07-15 12:23:49.000000000 +0200
+++ /var/tmp/diff_new_pack.IkNecb/_new  2016-07-15 12:23:49.000000000 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:           kactivitymanagerd
-Version:        5.6.4
+Version:        5.7.0
 Release:        0
 Summary:        KDE Plasma Activities support
 License:        GPL-2.0+

++++++ kactivitymanagerd-5.6.4.tar.xz -> kactivitymanagerd-5.7.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivitymanagerd-5.6.4/TODO 
new/kactivitymanagerd-5.7.0/TODO
--- old/kactivitymanagerd-5.6.4/TODO    2016-05-10 18:29:30.000000000 +0200
+++ new/kactivitymanagerd-5.7.0/TODO    2016-06-30 16:51:27.000000000 +0200
@@ -1,85 +1,27 @@
+src/common/database/schema/ResourcesDatabaseSchema.cpp:110:
+ TODO: This will require some refactoring after we introduce more databases
 
-libKActivities
-==============
-src/lib/core/controller.cpp:41:
- TODO: Make Q_ASSERT_EVENTUALLY_X or something similar
-
-src/lib/core/info.cpp:165:
- TODO: This needs to be changed, test for the new linking feature
-
-src/lib/core/resourceinstance.cpp:147:
- TODO: update the service info
-src/lib/core/resourceinstance.cpp:159:
- TODO: update the service info
-
-
-libKActivitiesStats
-===================
-src/lib/stats/resultset.cpp:243:
- TODO: We need to correct the scores based on the time that passed
-       since the cache was last updated, although, for this query,
-       scores are not that important.
-src/lib/stats/resultset.cpp:319:
- TODO: We need to correct the scores based on the time that passed
-       since the cache was last updated
-src/lib/stats/resultset.cpp:390:
- TODO: Get this to work
-
-src/lib/stats/resultwatcher.h:93:
- TODO: BLOCKER Move these to libKActivities
-
-src/lib/stats/resultmodel.cpp:407:
- TODO: We should also sort by the resource, not only on a single field
-src/lib/stats/resultmodel.cpp:493:
- TODO: This can add or remove items from the model
-
-src/lib/stats/resultwatcher.cpp:174:
- TODO: See whether it makes sense to have lastUpdate/firstUpdate here as well
-
-
-KActivityManagerD
-=================
-src/service/ksmserver/KSMServer.cpp:72:
- TODO: in multi-head environment there are multiple kwin instances
- running and they will export different dbus name on different
- root window. We have no support for that currently.
- In future, the session management for Wayland may also need to be
- reimplemented in some way.
+src/utils/member_matcher.h:89:
+ TODO: Make this work if the arguments are reversed,
+       or even if both arhuments need to be checked
+       for the specified member
 
-src/service/plugins/sqlite/StatsPlugin.cpp:434:
- TODO: Add focus and modification
+src/service/ksmserver/KSMServer.cpp:73:
+ TODO: in multi-head environment there are multiple kwin instances
+       running and they will export different dbus name on different
+       root window. We have no support for that currently.
+       In future, the session management for Wayland may also need to be
+       reimplemented in some way.
 
-src/service/Application.cpp:155:
+src/service/Application.cpp:150:
  TODO: Restart on crash
        KCrash::setFlags(KCrash::AutoRestart);
-src/service/Application.cpp:197:
+src/service/Application.cpp:198:
  TODO: Show a notification for a plugin that failed to load
 
+src/service/plugins/activitytemplates/TemplatesPlugin.cpp:88:
+ TODO: Remove. For testing purposes only
 
-QML imports
-===========
-src/imports/resourcemodel.cpp:105:
- NOTE: What to do if the file does not exist?
-       Ignoring that case since the daemon creates it on startup.
-       Is it plausible that somebody will instantiate the ResourceModel
-       before the daemon is started?
-src/imports/resourcemodel.cpp:135:
- TODO: Database connection naming could be smarter (thread-id-based,
-       reusing connections...?)
-src/imports/resourcemodel.cpp:337:
- TODO: Will probably need some more special handling -
-       for application:/ and a few more
-src/imports/resourcemodel.cpp:553:
- TODO: This might be smarter possibly, but might collide
-       with the SQL model. Implement a custom model with internal
-       cache instead of basing it on QSqlModel.
-
-
-Workspace plugins
-=================
-
-Other
-=====
-src/common/database/schema/ResourcesDatabaseSchema.cpp:109:
- TODO: This will require some refactoring after we introduce more databases
+src/service/plugins/sqlite/StatsPlugin.cpp:436:
+ TODO: Add focus and modification
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivitymanagerd-5.6.4/metainfo.yaml 
new/kactivitymanagerd-5.7.0/metainfo.yaml
--- old/kactivitymanagerd-5.6.4/metainfo.yaml   2016-05-10 18:29:30.000000000 
+0200
+++ new/kactivitymanagerd-5.7.0/metainfo.yaml   1970-01-01 01:00:00.000000000 
+0100
@@ -1,14 +0,0 @@
-maintainer: ivan
-description: Runtime and library to organize the user work in separate 
activities
-tier: 3
-type: solution
-platforms:
-    - name: All
-      note: Needs QtDBus
-portingAid: false
-deprecated: false
-release: true
-libraries:
- - qmake: KActivities
-   cmake: "KF5::Activities"
-cmakename: KF5Activities
Files old/kactivitymanagerd-5.6.4/po/ar/messages.mo and 
new/kactivitymanagerd-5.7.0/po/ar/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/ast/messages.mo and 
new/kactivitymanagerd-5.7.0/po/ast/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/bg/messages.mo and 
new/kactivitymanagerd-5.7.0/po/bg/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/bs/messages.mo and 
new/kactivitymanagerd-5.7.0/po/bs/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/ca/messages.mo and 
new/kactivitymanagerd-5.7.0/po/ca/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/ca@valencia/messages.mo and 
new/kactivitymanagerd-5.7.0/po/ca@valencia/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/cs/messages.mo and 
new/kactivitymanagerd-5.7.0/po/cs/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/da/messages.mo and 
new/kactivitymanagerd-5.7.0/po/da/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/de/messages.mo and 
new/kactivitymanagerd-5.7.0/po/de/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/el/messages.mo and 
new/kactivitymanagerd-5.7.0/po/el/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/en_GB/messages.mo and 
new/kactivitymanagerd-5.7.0/po/en_GB/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/es/messages.mo and 
new/kactivitymanagerd-5.7.0/po/es/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/et/messages.mo and 
new/kactivitymanagerd-5.7.0/po/et/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/eu/messages.mo and 
new/kactivitymanagerd-5.7.0/po/eu/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/fi/messages.mo and 
new/kactivitymanagerd-5.7.0/po/fi/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/fr/messages.mo and 
new/kactivitymanagerd-5.7.0/po/fr/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/ga/messages.mo and 
new/kactivitymanagerd-5.7.0/po/ga/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/gd/messages.mo and 
new/kactivitymanagerd-5.7.0/po/gd/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/gl/messages.mo and 
new/kactivitymanagerd-5.7.0/po/gl/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/gu/messages.mo and 
new/kactivitymanagerd-5.7.0/po/gu/messages.mo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivitymanagerd-5.6.4/po/he/kactivities5.po 
new/kactivitymanagerd-5.7.0/po/he/kactivities5.po
--- old/kactivitymanagerd-5.6.4/po/he/kactivities5.po   2016-05-10 
18:29:33.000000000 +0200
+++ new/kactivitymanagerd-5.7.0/po/he/kactivities5.po   2016-06-30 
16:51:30.000000000 +0200
@@ -2,20 +2,21 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # Diego Iastrubni <[email protected]>, 2012.
+# elkana bardugo <[email protected]>, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-03-01 08:45+0000\n"
-"PO-Revision-Date: 2012-08-10 19:06+0300\n"
-"Last-Translator: Diego Iastrubni <[email protected]>\n"
+"PO-Revision-Date: 2016-05-30 16:28+0200\n"
+"Last-Translator: elkana bardugo <[email protected]>\n"
 "Language-Team: Hebrew <[email protected]>\n"
 "Language: he\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.4\n"
+"X-Generator: Lokalize 2.0\n"
 
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
@@ -34,4 +35,4 @@
 #, 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
Files old/kactivitymanagerd-5.6.4/po/he/messages.mo and 
new/kactivitymanagerd-5.7.0/po/he/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/hi/messages.mo and 
new/kactivitymanagerd-5.7.0/po/hi/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/hr/messages.mo and 
new/kactivitymanagerd-5.7.0/po/hr/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/hu/messages.mo and 
new/kactivitymanagerd-5.7.0/po/hu/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/ia/messages.mo and 
new/kactivitymanagerd-5.7.0/po/ia/messages.mo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivitymanagerd-5.6.4/po/is/kactivities5.po 
new/kactivitymanagerd-5.7.0/po/is/kactivities5.po
--- old/kactivitymanagerd-5.6.4/po/is/kactivities5.po   2016-05-10 
18:29:34.000000000 +0200
+++ new/kactivitymanagerd-5.7.0/po/is/kactivities5.po   2016-06-30 
16:51:31.000000000 +0200
@@ -1,20 +1,20 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Sveinn í Felli <[email protected]>, 2013.
+# Sveinn í Felli <[email protected]>, 2013, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-03-01 08:45+0000\n"
-"PO-Revision-Date: 2013-04-18 20:52+0000\n"
-"Last-Translator: Sveinn í Felli <[email protected]>\n"
-"Language-Team: Icelandic <[email protected]>\n"
-"Language: \n"
+"PO-Revision-Date: 2016-04-08 22:57+0000\n"
+"Last-Translator: Sveinn í Felli <[email protected]>\n"
+"Language-Team: Icelandic <[email protected]>\n"
+"Language: is\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.2\n"
+"X-Generator: Lokalize 1.5\n"
 "Plural-Forms: Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 msgctxt "NAME OF TRANSLATORS"
@@ -23,7 +23,7 @@
 
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "[email protected]"
+msgstr "[email protected]"
 
 #: service/Activities.cpp:108
 msgid "Default"
Files old/kactivitymanagerd-5.6.4/po/is/messages.mo and 
new/kactivitymanagerd-5.7.0/po/is/messages.mo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivitymanagerd-5.6.4/po/it/kactivities5.po 
new/kactivitymanagerd-5.7.0/po/it/kactivities5.po
--- old/kactivitymanagerd-5.6.4/po/it/kactivities5.po   2016-05-10 
18:29:34.000000000 +0200
+++ new/kactivitymanagerd-5.7.0/po/it/kactivities5.po   2016-06-30 
16:51:31.000000000 +0200
@@ -14,7 +14,7 @@
 "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"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 2.0\n"
 
 msgctxt "NAME OF TRANSLATORS"
Files old/kactivitymanagerd-5.6.4/po/it/messages.mo and 
new/kactivitymanagerd-5.7.0/po/it/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/ja/messages.mo and 
new/kactivitymanagerd-5.7.0/po/ja/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/kk/messages.mo and 
new/kactivitymanagerd-5.7.0/po/kk/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/km/messages.mo and 
new/kactivitymanagerd-5.7.0/po/km/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/kn/messages.mo and 
new/kactivitymanagerd-5.7.0/po/kn/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/ko/messages.mo and 
new/kactivitymanagerd-5.7.0/po/ko/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/lt/messages.mo and 
new/kactivitymanagerd-5.7.0/po/lt/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/lv/messages.mo and 
new/kactivitymanagerd-5.7.0/po/lv/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/mr/messages.mo and 
new/kactivitymanagerd-5.7.0/po/mr/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/ms/messages.mo and 
new/kactivitymanagerd-5.7.0/po/ms/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/nb/messages.mo and 
new/kactivitymanagerd-5.7.0/po/nb/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/nds/messages.mo and 
new/kactivitymanagerd-5.7.0/po/nds/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/nl/messages.mo and 
new/kactivitymanagerd-5.7.0/po/nl/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/nn/messages.mo and 
new/kactivitymanagerd-5.7.0/po/nn/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/pa/messages.mo and 
new/kactivitymanagerd-5.7.0/po/pa/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/pl/messages.mo and 
new/kactivitymanagerd-5.7.0/po/pl/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/pt/messages.mo and 
new/kactivitymanagerd-5.7.0/po/pt/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/pt_BR/messages.mo and 
new/kactivitymanagerd-5.7.0/po/pt_BR/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/ro/messages.mo and 
new/kactivitymanagerd-5.7.0/po/ro/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/ru/messages.mo and 
new/kactivitymanagerd-5.7.0/po/ru/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/se/messages.mo and 
new/kactivitymanagerd-5.7.0/po/se/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/sk/messages.mo and 
new/kactivitymanagerd-5.7.0/po/sk/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/sl/messages.mo and 
new/kactivitymanagerd-5.7.0/po/sl/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/sr/messages.mo and 
new/kactivitymanagerd-5.7.0/po/sr/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/sr@ijekavian/messages.mo and 
new/kactivitymanagerd-5.7.0/po/sr@ijekavian/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/sr@ijekavianlatin/messages.mo and 
new/kactivitymanagerd-5.7.0/po/sr@ijekavianlatin/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/sr@latin/messages.mo and 
new/kactivitymanagerd-5.7.0/po/sr@latin/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/sv/messages.mo and 
new/kactivitymanagerd-5.7.0/po/sv/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/tg/messages.mo and 
new/kactivitymanagerd-5.7.0/po/tg/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/th/messages.mo and 
new/kactivitymanagerd-5.7.0/po/th/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/tr/messages.mo and 
new/kactivitymanagerd-5.7.0/po/tr/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/ug/messages.mo and 
new/kactivitymanagerd-5.7.0/po/ug/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/uk/messages.mo and 
new/kactivitymanagerd-5.7.0/po/uk/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/wa/messages.mo and 
new/kactivitymanagerd-5.7.0/po/wa/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/zh_CN/messages.mo and 
new/kactivitymanagerd-5.7.0/po/zh_CN/messages.mo differ
Files old/kactivitymanagerd-5.6.4/po/zh_TW/messages.mo and 
new/kactivitymanagerd-5.7.0/po/zh_TW/messages.mo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kactivitymanagerd-5.6.4/src/common/database/Database.cpp 
new/kactivitymanagerd-5.7.0/src/common/database/Database.cpp
--- old/kactivitymanagerd-5.6.4/src/common/database/Database.cpp        
2016-05-10 18:29:30.000000000 +0200
+++ new/kactivitymanagerd-5.7.0/src/common/database/Database.cpp        
2016-06-30 16:51:27.000000000 +0200
@@ -58,7 +58,7 @@
     }
 
     std::map<DatabaseInfo, std::weak_ptr<Database>> databases;
-};
+}
 
 class QSqlDatabaseWrapper {
 private:
@@ -289,4 +289,3 @@
 }
 
 } // namespace Common
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kactivitymanagerd-5.6.4/src/common/database/Database.h 
new/kactivitymanagerd-5.7.0/src/common/database/Database.h
--- old/kactivitymanagerd-5.6.4/src/common/database/Database.h  2016-05-10 
18:29:30.000000000 +0200
+++ new/kactivitymanagerd-5.7.0/src/common/database/Database.h  2016-06-30 
16:51:27.000000000 +0200
@@ -1,21 +1,21 @@
 /*
- *   Copyright (C) 2014 - 2016 by Ivan Cukic <[email protected]>
+ * Copyright 2014 Ivan Cukic <[email protected]>
  *
- *   This program is free software; you can redistribute it and/or
- *   modify it under the terms of the GNU General Public License as
- *   published by the Free Software Foundation; either version 2 of
- *   the License or (at your option) version 3 or any later version
- *   accepted by the membership of KDE e.V. (or its successor approved
- *   by the membership of KDE e.V.), which shall act as a proxy
- *   defined in Section 14 of version 3 of the license.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of
+ * the License or (at your option) version 3 or any later version
+ * accepted by the membership of KDE e.V. (or its successor approved
+ * by the membership of KDE e.V.), which shall act as a proxy
+ * defined in Section 14 of version 3 of the license.
  *
- *   This program is distributed in the hope that it will be useful,
- *   but WITHOUT ANY WARRANTY; without even the implied warranty of
- *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *   GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
  *
- *   You should have received a copy of the GNU General Public License
- *   along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef COMMON_DATABASE_H
@@ -131,11 +131,14 @@
     return resultPattern;
 }
 
+inline QString escapeSqliteLikePattern(QString pattern)
+{
+    return pattern.replace(QLatin1String("%"), 
QLatin1String("\\%")).replace(QLatin1String("_"), QLatin1String("\\_"));
+}
+
 inline QString starPatternToLike(const QString &pattern)
 {
-    return parseStarPattern(pattern, QStringLiteral("%"), [] (QString str) {
-        return str.replace(QLatin1String("%"), 
QLatin1String("\\%")).replace(QLatin1String("_"), QLatin1String("\\_"));
-    });
+    return parseStarPattern(pattern, QStringLiteral("%"), 
escapeSqliteLikePattern);
 }
 
 inline QRegExp starPatternToRegex(const QString &pattern)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivitymanagerd-5.6.4/src/service/Application.cpp 
new/kactivitymanagerd-5.7.0/src/service/Application.cpp
--- old/kactivitymanagerd-5.6.4/src/service/Application.cpp     2016-05-10 
18:29:30.000000000 +0200
+++ new/kactivitymanagerd-5.7.0/src/service/Application.cpp     2016-06-30 
16:51:27.000000000 +0200
@@ -142,7 +142,7 @@
 {
     if (!KDBusConnectionPool::threadConnection().registerService(
             KAMD_DBUS_SERVICE)) {
-        exit(EXIT_SUCCESS);
+        QCoreApplication::exit(EXIT_SUCCESS);
     }
 
     // KAMD is a daemon, if it crashes it is not a problem as
@@ -310,6 +310,9 @@
 
 int main(int argc, char **argv)
 {
+    // Disable session management for this process
+    qunsetenv("SESSION_MANAGER");
+
     Application application(argc, argv);
     application.setApplicationName(QStringLiteral("ActivityManager"));
     application.setOrganizationDomain(QStringLiteral("kde.org"));
@@ -325,7 +328,7 @@
     const auto arguments = application.arguments();
 
     if (arguments.size() == 0) {
-        exit(EXIT_FAILURE);
+        QCoreApplication::exit(EXIT_FAILURE);
 
     } else if (arguments.size() != 1 && (arguments.size() != 2 || arguments[1] 
== "--help")) {
 
@@ -336,32 +339,29 @@
             << "start-daemon\tStarts the service without forking (use with 
caution)\n"
             << "--help\tThis help message\n";
 
-        exit(EXIT_SUCCESS);
+        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";
-            exit(EXIT_SUCCESS);
+            QCoreApplication::exit(EXIT_SUCCESS);
         }
 
         // Creating the watcher, but not on the wall
 
-        QDBusServiceWatcher watcher(QStringLiteral("org.kde.ActivityManager"),
-                QDBusConnection::sessionBus());
+        QDBusServiceWatcher watcher(KAMD_DBUS_SERVICE,
+                                    QDBusConnection::sessionBus(),
+                                    QDBusServiceWatcher::WatchForRegistration);
 
         QObject::connect(&watcher, &QDBusServiceWatcher::serviceRegistered,
             [] (const QString &service) {
-                if (service != KAMD_DBUS_SERVICE) {
-                    return;
-                }
-
                 QTextStream(stdout)
                     << "Service started, version: " << runningServiceVersion()
                     << "\n";
 
-                exit(EXIT_SUCCESS);
+                QCoreApplication::exit(EXIT_SUCCESS);
             });
 
         // Starting the dameon
@@ -376,7 +376,7 @@
     } else if (arguments[1] == "stop") {
         if (!isServiceRunning()) {
             QTextStream(stdout) << "Service not running\n";
-            exit(EXIT_SUCCESS);
+            QCoreApplication::exit(EXIT_SUCCESS);
         }
 
         callOnRunningService<void>("quit");
@@ -403,15 +403,6 @@
 
         KDBusService service(KDBusService::Unique);
 
-        #if QT_VERSION < QT_VERSION_CHECK(5, 3, 0)
-        KAMD_LOG_APPLICATION().setEnabled(QtDebugMsg, true);
-        KAMD_LOG_RESOURCES()  .setEnabled(QtDebugMsg, true);
-        KAMD_LOG_ACTIVITIES() .setEnabled(QtDebugMsg, true);
-        KAMD_LOG_APPLICATION().setEnabled(QtWarningMsg, true);
-        KAMD_LOG_RESOURCES()  .setEnabled(QtWarningMsg, true);
-        KAMD_LOG_ACTIVITIES() .setEnabled(QtWarningMsg, true);
-        #endif
-
         application.init();
 
         return application.exec();
@@ -423,23 +414,3 @@
     }
 }
 
-#ifndef DISABLE_CSIGNAL_HANDLING
-
-#include <csignal>
-
-struct CleanUpOnExit{
-
-    CleanUpOnExit() {
-        signal(SIGINT,   &CleanUpOnExit::exit);
-        signal(SIGTERM,  &CleanUpOnExit::exit);
-    }
-
-    static void exit(int sig) {
-        Q_UNUSED(sig)
-
-        QCoreApplication::exit(0);
-    }
-
-} cleanup;
-
-#endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kactivitymanagerd-5.6.4/src/service/files/kactivitymanagerd-plugin.desktop 
new/kactivitymanagerd-5.7.0/src/service/files/kactivitymanagerd-plugin.desktop
--- 
old/kactivitymanagerd-5.6.4/src/service/files/kactivitymanagerd-plugin.desktop  
    2016-05-10 18:29:30.000000000 +0200
+++ 
new/kactivitymanagerd-5.7.0/src/service/files/kactivitymanagerd-plugin.desktop  
    2016-06-30 16:51:27.000000000 +0200
@@ -3,6 +3,9 @@
 X-KDE-ServiceType=ActivityManager/Plugin
 
 Comment=Activity manager plugin
+Comment[ar]=ملحقة مدير الأنشطة
+Comment[ast]=Complementu del xestor d'actividaes
+Comment[bs]=Priključak za praćenje aktivnosti
 Comment[ca]=Connector pel gestor d'activitats
 Comment[ca@valencia]=Connector pel gestor d'activitats
 Comment[cs]=Modul správce aktivit
@@ -11,15 +14,34 @@
 Comment[el]=Πρόσθετο διαχειριστή δραστηριοτήτων
 Comment[en_GB]=Activity manager plugin
 Comment[es]=Complemento del gestor de actividades
+Comment[et]=Tegevuste haldamise plugin
+Comment[eu]=Jarduera kudeatzailearen plugina
 Comment[fi]=Aktiviteettienhallintaliitännäinen
-Comment[gl]=Complemento de xestión de actividades
+Comment[fr]=Module externe de gestionnaire d'activités
+Comment[ga]=Breiseán bainisteora gníomhaíochta
+Comment[gd]=Plugan manaidsear nan gnìomhachdan
+Comment[gl]=Complemento de xestión da actividade
+Comment[he]=תוסף מנהל פעילויות
+Comment[hu]=Aktivitáskezelő bővítmény
+Comment[ia]=Plugin de gerente de activitate
+Comment[is]=Virknistjórnunarviðbót
 Comment[it]=Estensione del gestore delle attività
+Comment[kk]=Белсенділік менеджер плагині
+Comment[km]=កម្មវិធី​ជំនួយ​កម្មវិធី​គ្រប់គ្រង​សកម្មភាព
+Comment[ko]=활동 관리자 플러그인
+Comment[lt]=Veiklų tvarkyklės papildinys
+Comment[mr]=कार्यपध्दती व्यवस्थापक प्लगइन
+Comment[nb]=Programtillegg for aktivitetsbehandler
+Comment[nds]=Aktivitetenpleger-Moduul
 Comment[nl]=Plug-in van activiteitenbeheerder
 Comment[nn]=Programtillegg for aktivitetshandsamar
+Comment[pa]=ਸਰਗਰਮੀ ਮੈਨੇਜਰ ਪਲੱਗਇਨ
 Comment[pl]=Wtyczka do zarządzania działaniami
 Comment[pt]='Plugin' de gestão de actividades
 Comment[pt_BR]=Plugin do gerenciador de atividades
+Comment[ro]=Extensie pentru gestionarul de activități
 Comment[ru]=Расширение «Диспетчер комнат»
+Comment[se]=Lassemodula aktivitehtagieđahallamii
 Comment[sk]=Plugin správcu aktivít
 Comment[sl]=Vstavek upravljalnika dejavnosti
 Comment[sr]=Прикључак менаџера активности
@@ -27,6 +49,9 @@
 Comment[sr@ijekavianlatin]=Priključak menadžera aktivnosti
 Comment[sr@latin]=Priključak menadžera aktivnosti
 Comment[sv]=Aktivitetshanterare
+Comment[tg]=Плагини мудири фаъолият
+Comment[tr]=Etkinlik yöneticisi eklentisi
+Comment[ug]=پائالىيەت باشقۇرغۇچ قىستۇرمىسى
 Comment[uk]=Додаток керування просторами дій
 Comment[x-test]=xxActivity manager pluginxx
 Comment[zh_CN]=活动管理器插件
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kactivitymanagerd-5.6.4/src/service/files/kactivitymanagerd.desktop 
new/kactivitymanagerd-5.7.0/src/service/files/kactivitymanagerd.desktop
--- old/kactivitymanagerd-5.6.4/src/service/files/kactivitymanagerd.desktop     
2016-05-10 18:29:30.000000000 +0200
+++ new/kactivitymanagerd-5.7.0/src/service/files/kactivitymanagerd.desktop     
2016-06-30 16:51:27.000000000 +0200
@@ -7,6 +7,9 @@
 Exec=kactivitymanagerd
 
 Name=Activity Manager
+Name[ar]=مدير الأنشطة
+Name[ast]=Xestor d'actividaes
+Name[bs]=Menadžer aktivnosti
 Name[ca]=Gestor d'activitats
 Name[ca@valencia]=Gestor d'activitats
 Name[cs]=Správce aktivit
@@ -15,15 +18,34 @@
 Name[el]=Διαχειριστής δραστηριοτήτων
 Name[en_GB]=Activity Manager
 Name[es]=Gestor de actividades
+Name[et]=Tegevuste haldur
+Name[eu]=Jarduera kudeatzailea
 Name[fi]=Aktiviteettienhallinta
-Name[gl]=Xestor de actividades
+Name[fr]=Gestionnaire d'activités
+Name[ga]=Bainisteoir Gníomhaíochta
+Name[gd]=Manaidsear nan gnìomhachdan
+Name[gl]=Xestor da actividade
+Name[he]=מנהל פעילויות
+Name[hu]=Aktivitáskezelő
+Name[ia]=Gerente de activitate
+Name[is]=Virknistjóri
 Name[it]=Gestore delle attività
+Name[kk]=Белсенділік менеджері
+Name[km]=កម្មវិធី​គ្រប់គ្រង​សកម្មភាព
+Name[ko]=활동 관리자
+Name[lt]=Veiklų tvarkyklė
+Name[mr]=कार्यपध्दती व्यवस्थापक
+Name[nb]=Aktivitetsbehandler
+Name[nds]=Aktivitetenpleger
 Name[nl]=Activiteitenbeheerder
 Name[nn]=Aktivitetshandsamar
+Name[pa]=ਸਰਗਰਮੀ ਮੈਨੇਜਰ
 Name[pl]=Zarządzanie działaniami
 Name[pt]=Gestor de Actividades
 Name[pt_BR]=Gerenciador de Atividades
+Name[ro]=Gestionar de activități
 Name[ru]=Диспетчер комнат
+Name[se]=Aktivitehtagieđahalli
 Name[sk]=Správca aktivít
 Name[sl]=Upravljalnik dejavnosti
 Name[sr]=Менаџер активности
@@ -31,12 +53,18 @@
 Name[sr@ijekavianlatin]=Menadžer aktivnosti
 Name[sr@latin]=Menadžer aktivnosti
 Name[sv]=Aktivitetshanterare
+Name[tg]=Мудири фаъолият
+Name[tr]=Etkinlik Yöneticisi
+Name[ug]=پائالىيەت باشقۇرغۇچ
 Name[uk]=Керування просторами дій
 Name[x-test]=xxActivity Managerxx
 Name[zh_CN]=活动管理器
 Name[zh_TW]=活動管理員
 
 Comment=The activity management backend
+Comment[ar]=سند إدارة الأنشطة
+Comment[ast]=El backend de la xestión d'actividaes
+Comment[bs]=Pozadina za upravljanje aktivnostima
 Comment[ca]=El dorsal pel gestor d'activitats
 Comment[ca@valencia]=El dorsal pel gestor d'activitats
 Comment[cs]=Podpůrná vrstva pro správu aktivit
@@ -45,15 +73,34 @@
 Comment[el]=Το σύστημα υποστήριξης διαχείρισης δραστηριοτήτων
 Comment[en_GB]=The activity management backend
 Comment[es]=El motor de gestión de actividades
+Comment[et]=Tegevuste haldamise taustaprogramm
+Comment[eu]=Jarduera kudeaketa 'backend'
 Comment[fi]=Aktiviteettienhallinnan taustaosa
-Comment[gl]=A infraestrutura de xestión de actividades.
+Comment[fr]=Le moteur de gestion d'activités
+Comment[ga]=Inneall bainisteoireachta gníomhaíochta
+Comment[gd]=Backend gus na gnìomhachdan a stiùireadh
+Comment[gl]=A infraestrutura de xestión da actividade
+Comment[he]=מנוע ניהול הפעילויות
+Comment[hu]=Aktivitáskezelő modul
+Comment[ia]=Le retro-administration de gestion de activitate
+Comment[is]=Stýringarkerfi fyrir virkni
 Comment[it]=Il motore di gestione delle attività
+Comment[kk]=Белсенділікті басқару бағдарламасы
+Comment[km]=កម្មវិធី​ខាងក្រោយ​ការ​គ្រប់គ្រង​សកម្មភាព
+Comment[ko]=활동 관리 백엔드
+Comment[lt]=Veiklos tvarkymo sąsaja
+Comment[mr]=कार्यपध्दती व्यवस्थापन बॅकएन्ड
+Comment[nb]=Bakgrunnsmotoren for aktivitetsbehandling
+Comment[nds]=Hülpprogramm för den Aktivitetenpleger
 Comment[nl]=De activiteitenbeheerder-backend
 Comment[nn]=Bakgrunnsmotoren til aktivitetshandsamaren
+Comment[pa]=ਸਰਗਰਮੀ ਪਰਬੰਧ ਬੈਕਐਂਡ
 Comment[pl]=Silnik zarządzania działaniami
 Comment[pt]=A infra-estrutura de gestão de actividades
 Comment[pt_BR]=Infraestrutura de gerenciamento de atividades
+Comment[ro]=Suport pentru administrare activități
 Comment[ru]=Механизм управления комнатами
+Comment[se]=Aktivitehtagieđahallama duogášmohtor
 Comment[sk]=Backend pre správu aktivít
 Comment[sl]=Zaledje za upravljanje z dejavnostmi
 Comment[sr]=Позадина за управљање активностима
@@ -61,7 +108,10 @@
 Comment[sr@ijekavianlatin]=Pozadina za upravljanje aktivnostima
 Comment[sr@latin]=Pozadina za upravljanje aktivnostima
 Comment[sv]=Gränssnittet för aktivitetshanteringen
+Comment[tg]=Сервери идоракунии фаъолият
+Comment[tr]=Etkinlik yönetimi arka ucu
+Comment[ug]=پائالىيەت باشقۇرغۇچ ئارقا ئۇچى
 Comment[uk]=Сервер керування просторами дій
 Comment[x-test]=xxThe activity management backendxx
 Comment[zh_CN]=活动管理器后端
-Comment[zh_TW]=活動管理員後端介面
+Comment[zh_TW]=活動管理後端介面
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kactivitymanagerd-5.6.4/src/service/ksmserver/KSMServer.cpp 
new/kactivitymanagerd-5.7.0/src/service/ksmserver/KSMServer.cpp
--- old/kactivitymanagerd-5.6.4/src/service/ksmserver/KSMServer.cpp     
2016-05-10 18:29:30.000000000 +0200
+++ new/kactivitymanagerd-5.7.0/src/service/ksmserver/KSMServer.cpp     
2016-06-30 16:51:27.000000000 +0200
@@ -71,10 +71,10 @@
         if 
(KDBusConnectionPool::threadConnection().interface()->isServiceRegistered(KWIN_SERVICE))
 {
             // Creating the new dbus interface
             // TODO: in multi-head environment there are multiple kwin 
instances
-            // running and they will export different dbus name on different
-            // root window. We have no support for that currently.
-            // In future, the session management for Wayland may also need to 
be
-            // reimplemented in some way.
+            //       running and they will export different dbus name on 
different
+            //       root window. We have no support for that currently.
+            //       In future, the session management for Wayland may also 
need to be
+            //       reimplemented in some way.
             kwin = new QDBusInterface(KWIN_SERVICE, QStringLiteral("/KWin"), 
QStringLiteral("org.kde.KWin"));
 
             // If the service is valid, initialize it
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kactivitymanagerd-5.6.4/src/service/plugins/activitytemplates/kactivitymanagerd-plugin-activitytemplates.json
 
new/kactivitymanagerd-5.7.0/src/service/plugins/activitytemplates/kactivitymanagerd-plugin-activitytemplates.json
--- 
old/kactivitymanagerd-5.6.4/src/service/plugins/activitytemplates/kactivitymanagerd-plugin-activitytemplates.json
   2016-05-10 18:29:30.000000000 +0200
+++ 
new/kactivitymanagerd-5.7.0/src/service/plugins/activitytemplates/kactivitymanagerd-plugin-activitytemplates.json
   2016-06-30 16:51:27.000000000 +0200
@@ -4,6 +4,8 @@
             {
                 "Email": "[email protected]", 
                 "Name": "Ivan Čukić", 
+                "Name[sr@ijekavian]": "Иван Чукић", 
+                "Name[sr]": "Иван Чукић", 
                 "Name[x-test]": "xxIvan Čukićxx"
             }
         ], 
@@ -15,7 +17,6 @@
         "Description[cs]": "Podpora pro vytváření aktivit podle šablon", 
         "Description[da]": "Understøttelse af oprettelse af 
skabelonaktiviteter", 
         "Description[de]": "Unterstützung für das Erstellen von Vorlagen  für 
Aktivitäten", 
-        "Description[en_GB]": "Support for creating templated activities", 
         "Description[es]": "Creación de actividades basadas en plantillas", 
         "Description[fi]": "Tuki aktiviteettimallien tekemiseen", 
         "Description[it]": "Supporto per creare attività da modelli", 
@@ -24,7 +25,6 @@
         "Description[pl]": "Obsługa tworzenia szablonowych działań", 
         "Description[pt]": "Suporte para a criação de actividades com 
modelos", 
         "Description[pt_BR]": "Suporte para criação de atividades em modelos", 
-        "Description[ru]": "Поддержка создания шаблонов комнат", 
         "Description[sk]": "Podpora pre vytváranie šablónovaných aktivít", 
         "Description[sl]": "Podpora za ustvarjanje predlog dejavnosti", 
         "Description[sr@ijekavian]": "Подршка за стварање шаблонских 
активности", 
@@ -35,7 +35,6 @@
         "Description[uk]": "Підтримка створення шаблонних просторів дій", 
         "Description[x-test]": "xxSupport for creating templated 
activitiesxx", 
         "Description[zh_CN]": "支持创建模板活动", 
-        "Description[zh_TW]": "支援以樣本建立活動", 
         "EnabledByDefault": true, 
         "Icon": "edit-copy", 
         "Id": "org.kde.ActivityManager.ActivityTemplates", 
@@ -46,7 +45,6 @@
         "Name[cs]": "Šablony aktivit", 
         "Name[da]": "Aktivitetsskabeloner", 
         "Name[de]": "Aktivitätenvorlagen", 
-        "Name[en_GB]": "Activity Templates", 
         "Name[es]": "Plantillas de actividades", 
         "Name[fi]": "Aktiviteettimallit", 
         "Name[it]": "Modelli di attività", 
@@ -55,7 +53,6 @@
         "Name[pl]": "Szablony działań", 
         "Name[pt]": "Modelos de Actividades", 
         "Name[pt_BR]": "Modelos de atividades", 
-        "Name[ru]": "Шаблоны комнат", 
         "Name[sk]": "Šablóny aktivít", 
         "Name[sl]": "Predloge dejavnosti", 
         "Name[sr@ijekavian]": "Шаблони активности", 
@@ -66,7 +63,6 @@
         "Name[uk]": "Шаблони просторів дій", 
         "Name[x-test]": "xxActivity Templatesxx", 
         "Name[zh_CN]": "活动模板", 
-        "Name[zh_TW]": "活動樣本", 
         "ServiceTypes": [
             "ActivityManager/Plugin"
         ], 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kactivitymanagerd-5.6.4/src/service/plugins/eventspy/kactivitymanagerd-plugin-eventspy.json
 
new/kactivitymanagerd-5.7.0/src/service/plugins/eventspy/kactivitymanagerd-plugin-eventspy.json
--- 
old/kactivitymanagerd-5.6.4/src/service/plugins/eventspy/kactivitymanagerd-plugin-eventspy.json
     2016-05-10 18:29:30.000000000 +0200
+++ 
new/kactivitymanagerd-5.7.0/src/service/plugins/eventspy/kactivitymanagerd-plugin-eventspy.json
     2016-06-30 16:51:27.000000000 +0200
@@ -4,6 +4,8 @@
             {
                 "Email": "ivan.cukic(at)kde.org", 
                 "Name": "Ivan Čukić", 
+                "Name[sr@ijekavian]": "Иван Чукић", 
+                "Name[sr]": "Иван Чукић", 
                 "Name[x-test]": "xxIvan Čukićxx"
             }
         ], 
@@ -15,7 +17,6 @@
         "Description[cs]": "Sbírá z aplikací události jenž podporují určení 
nedávných dokumentů", 
         "Description[da]": "Indsamler hændelser fra programmer som 
understøtter specifikationen for nylige dokumenter", 
         "Description[de]": "Sammelt Ereignisse von Anwendungen, die die 
Spezifikation zuletzt geöffnete Dokumente unterstützen", 
-        "Description[en_GB]": "Collects events from applications that support 
recent documents specification", 
         "Description[es]": "Recopila eventos de las aplicaciones que usan la 
especificación de documentos recientes", 
         "Description[fi]": "Kerää tapahtumia sovelluksilta, jotka tukevat 
viimeaikaisten tiedostojen määrittelyä", 
         "Description[it]": "Raccoglie eventi dalle applicazioni che supportano 
la specifica dei documenti recenti", 
@@ -24,7 +25,6 @@
         "Description[pl]": "Gromadzi wydarzenia z aplikacji, które spełniają 
wymogi ostatnich dokumentów ", 
         "Description[pt]": "Recolhe eventos das aplicações que suportam a 
especificação de documentos recentes", 
         "Description[pt_BR]": "Identifica eventos a partir de aplicativos que 
tem suporte a especificação de documentos recentes", 
-        "Description[ru]": "Собирает от поддерживаемых приложений события о 
последних открытых документах", 
         "Description[sk]": "Zbiera udalosti z aplikácií, ktoré podporujú 
špecifikáciu nedávnych dokumentov", 
         "Description[sl]": "Zbira dogodke iz programov, ki podpirajo določitev 
nedavnih dokumentov", 
         "Description[sr@ijekavian]": "Сакупља догађаје из програма који 
подржавају спецификацију недавних докумената", 
@@ -35,7 +35,6 @@
         "Description[uk]": "Збирає записи подій від програм, у яких 
реалізовано специфікацію нещодавніх документів", 
         "Description[x-test]": "xxCollects events from applications that 
support recent documents specificationxx", 
         "Description[zh_CN]": "从支持最近文档标准的应用程序收集事件", 
-        "Description[zh_TW]": "從支援最新的文件規格的應用程式中收集事件", 
         "EnabledByDefault": true, 
         "Icon": "preferences-system", 
         "Id": "org.kde.ActivityManager.EventSpy", 
@@ -46,7 +45,6 @@
         "Name[cs]": "Špeh událostí", 
         "Name[da]": "Hændelsesspion", 
         "Name[de]": "Ereignisspion", 
-        "Name[en_GB]": "Event Spy", 
         "Name[es]": "Espía de eventos", 
         "Name[fi]": "Tapahtumavakooja", 
         "Name[it]": "Spia degli eventi", 
@@ -55,7 +53,6 @@
         "Name[pl]": "Szpieg wydarzeń", 
         "Name[pt]": "Espião de Eventos", 
         "Name[pt_BR]": "Espião de eventos", 
-        "Name[ru]": "Монитор событий", 
         "Name[sk]": "Špión udalostí", 
         "Name[sl]": "Nadzor dogodkov", 
         "Name[sr@ijekavian]": "Шпијун догађаја", 
@@ -66,7 +63,6 @@
         "Name[uk]": "Журнал подій", 
         "Name[x-test]": "xxEvent Spyxx", 
         "Name[zh_CN]": "事件记录", 
-        "Name[zh_TW]": "事件監控器", 
         "ServiceTypes": [
             "ActivityManager/Plugin"
         ], 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kactivitymanagerd-5.6.4/src/service/plugins/globalshortcuts/kactivitymanagerd-plugin-globalshortcuts.json
 
new/kactivitymanagerd-5.7.0/src/service/plugins/globalshortcuts/kactivitymanagerd-plugin-globalshortcuts.json
--- 
old/kactivitymanagerd-5.6.4/src/service/plugins/globalshortcuts/kactivitymanagerd-plugin-globalshortcuts.json
       2016-05-10 18:29:30.000000000 +0200
+++ 
new/kactivitymanagerd-5.7.0/src/service/plugins/globalshortcuts/kactivitymanagerd-plugin-globalshortcuts.json
       2016-06-30 16:51:27.000000000 +0200
@@ -4,6 +4,8 @@
             {
                 "Email": "[email protected]", 
                 "Name": "Makis Marimpis", 
+                "Name[sr@ijekavian]": "Макис Маримпис", 
+                "Name[sr]": "Макис Маримпис", 
                 "Name[x-test]": "xxMakis Marimpisxx"
             }
         ], 
@@ -15,7 +17,6 @@
         "Description[cs]": "Přidává globální klávesové zkratky pro přepínání 
aktivit", 
         "Description[da]": "Tilføjer globale tastaturgenvej til skift mellem 
aktiviteter", 
         "Description[de]": "Fügt globale Tastatur-Kurzbefehle für das Wechseln 
von Aktivitäten hinzu", 
-        "Description[en_GB]": "Adds global keyboard shortcuts for activity 
switching", 
         "Description[es]": "Añade accesos rápidos de teclado globales para 
cambiar de actividad", 
         "Description[fi]": "Lisää työpöydänlaajuiset pikanäppäimet 
aktiviteettien vaihtamiseen", 
         "Description[it]": "Aggiunge scorciatoie della tastiera globali per 
cambiare attività", 
@@ -24,7 +25,6 @@
         "Description[pl]": "Dodaje globalne skróty klawiaturowe do 
przełączania działań", 
         "Description[pt]": "Adiciona atalhos globais de teclado para a mudança 
de actividades", 
         "Description[pt_BR]": "Adiciona atalhos de teclado globais para 
alternar atividades", 
-        "Description[ru]": "Определяет глобальные комбинации клавиш для 
переключения комнат", 
         "Description[sk]": "Pridá globálne klávesové skratky na prepínanie 
aktivít", 
         "Description[sl]": "Doda splošne tipkovne bližnjice za preklapljanje 
dejavnosti", 
         "Description[sr@ijekavian]": "Додаје глобалне пречице са тастатуре за 
мењање активности", 
@@ -35,7 +35,6 @@
         "Description[uk]": "Додає загальні клавіатурні скорочення для 
перемикання просторів дій", 
         "Description[x-test]": "xxAdds global keyboard shortcuts for activity 
switchingxx", 
         "Description[zh_CN]": "添加活动切换的全局键盘快捷方式", 
-        "Description[zh_TW]": "新增活動切換的全域快速鍵", 
         "EnabledByDefault": false, 
         "Icon": "configure-shortcuts", 
         "Id": "org.kde.ActivityManager.GlobalShortcuts", 
@@ -46,7 +45,6 @@
         "Name[cs]": "Globální zkratky", 
         "Name[da]": "Globale genveje", 
         "Name[de]": "Globale Kurzbefehle", 
-        "Name[en_GB]": "Global Shortcuts", 
         "Name[es]": "Accesos rápidos globales", 
         "Name[fi]": "Työpöydänlaajuiset pikanäppäimet", 
         "Name[it]": "Scorciatoie globali", 
@@ -55,7 +53,6 @@
         "Name[pl]": "Skróty globalne", 
         "Name[pt]": "Atalhos Globais", 
         "Name[pt_BR]": "Atalhos globais", 
-        "Name[ru]": "Глобальные комбинации клавиш", 
         "Name[sk]": "Globálne skratky", 
         "Name[sl]": "Splošne bližnjice", 
         "Name[sr@ijekavian]": "Глобалне пречице", 
@@ -66,7 +63,6 @@
         "Name[uk]": "Загальні клавіатурні скорочення", 
         "Name[x-test]": "xxGlobal Shortcutsxx", 
         "Name[zh_CN]": "全局快捷键", 
-        "Name[zh_TW]": "全域快速鍵", 
         "ServiceTypes": [
             "ActivityManager/Plugin"
         ], 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kactivitymanagerd-5.6.4/src/service/plugins/runapplication/kactivitymanagerd-plugin-runapplication.json
 
new/kactivitymanagerd-5.7.0/src/service/plugins/runapplication/kactivitymanagerd-plugin-runapplication.json
--- 
old/kactivitymanagerd-5.6.4/src/service/plugins/runapplication/kactivitymanagerd-plugin-runapplication.json
 2016-05-10 18:29:30.000000000 +0200
+++ 
new/kactivitymanagerd-5.7.0/src/service/plugins/runapplication/kactivitymanagerd-plugin-runapplication.json
 2016-06-30 16:51:27.000000000 +0200
@@ -4,6 +4,11 @@
             {
                 "Email": "[email protected]", 
                 "Name": "Ivan Cukic", 
+                "Name[nn]": "Ivan Čukić", 
+                "Name[sr@ijekavian]": "Иван Чукић", 
+                "Name[sr@ijekavianlatin]": "Ivan Čukić", 
+                "Name[sr@latin]": "Ivan Čukić", 
+                "Name[sr]": "Иван Чукић", 
                 "Name[x-test]": "xxIvan Cukicxx"
             }
         ], 
@@ -14,7 +19,6 @@
         "Description[ca]": "En commutar d'activitat, o en iniciar o 
aturar-les, executar les aplicacions especificades", 
         "Description[da]": "Køb bestemte programmer ved skift mellem 
aktiviteter eller når de startes eller stoppes", 
         "Description[de]": "Beim Wechseln, Starten oder Beenden von 
Aktivitäten, angegebene Anwendungen ausführen", 
-        "Description[en_GB]": "When switching activities, or when starting and 
stopping them, execute specified applications", 
         "Description[es]": "Al cambiar de actividad, o cuando se inician o se 
detienen, ejecutar las aplicaciones indicadas", 
         "Description[fi]": "Suorita annetut sovellukset vaihdettaessa 
aktiviteetteja tai käynnistettäessä tai pysäytettäessä niitä", 
         "Description[it]": "Quando si passa da un'attività all'altra, o quando 
vengono aperte o chiuse delle attività, esegue le applicazioni specificate", 
@@ -33,7 +37,6 @@
         "Description[uk]": "Запускати вказані програми під час перемикання 
просторів дій або їхнього запуску чи завершення роботи", 
         "Description[x-test]": "xxWhen switching activities, or when starting 
and stopping them, execute specified applicationsxx", 
         "Description[zh_CN]": "切换活动或者启动停止他们时,执行指定程序", 
-        "Description[zh_TW]": "切換活動時,或是啟動、停止活動時,執行特定應用程式", 
         "EnabledByDefault": true, 
         "Icon": "preferences-system-windows", 
         "Id": "org.kde.ActivityManager.RunApplication", 
@@ -43,7 +46,6 @@
         "Name[ca]": "Executa aplicacions en canviar l'estat de l'activitat", 
         "Name[da]": "Kør programmer ved ændring af aktivitetstilstand", 
         "Name[de]": "Anwendungsstart bei Zustandsänderung einer Aktivität", 
-        "Name[en_GB]": "Run applications on activity state change", 
         "Name[es]": "Ejecutar aplicaciones cuando cambia el estado de la 
actividad", 
         "Name[fi]": "Suorita sovelluksia aktiviteetin tilan muuttuessa", 
         "Name[it]": "Esegue applicazioni al cambio di stato dell'attività", 
@@ -62,7 +64,6 @@
         "Name[uk]": "Запуск програм під час зміни стану простору дій", 
         "Name[x-test]": "xxRun applications on activity state changexx", 
         "Name[zh_CN]": "活动状态变化时执行程序", 
-        "Name[zh_TW]": "在活動狀態變更時執行應用程式", 
         "ServiceTypes": [
             "ActivityManager/Plugin"
         ], 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kactivitymanagerd-5.6.4/src/service/plugins/slc/kactivitymanagerd-plugin-slc.json
 
new/kactivitymanagerd-5.7.0/src/service/plugins/slc/kactivitymanagerd-plugin-slc.json
--- 
old/kactivitymanagerd-5.6.4/src/service/plugins/slc/kactivitymanagerd-plugin-slc.json
       2016-05-10 18:29:30.000000000 +0200
+++ 
new/kactivitymanagerd-5.7.0/src/service/plugins/slc/kactivitymanagerd-plugin-slc.json
       2016-06-30 16:51:27.000000000 +0200
@@ -4,6 +4,11 @@
             {
                 "Email": "[email protected]", 
                 "Name": "Ivan Cukic", 
+                "Name[nn]": "Ivan Čukić", 
+                "Name[sr@ijekavian]": "Иван Чукић", 
+                "Name[sr@ijekavianlatin]": "Ivan Čukić", 
+                "Name[sr@latin]": "Ivan Čukić", 
+                "Name[sr]": "Иван Чукић", 
                 "Name[x-test]": "xxIvan Cukicxx"
             }
         ], 
@@ -14,7 +19,6 @@
         "Description[ca]": "Proporciona dades a la miniaplicació 
«Share-Like-Connect»", 
         "Description[da]": "Leverer data til Share-Like-Connect-applet", 
         "Description[de]": "Liefert Daten für das Miniprogramm 
Share-Like-Connect", 
-        "Description[en_GB]": "Provides data to Share-Like-Connect applet", 
         "Description[es]": "Proporciona datos a la miniaplicación Compartir-Me 
gusta-Conectar", 
         "Description[fi]": "Tarjoaa tietoa Share-Like-Connect-sovelmalle", 
         "Description[it]": "Fornisce dati al programma Share-Like-Connect", 
@@ -23,7 +27,6 @@
         "Description[pl]": "Dostarcza danych do apletu Share-Like-Connect", 
         "Description[pt]": "Fornece dados para a 'applet' Share-Like-Connect", 
         "Description[pt_BR]": "Fornece dados para o miniaplicativo 
Share-Like-Connect", 
-        "Description[ru]": "Предоставляет данные виджету Share-Like-Connect", 
         "Description[sk]": "Poskytuje dáta pre applet Share-Like-Connect", 
         "Description[sl]": "Ponuja podatke apletu Share-Like-Connect", 
         "Description[sr@ijekavian]": "Пружа податке аплету подели-оцени-повежи 
(СЛЦ)", 
@@ -34,7 +37,6 @@
         "Description[uk]": "Надає дані аплетові 
Оприлюднити-Уподобати-З’єднати", 
         "Description[x-test]": "xxProvides data to Share-Like-Connect 
appletxx", 
         "Description[zh_CN]": "向分享-喜爱-连接部件提供数据", 
-        "Description[zh_TW]": "將資料提供給 Share-Like-Connect 小程式", 
         "EnabledByDefault": true, 
         "Icon": "mail-forward", 
         "Id": "org.kde.ActivityManager.SLC", 
@@ -42,28 +44,17 @@
         "Name": "Share-Like-Connect", 
         "Name[ca@valencia]": "«Share-Like-Connect»", 
         "Name[ca]": "«Share-Like-Connect»", 
-        "Name[da]": "Share-Like-Connect", 
-        "Name[de]": "Share-Like-Connect", 
-        "Name[en_GB]": "Share-Like-Connect", 
+        "Name[da]": "Share·Like·Connect", 
         "Name[es]": "Compartir-Me gusta-Conectar", 
-        "Name[fi]": "Share-Like-Connect", 
-        "Name[it]": "Share-Like-Connect", 
         "Name[nl]": "'Share-Like-Connect'", 
         "Name[nn]": "Del–lik–kopla", 
-        "Name[pl]": "Share-Like-Connect", 
-        "Name[pt]": "Share-Like-Connect", 
-        "Name[pt_BR]": "Share-Like-Connect", 
-        "Name[sk]": "Share-Like-Connect", 
-        "Name[sl]": "Share-Like-Connect", 
         "Name[sr@ijekavian]": "Подели-оцени-повежи (СЛЦ)", 
         "Name[sr@ijekavianlatin]": "Podeli-oceni-poveži (SLC)", 
         "Name[sr@latin]": "Podeli-oceni-poveži (SLC)", 
         "Name[sr]": "Подели-оцени-повежи (СЛЦ)", 
-        "Name[sv]": "Share-Like-Connect", 
         "Name[uk]": "Оприлюднти-Уподобати-З’єднати", 
         "Name[x-test]": "xxShare-Like-Connectxx", 
         "Name[zh_CN]": "分享-喜爱-连接", 
-        "Name[zh_TW]": "Share-Like-Connect", 
         "ServiceTypes": [
             "ActivityManager/Plugin"
         ], 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kactivitymanagerd-5.6.4/src/service/plugins/sqlite/kactivitymanagerd-plugin-sqlite.json
 
new/kactivitymanagerd-5.7.0/src/service/plugins/sqlite/kactivitymanagerd-plugin-sqlite.json
--- 
old/kactivitymanagerd-5.6.4/src/service/plugins/sqlite/kactivitymanagerd-plugin-sqlite.json
 2016-05-10 18:29:30.000000000 +0200
+++ 
new/kactivitymanagerd-5.7.0/src/service/plugins/sqlite/kactivitymanagerd-plugin-sqlite.json
 2016-06-30 16:51:27.000000000 +0200
@@ -4,6 +4,11 @@
             {
                 "Email": "[email protected]", 
                 "Name": "Ivan Cukic", 
+                "Name[nn]": "Ivan Čukić", 
+                "Name[sr@ijekavian]": "Иван Чукић", 
+                "Name[sr@ijekavianlatin]": "Ivan Čukić", 
+                "Name[sr@latin]": "Ivan Čukić", 
+                "Name[sr]": "Иван Чукић", 
                 "Name[x-test]": "xxIvan Cukicxx"
             }
         ], 
@@ -14,7 +19,6 @@
         "Description[ca]": "Connector per emmagatzemar i classificar 
esdeveniments en el Sqlite", 
         "Description[da]": "Plugin til at gemme og score hændelser i Sqlite", 
         "Description[de]": "Modul zum Speichern und Bewerten von Ereignissen 
in SQLite", 
-        "Description[en_GB]": "Plugin to store and score events in Sqlite", 
         "Description[es]": "Complemento para almacenar y puntuar eventos en 
Sqlite", 
         "Description[fi]": "Liitännäinen tapahtumien tallentamiseen ja 
arvostelemiseen Sqlitessa", 
         "Description[it]": "Estensione per memorizzare e valutare gli eventi 
in Sqlite", 
@@ -23,7 +27,6 @@
         "Description[pl]": "Wtyczka do przechowywania i oceny zdarzeń w 
Sqlite", 
         "Description[pt]": "'Plugin' para guardar e classificar os eventos em 
SQLite", 
         "Description[pt_BR]": "Plugin para armazenar e classificar os eventos 
no Sqlite", 
-        "Description[ru]": "Модуль для сохранения и оценки событий в Sqlite", 
         "Description[sk]": "Plugin na uloženie a bodovanie udalosti v Sqlite", 
         "Description[sl]": "Vstavek za shranjevanje in označevanje dogodkov v 
SQLite", 
         "Description[sr@ijekavian]": "Прикључак за складиштење и оцењивање 
догађаја у СКуЛајту", 
@@ -34,7 +37,6 @@
         "Description[uk]": "Додаток для зберігання і оцінки подій у Sqlite", 
         "Description[x-test]": "xxPlugin to store and score events in 
Sqlitexx", 
         "Description[zh_CN]": "使用 Sqlite 对事件存储和打分的插件", 
-        "Description[zh_TW]": "在 Sqlite 中儲存並評分事件", 
         "EnabledByDefault": true, 
         "Icon": "server-database", 
         "Id": "org.kde.ActivityManager.ResourceScoring", 
@@ -44,7 +46,6 @@
         "Name[ca]": "Alimentador del Sqlite", 
         "Name[da]": "Sqlite-feeder", 
         "Name[de]": "Sqlite-Modul", 
-        "Name[en_GB]": "Sqlite Feeder", 
         "Name[es]": "Alimentador Sqlite", 
         "Name[fi]": "Sqlite-syötteistin", 
         "Name[it]": "Fornitore per Sqlite", 
@@ -53,7 +54,6 @@
         "Name[pl]": "Podajnik Sqlite", 
         "Name[pt]": "Fonte de SQLite", 
         "Name[pt_BR]": "Fonte de notícias do Sqlite", 
-        "Name[ru]": "Поставщик данных для Sqlite", 
         "Name[sk]": "Podávač Sqlite", 
         "Name[sl]": "Podajalnik SQLite", 
         "Name[sr@ijekavian]": "СКуЛајтов уводник", 
@@ -64,7 +64,6 @@
         "Name[uk]": "Передавання даних Sqlite", 
         "Name[x-test]": "xxSqlite Feederxx", 
         "Name[zh_CN]": "Sqlite 存储", 
-        "Name[zh_TW]": "Sqlite Feeder", 
         "ServiceTypes": [
             "ActivityManager/Plugin"
         ], 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kactivitymanagerd-5.6.4/src/service/plugins/virtualdesktopswitch/kactivitymanagerd-plugin-virtualdesktopswitch.json
 
new/kactivitymanagerd-5.7.0/src/service/plugins/virtualdesktopswitch/kactivitymanagerd-plugin-virtualdesktopswitch.json
--- 
old/kactivitymanagerd-5.6.4/src/service/plugins/virtualdesktopswitch/kactivitymanagerd-plugin-virtualdesktopswitch.json
     2016-05-10 18:29:30.000000000 +0200
+++ 
new/kactivitymanagerd-5.7.0/src/service/plugins/virtualdesktopswitch/kactivitymanagerd-plugin-virtualdesktopswitch.json
     2016-06-30 16:51:27.000000000 +0200
@@ -4,6 +4,11 @@
             {
                 "Email": "[email protected]", 
                 "Name": "Ivan Cukic", 
+                "Name[nn]": "Ivan Čukić", 
+                "Name[sr@ijekavian]": "Иван Чукић", 
+                "Name[sr@ijekavianlatin]": "Ivan Čukić", 
+                "Name[sr@latin]": "Ivan Čukić", 
+                "Name[sr]": "Иван Чукић", 
                 "Name[x-test]": "xxIvan Cukicxx"
             }
         ], 
@@ -14,7 +19,6 @@
         "Description[ca]": "En canviar a una activitat, obre el darrer 
escriptori virtual utilitzat amb aquesta activitat", 
         "Description[da]": "Åbner det senest brugte virtuelle skrivebord for 
aktiviteten ved skift til en aktivitet", 
         "Description[de]": "Beim Wechseln zu einer Aktivität wird die 
virtuelle Arbeitsfläche geöffnet, auf der zuletzt diese Aktivität benutzt 
wurde", 
-        "Description[en_GB]": "When switching to an activity, opens the 
virtual desktop last used with that activity", 
         "Description[es]": "Al cambiar a una actividad, abre el último 
escritorio virtual que se usó en ella", 
         "Description[fi]": "Aktiviteettia vaihdettaessa avaa sen 
virtuaalityöpöydän, jota kyseisellä aktiviteetilla viimeksi käytettiin", 
         "Description[it]": "Quando si passa ad un'attività, apre l'ultimo 
desktop virtuale usato con quella attività", 
@@ -23,7 +27,6 @@
         "Description[pl]": "Po przełączeniu do działania, otwiera wirtualny 
pulpit ostatnio używany do tego działania", 
         "Description[pt]": "Ao mudar para uma actividade, abre o último ecrã 
virtual usado por essa actividade", 
         "Description[pt_BR]": "Ao alternar para uma atividade, abre a última 
área de trabalho virtual usada com esta atividade", 
-        "Description[ru]": "При переключении на комнату открывает виртуальный 
рабочий стол, бывший активным в ней в последний раз", 
         "Description[sk]": "Pri prepnutí na aktivitu, otvorí virtuálnu plochu 
naposledy použitú s danou aktivitou.", 
         "Description[sl]": "Ob preklopu na dejavnost odpre navidezno namizje, 
ki je bilo nazadnje uporabljeno s to dejavnostjo", 
         "Description[sr@ijekavian]": "При пребацивању на активност, отвара 
виртуелну површ која је последња коришћена у тој активности", 
@@ -34,7 +37,6 @@
         "Description[uk]": "Під час перемикання на простір дій відкриває 
віртуальну стільницю, яку було використано у цьому просторі останньою", 
         "Description[x-test]": "xxWhen switching to an activity, opens the 
virtual desktop last used with that activityxx", 
         "Description[zh_CN]": "切换活动时打开最后使用的虚拟桌面", 
-        "Description[zh_TW]": "切換到某個活動時,開啟上次使用的虛擬桌面", 
         "EnabledByDefault": false, 
         "Icon": "preferences-system-windows", 
         "Id": "org.kde.ActivityManager.VirtualDesktopSwitch", 
@@ -45,7 +47,6 @@
         "Name[cs]": "Přepínač virtuálních ploch", 
         "Name[da]": "Skift mellem virtuelle skriveborde", 
         "Name[de]": "Umschalten virtueller Arbeitsflächen", 
-        "Name[en_GB]": "Virtual desktop switcher", 
         "Name[es]": "Selector de escritorio virtual", 
         "Name[fi]": "Virtuaalityöpöydän valitsin", 
         "Name[it]": "Cambiadesktop virtuale", 
@@ -54,7 +55,6 @@
         "Name[pl]": "Przełącznik wirtualnych pulpitów", 
         "Name[pt]": "Mudança de ecrã virtual", 
         "Name[pt_BR]": "Alternador de áreas de trabalho virtuais", 
-        "Name[ru]": "Переключатель виртуальных рабочих столов", 
         "Name[sk]": "Prepínač virtuálnych plôch", 
         "Name[sl]": "Preklapljanje navideznih namizij", 
         "Name[sr@ijekavian]": "Мењач виртуелних површи", 
@@ -65,7 +65,6 @@
         "Name[uk]": "Перемикач віртуальних стільниць", 
         "Name[x-test]": "xxVirtual desktop switcherxx", 
         "Name[zh_CN]": "虚拟桌面切换器", 
-        "Name[zh_TW]": "虛擬桌面切換器", 
         "ServiceTypes": [
             "ActivityManager/Plugin"
         ], 


Reply via email to