Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package kactivitymanagerd for
openSUSE:Factory checked in at 2022-06-13 13:02:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kactivitymanagerd (Old)
and /work/SRC/openSUSE:Factory/.kactivitymanagerd.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kactivitymanagerd"
Mon Jun 13 13:02:05 2022 rev:117 rq:981899 version:5.25.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/kactivitymanagerd/kactivitymanagerd.changes
2022-05-05 23:04:52.489443563 +0200
+++
/work/SRC/openSUSE:Factory/.kactivitymanagerd.new.1548/kactivitymanagerd.changes
2022-06-13 13:02:17.973097660 +0200
@@ -1,0 +2,27 @@
+Thu Jun 9 11:14:57 UTC 2022 - Fabian Vogt <[email protected]>
+
+- Update to 5.25.0
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.25.0
+- No code changes since 5.24.90
+
+-------------------------------------------------------------------
+Thu May 19 19:45:28 UTC 2022 - Fabian Vogt <[email protected]>
+
+- Update to 5.24.90
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.24.90
+- Changes since 5.24.5:
+ * Remove dependency on Boost.Container
+ * Add unistd.h include for sleep()
+ * Fix XML parser porting regression
+ * Add Qt6 CI
+ * Don't advertise debug stream operator publicly if we don't export it
+ * Port to KApplicationTrader
+ * Port to QXmlStreamReader
+ * Fix some compile errors against qt6
+ * Fix DBus service name registration
+
+-------------------------------------------------------------------
Old:
----
kactivitymanagerd-5.24.5.tar.xz
kactivitymanagerd-5.24.5.tar.xz.sig
New:
----
kactivitymanagerd-5.25.0.tar.xz
kactivitymanagerd-5.25.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kactivitymanagerd.spec ++++++
--- /var/tmp/diff_new_pack.2Tjs6J/_old 2022-06-13 13:02:18.573098498 +0200
+++ /var/tmp/diff_new_pack.2Tjs6J/_new 2022-06-13 13:02:18.577098503 +0200
@@ -20,15 +20,15 @@
%bcond_without released
Name: kactivitymanagerd
-Version: 5.24.5
+Version: 5.25.0
Release: 0
Summary: KDE Plasma Activities support
License: GPL-2.0-or-later
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 released}
-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
@@ -124,11 +124,7 @@
%{_kf5_sharedir}/krunner/dbusplugins/plasma-runnners-activities.desktop
%{_kf5_sharedir}/dbus-1/services/org.kde.ActivityManager.service
%{_kf5_debugdir}/kactivitymanagerd.categories
-%{_userunitdir}/plasma-kactivitymanagerd.service
-%if %{pkg_vcmp kf5-filesystem >= 20220307}
%{_libexecdir}/kactivitymanagerd
-%else
-%{_kf5_libdir}/libexec/kactivitymanagerd
-%endif
+%{_userunitdir}/plasma-kactivitymanagerd.service
%changelog
++++++ kactivitymanagerd-5.24.5.tar.xz -> kactivitymanagerd-5.25.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kactivitymanagerd-5.24.5/.gitlab-ci.yml
new/kactivitymanagerd-5.25.0/.gitlab-ci.yml
--- old/kactivitymanagerd-5.24.5/.gitlab-ci.yml 2022-05-03 12:03:20.000000000
+0200
+++ new/kactivitymanagerd-5.25.0/.gitlab-ci.yml 2022-06-09 11:05:25.000000000
+0200
@@ -4,3 +4,4 @@
include:
-
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
-
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
+ -
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kactivitymanagerd-5.24.5/CMakeLists.txt
new/kactivitymanagerd-5.25.0/CMakeLists.txt
--- old/kactivitymanagerd-5.24.5/CMakeLists.txt 2022-05-03 12:03:20.000000000
+0200
+++ new/kactivitymanagerd-5.25.0/CMakeLists.txt 2022-06-09 11:05:25.000000000
+0200
@@ -5,7 +5,7 @@
project (KActivityManagerd)
set (QT_MIN_VERSION "5.15.0")
-set (KF5_MIN_VERSION "5.86")
+set (KF5_MIN_VERSION "5.90")
set (KDE_COMPILERSETTINGS_LEVEL "5.82")
set (Boost_MINIMUM_VERSION "1.58")
@@ -48,7 +48,12 @@
set (CMAKE_CXX_STANDARD_REQUIRED ON)
# Qt
-find_package (Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Core DBus
Widgets)
+find_package (Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} CONFIG REQUIRED
COMPONENTS Core DBus Widgets)
+
+if (QT_MAJOR_VERSION STREQUAL "6")
+ find_package(Qt6Core5Compat ${REQUIRED_QT_VERSION} REQUIRED) # QTextCodec
+endif()
+
# KDE Frameworks
find_package (KF5DBusAddons ${KF5_MIN_VERSION} CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kactivitymanagerd-5.24.5/po/sk/kactivities5.po
new/kactivitymanagerd-5.25.0/po/sk/kactivities5.po
--- old/kactivitymanagerd-5.24.5/po/sk/kactivities5.po 2022-05-03
12:03:37.000000000 +0200
+++ new/kactivitymanagerd-5.25.0/po/sk/kactivities5.po 2022-06-09
11:05:39.000000000 +0200
@@ -7,7 +7,7 @@
"Project-Id-Version: kactivities5\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2022-01-13 00:44+0000\n"
-"PO-Revision-Date: 2022-01-31 16:32+0100\n"
+"PO-Revision-Date: 2022-01-31 17:03+0100\n"
"Last-Translator: Matej Mrenica <[email protected]>\n"
"Language-Team: Slovak <[email protected]>\n"
"Language: sk\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kactivitymanagerd-5.24.5/po/vi/kactivities5.po
new/kactivitymanagerd-5.25.0/po/vi/kactivities5.po
--- old/kactivitymanagerd-5.24.5/po/vi/kactivities5.po 1970-01-01
01:00:00.000000000 +0100
+++ new/kactivitymanagerd-5.25.0/po/vi/kactivities5.po 2022-06-09
11:05:40.000000000 +0200
@@ -0,0 +1,46 @@
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the kactivitymanagerd
package.
+#
+# Phu Hung Nguyen <[email protected]>, 2022.
+msgid ""
+msgstr ""
+"Project-Id-Version: kactivitymanagerd\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2022-01-13 00:44+0000\n"
+"PO-Revision-Date: 2022-05-16 07:58+0200\n"
+"Last-Translator: Phu Hung Nguyen <[email protected]>\n"
+"Language-Team: Vietnamese <[email protected]>\n"
+"Language: vi\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Lokalize 21.12.2\n"
+
+#: service/Activities.cpp:114
+#, kde-format
+msgid "Default"
+msgstr "M???c ?????nh"
+
+#: service/plugins/globalshortcuts/GlobalShortcutsPlugin.cpp:31
+#, kde-format
+msgid "Activity Manager"
+msgstr "Tr??nh qu???n l?? Ho???t ?????ng"
+
+#: service/plugins/globalshortcuts/GlobalShortcutsPlugin.cpp:72
+#: service/plugins/globalshortcuts/GlobalShortcutsPlugin.cpp:108
+#, kde-format
+msgctxt "@action"
+msgid "Switch to activity \"%1\""
+msgstr "Chuy???n sang Ho???t ?????ng \"%1\""
+
+#: service/plugins/krunner/ActivityRunner.cpp:19
+#, kde-format
+msgctxt "KRunner keyword"
+msgid "activity"
+msgstr "Ho???t ?????ng"
+
+#: service/plugins/krunner/ActivityRunner.cpp:68
+#, kde-format
+msgid "Switch to \"%1\""
+msgstr "Chuy???n sang \"%1\""
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kactivitymanagerd-5.24.5/po/zh_CN/kactivities5.po
new/kactivitymanagerd-5.25.0/po/zh_CN/kactivities5.po
--- old/kactivitymanagerd-5.24.5/po/zh_CN/kactivities5.po 2022-05-03
12:03:41.000000000 +0200
+++ new/kactivitymanagerd-5.25.0/po/zh_CN/kactivities5.po 2022-06-09
11:05:41.000000000 +0200
@@ -9,7 +9,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2022-01-13 00:44+0000\n"
-"PO-Revision-Date: 2022-04-26 15:33\n"
+"PO-Revision-Date: 2022-06-05 04:20\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kactivitymanagerd-5.24.5/src/service/CMakeLists.txt
new/kactivitymanagerd-5.25.0/src/service/CMakeLists.txt
--- old/kactivitymanagerd-5.24.5/src/service/CMakeLists.txt 2022-05-03
12:03:20.000000000 +0200
+++ new/kactivitymanagerd-5.25.0/src/service/CMakeLists.txt 2022-06-09
11:05:25.000000000 +0200
@@ -6,7 +6,7 @@
find_package (ECM 0.0.8 REQUIRED NO_MODULE)
set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH})
-find_package (Qt5 REQUIRED NO_MODULE COMPONENTS Sql Gui Widgets)
+find_package (Qt${QT_MAJOR_VERSION} REQUIRED NO_MODULE COMPONENTS Sql Gui
Widgets)
find_package (KF5Config ${KF5_MIN_VERSION} CONFIG REQUIRED)
find_package (KF5CoreAddons ${KF5_MIN_VERSION} CONFIG REQUIRED)
@@ -77,7 +77,7 @@
install (FILES
files/kactivitymanagerd.desktop
- DESTINATION ${KDE_INSTALL_KSERVICES5DIR}
+ DESTINATION ${KDE_INSTALL_KSERVICESDIR}
)
install (TARGETS
@@ -91,6 +91,6 @@
install (FILES
files/kactivitymanagerd-plugin.desktop
- DESTINATION ${KDE_INSTALL_KSERVICETYPES5DIR}
+ DESTINATION ${KDE_INSTALL_KSERVICETYPESDIR}
)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kactivitymanagerd-5.24.5/src/service/Event.h
new/kactivitymanagerd-5.25.0/src/service/Event.h
--- old/kactivitymanagerd-5.24.5/src/service/Event.h 2022-05-03
12:03:20.000000000 +0200
+++ new/kactivitymanagerd-5.25.0/src/service/Event.h 2022-06-09
11:05:25.000000000 +0200
@@ -59,8 +59,6 @@
QString typeName() const;
};
-QDebug operator<<(QDebug dbg, const Event &e);
-
typedef QList<Event> EventList;
Q_DECLARE_METATYPE(Event)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kactivitymanagerd-5.24.5/src/service/files/kactivitymanagerd-plugin.desktop
new/kactivitymanagerd-5.25.0/src/service/files/kactivitymanagerd-plugin.desktop
---
old/kactivitymanagerd-5.24.5/src/service/files/kactivitymanagerd-plugin.desktop
2022-05-03 12:03:20.000000000 +0200
+++
new/kactivitymanagerd-5.25.0/src/service/files/kactivitymanagerd-plugin.desktop
2022-06-09 11:05:25.000000000 +0200
@@ -8,7 +8,7 @@
Comment[bg]=?????????????????? ???? ???????????????????? ????
????????????????????
Comment[bs]=Priklju??ak za pra??enje aktivnosti
Comment[ca]=Connector pel gestor d'activitats
-Comment[ca@valencia]=Connector pel gestor d'activitats
+Comment[ca@valencia]=Conector pel gestor d'activitats
Comment[cs]=Modul spr??vce aktivit
Comment[da]=Plugin til aktivitetsh??ndtering
Comment[de]=Modul f??r Aktivit??tenverwaltung
@@ -57,6 +57,7 @@
Comment[tr]=Etkinlik y??neticisi eklentisi
Comment[ug]=?????????????????? ?????????????????? ????????????????????
Comment[uk]=?????????????? ?????????????????? ???????????????????? ??????
+Comment[vi]=Ph???n c??i c???m tr??nh qu???n l?? Ho???t ?????ng
Comment[x-test]=xxActivity manager pluginxx
Comment[zh_CN]=?????????????????????
Comment[zh_TW]=???????????????????????????
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kactivitymanagerd-5.24.5/src/service/files/kactivitymanagerd.desktop
new/kactivitymanagerd-5.25.0/src/service/files/kactivitymanagerd.desktop
--- old/kactivitymanagerd-5.24.5/src/service/files/kactivitymanagerd.desktop
2022-05-03 12:03:20.000000000 +0200
+++ new/kactivitymanagerd-5.25.0/src/service/files/kactivitymanagerd.desktop
2022-06-09 11:05:25.000000000 +0200
@@ -61,6 +61,7 @@
Name[tr]=Etkinlik Y??neticisi
Name[ug]=?????????????????? ??????????????????
Name[uk]=?????????????????? ???????????????????? ??????
+Name[vi]=Tr??nh qu???n l?? Ho???t ?????ng
Name[x-test]=xxActivity Managerxx
Name[zh_CN]=???????????????
Name[zh_TW]=???????????????
@@ -120,6 +121,7 @@
Comment[tr]=Etkinlik y??netimi arka ucu
Comment[ug]=?????????????????? ?????????????????? ?????????? ????????
Comment[uk]=???????????? ?????????????????? ???????????????????? ??????
+Comment[vi]=H???u ph????ng qu???n l?? Ho???t ?????ng
Comment[x-test]=xxThe activity management backendxx
Comment[zh_CN]=?????????????????????
Comment[zh_TW]=????????????????????????
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kactivitymanagerd-5.24.5/src/service/plugins/activitytemplates/kactivitymanagerd-plugin-activitytemplates.json
new/kactivitymanagerd-5.25.0/src/service/plugins/activitytemplates/kactivitymanagerd-plugin-activitytemplates.json
---
old/kactivitymanagerd-5.24.5/src/service/plugins/activitytemplates/kactivitymanagerd-plugin-activitytemplates.json
2022-05-03 12:03:20.000000000 +0200
+++
new/kactivitymanagerd-5.25.0/src/service/plugins/activitytemplates/kactivitymanagerd-plugin-activitytemplates.json
2022-06-09 11:05:25.000000000 +0200
@@ -4,6 +4,7 @@
{
"Email": "[email protected]",
"Name": "Ivan ??uki??",
+ "Name[ar]": "Ivan ??uki??",
"Name[az]": "Ivan ??uki??",
"Name[ca@valencia]": "Ivan ??uki??",
"Name[ca]": "Ivan ??uki??",
@@ -41,6 +42,7 @@
"Name[sv]": "Ivan ??uki??",
"Name[tr]": "Ivan ??uki??",
"Name[uk]": "Ivan ??uki??",
+ "Name[vi]": "Ivan ??uki??",
"Name[x-test]": "xxIvan ??uki??xx",
"Name[zh_CN]": "Ivan ??uki??",
"Name[zh_TW]": "Ivan ??uki??"
@@ -48,8 +50,9 @@
],
"Category": "",
"Description": "Support for creating templated activities",
+ "Description[ar]": "?????? ?????????? ?????????? ????????????",
"Description[az]": "F??aliyy??t n??mun??l??rinin yarad??lmas??n??n
d??st??kl??nm??si",
- "Description[ca@valencia]": "Suport per a la creaci?? d'activitats amb
plantilles",
+ "Description[ca@valencia]": "Soport per a la creaci?? d'activitats amb
plantilles",
"Description[ca]": "Suport per a la creaci?? d'activitats amb
plantilles",
"Description[cs]": "Podpora pro vytv????en?? aktivit podle ??ablon",
"Description[da]": "Underst??ttelse af oprettelse af
skabelonaktiviteter",
@@ -85,6 +88,7 @@
"Description[sv]": "St??d f??r att skapa aktivitetsmallar",
"Description[tr]": "??ablonlu etkinlikler yaratma deste??i",
"Description[uk]": "?????????????????? ??????????????????
?????????????????? ?????????????????? ??????",
+ "Description[vi]": "H??? tr??? t???o Ho???t ?????ng theo b???n m???u",
"Description[x-test]": "xxSupport for creating templated activitiesxx",
"Description[zh_CN]": "????????????????????????",
"Description[zh_TW]": "???????????????????????????",
@@ -93,6 +97,7 @@
"Id": "org.kde.ActivityManager.ActivityTemplates",
"License": "GPL",
"Name": "Activity Templates",
+ "Name[ar]": "?????????? ??????????????",
"Name[az]": "F??aliyy??t N??mun??l??ri",
"Name[ca@valencia]": "Plantilles de les activitats",
"Name[ca]": "Plantilles de les activitats",
@@ -130,6 +135,7 @@
"Name[sv]": "Aktivitetsmallar",
"Name[tr]": "Etkinlik ??ablonlar??",
"Name[uk]": "?????????????? ?????????????????? ??????",
+ "Name[vi]": "B???n m???u Ho???t ?????ng",
"Name[x-test]": "xxActivity Templatesxx",
"Name[zh_CN]": "????????????",
"Name[zh_TW]": "????????????",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kactivitymanagerd-5.24.5/src/service/plugins/eventspy/EventSpy.cpp
new/kactivitymanagerd-5.25.0/src/service/plugins/eventspy/EventSpy.cpp
--- old/kactivitymanagerd-5.24.5/src/service/plugins/eventspy/EventSpy.cpp
2022-05-03 12:03:20.000000000 +0200
+++ new/kactivitymanagerd-5.25.0/src/service/plugins/eventspy/EventSpy.cpp
2022-06-09 11:05:25.000000000 +0200
@@ -9,10 +9,10 @@
#include <QFileInfo>
#include <QString>
-#include <KConfigCore/KConfigGroup>
-#include <KConfigCore/KDesktopFile>
-#include <KCoreAddons/KDirWatch>
-#include <KIOCore/KRecentDocument>
+#include <KConfigGroup>
+#include <KDesktopFile>
+#include <KDirWatch>
+#include <KRecentDocument>
KAMD_EXPORT_PLUGIN(eventspyplugin, EventSpyPlugin,
"kactivitymanagerd-plugin-eventspy.json")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kactivitymanagerd-5.24.5/src/service/plugins/eventspy/kactivitymanagerd-plugin-eventspy.json
new/kactivitymanagerd-5.25.0/src/service/plugins/eventspy/kactivitymanagerd-plugin-eventspy.json
---
old/kactivitymanagerd-5.24.5/src/service/plugins/eventspy/kactivitymanagerd-plugin-eventspy.json
2022-05-03 12:03:20.000000000 +0200
+++
new/kactivitymanagerd-5.25.0/src/service/plugins/eventspy/kactivitymanagerd-plugin-eventspy.json
2022-06-09 11:05:25.000000000 +0200
@@ -4,6 +4,7 @@
{
"Email": "ivan.cukic(at)kde.org",
"Name": "Ivan ??uki??",
+ "Name[ar]": "Ivan ??uki??",
"Name[az]": "Ivan ??uki??",
"Name[ca@valencia]": "Ivan ??uki??",
"Name[ca]": "Ivan ??uki??",
@@ -41,6 +42,7 @@
"Name[sv]": "Ivan ??uki??",
"Name[tr]": "Ivan ??uki??",
"Name[uk]": "Ivan ??uki??",
+ "Name[vi]": "Ivan ??uki??",
"Name[x-test]": "xxIvan ??uki??xx",
"Name[zh_CN]": "Ivan ??uki??",
"Name[zh_TW]": "Ivan ??uki??"
@@ -48,8 +50,9 @@
],
"Category": "",
"Description": "Collects events from applications that support recent
documents specification",
+ "Description[ar]": "???????? ?????????????? ???? ??????????????????
???????? ???????? ???????????? ?????????????????? ??????????????",
"Description[az]": "Son istifad?? olunan s??n??dl??rin
x??susiyy??tl??rini d??st??kl??y??n t??tbiql??rd??n hadis??l??ri toplay??r",
- "Description[ca@valencia]": "Recull els esdeveniments de les
aplicacions que admeten l'especificaci?? dels documents recents",
+ "Description[ca@valencia]": "Recull els successos de les aplicacions
que admeten l'especificaci?? dels documents recents",
"Description[ca]": "Recull els esdeveniments de les aplicacions que
admeten l'especificaci?? dels documents recents",
"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",
@@ -85,6 +88,7 @@
"Description[sv]": "Samlar in h??ndelser fr??n program som st??der
senare dokumentspecifikationer",
"Description[tr]": "Son belgelerin ??zelliklerini destekleyen
uygulamalardan etkinlikler toplar",
"Description[uk]": "???????????? ???????????? ?????????? ??????
??????????????, ?? ???????? ?????????????????????? ????????????????????????
???????????????????? ????????????????????",
+ "Description[vi]": "Thu th???p s??? ki???n t??? c??c ???ng d???ng h???
tr??? ?????c t??? \"t??i li???u g???n ????y\"",
"Description[x-test]": "xxCollects events from applications that
support recent documents specificationxx",
"Description[zh_CN]":
"??????????????????????????????????????????????????????",
"Description[zh_TW]":
"????????????????????????????????????????????????????????????",
@@ -93,8 +97,9 @@
"Id": "org.kde.ActivityManager.EventSpy",
"License": "GPL",
"Name": "Event Spy",
+ "Name[ar]": "?????????? ??????????????",
"Name[az]": "Hadis??l??rin izl??nm??si",
- "Name[ca@valencia]": "Espia l'esdeveniment",
+ "Name[ca@valencia]": "Espia el succ??s",
"Name[ca]": "Espia l'esdeveniment",
"Name[cs]": "??peh ud??lost??",
"Name[da]": "H??ndelsesspion",
@@ -130,6 +135,7 @@
"Name[sv]": "H??ndelse??vervakare",
"Name[tr]": "Etkinlik Casusu",
"Name[uk]": "???????????? ??????????",
+ "Name[vi]": "Theo d??i s??? ki???n",
"Name[x-test]": "xxEvent Spyxx",
"Name[zh_CN]": "????????????",
"Name[zh_TW]": "????????????",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kactivitymanagerd-5.24.5/src/service/plugins/globalshortcuts/kactivitymanagerd-plugin-globalshortcuts.json
new/kactivitymanagerd-5.25.0/src/service/plugins/globalshortcuts/kactivitymanagerd-plugin-globalshortcuts.json
---
old/kactivitymanagerd-5.24.5/src/service/plugins/globalshortcuts/kactivitymanagerd-plugin-globalshortcuts.json
2022-05-03 12:03:20.000000000 +0200
+++
new/kactivitymanagerd-5.25.0/src/service/plugins/globalshortcuts/kactivitymanagerd-plugin-globalshortcuts.json
2022-06-09 11:05:25.000000000 +0200
@@ -4,6 +4,7 @@
{
"Email": "[email protected]",
"Name": "Makis Marimpis",
+ "Name[ar]": "Makis Marimpis",
"Name[az]": "Makis Marimpis",
"Name[ca@valencia]": "Makis Marimpis",
"Name[ca]": "Makis Marimpis",
@@ -41,6 +42,7 @@
"Name[sv]": "Makis Marimpis",
"Name[tr]": "Makis Marimpis",
"Name[uk]": "Makis Marimpis",
+ "Name[vi]": "Makis Marimpis",
"Name[x-test]": "xxMakis Marimpisxx",
"Name[zh_CN]": "Makis Marimpis",
"Name[zh_TW]": "Makis Marimpis"
@@ -48,6 +50,7 @@
],
"Category": "",
"Description": "Adds global keyboard shortcuts for activity switching",
+ "Description[ar]": "???????? ???????????? ???????? ???????????? ??????
???????????? ????????????",
"Description[az]": "F??aliyy??tl??r aras?? ke??id ??????n qlobal
q??sayollar?? t??yin edir",
"Description[ca@valencia]": "Afig dreceres de teclat globals per a
canviar d'activitat",
"Description[ca]": "Afegeix dreceres de teclat globals per a canviar
d'activitat",
@@ -85,6 +88,7 @@
"Description[sv]": "L??gger till globala snabbtangenter f??r
aktivitetsbyte",
"Description[tr]": "Etkinlik de??i??tirme i??in genel klavye
k??sayollar?? ekler",
"Description[uk]": "?????????? ???????????????? ??????????????????????
???????????????????? ?????? ?????????????????????? ?????????????????? ??????",
+ "Description[vi]": "Th??m c??c ph??m t???t to??n c???c cho vi???c
chuy???n Ho???t ?????ng",
"Description[x-test]": "xxAdds global keyboard shortcuts for activity
switchingxx",
"Description[zh_CN]": "?????????????????????????????????????????????",
"Description[zh_TW]": "????????????????????????????????????",
@@ -93,6 +97,7 @@
"Id": "org.kde.ActivityManager.GlobalShortcuts",
"License": "GPL",
"Name": "Global Shortcuts",
+ "Name[ar]": "???????????????? ????????",
"Name[az]": "Qlobal Q??sayollar Birl????m??l??ri",
"Name[ca@valencia]": "Dreceres globals",
"Name[ca]": "Dreceres globals",
@@ -130,6 +135,7 @@
"Name[sv]": "Globala genv??gar",
"Name[tr]": "Global K??sayollar",
"Name[uk]": "???????????????? ??????????????????????
????????????????????",
+ "Name[vi]": "Ph??m t???t to??n c???c",
"Name[x-test]": "xxGlobal Shortcutsxx",
"Name[zh_CN]": "???????????????",
"Name[zh_TW]": "????????????",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kactivitymanagerd-5.24.5/src/service/plugins/gtk-eventspy/GtkEventSpy.cpp
new/kactivitymanagerd-5.25.0/src/service/plugins/gtk-eventspy/GtkEventSpy.cpp
---
old/kactivitymanagerd-5.24.5/src/service/plugins/gtk-eventspy/GtkEventSpy.cpp
2022-05-03 12:03:20.000000000 +0200
+++
new/kactivitymanagerd-5.25.0/src/service/plugins/gtk-eventspy/GtkEventSpy.cpp
2022-06-09 11:05:25.000000000 +0200
@@ -6,15 +6,15 @@
#include "GtkEventSpy.h"
+#include <QFile>
#include <QFileInfo>
#include <QStandardPaths>
#include <QString>
#include <QUrl>
-#include <QXmlInputSource>
-#include <QXmlSimpleReader>
+#include <QXmlStreamReader>
-#include <KCoreAddons/KDirWatch>
-#include <KServiceTypeTrader>
+#include <KApplicationTrader>
+#include <KDirWatch>
#include "DebugPluginGtkEventSpy.h"
@@ -66,89 +66,6 @@
return current.name;
}
-class BookmarkHandler : public QXmlDefaultHandler
-{
-public:
- bool startElement(const QString &namespaceURI, const QString &localName,
const QString &qName, const QXmlAttributes &attributes) override;
- bool endElement(const QString &namespaceURI, const QString &localName,
const QString &qName) override;
-
- QList<Bookmark> bookmarks() const;
-
-private:
- QList<Bookmark> marks;
- Bookmark current;
-};
-
-QList<Bookmark> BookmarkHandler::bookmarks() const
-{
- return marks;
-}
-
-bool BookmarkHandler::startElement(const QString & /*namespaceURI*/, const
QString & /*localName*/, const QString &qName, const QXmlAttributes &attributes)
-{
- // new bookmark
- if (qName == QStringLiteral("bookmark")) {
- current = Bookmark();
- current.href = QUrl(attributes.value("href"));
- QString added = attributes.value("added");
- QString modified = attributes.value("modified");
- QString visited = attributes.value("visited");
- current.added = QDateTime::fromString(added, Qt::ISODate);
- current.modified = QDateTime::fromString(modified, Qt::ISODate);
- current.visited = QDateTime::fromString(visited, Qt::ISODate);
-
- // application for the current bookmark
- } else if (qName == QStringLiteral("bookmark:application")) {
- Application app;
-
- QString exec = attributes.value("exec");
-
- if (exec.startsWith(QLatin1Char('\'')) &&
exec.endsWith(QLatin1Char('\''))) {
- // remove "'" characters wrapping the command
- exec = exec.mid(1, exec.size() - 2);
- }
-
- // Search for applications which are executable and case-insensitively
match the search term
- // See
https://techbase.kde.org/Development/Tutorials/Services/Traders#The_KTrader_Query_Language
- const auto query = QString("exist Exec and Exec ~~ '%1'").arg(exec);
- const KService::List services =
KServiceTypeTrader::self()->query(QStringLiteral("Application"), query);
-
- if (!services.isEmpty()) {
- // use the first item matching
- const auto &service = services.first();
- app.name = service->desktopEntryName();
- } else {
- // when no services are found, sanitize a little the exec
- // remove space and any character after
- const int spaceIndex = exec.indexOf(" ");
- if (spaceIndex != -1) {
- exec = exec.mid(0, spaceIndex);
- }
- app.name = exec;
- }
-
- app.modified = QDateTime::fromString(attributes.value("modified"),
Qt::ISODate);
-
- current.applications.append(app);
- } else if (qName == QStringLiteral("mime:mime-type")) {
- current.mimetype = attributes.value("type");
- }
- return true;
-}
-
-bool BookmarkHandler::endElement(const QString &namespaceURI, const QString
&localName, const QString &qName)
-{
- Q_UNUSED(namespaceURI);
- Q_UNUSED(localName);
-
- if (qName == QStringLiteral("bookmark")) {
- // keep track of the finished parsed bookmark
- marks << current;
- }
-
- return true;
-}
-
void GtkEventSpyPlugin::fileUpdated(const QString &filename)
{
QFile file(filename);
@@ -158,20 +75,72 @@
}
// must parse the xbel xml file
- BookmarkHandler bookmarkHandler;
-
- QXmlSimpleReader reader;
- reader.setContentHandler(&bookmarkHandler);
- reader.setErrorHandler(&bookmarkHandler);
- QXmlInputSource source(&file);
+ QXmlStreamReader reader(&file);
+ QList<Bookmark> bookmarks;
+ Bookmark current;
+ while (!reader.atEnd()) {
+ const auto token = reader.readNext();
+ if (token == QXmlStreamReader::StartElement) {
+ if (reader.qualifiedName() == QLatin1String("bookmark")) {
+ current = Bookmark();
+ current.href =
QUrl(reader.attributes().value("href").toString());
+ QString added = reader.attributes().value("added").toString();
+ QString modified =
reader.attributes().value("modified").toString();
+ QString visited =
reader.attributes().value("visited").toString();
+ current.added = QDateTime::fromString(added, Qt::ISODate);
+ current.modified = QDateTime::fromString(modified,
Qt::ISODate);
+ current.visited = QDateTime::fromString(visited, Qt::ISODate);
+
+ // application for the current bookmark
+ } else if (reader.qualifiedName() ==
QLatin1String("bookmark:application")) {
+ Application app;
+
+ QString exec = reader.attributes().value("exec").toString();
+
+ if (exec.startsWith(QLatin1Char('\'')) &&
exec.endsWith(QLatin1Char('\''))) {
+ // remove "'" characters wrapping the command
+ exec = exec.mid(1, exec.size() - 2);
+ }
+
+ // Search for applications which are executable and
case-insensitively match the search term
+ const KService::List services =
KApplicationTrader::query([exec](const KService::Ptr &app) {
+ return app->exec().compare(exec, Qt::CaseInsensitive) == 0;
+ });
+
+ if (!services.isEmpty()) {
+ // use the first item matching
+ const auto &service = services.first();
+ app.name = service->desktopEntryName();
+ } else {
+ // when no services are found, sanitize a little the exec
+ // remove space and any character after
+ const int spaceIndex = exec.indexOf(" ");
+ if (spaceIndex != -1) {
+ exec = exec.mid(0, spaceIndex);
+ }
+ app.name = exec;
+ }
+
+ app.modified =
QDateTime::fromString(reader.attributes().value("modified").toString(),
Qt::ISODate);
+
+ current.applications.append(app);
+ } else if (reader.qualifiedName() ==
QLatin1String("mime:mime-type")) {
+ current.mimetype =
reader.attributes().value("type").toString();
+ }
+ } else if (token == QXmlStreamReader::EndElement) {
+ if (reader.qualifiedName() == QLatin1String("bookmark")) {
+ // keep track of the finished parsed bookmark
+ bookmarks << current;
+ }
+ }
+ }
- if (!reader.parse(source)) {
- qCWarning(KAMD_LOG_PLUGIN_GTK_EVENTSPY) << "could not parse" << file
<< "error was " << bookmarkHandler.errorString();
+ if (reader.hasError()) {
+ qCWarning(KAMD_LOG_PLUGIN_GTK_EVENTSPY) << "could not parse" <<
file.fileName() << "error was " << reader.errorString();
return;
}
// then find the files that were accessed since last run
- const QList<Bookmark> bookmarks = bookmarkHandler.bookmarks();
for (const Bookmark &mark : bookmarks) {
if (mark.added > m_lastUpdate || mark.modified > m_lastUpdate ||
mark.visited > m_lastUpdate) {
addDocument(mark.href, mark.latestApplication(), mark.mimetype);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kactivitymanagerd-5.24.5/src/service/plugins/gtk-eventspy/kactivitymanagerd-plugin-gtk-eventspy.json
new/kactivitymanagerd-5.25.0/src/service/plugins/gtk-eventspy/kactivitymanagerd-plugin-gtk-eventspy.json
---
old/kactivitymanagerd-5.24.5/src/service/plugins/gtk-eventspy/kactivitymanagerd-plugin-gtk-eventspy.json
2022-05-03 12:03:20.000000000 +0200
+++
new/kactivitymanagerd-5.25.0/src/service/plugins/gtk-eventspy/kactivitymanagerd-plugin-gtk-eventspy.json
2022-06-09 11:05:25.000000000 +0200
@@ -4,6 +4,7 @@
{
"Email": "meven.car(at)kdemail.net",
"Name": "M??ven Car",
+ "Name[ar]": "M??ven Car",
"Name[az]": "M??ven Car",
"Name[ca@valencia]": "M??ven Car",
"Name[ca]": "M??ven Car",
@@ -37,6 +38,7 @@
"Name[sv]": "M??ven Car",
"Name[tr]": "M??ven Car",
"Name[uk]": "M??ven Car",
+ "Name[vi]": "M??ven Car",
"Name[x-test]": "xxM??ven Carxx",
"Name[zh_CN]": "M??ven Car",
"Name[zh_TW]": "M??ven Car"
@@ -44,8 +46,9 @@
],
"Category": "",
"Description": "Collects events from applications that use
GtkFileChooser and GtkRecentManager as specified by
https://www.freedesktop.org/wiki/Specifications/desktop-bookmark-spec/",
+ "Description[ar]": "???????? ?????????????? ???? ??????????????????
???????? ???????????? GtkFileChooser ?? GtkRecentManager ?????? ???? ????????
????????????
https://www.freedesktop.org/wiki/Specifications/desktop-bookmark-spec/ ",
"Description[az]": "GtkFileChooser v?? GtkRecentManager istifad??
ed??n t??tbiql??rd??n hadis??l??ri
https://www.freedesktop.org/wiki/Specifications/desktop-bookmark-spec/
t??r??find??n x??susiyy??tl??rin?? g??r?? toplay??r",
- "Description[ca@valencia]": "Recull els esdeveniments de les
aplicacions que usen ??GtkFileChooser?? i ??GtkRecentManager?? segons
l'especificat pel
https://www.freedesktop.org/wiki/Specifications/desktop-bookmark-spec/",
+ "Description[ca@valencia]": "Recull els successos de les aplicacions
que utilisen ??GtkFileChooser?? i ??GtkRecentManager?? segons l'especificat pel
https://www.freedesktop.org/wiki/Specifications/desktop-bookmark-spec/",
"Description[ca]": "Recull els esdeveniments de les aplicacions que
usen ??GtkFileChooser?? i ??GtkRecentManager?? segons l'especificat pel
https://www.freedesktop.org/wiki/Specifications/desktop-bookmark-spec/",
"Description[cs]": "Sb??r?? ud??losti z aplikac?? vyu????vaj??c??ch
GtkFileChooser a GtkRecentManager jak je pops??no v
https://www.freedesktop.org/wiki/Specifications/desktop-bookmark-spec/",
"Description[da]": "Indsamler h??ndelser fra programmer der bruger
GtkFileChooser og GtkRecentManager som specificeret p??
https://www.freedesktop.org/wiki/Specifications/desktop-bookmark-spec/",
@@ -77,6 +80,7 @@
"Description[sv]": "Samlar in h??ndelser fr??n program som anv??nder
GtkFileChooser och GtkRecentManager som anges av
https://www.freedesktop.org/wiki/Specifications/desktop-bookmark-spec/",
"Description[tr]":
"https://www.freedesktop.org/wiki/Specifications/desktop-bookmark-spec/
konumunda belirtildi??i ??zeri GtkFileChooser ve GtkRecentManager kullanan
uygulamalardan etkinlikleri toplar",
"Description[uk]": "???????????? ???????????????????????? ??????
?????????? ?????? ??????????????, ?? ???????? ????????????????????????????????
GtkFileChooser ???? GtkRecentManager, ???????????????????? ????
https://www.freedesktop.org/wiki/Specifications/desktop-bookmark-spec/",
+ "Description[vi]": "Thu th???p s??? ki???n t??? c??c ???ng d???ng
d??ng GtkFileChooser v?? GtkRecentManager theo ?????c t??? ???
https://www.freedesktop.org/wiki/Specifications/desktop-bookmark-spec/",
"Description[x-test]": "xxCollects events from applications that use
GtkFileChooser and GtkRecentManager as specified by
https://www.freedesktop.org/wiki/Specifications/desktop-bookmark-spec/xx",
"Description[zh_CN]": "????????? GtkFileChooser ??? GtkRecentManager
???????????????????????????????????? FreeDesktop ????????????
https://www.freedesktop.org/wiki/Specifications/desktop-bookmark-spec/",
"Description[zh_TW]": "?????????
https://www.freedesktop.org/wiki/Specifications/desktop-bookmark-spec/
??????????????? GtkFileChooser ??? GtkRecentManager ?????????????????????",
@@ -85,8 +89,9 @@
"Id": "org.kde.ActivityManager.GtkEventSpy",
"License": "GPL",
"Name": "Gtk Event Spy",
+ "Name[ar]": "?????????? ?????????? ???? ???? ????",
"Name[az]": "GTK hadis??l??rinin izl??nm??si",
- "Name[ca@valencia]": "Espia els esdeveniments Gtk",
+ "Name[ca@valencia]": "Espia els successos Gtk",
"Name[ca]": "Espia els esdeveniments Gtk",
"Name[cs]": "??peh ud??lost?? Gtk",
"Name[da]": "Gtk-h??ndelsesspion",
@@ -118,6 +123,7 @@
"Name[sv]": "GTK-h??ndelse??vervakare",
"Name[tr]": "Gtk Etkinlik Casusu",
"Name[uk]": "???????????? ?????????? Gtk",
+ "Name[vi]": "Theo d??i s??? ki???n GTK",
"Name[x-test]": "xxGtk Event Spyxx",
"Name[zh_CN]": "Gtk ????????????",
"Name[zh_TW]": "Gtk ????????????",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kactivitymanagerd-5.24.5/src/service/plugins/krunner/kactivitymanagerd-plugin-activityrunner.json
new/kactivitymanagerd-5.25.0/src/service/plugins/krunner/kactivitymanagerd-plugin-activityrunner.json
---
old/kactivitymanagerd-5.24.5/src/service/plugins/krunner/kactivitymanagerd-plugin-activityrunner.json
2022-05-03 12:03:20.000000000 +0200
+++
new/kactivitymanagerd-5.25.0/src/service/plugins/krunner/kactivitymanagerd-plugin-activityrunner.json
2022-06-09 11:05:25.000000000 +0200
@@ -4,6 +4,7 @@
{
"Email": "[email protected]",
"Name": "Alexander Lohnau",
+ "Name[ar]": "Alexander Lohnau",
"Name[az]": "Alexander Lohnau",
"Name[ca@valencia]": "Alexander Lohnau",
"Name[ca]": "Alexander Lohnau",
@@ -34,14 +35,16 @@
"Name[sv]": "Alexander Lohnau",
"Name[tr]": "Alexander Lohnau",
"Name[uk]": "Alexander Lohnau",
+ "Name[vi]": "Alexander Lohnau",
"Name[x-test]": "xxAlexander Lohnauxx",
"Name[zh_CN]": "Alexander Lohnau"
}
],
"Category": "",
"Description": "KRunner plugin to list and switch activities",
+ "Description[ar]": "?????????? ?????????? ???????? ??????????
??????????????",
"Description[az]": "???? otaqlar??n??n siyah??s??n?? g??st??rm??k v??
onlar?? d??yi??m??k ??????n KRunner qo??mas??",
- "Description[ca@valencia]": "Connector de KRunner per a llistar i
canviar les activitats",
+ "Description[ca@valencia]": "Conector de KRunner per a llistar i
canviar les activitats",
"Description[ca]": "Connector del KRunner per a llistar i canviar les
activitats",
"Description[cs]": "Modul KRunneru pro vyps??n?? a p??ep??n??n??
aktivit",
"Description[da]": "KRunner-plugin til at opliste og skifte mellem
aktiviteter",
@@ -70,6 +73,7 @@
"Description[sv]": "Insticksprogram f??r K??r program f??r att lista
och byta aktiviteter",
"Description[tr]": "Etkinlikleri listelemek ve aralar??nda ge??i??
yapmak i??in KRunner eklentisi",
"Description[uk]": "?????????????? KRunner ?????? ????????????
???????????? ?????????????????? ?????? ???? ?????????????????????? ??????
????????",
+ "Description[vi]": "Ph???n c??i c???m KRunner ????? li???t k?? v??
chuy???n Ho???t ?????ng",
"Description[x-test]": "xxKRunner plugin to list and switch
activitiesxx",
"Description[zh_CN]": "?????????????????????????????? KRunner ??????",
"EnabledByDefault": true,
@@ -77,6 +81,7 @@
"Id": "org.kde.ActivityManager.ActivityRunner",
"License": "GPL",
"Name": "Activity Runner",
+ "Name[ar]": "???????? ????????????",
"Name[az]": "???? ota???? ba??lad??c??s??",
"Name[ca@valencia]": "Executor d'activitats",
"Name[ca]": "Executor d'activitats",
@@ -106,6 +111,7 @@
"Name[sv]": "Aktivitetsk??rning",
"Name[tr]": "Etkinlik Ko??ucusu",
"Name[uk]": "?????????? ?????????????? ?????????????????? ??????",
+ "Name[vi]": "Tr??nh ch???y Ho???t ?????ng",
"Name[x-test]": "xxActivity Runnerxx",
"Name[zh_CN]": "?????? Runner ??????",
"Version": "1.0",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kactivitymanagerd-5.24.5/src/service/plugins/krunner/plasma-runnners-activities.desktop
new/kactivitymanagerd-5.25.0/src/service/plugins/krunner/plasma-runnners-activities.desktop
---
old/kactivitymanagerd-5.24.5/src/service/plugins/krunner/plasma-runnners-activities.desktop
2022-05-03 12:03:20.000000000 +0200
+++
new/kactivitymanagerd-5.25.0/src/service/plugins/krunner/plasma-runnners-activities.desktop
2022-06-09 11:05:25.000000000 +0200
@@ -43,13 +43,14 @@
Name[tr]=Etkinlikler
Name[ug]=????????????????????????
Name[uk]=???????????????? ??????
+Name[vi]=Ho???t ?????ng
Name[x-test]=xxActivitiesxx
Name[zh_CN]=??????
Comment=List and switch between desktop activities
Comment[ar]=???????? ?? ???????? ?????? ?????????? ?????? ????????????
Comment[az]=???? Masas??na aid ???? Otaqlar??n??n siyah??s?? v?? onlar
aras??nda ke??id
Comment[ca]=Llista i commuta entre les activitats d'escriptori
-Comment[ca@valencia]=Llista i commuta entre les activitats d'escriptori
+Comment[ca@valencia]=Llista i canvia entre les activitats d'escriptori
Comment[cs]=Zobrazen?? a p??ep??na?? aktivit pracovn?? plochy
Comment[da]=Vis og skift mellem skrivebordsaktiviteter
Comment[de]=Aktivit??ten anzeigen und zwischen ihnen umschalten
@@ -77,6 +78,7 @@
Comment[sv]=Lista och byt mellan skrivbordsaktiviteter
Comment[tr]=Masa??st?? etkinliklerini listele ve aralar??nda ge??i?? yap
Comment[uk]=???????????????? ?? ?????????????????????? ??????
???????????????????? ?????? ??????????????????
+Comment[vi]=Li???t k?? v?? chuy???n gi???a c??c Ho???t ?????ng b??n l??m vi???c
Comment[x-test]=xxList and switch between desktop activitiesxx
Comment[zh_CN]=???????????????????????????
X-KDE-ServiceTypes=Plasma/Runner
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kactivitymanagerd-5.24.5/src/service/plugins/runapplication/kactivitymanagerd-plugin-runapplication.json
new/kactivitymanagerd-5.25.0/src/service/plugins/runapplication/kactivitymanagerd-plugin-runapplication.json
---
old/kactivitymanagerd-5.24.5/src/service/plugins/runapplication/kactivitymanagerd-plugin-runapplication.json
2022-05-03 12:03:20.000000000 +0200
+++
new/kactivitymanagerd-5.25.0/src/service/plugins/runapplication/kactivitymanagerd-plugin-runapplication.json
2022-06-09 11:05:25.000000000 +0200
@@ -4,6 +4,7 @@
{
"Email": "[email protected]",
"Name": "Ivan Cukic",
+ "Name[ar]": "Ivan Cukic",
"Name[az]": "Ivan Cukic",
"Name[ca@valencia]": "Ivan Cukic",
"Name[ca]": "Ivan Cukic",
@@ -41,6 +42,7 @@
"Name[sv]": "Ivan Cukic",
"Name[tr]": "Ivan Cukic",
"Name[uk]": "Ivan Cukic",
+ "Name[vi]": "Ivan Cukic",
"Name[x-test]": "xxIvan Cukicxx",
"Name[zh_CN]": "Ivan Cukic",
"Name[zh_TW]": "Ivan Cukic"
@@ -48,8 +50,9 @@
],
"Category": "",
"Description": "When switching activities, or when starting and
stopping them, execute specified applications",
+ "Description[ar]": "???????? ?????????????? ?????????? ??????
?????????? ?????????????? ???? ?????? ?????????? ???????? ????????????????",
"Description[az]": "Bir f??aliyy??td??n ba??qas??na ke????rk??n v?? ya
onlar?? dayand??rark??n g??st??ril??n proqram??n ba??lad??lmas??",
- "Description[ca@valencia]": "En commutar d'activitat, o en iniciar o
aturar-les, executar les aplicacions especificades",
+ "Description[ca@valencia]": "En canviar d'activitat, o en iniciar o
parar-les, executar les aplicacions especificades",
"Description[ca]": "En commutar d'activitat, o en iniciar o
aturar-les, executar les aplicacions especificades",
"Description[cs]": "Spustit ur??en?? aplikace p??i p??ep??n??n??
aktivit nebo p??i jejich spou??t??n?? ??i zastavov??n??",
"Description[da]": "K??b bestemte programmer ved skift mellem
aktiviteter eller n??r de startes eller stoppes",
@@ -85,6 +88,7 @@
"Description[sv]": "N??r aktiviteter byts, eller n??r de stoppas och
startas, k??r angivna program",
"Description[tr]": "Etkinlikleri de??i??tirirken veya ba??lat??rken ve
durdururken, belirtilen uygulamalar?? ??al????t??r",
"Description[uk]": "?????????????????? ?????????????? ????????????????
?????? ?????? ?????????????????????? ?????????????????? ?????? ??????
?????????????? ?????????????? ???? ???????????????????? ????????????",
+ "Description[vi]": "Khi chuy???n ho???c khi kh???i ?????ng v?? d???ng
Ho???t ?????ng, th???c thi c??c ???ng d???ng ???????c ch??? ?????nh",
"Description[x-test]": "xxWhen switching activities, or when starting
and stopping them, execute specified applicationsxx",
"Description[zh_CN]":
"??????/??????/????????????????????????????????????",
"Description[zh_TW]":
"???????????????????????????????????????????????????????????????????????????",
@@ -93,6 +97,7 @@
"Id": "org.kde.ActivityManager.RunApplication",
"License": "GPL",
"Name": "Run applications on activity state change",
+ "Name[ar]": "?????? ?????????????? ?????? ?????????? ????????
????????????",
"Name[az]": "F??aliyy??t v??ziyy??tinin d??yi??m??si zaman?? t??tbiqin
ba??lad??lmas??",
"Name[ca@valencia]": "Executa aplicacions en canviar l'estat de
l'activitat",
"Name[ca]": "Executa aplicacions en canviar l'estat de l'activitat",
@@ -130,6 +135,7 @@
"Name[sv]": "K??r program vid ??ndring av aktivitetstillst??nd",
"Name[tr]": "Etkinlik durum de??i??iminde uygulamalar?? ??al????t??r",
"Name[uk]": "???????????? ?????????????? ?????? ?????? ??????????
?????????? ???????????????? ??????",
+ "Name[vi]": "Ch???y ???ng d???ng khi c?? thay ?????i tr???ng th??i
Ho???t ?????ng",
"Name[x-test]": "xxRun applications on activity state changexx",
"Name[zh_CN]": "?????????????????????????????????",
"Name[zh_TW]": "??????????????????????????????????????????",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kactivitymanagerd-5.24.5/src/service/plugins/slc/kactivitymanagerd-plugin-slc.json
new/kactivitymanagerd-5.25.0/src/service/plugins/slc/kactivitymanagerd-plugin-slc.json
---
old/kactivitymanagerd-5.24.5/src/service/plugins/slc/kactivitymanagerd-plugin-slc.json
2022-05-03 12:03:20.000000000 +0200
+++
new/kactivitymanagerd-5.25.0/src/service/plugins/slc/kactivitymanagerd-plugin-slc.json
2022-06-09 11:05:25.000000000 +0200
@@ -4,6 +4,7 @@
{
"Email": "[email protected]",
"Name": "Ivan Cukic",
+ "Name[ar]": "Ivan Cukic",
"Name[az]": "Ivan Cukic",
"Name[ca@valencia]": "Ivan Cukic",
"Name[ca]": "Ivan Cukic",
@@ -41,6 +42,7 @@
"Name[sv]": "Ivan Cukic",
"Name[tr]": "Ivan Cukic",
"Name[uk]": "Ivan Cukic",
+ "Name[vi]": "Ivan Cukic",
"Name[x-test]": "xxIvan Cukicxx",
"Name[zh_CN]": "Ivan Cukic",
"Name[zh_TW]": "Ivan Cukic"
@@ -48,6 +50,7 @@
],
"Category": "",
"Description": "Provides data to Share-Like-Connect applet",
+ "Description[ar]": "???????? ???????????????? ??????????
????????-????????-??????????",
"Description[az]": "Share-Like-Connect ??lav??sinin m??lumatlar??n??
t??qdim edir",
"Description[ca@valencia]": "Proporciona dades a la miniaplicaci??
??Share-Like-Connect??",
"Description[ca]": "Proporciona dades a la miniaplicaci??
??Share-Like-Connect??",
@@ -85,6 +88,7 @@
"Description[sv]": "Tillhandah??ller data f??r Share-Like-Connect
miniprogram",
"Description[tr]": "Payla??-Be??en-Ba??lan uygulamas??na veri sa??lar",
"Description[uk]": "?????????? ???????? ????????????????
??????????????????????-??????????????????-?????????????????",
+ "Description[vi]": "Cung c???p d??? li???u cho ti???u ???ng d???ng
Chia s???-Th??ch-K???t n???i",
"Description[x-test]": "xxProvides data to Share-Like-Connect
appletxx",
"Description[zh_CN]": "?????????????????????-??????-???????????????",
"Description[zh_TW]": "?????????????????? Share-Like-Connect
?????????",
@@ -93,6 +97,7 @@
"Id": "org.kde.ActivityManager.SLC",
"License": "GPL",
"Name": "Share-Like-Connect",
+ "Name[ar]": "????????-????????-??????????",
"Name[az]": "Share-Like-Connect",
"Name[ca@valencia]": "??Share-Like-Connect??",
"Name[ca]": "??Share-Like-Connect??",
@@ -130,6 +135,7 @@
"Name[sv]": "Share-Like-Connect",
"Name[tr]": "Payla??-Be??en-Ba??lan",
"Name[uk]":
"??????????????????????-??????????????????-?????????????????",
+ "Name[vi]": "Chia s???-Th??ch-K???t n???i",
"Name[x-test]": "xxShare-Like-Connectxx",
"Name[zh_CN]": "??????-??????-??????",
"Name[zh_TW]": "Share-Like-Connect",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kactivitymanagerd-5.24.5/src/service/plugins/sqlite/CMakeLists.txt
new/kactivitymanagerd-5.25.0/src/service/plugins/sqlite/CMakeLists.txt
--- old/kactivitymanagerd-5.24.5/src/service/plugins/sqlite/CMakeLists.txt
2022-05-03 12:03:20.000000000 +0200
+++ new/kactivitymanagerd-5.25.0/src/service/plugins/sqlite/CMakeLists.txt
2022-06-09 11:05:25.000000000 +0200
@@ -48,7 +48,9 @@
KF5::Crash
kactivitymanagerd_plugin
)
-
+if(TARGET Qt6::Core5Compat)
+ target_link_libraries(kactivitymanagerd_plugin_sqlite Qt6::Core5Compat)
+endif()
set_target_properties (
kactivitymanagerd_plugin_sqlite
PROPERTIES PREFIX ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kactivitymanagerd-5.24.5/src/service/plugins/sqlite/ResourceLinking.h
new/kactivitymanagerd-5.25.0/src/service/plugins/sqlite/ResourceLinking.h
--- old/kactivitymanagerd-5.24.5/src/service/plugins/sqlite/ResourceLinking.h
2022-05-03 12:03:20.000000000 +0200
+++ new/kactivitymanagerd-5.25.0/src/service/plugins/sqlite/ResourceLinking.h
2022-06-09 11:05:25.000000000 +0200
@@ -10,8 +10,7 @@
// Qt
#include <QObject>
-// Boost and STL
-#include <boost/container/flat_set.hpp>
+// STL
#include <memory>
// Local
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kactivitymanagerd-5.24.5/src/service/plugins/sqlite/ResourceScoreMaintainer.cpp
new/kactivitymanagerd-5.25.0/src/service/plugins/sqlite/ResourceScoreMaintainer.cpp
---
old/kactivitymanagerd-5.24.5/src/service/plugins/sqlite/ResourceScoreMaintainer.cpp
2022-05-03 12:03:20.000000000 +0200
+++
new/kactivitymanagerd-5.25.0/src/service/plugins/sqlite/ResourceScoreMaintainer.cpp
2022-06-09 11:05:25.000000000 +0200
@@ -12,7 +12,7 @@
#include <QMutex>
// System
-#include <time.h>
+#include <unistd.h>
// Utils
#include <utils/d_ptr_implementation.h>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kactivitymanagerd-5.24.5/src/service/plugins/sqlite/StatsPlugin.cpp
new/kactivitymanagerd-5.25.0/src/service/plugins/sqlite/StatsPlugin.cpp
--- old/kactivitymanagerd-5.24.5/src/service/plugins/sqlite/StatsPlugin.cpp
2022-05-03 12:03:20.000000000 +0200
+++ new/kactivitymanagerd-5.25.0/src/service/plugins/sqlite/StatsPlugin.cpp
2022-06-09 11:05:25.000000000 +0200
@@ -89,7 +89,7 @@
if (m_whatToRemember == SpecificApplications) {
auto apps = conf.readEntry(m_blockedByDefault ? "allowed-applications"
: "blocked-applications", QStringList());
- m_apps.insert(apps.cbegin(), apps.cend());
+ m_apps.unite({apps.begin(), apps.end()});
}
// Delete old events, as per configuration.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kactivitymanagerd-5.24.5/src/service/plugins/sqlite/StatsPlugin.h
new/kactivitymanagerd-5.25.0/src/service/plugins/sqlite/StatsPlugin.h
--- old/kactivitymanagerd-5.24.5/src/service/plugins/sqlite/StatsPlugin.h
2022-05-03 12:03:20.000000000 +0200
+++ new/kactivitymanagerd-5.25.0/src/service/plugins/sqlite/StatsPlugin.h
2022-06-09 11:05:25.000000000 +0200
@@ -9,11 +9,10 @@
// Qt
#include <QObject>
+#include <QRegExp>
#include <QSqlQuery>
#include <QTimer>
-
-// Boost and STL
-#include <boost/container/flat_set.hpp>
+// STL
#include <memory>
// Local
@@ -109,7 +108,7 @@
QObject *m_activities;
QObject *m_resources;
- boost::container::flat_set<QString> m_apps;
+ QSet<QString> m_apps;
QList<QRegExp> m_urlFilters;
QStringList m_otrActivities;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kactivitymanagerd-5.24.5/src/service/plugins/sqlite/kactivitymanagerd-plugin-sqlite.json
new/kactivitymanagerd-5.25.0/src/service/plugins/sqlite/kactivitymanagerd-plugin-sqlite.json
---
old/kactivitymanagerd-5.24.5/src/service/plugins/sqlite/kactivitymanagerd-plugin-sqlite.json
2022-05-03 12:03:20.000000000 +0200
+++
new/kactivitymanagerd-5.25.0/src/service/plugins/sqlite/kactivitymanagerd-plugin-sqlite.json
2022-06-09 11:05:25.000000000 +0200
@@ -4,6 +4,7 @@
{
"Email": "[email protected]",
"Name": "Ivan Cukic",
+ "Name[ar]": "Ivan Cukic",
"Name[az]": "Ivan Cukic",
"Name[ca@valencia]": "Ivan Cukic",
"Name[ca]": "Ivan Cukic",
@@ -41,6 +42,7 @@
"Name[sv]": "Ivan Cukic",
"Name[tr]": "Ivan Cukic",
"Name[uk]": "Ivan Cukic",
+ "Name[vi]": "Ivan Cukic",
"Name[x-test]": "xxIvan Cukicxx",
"Name[zh_CN]": "Ivan Cukic",
"Name[zh_TW]": "Ivan Cukic"
@@ -48,8 +50,9 @@
],
"Category": "",
"Description": "Plugin to store and score events in SQLite",
+ "Description[ar]": "?????????? ???????????? ????????????
?????????????? ???? SQLite",
"Description[az]": "SQLite-da hadis??l??ri qiym??tl??ndirm??k v??
saxlamaq ??????n modul",
- "Description[ca@valencia]": "Connector per a emmagatzemar i
classificar esdeveniments en el SQLite",
+ "Description[ca@valencia]": "Conector per a almagasenar i classificar
successos en el SQLite",
"Description[ca]": "Connector per a emmagatzemar i classificar
esdeveniments en el SQLite",
"Description[cs]": "Modul pro ukl??d??n?? ud??lost?? v SQLite",
"Description[da]": "Plugin til at gemme og score h??ndelser i SQLite",
@@ -85,6 +88,7 @@
"Description[sv]": "Insticksprogram f??r att lagra och betygs??tta
h??ndelser i SQLite",
"Description[tr]": "SQLite'da olaylar?? saklamak ve puanlamak i??in
eklenti",
"Description[uk]": "?????????????? ?????? ???????????????????? ??
???????????? ?????????? ?? SQLite",
+ "Description[vi]": "Ph???n c??i c???m ????? l??u tr??? v?? ghi l???i
c??c s??? ki???n v??o SQLite",
"Description[x-test]": "xxPlugin to store and score events in
SQLitexx",
"Description[zh_CN]": "?????? SQLite
???????????????????????????????????????",
"Description[zh_TW]": "??? SQLite ????????????????????????",
@@ -93,6 +97,7 @@
"Id": "org.kde.ActivityManager.ResourceScoring",
"License": "GPL",
"Name": "SQLite Feeder",
+ "Name[ar]": "???????? SQLite",
"Name[az]": "SQLite ??????n m??lumat t??hcizat????s??",
"Name[ca@valencia]": "Alimentador del SQLite",
"Name[ca]": "Alimentador del SQLite",
@@ -130,6 +135,7 @@
"Name[sv]": "SQLite-inmatning",
"Name[tr]": "SQLite Besleyici",
"Name[uk]": "?????????????????????? ?????????? SQLite",
+ "Name[vi]": "Tr??nh c???p SQLite",
"Name[x-test]": "xxSQLite Feederxx",
"Name[zh_CN]": "SQLite ?????????",
"Name[zh_TW]": "SQLite Feeder",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kactivitymanagerd-5.24.5/src/service/plugins/virtualdesktopswitch/kactivitymanagerd-plugin-virtualdesktopswitch.json
new/kactivitymanagerd-5.25.0/src/service/plugins/virtualdesktopswitch/kactivitymanagerd-plugin-virtualdesktopswitch.json
---
old/kactivitymanagerd-5.24.5/src/service/plugins/virtualdesktopswitch/kactivitymanagerd-plugin-virtualdesktopswitch.json
2022-05-03 12:03:20.000000000 +0200
+++
new/kactivitymanagerd-5.25.0/src/service/plugins/virtualdesktopswitch/kactivitymanagerd-plugin-virtualdesktopswitch.json
2022-06-09 11:05:25.000000000 +0200
@@ -4,6 +4,7 @@
{
"Email": "[email protected]",
"Name": "Ivan Cukic",
+ "Name[ar]": "Ivan Cukic",
"Name[az]": "Ivan Cukic",
"Name[ca@valencia]": "Ivan Cukic",
"Name[ca]": "Ivan Cukic",
@@ -41,6 +42,7 @@
"Name[sv]": "Ivan Cukic",
"Name[tr]": "Ivan Cukic",
"Name[uk]": "Ivan Cukic",
+ "Name[vi]": "Ivan Cukic",
"Name[x-test]": "xxIvan Cukicxx",
"Name[zh_CN]": "Ivan Cukic",
"Name[zh_TW]": "Ivan Cukic"
@@ -48,8 +50,9 @@
],
"Category": "",
"Description": "When switching to an activity, opens the virtual
desktop last used with that activity",
+ "Description[ar]": "?????? ?????????????? ?????? ???????? ??????
???????? ?????? ???????????? ?????????????????? ???????????????? ?????? ??????
???? ?????? ????????????",
"Description[az]": "Bu f??aliyy??t?? ke??id zaman?? onda ??n son aktiv
olan i?? masas??n?? a????r",
- "Description[ca@valencia]": "En canviar a una activitat, obri l'??ltim
escriptori virtual utilitzat amb esta activitat",
+ "Description[ca@valencia]": "En canviar a una activitat, obri l'??ltim
escriptori virtual utilisat amb esta activitat",
"Description[ca]": "En canviar a una activitat, obre el darrer
escriptori virtual utilitzat amb aquesta activitat",
"Description[cs]": "P??i p??ep??n??n?? na aktivitu otev??e virtu??ln??
pracovn?? plochu naposledy s touto aktivitou pou??itou",
"Description[da]": "??bner det senest brugte virtuelle skrivebord for
aktiviteten ved skift til en aktivitet",
@@ -85,6 +88,7 @@
"Description[sv]": "Vid byte till en aktivitet, ??ppnar det virtuella
skrivbord som senast anv??ndes med den aktiviteten",
"Description[tr]": "Bir etkinli??e ge??i?? yaparken, bu etkinlikle son
kullan??lan sanal masa??st??n?? a??ar",
"Description[uk]": "?????? ?????? ?????????????????????? ????
?????????????? ?????? ?????????????????? ????????????????????
??????????????????, ?????? ???????? ?????????????????????? ?? ??????????
???????????????? ??????????????????",
+ "Description[vi]": "Khi chuy???n sang m???t Ho???t ?????ng, m??? b??n
l??m vi???c ???o ???????c d??ng g???n ????y nh???t v???i Ho???t ?????ng ????",
"Description[x-test]": "xxWhen switching to an activity, opens the
virtual desktop last used with that activityxx",
"Description[zh_CN]":
"????????????????????????????????????????????????",
"Description[zh_TW]":
"????????????????????????????????????????????????????????????",
@@ -93,6 +97,7 @@
"Id": "org.kde.ActivityManager.VirtualDesktopSwitch",
"License": "GPL",
"Name": "Virtual desktop switcher",
+ "Name[ar]": "???????? ?????? ???????????? ??????????????????",
"Name[az]": "Virtual ???? Masas?? ??eviricisi",
"Name[ca@valencia]": "Commutador pels escriptoris virtuals",
"Name[ca]": "Commutador pels escriptoris virtuals",
@@ -130,6 +135,7 @@
"Name[sv]": "Byte av virtuellt skrivbord",
"Name[tr]": "Sanal masa??st?? ge??i??i",
"Name[uk]": "?????????????????? ??????????????????????
??????????????????",
+ "Name[vi]": "Tr??nh chuy???n b??n l??m vi???c ???o",
"Name[x-test]": "xxVirtual desktop switcherxx",
"Name[zh_CN]": "?????????????????????",
"Name[zh_TW]": "?????????????????????",