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-10-11 18:00:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kactivitymanagerd (Old) and /work/SRC/openSUSE:Factory/.kactivitymanagerd.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kactivitymanagerd" Tue Oct 11 18:00:50 2022 rev:123 rq:1009098 version:5.26.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kactivitymanagerd/kactivitymanagerd.changes 2022-09-08 14:20:35.174217896 +0200 +++ /work/SRC/openSUSE:Factory/.kactivitymanagerd.new.2275/kactivitymanagerd.changes 2022-10-11 18:03:03.853843721 +0200 @@ -1,0 +2,25 @@ +Thu Oct 6 14:48:40 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.26.0 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.26.0 +- No code changes since 5.25.90 + +------------------------------------------------------------------- +Thu Sep 15 20:46:19 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.25.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.25.90 +- Changes since 5.25.5: + * Add FreeBSD Qt6 CI support + * Add missing license file + * Remove service type definition + * Defer session startup until KAMD is up + * virtualdesktopswitch improve readability + * Remove KAMD_EXPORT_PLUGIN macro in favor of K_PLUGIN_CLASS_WITH_JSON + * Request passing unit tests on Linux and BSD + +------------------------------------------------------------------- Old: ---- kactivitymanagerd-5.25.5.tar.xz kactivitymanagerd-5.25.5.tar.xz.sig New: ---- kactivitymanagerd-5.26.0.tar.xz kactivitymanagerd-5.26.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kactivitymanagerd.spec ++++++ --- /var/tmp/diff_new_pack.2FgIXK/_old 2022-10-11 18:03:05.489846366 +0200 +++ /var/tmp/diff_new_pack.2FgIXK/_new 2022-10-11 18:03:05.497846379 +0200 @@ -15,20 +15,20 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -%global kf5_version 5.58.0 -%global qt5_version 5.12.0 +%global kf5_version 5.98.0 +%global qt5_version 5.15.0 %bcond_without released Name: kactivitymanagerd -Version: 5.25.5 +Version: 5.26.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 @@ -118,7 +118,6 @@ %{_kf5_libdir}/libkactivitymanagerd_plugin.so %{_kf5_plugindir}/kactivitymanagerd/ %{_kf5_servicesdir}/kactivitymanagerd.desktop -%{_kf5_servicetypesdir}/kactivitymanagerd-plugin.desktop %dir %{_kf5_sharedir}/krunner/ %dir %{_kf5_sharedir}/krunner/dbusplugins/ %{_kf5_sharedir}/krunner/dbusplugins/plasma-runnners-activities.desktop ++++++ kactivitymanagerd-5.25.5.tar.xz -> kactivitymanagerd-5.26.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.25.5/.gitlab-ci.yml new/kactivitymanagerd-5.26.0/.gitlab-ci.yml --- old/kactivitymanagerd-5.25.5/.gitlab-ci.yml 2022-09-06 14:01:49.000000000 +0200 +++ new/kactivitymanagerd-5.26.0/.gitlab-ci.yml 2022-10-06 14:11:08.000000000 +0200 @@ -5,3 +5,4 @@ - 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 + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd-qt6.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.25.5/.kde-ci.yml new/kactivitymanagerd-5.26.0/.kde-ci.yml --- old/kactivitymanagerd-5.25.5/.kde-ci.yml 2022-09-06 14:01:49.000000000 +0200 +++ new/kactivitymanagerd-5.26.0/.kde-ci.yml 2022-10-06 14:11:08.000000000 +0200 @@ -19,3 +19,5 @@ 'frameworks/kwidgetsaddons': '@latest' 'frameworks/kwindowsystem': '@latest' 'frameworks/kxmlgui': '@latest' +Options: + require-passing-tests-on: [ 'Linux', 'FreeBSD'] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.25.5/CMakeLists.txt new/kactivitymanagerd-5.26.0/CMakeLists.txt --- old/kactivitymanagerd-5.25.5/CMakeLists.txt 2022-09-06 14:01:49.000000000 +0200 +++ new/kactivitymanagerd-5.26.0/CMakeLists.txt 2022-10-06 14:11:08.000000000 +0200 @@ -5,7 +5,7 @@ project (KActivityManagerd) set (QT_MIN_VERSION "5.15.2") -set (KF5_MIN_VERSION "5.94") +set (KF5_MIN_VERSION "5.98.0") set (KDE_COMPILERSETTINGS_LEVEL "5.82") set (Boost_MINIMUM_VERSION "1.58") @@ -39,7 +39,6 @@ include (ECMGenerateDBusServiceFile) include (ECMGenerateHeaders) include (ECMQtDeclareLoggingCategory) -include (ECMSetupQtPluginMacroNames) include (KDEClangFormat) include (KDEGitCommitHooks) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.25.5/LICENSES/CC0-1.0.txt new/kactivitymanagerd-5.26.0/LICENSES/CC0-1.0.txt --- old/kactivitymanagerd-5.25.5/LICENSES/CC0-1.0.txt 1970-01-01 01:00:00.000000000 +0100 +++ new/kactivitymanagerd-5.26.0/LICENSES/CC0-1.0.txt 2022-10-06 14:11:08.000000000 +0200 @@ -0,0 +1,121 @@ +Creative Commons Legal Code + +CC0 1.0 Universal + + CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE + LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN + ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS + INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES + REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS + PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM + THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED + HEREUNDER. + +Statement of Purpose + +The laws of most jurisdictions throughout the world automatically confer +exclusive Copyright and Related Rights (defined below) upon the creator +and subsequent owner(s) (each and all, an "owner") of an original work of +authorship and/or a database (each, a "Work"). + +Certain owners wish to permanently relinquish those rights to a Work for +the purpose of contributing to a commons of creative, cultural and +scientific works ("Commons") that the public can reliably and without fear +of later claims of infringement build upon, modify, incorporate in other +works, reuse and redistribute as freely as possible in any form whatsoever +and for any purposes, including without limitation commercial purposes. +These owners may contribute to the Commons to promote the ideal of a free +culture and the further production of creative, cultural and scientific +works, or to gain reputation or greater distribution for their Work in +part through the use and efforts of others. + +For these and/or other purposes and motivations, and without any +expectation of additional consideration or compensation, the person +associating CC0 with a Work (the "Affirmer"), to the extent that he or she +is an owner of Copyright and Related Rights in the Work, voluntarily +elects to apply CC0 to the Work and publicly distribute the Work under its +terms, with knowledge of his or her Copyright and Related Rights in the +Work and the meaning and intended legal effect of CC0 on those rights. + +1. Copyright and Related Rights. A Work made available under CC0 may be +protected by copyright and related or neighboring rights ("Copyright and +Related Rights"). Copyright and Related Rights include, but are not +limited to, the following: + + i. the right to reproduce, adapt, distribute, perform, display, + communicate, and translate a Work; + ii. moral rights retained by the original author(s) and/or performer(s); +iii. publicity and privacy rights pertaining to a person's image or + likeness depicted in a Work; + iv. rights protecting against unfair competition in regards to a Work, + subject to the limitations in paragraph 4(a), below; + v. rights protecting the extraction, dissemination, use and reuse of data + in a Work; + vi. database rights (such as those arising under Directive 96/9/EC of the + European Parliament and of the Council of 11 March 1996 on the legal + protection of databases, and under any national implementation + thereof, including any amended or successor version of such + directive); and +vii. other similar, equivalent or corresponding rights throughout the + world based on applicable law or treaty, and any national + implementations thereof. + +2. Waiver. To the greatest extent permitted by, but not in contravention +of, applicable law, Affirmer hereby overtly, fully, permanently, +irrevocably and unconditionally waives, abandons, and surrenders all of +Affirmer's Copyright and Related Rights and associated claims and causes +of action, whether now known or unknown (including existing as well as +future claims and causes of action), in the Work (i) in all territories +worldwide, (ii) for the maximum duration provided by applicable law or +treaty (including future time extensions), (iii) in any current or future +medium and for any number of copies, and (iv) for any purpose whatsoever, +including without limitation commercial, advertising or promotional +purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each +member of the public at large and to the detriment of Affirmer's heirs and +successors, fully intending that such Waiver shall not be subject to +revocation, rescission, cancellation, termination, or any other legal or +equitable action to disrupt the quiet enjoyment of the Work by the public +as contemplated by Affirmer's express Statement of Purpose. + +3. Public License Fallback. Should any part of the Waiver for any reason +be judged legally invalid or ineffective under applicable law, then the +Waiver shall be preserved to the maximum extent permitted taking into +account Affirmer's express Statement of Purpose. In addition, to the +extent the Waiver is so judged Affirmer hereby grants to each affected +person a royalty-free, non transferable, non sublicensable, non exclusive, +irrevocable and unconditional license to exercise Affirmer's Copyright and +Related Rights in the Work (i) in all territories worldwide, (ii) for the +maximum duration provided by applicable law or treaty (including future +time extensions), (iii) in any current or future medium and for any number +of copies, and (iv) for any purpose whatsoever, including without +limitation commercial, advertising or promotional purposes (the +"License"). The License shall be deemed effective as of the date CC0 was +applied by Affirmer to the Work. Should any part of the License for any +reason be judged legally invalid or ineffective under applicable law, such +partial invalidity or ineffectiveness shall not invalidate the remainder +of the License, and in such case Affirmer hereby affirms that he or she +will not (i) exercise any of his or her remaining Copyright and Related +Rights in the Work or (ii) assert any associated claims and causes of +action with respect to the Work, in either case contrary to Affirmer's +express Statement of Purpose. + +4. Limitations and Disclaimers. + + a. No trademark or patent rights held by Affirmer are waived, abandoned, + surrendered, licensed or otherwise affected by this document. + b. Affirmer offers the Work as-is and makes no representations or + warranties of any kind concerning the Work, express, implied, + statutory or otherwise, including without limitation warranties of + title, merchantability, fitness for a particular purpose, non + infringement, or the absence of latent or other defects, accuracy, or + the present or absence of errors, whether or not discoverable, all to + the greatest extent permissible under applicable law. + c. Affirmer disclaims responsibility for clearing rights of other persons + that may apply to the Work or any use thereof, including without + limitation any person's Copyright and Related Rights in the Work. + Further, Affirmer disclaims responsibility for obtaining any necessary + consents, permissions or other rights required for any use of the + Work. + d. Affirmer understands and acknowledges that Creative Commons is not a + party to this document and has no duty or obligation with respect to + this CC0 or use of the Work. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.25.5/po/az/kactivities5.po new/kactivitymanagerd-5.26.0/po/az/kactivities5.po --- old/kactivitymanagerd-5.25.5/po/az/kactivities5.po 2022-09-06 14:01:51.000000000 +0200 +++ new/kactivitymanagerd-5.26.0/po/az/kactivities5.po 2022-10-06 14:11:10.000000000 +0200 @@ -1,21 +1,21 @@ # Copyright (C) YEAR This file is copyright: # This file is distributed under the same license as the kactivitymanagerd package. # -# X??yyam Qocayev <xxm...@gmail.com>, 2020, 2021. +# X??yyam Qocayev <xxm...@gmail.com>, 2020, 2021, 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: 2021-03-01 12:51+0400\n" -"Last-Translator: Kheyyam Gojayev <xxm...@gmail.com>\n" +"PO-Revision-Date: 2022-07-03 14:25+0400\n" +"Last-Translator: Kheyyam <xxm...@gmail.com>\n" "Language-Team: Azerbaijani <kde-i18n-...@kde.org>\n" "Language: az\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 20.12.2\n" +"X-Generator: Lokalize 22.04.2\n" #: service/Activities.cpp:114 #, kde-format @@ -25,7 +25,7 @@ #: service/plugins/globalshortcuts/GlobalShortcutsPlugin.cpp:31 #, kde-format msgid "Activity Manager" -msgstr "???? ota???? Meneceri" +msgstr "???? ota???? meneceri" #: service/plugins/globalshortcuts/GlobalShortcutsPlugin.cpp:72 #: service/plugins/globalshortcuts/GlobalShortcutsPlugin.cpp:108 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.25.5/po/ca/kactivities5.po new/kactivitymanagerd-5.26.0/po/ca/kactivities5.po --- old/kactivitymanagerd-5.25.5/po/ca/kactivities5.po 2022-09-06 14:01:53.000000000 +0200 +++ new/kactivitymanagerd-5.26.0/po/ca/kactivities5.po 2022-10-06 14:11:12.000000000 +0200 @@ -5,6 +5,7 @@ # # Josep M. Ferrer <txe...@gmail.com>, 2014, 2015. # Antoni Bella P??rez <antonibel...@yahoo.com>, 2014, 2015, 2018, 2021. +# Empar Montoro Mart??n <montoro_...@gva.es>, 2019. msgid "" msgstr "" "Project-Id-Version: kactivitymanagerd\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.25.5/po/ca@valencia/kactivities5.po new/kactivitymanagerd-5.26.0/po/ca@valencia/kactivities5.po --- old/kactivitymanagerd-5.25.5/po/ca@valencia/kactivities5.po 2022-09-06 14:01:53.000000000 +0200 +++ new/kactivitymanagerd-5.26.0/po/ca@valencia/kactivities5.po 2022-10-06 14:11:12.000000000 +0200 @@ -5,6 +5,7 @@ # # Josep M. Ferrer <txe...@gmail.com>, 2014, 2015. # Antoni Bella P??rez <antonibel...@yahoo.com>, 2014, 2015, 2018, 2021. +# Empar Montoro Mart??n <montoro_...@gva.es>, 2019. msgid "" msgstr "" "Project-Id-Version: kactivitymanagerd\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.25.5/po/is/kactivities5.po new/kactivitymanagerd-5.26.0/po/is/kactivities5.po --- old/kactivitymanagerd-5.25.5/po/is/kactivities5.po 2022-09-06 14:02:01.000000000 +0200 +++ new/kactivitymanagerd-5.26.0/po/is/kactivities5.po 2022-10-06 14:11:21.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 <svei...@nett.is>, 2013, 2016. +# Sveinn ?? Felli <svei...@nett.is>, 2013, 2016, 2022. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-01-13 00:44+0000\n" -"PO-Revision-Date: 2016-04-08 22:57+0000\n" +"PO-Revision-Date: 2022-08-25 17:58+0000\n" "Last-Translator: Sveinn ?? Felli <s...@fellsnet.is>\n" -"Language-Team: Icelandic <translation-team...@lists.sourceforge.net>\n" +"Language-Team: Icelandic\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.5\n" +"X-Generator: Lokalize 21.12.3\n" "Plural-Forms: Plural-Forms: nplurals=2; plural=n != 1;\n" #: service/Activities.cpp:114 @@ -23,28 +23,24 @@ msgstr "" #: service/plugins/globalshortcuts/GlobalShortcutsPlugin.cpp:31 -#, fuzzy, kde-format -#| msgid "Activities" +#, kde-format msgid "Activity Manager" -msgstr "Virkni" +msgstr "Athafnastj??ri" #: service/plugins/globalshortcuts/GlobalShortcutsPlugin.cpp:72 #: service/plugins/globalshortcuts/GlobalShortcutsPlugin.cpp:108 #, kde-format msgctxt "@action" msgid "Switch to activity \"%1\"" -msgstr "Skipta ?? \"%1\" virkni" +msgstr "Skipta yfir ?? \"\"%1\" ath??fnina\"" #: service/plugins/krunner/ActivityRunner.cpp:19 -#, fuzzy, kde-format -#| msgid "Activities" +#, kde-format msgctxt "KRunner keyword" msgid "activity" -msgstr "Virkni" +msgstr "ath??fn" #: service/plugins/krunner/ActivityRunner.cpp:68 -#, fuzzy, kde-format -#| msgctxt "@action" -#| msgid "Switch to activity \"%1\"" +#, kde-format msgid "Switch to \"%1\"" -msgstr "Skipta ?? \"%1\" virkni" \ No newline at end of file +msgstr "Skipta yfir ?? \"%1\"" \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.25.5/po/zh_CN/kactivities5.po new/kactivitymanagerd-5.26.0/po/zh_CN/kactivities5.po --- old/kactivitymanagerd-5.25.5/po/zh_CN/kactivities5.po 2022-09-06 14:02:16.000000000 +0200 +++ new/kactivitymanagerd-5.26.0/po/zh_CN/kactivities5.po 2022-10-06 14:11:43.000000000 +0200 @@ -3,7 +3,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-08-20 14:21\n" +"PO-Revision-Date: 2022-10-02 15:52\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.25.5/src/CMakeLists.txt new/kactivitymanagerd-5.26.0/src/CMakeLists.txt --- old/kactivitymanagerd-5.25.5/src/CMakeLists.txt 2022-09-06 14:01:49.000000000 +0200 +++ new/kactivitymanagerd-5.26.0/src/CMakeLists.txt 2022-10-06 14:11:08.000000000 +0200 @@ -55,6 +55,4 @@ DEFAULT_SEVERITY Warning DESCRIPTION "KActivities Application" EXPORT KACTIVITYMANAGERD) -ecm_setup_qtplugin_macro_names(JSON_ARG3 "KAMD_EXPORT_PLUGIN") - add_subdirectory (service) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.25.5/src/plasma-kactivitymanagerd.service.in new/kactivitymanagerd-5.26.0/src/plasma-kactivitymanagerd.service.in --- old/kactivitymanagerd-5.25.5/src/plasma-kactivitymanagerd.service.in 2022-09-06 14:01:49.000000000 +0200 +++ new/kactivitymanagerd-5.26.0/src/plasma-kactivitymanagerd.service.in 2022-10-06 14:11:08.000000000 +0200 @@ -1,6 +1,7 @@ [Unit] Description=KActivityManager Activity manager Service PartOf=graphical-session.target +Before=graphical-session.target [Service] ExecStart=@KDE_INSTALL_FULL_LIBEXECDIR@/kactivitymanagerd diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.25.5/src/service/CMakeLists.txt new/kactivitymanagerd-5.26.0/src/service/CMakeLists.txt --- old/kactivitymanagerd-5.25.5/src/service/CMakeLists.txt 2022-09-06 14:01:49.000000000 +0200 +++ new/kactivitymanagerd-5.26.0/src/service/CMakeLists.txt 2022-10-06 14:11:08.000000000 +0200 @@ -88,9 +88,3 @@ install (TARGETS kactivitymanagerd_plugin ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} ) - -install (FILES - files/kactivitymanagerd-plugin.desktop - DESTINATION ${KDE_INSTALL_KSERVICETYPESDIR} - ) - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.25.5/src/service/Plugin.h new/kactivitymanagerd-5.26.0/src/service/Plugin.h --- old/kactivitymanagerd-5.25.5/src/service/Plugin.h 2022-09-06 14:01:49.000000000 +0200 +++ new/kactivitymanagerd-5.26.0/src/service/Plugin.h 2022-10-06 14:11:08.000000000 +0200 @@ -24,8 +24,6 @@ #include "Event.h" #include "Module.h" -#define KAMD_EXPORT_PLUGIN(libname, classname, jsonFile) K_PLUGIN_FACTORY_WITH_JSON(factory, jsonFile, registerPlugin<classname>();) - /** * */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.25.5/src/service/files/kactivitymanagerd-plugin.desktop new/kactivitymanagerd-5.26.0/src/service/files/kactivitymanagerd-plugin.desktop --- old/kactivitymanagerd-5.25.5/src/service/files/kactivitymanagerd-plugin.desktop 2022-09-06 14:01:49.000000000 +0200 +++ new/kactivitymanagerd-5.26.0/src/service/files/kactivitymanagerd-plugin.desktop 1970-01-01 01:00:00.000000000 +0100 @@ -1,67 +0,0 @@ -[Desktop Entry] -Type=ServiceType -X-KDE-ServiceType=ActivityManager/Plugin - -Comment=Activity manager plugin -Comment[ar]=?????????? ???????? ?????????????? -Comment[az]=F??aliyy??t Menecerinin ??lav??si -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[cs]=Modul spr??vce aktivit -Comment[da]=Plugin til aktivitetsh??ndtering -Comment[de]=Modul f??r Aktivit??tenverwaltung -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[fr]=Module de gestion des 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[hi]=????????????????????? ????????????????????? ?????????????????? -Comment[hu]=Aktivit??skezel?? b??v??tm??ny -Comment[ia]=Plugin de gerente de activitate -Comment[id]=Plugin pengelola aktivitas -Comment[is]=Virknistj??rnunarvi??b??t -Comment[it]=Estensione del gestore delle attivit?? -Comment[kk]=?????????????????????? ???????????????? ?????????????? -Comment[km]=?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? -Comment[ko]=?????? ????????? ???????????? -Comment[lt]=Veikl?? tvarkytuv??s priedas -Comment[ml]=??????????????????????????????????????? ???????????????????????? ??????????????????????????? ?????????????????? -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]=?????????????????? ???????????????? ???????????????????? -Comment[sr@ijekavian]=?????????????????? ???????????????? ???????????????????? -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[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]=??????????????????????????? - -[PropertyDef::X-ActivityManager-PluginOverrides] -Type=QString - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.25.5/src/service/files/kactivitymanagerd.desktop new/kactivitymanagerd-5.26.0/src/service/files/kactivitymanagerd.desktop --- old/kactivitymanagerd-5.25.5/src/service/files/kactivitymanagerd.desktop 2022-09-06 14:01:49.000000000 +0200 +++ new/kactivitymanagerd-5.26.0/src/service/files/kactivitymanagerd.desktop 2022-10-06 14:11:08.000000000 +0200 @@ -31,8 +31,9 @@ Name[hu]=Aktivit??skezel?? Name[ia]=Gerente de activitate Name[id]=Pengelola Aktivitas -Name[is]=Virknistj??ri +Name[is]=Athafnastj??ri Name[it]=Gestore delle attivit?? +Name[ka]=????????????????????????????????? ?????????????????????????????? ????????????????????? Name[kk]=?????????????????????? ?????????????????? Name[km]=????????????????????????????????????????????????????????????????????????????????? Name[ko]=?????? ????????? @@ -91,8 +92,9 @@ Comment[hu]=Aktivit??skezel?? modul Comment[ia]=Le retro-administration de gestion de activitate Comment[id]=Backend pengelolaan aktivitas -Comment[is]=St??ringarkerfi fyrir virkni +Comment[is]=St??ringarkerfi fyrir athafnir Comment[it]=Il motore di gestione delle attivit?? +Comment[ka]=?????????????????????????????? ?????????????????????????????? ??????????????????????????? Comment[kk]=?????????????????????????? ?????????????? ???????????????????????? Comment[km]=???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? Comment[ko]=?????? ?????? ????????? diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.25.5/src/service/plugins/activitytemplates/TemplatesPlugin.cpp new/kactivitymanagerd-5.26.0/src/service/plugins/activitytemplates/TemplatesPlugin.cpp --- old/kactivitymanagerd-5.25.5/src/service/plugins/activitytemplates/TemplatesPlugin.cpp 2022-09-06 14:01:49.000000000 +0200 +++ new/kactivitymanagerd-5.26.0/src/service/plugins/activitytemplates/TemplatesPlugin.cpp 2022-10-06 14:11:08.000000000 +0200 @@ -18,7 +18,7 @@ // Local #include "templatesadaptor.h" -KAMD_EXPORT_PLUGIN(templatesplugin, TemplatesPlugin, "kactivitymanagerd-plugin-activitytemplates.json") +K_PLUGIN_CLASS_WITH_JSON(TemplatesPlugin, "kactivitymanagerd-plugin-activitytemplates.json") TemplatesPlugin::TemplatesPlugin(QObject *parent, const QVariantList &args) : Plugin(parent) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.25.5/src/service/plugins/activitytemplates/kactivitymanagerd-plugin-activitytemplates.json new/kactivitymanagerd-5.26.0/src/service/plugins/activitytemplates/kactivitymanagerd-plugin-activitytemplates.json --- old/kactivitymanagerd-5.25.5/src/service/plugins/activitytemplates/kactivitymanagerd-plugin-activitytemplates.json 2022-09-06 14:01:49.000000000 +0200 +++ new/kactivitymanagerd-5.26.0/src/service/plugins/activitytemplates/kactivitymanagerd-plugin-activitytemplates.json 2022-10-06 14:11:08.000000000 +0200 @@ -25,6 +25,7 @@ "Name[ia]": "Ivan ??uki??", "Name[id]": "Ivan ??uki??", "Name[it]": "Ivan ??uki??", + "Name[ka]": "Ivan ??uki??", "Name[ko]": "Ivan ??uki??", "Name[lt]": "Ivan ??uki??", "Name[nl]": "Ivan ??uki??", @@ -72,6 +73,7 @@ "Description[ia]": "Supporto pro crear activitates de forma de patrono", "Description[id]": "Dukungan untuk membuat aktivitas templat", "Description[it]": "Supporto per creare attivit?? da modelli", + "Description[ka]": "??????????????????????????? ????????????????????????????????? ?????????????????? ??????????????????????????????", "Description[ko]": "??????????????? ?????? ?????? ??????", "Description[lt]": "??ablonini?? veikl?? suk??rimo palaikymas", "Description[nl]": "Ondersteuning voor aanmaken van activiteiten volgens sjablonen", @@ -120,6 +122,7 @@ "Name[ia]": "Patronos de Activitate", "Name[id]": "Templat Aktivitas", "Name[it]": "Modelli di attivit??", + "Name[ka]": "?????????????????????????????? ???????????????????????????", "Name[ko]": "?????? ?????????", "Name[lt]": "Veiklos ??ablonai", "Name[nl]": "Sjablonen voor activiteit", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.25.5/src/service/plugins/eventspy/EventSpy.cpp new/kactivitymanagerd-5.26.0/src/service/plugins/eventspy/EventSpy.cpp --- old/kactivitymanagerd-5.25.5/src/service/plugins/eventspy/EventSpy.cpp 2022-09-06 14:01:49.000000000 +0200 +++ new/kactivitymanagerd-5.26.0/src/service/plugins/eventspy/EventSpy.cpp 2022-10-06 14:11:08.000000000 +0200 @@ -14,7 +14,7 @@ #include <KDirWatch> #include <KRecentDocument> -KAMD_EXPORT_PLUGIN(eventspyplugin, EventSpyPlugin, "kactivitymanagerd-plugin-eventspy.json") +K_PLUGIN_CLASS_WITH_JSON(EventSpyPlugin, "kactivitymanagerd-plugin-eventspy.json") EventSpyPlugin::EventSpyPlugin(QObject *parent, const QVariantList &args) : Plugin(parent) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.25.5/src/service/plugins/eventspy/kactivitymanagerd-plugin-eventspy.json new/kactivitymanagerd-5.26.0/src/service/plugins/eventspy/kactivitymanagerd-plugin-eventspy.json --- old/kactivitymanagerd-5.25.5/src/service/plugins/eventspy/kactivitymanagerd-plugin-eventspy.json 2022-09-06 14:01:49.000000000 +0200 +++ new/kactivitymanagerd-5.26.0/src/service/plugins/eventspy/kactivitymanagerd-plugin-eventspy.json 2022-10-06 14:11:08.000000000 +0200 @@ -25,6 +25,7 @@ "Name[ia]": "Ivan ??uki??", "Name[id]": "Ivan ??uki??", "Name[it]": "Ivan ??uki??", + "Name[ka]": "Ivan ??uki??", "Name[ko]": "Ivan ??uki??", "Name[lt]": "Ivan ??uki??", "Name[nl]": "Ivan ??uki??", @@ -72,6 +73,7 @@ "Description[ia]": "Collige eventos ab applicationes que supporta specification de documentos recente", "Description[id]": "Memungut peristiwa dari aplikasi yang mendukung ketentuan dokumen terkini", "Description[it]": "Raccoglie eventi dalle applicazioni che supportano la specifica dei documenti recenti", + "Description[ka]": "???????????????????????? ??????????????????????????? ???????????????????????????????????????, ???????????????????????? ???????????? ?????????????????????????????? ????????????????????????????????????????????? ??????????????????????????? ????????????????????????", "Description[ko]": "?????? ?????? ????????? ???????????? ??????????????? ????????? ??????", "Description[lt]": "Surenka ??vykius i?? program??, kurios palaiko paskiausiai naudot?? dokument?? specifikacij??", "Description[nl]": "Verzamelt gebeurtenissen uit toepassingen die recente documentspecificaties ondersteunen", @@ -120,6 +122,7 @@ "Name[ia]": "Gtk Event Spy (Spia de evento de GTK)", "Name[id]": "Event Spy", "Name[it]": "Spia degli eventi", + "Name[ka]": "?????????????????????????????? ??????????????????????????????", "Name[ko]": "????????? ?????????", "Name[lt]": "??vyki?? ??nipas", "Name[nl]": "Gebeurtenisspion", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.25.5/src/service/plugins/globalshortcuts/GlobalShortcutsPlugin.cpp new/kactivitymanagerd-5.26.0/src/service/plugins/globalshortcuts/GlobalShortcutsPlugin.cpp --- old/kactivitymanagerd-5.25.5/src/service/plugins/globalshortcuts/GlobalShortcutsPlugin.cpp 2022-09-06 14:01:49.000000000 +0200 +++ new/kactivitymanagerd-5.26.0/src/service/plugins/globalshortcuts/GlobalShortcutsPlugin.cpp 2022-10-06 14:11:08.000000000 +0200 @@ -15,7 +15,7 @@ #include <KGlobalAccel> #include <KLocalizedString> -KAMD_EXPORT_PLUGIN(globalshortcutsplugin, GlobalShortcutsPlugin, "kactivitymanagerd-plugin-globalshortcuts.json") +K_PLUGIN_CLASS_WITH_JSON(GlobalShortcutsPlugin, "kactivitymanagerd-plugin-globalshortcuts.json") const auto objectNamePattern = QStringLiteral("switch-to-activity-%1"); const auto objectNamePatternLength = objectNamePattern.length() - 2; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.25.5/src/service/plugins/globalshortcuts/kactivitymanagerd-plugin-globalshortcuts.json new/kactivitymanagerd-5.26.0/src/service/plugins/globalshortcuts/kactivitymanagerd-plugin-globalshortcuts.json --- old/kactivitymanagerd-5.25.5/src/service/plugins/globalshortcuts/kactivitymanagerd-plugin-globalshortcuts.json 2022-09-06 14:01:49.000000000 +0200 +++ new/kactivitymanagerd-5.26.0/src/service/plugins/globalshortcuts/kactivitymanagerd-plugin-globalshortcuts.json 2022-10-06 14:11:08.000000000 +0200 @@ -25,6 +25,7 @@ "Name[ia]": "Makis Marimpis", "Name[id]": "Makis Marimpis", "Name[it]": "Makis Marimpis", + "Name[ka]": "Makis Marimpis", "Name[ko]": "Makis Marimpis", "Name[lt]": "Makis Marimpis", "Name[nl]": "Makis Marimpis", @@ -72,6 +73,7 @@ "Description[ia]": "Adde vias breve de claviero global pro commutation de activitate", "Description[id]": "Menambahkan pintasan keyboard untuk pengalihan aktivitas", "Description[it]": "Aggiunge scorciatoie della tastiera globali per cambiare attivit??", + "Description[ka]": "??????????????????????????? ??????????????????????????? ??????????????????????????? ??????????????????????????????????????? ????????????????????????", "Description[ko]": "?????? ????????? ???????????? ?????? ????????? ????????? ??????", "Description[lt]": "Prideda visuotinius spar??iuosius klavi??us veikl?? perjungimui", "Description[nl]": "Voegt globale sneltoetsen toe aan omschakelen van activiteit", @@ -120,6 +122,7 @@ "Name[ia]": "Vias breve Global ", "Name[id]": "Pintasan Global", "Name[it]": "Scorciatoie globali", + "Name[ka]": "??????????????????????????? ????????????????????????????????????", "Name[ko]": "?????? ?????????", "Name[lt]": "Visuotiniai spartieji klavi??ai", "Name[nl]": "Globale sneltoetsen", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.25.5/src/service/plugins/gtk-eventspy/GtkEventSpy.cpp new/kactivitymanagerd-5.26.0/src/service/plugins/gtk-eventspy/GtkEventSpy.cpp --- old/kactivitymanagerd-5.25.5/src/service/plugins/gtk-eventspy/GtkEventSpy.cpp 2022-09-06 14:01:49.000000000 +0200 +++ new/kactivitymanagerd-5.26.0/src/service/plugins/gtk-eventspy/GtkEventSpy.cpp 2022-10-06 14:11:08.000000000 +0200 @@ -18,7 +18,7 @@ #include "DebugPluginGtkEventSpy.h" -KAMD_EXPORT_PLUGIN(GtkEventSpyPlugin, GtkEventSpyPlugin, "kactivitymanagerd-plugin-gtk-eventspy.json") +K_PLUGIN_CLASS_WITH_JSON(GtkEventSpyPlugin, "kactivitymanagerd-plugin-gtk-eventspy.json") GtkEventSpyPlugin::GtkEventSpyPlugin(QObject *parent, const QVariantList &args) : Plugin(parent) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.25.5/src/service/plugins/gtk-eventspy/kactivitymanagerd-plugin-gtk-eventspy.json new/kactivitymanagerd-5.26.0/src/service/plugins/gtk-eventspy/kactivitymanagerd-plugin-gtk-eventspy.json --- old/kactivitymanagerd-5.25.5/src/service/plugins/gtk-eventspy/kactivitymanagerd-plugin-gtk-eventspy.json 2022-09-06 14:01:49.000000000 +0200 +++ new/kactivitymanagerd-5.26.0/src/service/plugins/gtk-eventspy/kactivitymanagerd-plugin-gtk-eventspy.json 2022-10-06 14:11:08.000000000 +0200 @@ -25,6 +25,7 @@ "Name[ia]": "M??ven Car", "Name[id]": "M??ven Car", "Name[it]": "M??ven Car", + "Name[ka]": "M??ven Car", "Name[ko]": "M??ven Car", "Name[lt]": "M??ven Car", "Name[nl]": "M??ven Car", @@ -68,6 +69,7 @@ "Description[ia]": "Collige eventos ab applicationes que usa GtkFileChooser e GtkRecentManager como specificate per https://www.freedesktop.org/wiki/Specifications/desktop-bookmark-spec/", "Description[id]": "Memungut peristiwa dari aplikasi yang menggunakan GtkFileChooser dan GtkRecentManager sebagaimana ditentukan oleh https://www.freedesktop.org/wiki/Specifications/desktop-bookmark-spec/", "Description[it]": "Raccoglie gli eventi da applicazioni che usano GtkFileChooser e GtkRecentManager come indicato da https://www.freedesktop.org/wiki/Specifications/desktop-bookmark-spec/", + "Description[ka]": "???????????????????????? ??????????????????????????? ??????????????????????????????????????????, ???????????????????????? GtkFileChooser-??? ?????? GtkRecentManager-??? ????????????????????????, ?????????????????? ?????? ?????? ????????????????????? ????????????????????????: https://www.freedesktop.org/wiki/Specifications/desktop-bookmark-spec/", "Description[ko]": "GtkFileChooser??? GtkRecentManager??? ???????????? ??????????????? ???????????? ???????????????. ??????: https://www.freedesktop.org/wiki/Specifications/desktop-bookmark-spec/", "Description[lt]": "Surenka ??vykius i?? program??, kurios naudoja GtkFileChooser ir GtkRecentManager, kaip tai nurodyta https://www.freedesktop.org/wiki/Specifications/desktop-bookmark-spec/", "Description[nl]": "Verzamelt gebeurtenissen uit toepassingen die GtkFileChooser en GtkRecentManager gebruiken zoals gespecificeerd door https://www.freedesktop.org/wiki/Specifications/desktop-bookmark-spec/", @@ -112,6 +114,7 @@ "Name[ia]": "Gtk Event Spy (Spia de evento de GTK)", "Name[id]": "Event Spy Gtk", "Name[it]": "Spia degli eventi Gtk", + "Name[ka]": "GTK-?????? ?????????????????????????????? ??????????????????????????????", "Name[ko]": "Gtk ????????? ?????????", "Name[lt]": "Gtk ??vyki?? ??nipas", "Name[nl]": "Gtk gebeurtenisspion", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.25.5/src/service/plugins/krunner/ActivityRunner.cpp new/kactivitymanagerd-5.26.0/src/service/plugins/krunner/ActivityRunner.cpp --- old/kactivitymanagerd-5.25.5/src/service/plugins/krunner/ActivityRunner.cpp 2022-09-06 14:01:49.000000000 +0200 +++ new/kactivitymanagerd-5.26.0/src/service/plugins/krunner/ActivityRunner.cpp 2022-10-06 14:11:08.000000000 +0200 @@ -11,7 +11,7 @@ #include <KLocalizedString> #include <krunner1adaptor.h> -KAMD_EXPORT_PLUGIN(activityrunner, ActivityRunner, "kactivitymanagerd-plugin-activityrunner.json") +K_PLUGIN_CLASS_WITH_JSON(ActivityRunner, "kactivitymanagerd-plugin-activityrunner.json") ActivityRunner::ActivityRunner(QObject *parent, const QVariantList &args) : Plugin(parent) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.25.5/src/service/plugins/krunner/kactivitymanagerd-plugin-activityrunner.json new/kactivitymanagerd-5.26.0/src/service/plugins/krunner/kactivitymanagerd-plugin-activityrunner.json --- old/kactivitymanagerd-5.25.5/src/service/plugins/krunner/kactivitymanagerd-plugin-activityrunner.json 2022-09-06 14:01:49.000000000 +0200 +++ new/kactivitymanagerd-5.26.0/src/service/plugins/krunner/kactivitymanagerd-plugin-activityrunner.json 2022-10-06 14:11:08.000000000 +0200 @@ -22,6 +22,7 @@ "Name[hu]": "Alexander Lohnau", "Name[ia]": "Alexander Lohnau", "Name[it]": "Alexander Lohnau", + "Name[ka]": "Alexander Lohnau", "Name[ko]": "Alexander Lohnau", "Name[lt]": "Alexander Lohnau", "Name[nl]": "Alexander Lohnau", @@ -61,6 +62,7 @@ "Description[hu]": "KRunner b??v??tm??ny aktivit??sok list??z??s??hoz ??s v??lt??sukhoz", "Description[ia]": "Plugin de KRunner per listar e commutar activitates", "Description[it]": "Estensione di KRunner per elencare e passare tra le attivit??", + "Description[ka]": "KRunner-?????? ???????????????????????? ?????????????????????????????? ??????????????? ?????? ??????????????????????????????????????????", "Description[ko]": "????????? ?????? ???????????? KRunner ????????????", "Description[lt]": "KRunner papildinys, skirtas i??vardyti ir perjungti veiklas", "Description[nl]": "Plug-in voor KRunner om een lijst van activiteiten te maken en naar om te schakelen", @@ -101,6 +103,7 @@ "Name[hu]": "Aktivit??sind??t??", "Name[ia]": "Activity Runner (Executor de activitate)", "Name[it]": "Esecutore delle attivit??", + "Name[ka]": "??????????????????????????? ???????????????????????? ?????????????????????", "Name[ko]": "?????? ?????????", "Name[nl]": "Starter van activiteit", "Name[nn]": "Aktivitetsk??yrar", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.25.5/src/service/plugins/krunner/plasma-runnners-activities.desktop new/kactivitymanagerd-5.26.0/src/service/plugins/krunner/plasma-runnners-activities.desktop --- old/kactivitymanagerd-5.25.5/src/service/plugins/krunner/plasma-runnners-activities.desktop 2022-09-06 14:01:49.000000000 +0200 +++ new/kactivitymanagerd-5.26.0/src/service/plugins/krunner/plasma-runnners-activities.desktop 2022-10-06 14:11:08.000000000 +0200 @@ -1,7 +1,7 @@ [Desktop Entry] Name=Activities Name[ar]=?????????????? -Name[az]=???? Otaqlar?? +Name[az]=???? otaqlar?? Name[bg]=???????????????? Name[bs]=Aktivnosti Name[ca]=Activitats @@ -22,8 +22,9 @@ Name[hi]=?????????????????????????????? Name[hu]=Aktivit??sok Name[ia]=Activitates -Name[is]=Virkni +Name[is]=Athafnir Name[it]=Attivit?? +Name[ka]=??????????????????????????? Name[kk]=???????????????????????????? Name[km]=??????????????????????????? Name[ko]=?????? @@ -49,7 +50,7 @@ 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[az]=???? masas??na aid ???? otaqlar??n??n siyah??s?? v?? onlar aras??nda ke??id Comment[bg]=?????????????????? ?? ???????????????????????? ?????????? ???????????????????? ???? ?????????????????? ?????????????? Comment[ca]=Llista i commuta entre les activitats d'escriptori Comment[ca@valencia]=Llista i canvia entre les activitats d'escriptori @@ -65,7 +66,9 @@ Comment[hi]=???????????????????????? ?????????????????????????????? ?????? ???????????? ??????????????? ?????? ?????????????????? ??????????????? Comment[hu]=Asztali aktivit??sok list??z??sa ??s v??lt??s k??z??tt??k Comment[ia]=Lista e commuta inter activitates de scriptorio +Comment[is]=Skipta milli yfirlits og skj??bor??sathafna Comment[it]=Elenca e passa tra le attivit?? del desktop +Comment[ka]=????????????????????? ??????????????????????????? ?????????????????????????????? ????????? ?????? ???????????????????????? Comment[ko]=???????????? ????????? ????????? ????????? Comment[lt]=I??vardyti ir perjungti darbalaukio veiklas Comment[nl]=Bureaubladactiviteiten laten zien en er tussen schakelen diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.25.5/src/service/plugins/runapplication/RunApplicationPlugin.cpp new/kactivitymanagerd-5.26.0/src/service/plugins/runapplication/RunApplicationPlugin.cpp --- old/kactivitymanagerd-5.25.5/src/service/plugins/runapplication/RunApplicationPlugin.cpp 2022-09-06 14:01:49.000000000 +0200 +++ new/kactivitymanagerd-5.26.0/src/service/plugins/runapplication/RunApplicationPlugin.cpp 2022-10-06 14:11:08.000000000 +0200 @@ -25,7 +25,7 @@ }; } -KAMD_EXPORT_PLUGIN(runapplicationplugin, RunApplicationPlugin, "kactivitymanagerd-plugin-runapplication.json") +K_PLUGIN_CLASS_WITH_JSON(RunApplicationPlugin, "kactivitymanagerd-plugin-runapplication.json") RunApplicationPlugin::RunApplicationPlugin(QObject *parent, const QVariantList &args) : Plugin(parent) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.25.5/src/service/plugins/runapplication/kactivitymanagerd-plugin-runapplication.json new/kactivitymanagerd-5.26.0/src/service/plugins/runapplication/kactivitymanagerd-plugin-runapplication.json --- old/kactivitymanagerd-5.25.5/src/service/plugins/runapplication/kactivitymanagerd-plugin-runapplication.json 2022-09-06 14:01:49.000000000 +0200 +++ new/kactivitymanagerd-5.26.0/src/service/plugins/runapplication/kactivitymanagerd-plugin-runapplication.json 2022-10-06 14:11:08.000000000 +0200 @@ -25,6 +25,7 @@ "Name[ia]": "Ivan Cukic", "Name[id]": "Ivan Cukic", "Name[it]": "Ivan Cukic", + "Name[ka]": "Ivan Cukic", "Name[ko]": "Ivan Cukic", "Name[lt]": "Ivan Cukic", "Name[nl]": "Ivan Cukic", @@ -72,6 +73,7 @@ "Description[ia]": "Quando on commuta activitates, o quando los initia o stoppa, executa applicationes specificate", "Description[id]": "Ketika mengalihkan aktifitas, atau ketika menjalankan dan menghentikannya, eksekusi aplikasi yang ditentukan", "Description[it]": "Quando si passa da un'attivit?? all'altra, o quando vengono aperte o chiuse delle attivit??, esegue le applicazioni specificate", + "Description[ka]": "????????????????????????????????? ???????????????????????????, ??????????????????????????? ?????? ??????????????????????????? ???????????? ?????????????????????????????? ???????????????????????????????????? ?????????????????????", "Description[ko]": "????????? ??????????????? ?????? ??? ????????? ??? ????????? ???????????? ??????", "Description[lt]": "Perjungiant veiklas ar jas paleid??iant bei sustabdant, vykdyti nurodytas programas", "Description[nl]": "Bij omschakelen van activiteiten of bij starten en stoppen ervan, voer de gespecificeerde toepassingen uit", @@ -120,6 +122,7 @@ "Name[ia]": "Exeque applicationes sur cambio de stato de activitate", "Name[id]": "Jalankan aplikasi pada keadaan aktivitas yang berubah", "Name[it]": "Esegue applicazioni al cambio di stato dell'attivit??", + "Name[ka]": "???????????????????????????????????? ??????????????????????????? ???????????????????????? ????????????????????????????????? ?????????????????????", "Name[ko]": "?????? ????????? ????????? ??? ???????????? ??????", "Name[lt]": "Paleisti programas esant veiklos b??senos pakeitimams", "Name[nl]": "Toepassingen uitvoeren bij wijziging van de status van activiteit", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.25.5/src/service/plugins/slc/SlcPlugin.cpp new/kactivitymanagerd-5.26.0/src/service/plugins/slc/SlcPlugin.cpp --- old/kactivitymanagerd-5.25.5/src/service/plugins/slc/SlcPlugin.cpp 2022-09-06 14:01:49.000000000 +0200 +++ new/kactivitymanagerd-5.26.0/src/service/plugins/slc/SlcPlugin.cpp 2022-10-06 14:11:08.000000000 +0200 @@ -13,7 +13,7 @@ // Local #include "slcadaptor.h" -KAMD_EXPORT_PLUGIN(slcplugin, SlcPlugin, "kactivitymanagerd-plugin-slc.json") +K_PLUGIN_CLASS_WITH_JSON(SlcPlugin, "kactivitymanagerd-plugin-slc.json") SlcPlugin::SlcPlugin(QObject *parent, const QVariantList &args) : Plugin(parent) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.25.5/src/service/plugins/slc/kactivitymanagerd-plugin-slc.json new/kactivitymanagerd-5.26.0/src/service/plugins/slc/kactivitymanagerd-plugin-slc.json --- old/kactivitymanagerd-5.25.5/src/service/plugins/slc/kactivitymanagerd-plugin-slc.json 2022-09-06 14:01:49.000000000 +0200 +++ new/kactivitymanagerd-5.26.0/src/service/plugins/slc/kactivitymanagerd-plugin-slc.json 2022-10-06 14:11:08.000000000 +0200 @@ -25,6 +25,7 @@ "Name[ia]": "Ivan Cukic", "Name[id]": "Ivan Cukic", "Name[it]": "Ivan Cukic", + "Name[ka]": "Ivan Cukic", "Name[ko]": "Ivan Cukic", "Name[lt]": "Ivan Cukic", "Name[nl]": "Ivan Cukic", @@ -72,6 +73,7 @@ "Description[ia]": "Provide datos pro applet Share-Like-Connect", "Description[id]": "Menyediakan data untuk applet Share-Like-Connect", "Description[it]": "Fornisce dati al programma Share-Like-Connect", + "Description[ka]": "????????????????????????-?????????????????????-????????????????????????????????? ????????????????????? ??????????????????????????????", "Description[ko]": "??????-?????????-?????? ???????????? ????????? ??????", "Description[lt]": "Pateikia duomenis ?? Share-Like-Connect ??skiep??", "Description[nl]": "Levert gegevens aan het applet Share-Like-Connect", @@ -120,6 +122,7 @@ "Name[ia]": "Connexion como compartir (Share-Like-Connect)", "Name[id]": "Share-Like-Connect", "Name[it]": "Share-Like-Connect", + "Name[ka]": "????????????????????????-?????????????????????-?????????????????????????????????", "Name[ko]": "??????-?????????-??????", "Name[lt]": "Share-Like-Connect", "Name[nl]": "'Share-Like-Connect'", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.25.5/src/service/plugins/sqlite/StatsPlugin.cpp new/kactivitymanagerd-5.26.0/src/service/plugins/sqlite/StatsPlugin.cpp --- old/kactivitymanagerd-5.25.5/src/service/plugins/sqlite/StatsPlugin.cpp 2022-09-06 14:01:49.000000000 +0200 +++ new/kactivitymanagerd-5.26.0/src/service/plugins/sqlite/StatsPlugin.cpp 2022-10-06 14:11:08.000000000 +0200 @@ -30,7 +30,7 @@ #include "common/specialvalues.h" #include "resourcescoringadaptor.h" -KAMD_EXPORT_PLUGIN(sqliteplugin, StatsPlugin, "kactivitymanagerd-plugin-sqlite.json") +K_PLUGIN_CLASS_WITH_JSON(StatsPlugin, "kactivitymanagerd-plugin-sqlite.json") StatsPlugin *StatsPlugin::s_instance = nullptr; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.25.5/src/service/plugins/sqlite/kactivitymanagerd-plugin-sqlite.json new/kactivitymanagerd-5.26.0/src/service/plugins/sqlite/kactivitymanagerd-plugin-sqlite.json --- old/kactivitymanagerd-5.25.5/src/service/plugins/sqlite/kactivitymanagerd-plugin-sqlite.json 2022-09-06 14:01:49.000000000 +0200 +++ new/kactivitymanagerd-5.26.0/src/service/plugins/sqlite/kactivitymanagerd-plugin-sqlite.json 2022-10-06 14:11:08.000000000 +0200 @@ -25,6 +25,7 @@ "Name[ia]": "Ivan Cukic", "Name[id]": "Ivan Cukic", "Name[it]": "Ivan Cukic", + "Name[ka]": "Ivan Cukic", "Name[ko]": "Ivan Cukic", "Name[lt]": "Ivan Cukic", "Name[nl]": "Ivan Cukic", @@ -72,6 +73,7 @@ "Description[ia]": "Plugin pro immagazinar e dar punctos a eventos in Sqlite", "Description[id]": "Plugin untuk menyimpan dan menilai peristiwa dalam SQLite", "Description[it]": "Estensione per memorizzare e valutare gli eventi in SQLite", + "Description[ka]": "???????????????????????? ?????? ?????????????????????????????? SQLite-?????? ??????????????????????????????????????? ????????????????????????", "Description[ko]": "SQLite??? ???????????? ???????????? ????????????", "Description[lt]": "Priedas, skirtas laikyti ir vertinti ??vykius esan??ius SQLite", "Description[nl]": "Plug-in om gebeurtenissen in SQLite op te slaan en van een score te voorzien", @@ -120,6 +122,7 @@ "Name[ia]": "Syndacation de Sqlite", "Name[id]": "SQLite Feeder", "Name[it]": "Fornitore per SQLite", + "Name[ka]": "SQLite-?????? ?????????????????????", "Name[ko]": "SQLite ?????????", "Name[lt]": "SQLite padaviklis", "Name[nl]": "SQLite-feeder", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.25.5/src/service/plugins/virtualdesktopswitch/VirtualDesktopSwitchPlugin.cpp new/kactivitymanagerd-5.26.0/src/service/plugins/virtualdesktopswitch/VirtualDesktopSwitchPlugin.cpp --- old/kactivitymanagerd-5.25.5/src/service/plugins/virtualdesktopswitch/VirtualDesktopSwitchPlugin.cpp 2022-09-06 14:01:49.000000000 +0200 +++ new/kactivitymanagerd-5.26.0/src/service/plugins/virtualdesktopswitch/VirtualDesktopSwitchPlugin.cpp 2022-10-06 14:11:08.000000000 +0200 @@ -15,7 +15,7 @@ #include <kwindowsystem.h> -KAMD_EXPORT_PLUGIN(virtualdesktopswitchplugin, VirtualDesktopSwitchPlugin, "kactivitymanagerd-plugin-virtualdesktopswitch.json") +K_PLUGIN_CLASS_WITH_JSON(VirtualDesktopSwitchPlugin, "kactivitymanagerd-plugin-virtualdesktopswitch.json") const auto configPattern = QStringLiteral("desktop-for-%1"); const auto kwinName = QStringLiteral("org.kde.KWin"); @@ -54,7 +54,7 @@ return; } - const auto desktopId = config().readEntry(configPattern.arg(activity), -1); + const int desktopId = config().readEntry(configPattern.arg(activity), -1); if (KWindowSystem::isPlatformX11()) { config().writeEntry(configPattern.arg(m_currentActivity), QString::number(KWindowSystem::currentDesktop())); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.25.5/src/service/plugins/virtualdesktopswitch/kactivitymanagerd-plugin-virtualdesktopswitch.json new/kactivitymanagerd-5.26.0/src/service/plugins/virtualdesktopswitch/kactivitymanagerd-plugin-virtualdesktopswitch.json --- old/kactivitymanagerd-5.25.5/src/service/plugins/virtualdesktopswitch/kactivitymanagerd-plugin-virtualdesktopswitch.json 2022-09-06 14:01:49.000000000 +0200 +++ new/kactivitymanagerd-5.26.0/src/service/plugins/virtualdesktopswitch/kactivitymanagerd-plugin-virtualdesktopswitch.json 2022-10-06 14:11:08.000000000 +0200 @@ -25,6 +25,7 @@ "Name[ia]": "Ivan Cukic", "Name[id]": "Ivan Cukic", "Name[it]": "Ivan Cukic", + "Name[ka]": "Ivan Cukic", "Name[ko]": "Ivan Cukic", "Name[lt]": "Ivan Cukic", "Name[nl]": "Ivan Cukic", @@ -72,6 +73,7 @@ "Description[ia]": "Quando on commuta a un activitate, il aperi le ultime scriptorio virtual usate con celle activitate", "Description[id]": "Ketika mengalihkan ke sebuah aktivitas, membukakan desktop virtual yang terakhir digunakan dengan aktivitasnya", "Description[it]": "Quando si passa ad un'attivit??, apre l'ultimo desktop virtuale usato con quella attivit??", + "Description[ka]": "??????????????????????????? ????????????????????????????????? ?????? ??????????????????????????? ?????????????????????????????? ???????????? ????????????????????? ????????????????????? ??????????????????", "Description[ko]": "???????????? ????????? ??? ?????? ???????????? ??????????????? ????????? ?????? ?????? ?????? ??????", "Description[lt]": "Perjungiant ?? veikl??, atveria su ta veikla paskiausiai naudot?? virtual?? darbalauk??", "Description[nl]": "Bij het omschakelen naar een activiteit, opent het virtuele bureaublad dat het laatst werd gebruikt met die activiteit", @@ -100,7 +102,7 @@ "License": "GPL", "Name": "Virtual desktop switcher", "Name[ar]": "???????? ?????? ???????????? ??????????????????", - "Name[az]": "Virtual ???? Masas?? ??eviricisi", + "Name[az]": "Virtual ???? masas?? ??eviricisi", "Name[bg]": "?????????????????? ?????????????????????????? ???? ?????????????? ????????", "Name[ca@valencia]": "Commutador pels escriptoris virtuals", "Name[ca]": "Commutador pels escriptoris virtuals", @@ -120,6 +122,7 @@ "Name[ia]": "Commutator de scriptorio virtual", "Name[id]": "Pengalih desktop virtual", "Name[it]": "Cambiadesktop virtuale", + "Name[ka]": "?????????????????????????????? ????????????????????? ????????????????????? ?????????????????????????????????", "Name[ko]": "?????? ?????? ?????? ?????????", "Name[lt]": "Virtuali?? darbalauki?? perjungiklis", "Name[nl]": "Virtueel bureaublad omschakelaar",