Hello community,

here is the log from the commit of package kcmutils for openSUSE:Factory 
checked in at 2019-05-21 10:24:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcmutils (Old)
 and      /work/SRC/openSUSE:Factory/.kcmutils.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kcmutils"

Tue May 21 10:24:53 2019 rev:67 rq:703332 version:5.58.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcmutils/kcmutils.changes        2019-04-19 
21:22:14.379710355 +0200
+++ /work/SRC/openSUSE:Factory/.kcmutils.new.5148/kcmutils.changes      
2019-05-21 10:25:02.619560172 +0200
@@ -1,0 +2,11 @@
+Wed May 15 18:16:15 UTC 2019 - [email protected]
+
+- Update to 5.58.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.58.0.php
+- Changes since 5.57.0:
+  * use size hints from the ApplicationItem itself
+  * Revert "Revert "Fix Oxygen background gradient for QML modules""
+
+-------------------------------------------------------------------

Old:
----
  kcmutils-5.57.0.tar.xz

New:
----
  kcmutils-5.58.0.tar.xz

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

Other differences:
------------------
++++++ kcmutils.spec ++++++
--- /var/tmp/diff_new_pack.Au4tnA/_old  2019-05-21 10:25:03.059560003 +0200
+++ /var/tmp/diff_new_pack.Au4tnA/_new  2019-05-21 10:25:03.059560003 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5KCMUtils5
-%define _tar_path 5.57
+%define _tar_path 5.58
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:           kcmutils
-Version:        5.57.0
+Version:        5.58.0
 Release:        0
 Summary:        Classes to work with KCModules
 License:        LGPL-2.1-or-later

++++++ kcmutils-5.57.0.tar.xz -> kcmutils-5.58.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-5.57.0/CMakeLists.txt 
new/kcmutils-5.58.0/CMakeLists.txt
--- old/kcmutils-5.57.0/CMakeLists.txt  2019-04-07 09:25:03.000000000 +0200
+++ new/kcmutils-5.58.0/CMakeLists.txt  2019-05-07 13:19:08.000000000 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.57.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.57.0") # handled by release scripts
+set(KF5_VERSION "5.58.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.58.0") # handled by release scripts
 project(KCMUtils VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.57.0  NO_MODULE)
+find_package(ECM 5.58.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-5.57.0/po/cs/kcmutils5.po 
new/kcmutils-5.58.0/po/cs/kcmutils5.po
--- old/kcmutils-5.57.0/po/cs/kcmutils5.po      2019-04-07 09:25:03.000000000 
+0200
+++ new/kcmutils-5.58.0/po/cs/kcmutils5.po      2019-05-07 13:19:08.000000000 
+0200
@@ -73,13 +73,7 @@
 "qt>"
 
 #: kcmoduleloader.cpp:156
-#, fuzzy, kde-format
-#| msgid ""
-#| "<qt><p>Possible reasons:<ul><li>An error occurred during your last KDE "
-#| "upgrade leaving an orphaned control module</li><li>You have old third "
-#| "party modules lying around.</li></ul></p><p>Check these points carefully "
-#| "and try to remove the module mentioned in the error message. If this "
-#| "fails, consider contacting your distributor or packager.</p></qt>"
+#, kde-format
 msgid ""
 "<qt><p>Possible reasons:<ul><li>An error occurred during your last system "
 "upgrade, leaving an orphaned control module behind</li><li>You have old "
@@ -87,11 +81,6 @@
 "carefully and try to remove the module mentioned in the error message. If "
 "this fails, consider contacting your distributor or packager.</p></qt>"
 msgstr ""
-"<qt><p>Možné příčiny: <ul><li>Nastala chyba během poslední aktualizace KDE, "
-"což zanechalo opuštěný ovládací modul</li><li>Máte někde staré moduly "
-"třetích stran.</li></ul></p><p>Pečlivě zkontrolujte tyto body a pokuste se "
-"odstranit moduly zmíněné v chybové zprávě. Pokud to nepomůže, kontaktujte "
-"svého distributora nebo tvůrce balíčků.</p></qt>"
 
 #: kcmoduleproxy.cpp:127
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-5.57.0/po/de/kcmutils5.po 
new/kcmutils-5.58.0/po/de/kcmutils5.po
--- old/kcmutils-5.57.0/po/de/kcmutils5.po      2019-04-07 09:25:03.000000000 
+0200
+++ new/kcmutils-5.58.0/po/de/kcmutils5.po      2019-05-07 13:19:08.000000000 
+0200
@@ -14,7 +14,7 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2019-03-27 03:14+0100\n"
-"PO-Revision-Date: 2019-01-24 10:58+0100\n"
+"PO-Revision-Date: 2019-04-11 06:46+0100\n"
 "Last-Translator: Burkhard Lück <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
 "Language: de\n"
@@ -78,13 +78,7 @@
 "Bibliotheksangabe.</qt>"
 
 #: kcmoduleloader.cpp:156
-#, fuzzy, kde-format
-#| msgid ""
-#| "<qt><p>Possible reasons:<ul><li>An error occurred during your last KDE "
-#| "upgrade leaving an orphaned control module</li><li>You have old third "
-#| "party modules lying around.</li></ul></p><p>Check these points carefully "
-#| "and try to remove the module mentioned in the error message. If this "
-#| "fails, consider contacting your distributor or packager.</p></qt>"
+#, kde-format
 msgid ""
 "<qt><p>Possible reasons:<ul><li>An error occurred during your last system "
 "upgrade, leaving an orphaned control module behind</li><li>You have old "
@@ -92,14 +86,15 @@
 "carefully and try to remove the module mentioned in the error message. If "
 "this fails, consider contacting your distributor or packager.</p></qt>"
 msgstr ""
-"<qt><p>Mögliche Ursachen:<ul><li>Bei der letzten Aktualisierung Ihres KDE "
-"ist ein Problem aufgetreten, und es wurde ein vereinzeltes Kontrollmodul der "
-"Vorgängerversion übrig gelassen.</li><li>Es existieren ältere Module von "
-"Programmen, die nicht zum eigentlichen KDE gehören.</li></ul></p><p>Bitte "
-"überprüfen Sie diese Punkte sorgfältig und versuchen Sie, die Module zu "
-"entfernen, die in der Fehlermeldung auftauchen. Falls das nicht gelingt, "
-"sollten Sie vielleicht Kontakt zu Ihrem (Linux/Unix-)Distributor bzw. dem "
-"Ersteller der aktualisierten Pakete aufnehmen.</p></qt>"
+"<qt><p>Mögliche Ursachen:<ul><li>Bei der letzten Aktualisierung Ihres "
+"Systems ist ein Problem aufgetreten, und es wurde ein vereinzeltes "
+"Kontrollmodul der Vorgängerversion übrig gelassen.</li><li>Es existieren "
+"ältere Module von Programmen, die nicht zum eigentlichen KDE gehören.</li></"
+"ul></p><p>Bitte überprüfen Sie diese Punkte sorgfältig und versuchen Sie, "
+"die Module zu entfernen, die in der Fehlermeldung auftauchen. Falls das "
+"nicht gelingt, sollten Sie vielleicht Kontakt zu Ihrem (Linux/"
+"Unix-)Distributor bzw. dem Ersteller der aktualisierten Pakete aufnehmen.</"
+"p></qt>"
 
 #: kcmoduleproxy.cpp:127
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-5.57.0/po/eu/kcmutils5.po 
new/kcmutils-5.58.0/po/eu/kcmutils5.po
--- old/kcmutils-5.57.0/po/eu/kcmutils5.po      2019-04-07 09:25:03.000000000 
+0200
+++ new/kcmutils-5.58.0/po/eu/kcmutils5.po      2019-05-07 13:19:08.000000000 
+0200
@@ -1,5 +1,6 @@
 # Translation of kcmutils5.po to Euskara/Basque (eu).
 # Copyright (C) 1999-2018, Free Software Foundation.
+# Copyright (C) 2019, this file is copyright:
 # This file is distributed under the same license as the frameworks package.
 # KDE euskaratzeko proiektuaren arduraduna <[email protected]>.
 #
@@ -8,15 +9,15 @@
 # Ion Gaztañaga <[email protected]>, 2005.
 # marcos <[email protected]>, 2006, 2007, 2008, 2009, 2010.
 # Iñaki Larrañaga Murgoitio <[email protected]>, 2009.
-# Iñigo Salvador Azurmendi <[email protected]>, 2010, 2011, 2012, 2013, 
2014, 2018.
+# Iñigo Salvador Azurmendi <[email protected]>, 2010, 2011, 2012, 2013, 
2014, 2018, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2019-03-27 03:14+0100\n"
-"PO-Revision-Date: 2018-05-01 23:36+0100\n"
+"PO-Revision-Date: 2019-04-27 00:15+0100\n"
 "Last-Translator: Iñigo Salvador Azurmendi <[email protected]>\n"
-"Language-Team: Basque <[email protected]>\n"
+"Language-Team: Basque <[email protected]>\n"
 "Language: eu\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -77,13 +78,7 @@
 "zehazten.</qt>"
 
 #: kcmoduleloader.cpp:156
-#, fuzzy, kde-format
-#| msgid ""
-#| "<qt><p>Possible reasons:<ul><li>An error occurred during your last KDE "
-#| "upgrade leaving an orphaned control module</li><li>You have old third "
-#| "party modules lying around.</li></ul></p><p>Check these points carefully "
-#| "and try to remove the module mentioned in the error message. If this "
-#| "fails, consider contacting your distributor or packager.</p></qt>"
+#, kde-format
 msgid ""
 "<qt><p>Possible reasons:<ul><li>An error occurred during your last system "
 "upgrade, leaving an orphaned control module behind</li><li>You have old "
@@ -91,12 +86,12 @@
 "carefully and try to remove the module mentioned in the error message. If "
 "this fails, consider contacting your distributor or packager.</p></qt>"
 msgstr ""
-"<qt><p>Arrazoi posibleak:<ul><li>Errorea gertatu da zure KDE-ren azken "
-"eguneraketarekin eta kontrol-modulu bat umezurtz utzi du.</li><li>Beste "
-"enpresen moduluak ere badituzu.</li></ul></p><p>Egiaztatu puntu hauek kontu "
-"handiz eta saiatu errore-mezuetan aipatutako modulua kentzen. Honek huts "
-"egiten badu, jar zaitez harremanetan banatzailearekin edo paketatzailearekin."
-"</p></qt>"
+"<qt><p>Arrazoi posibleak:<ul><li>Errore bat gertatu da zure sistema "
+"azkenekoz bertsio-berritzean, aginte-modulu bat umezurtz utzi duena.</li> "
+"<li>Hirugarrenen modulu zaharrak dituzu hortik zehar.</li></ul></p> "
+"<p>Egiaztatu puntu hauek arretaz eta saiatu errore-mezuetan aipatutako "
+"modulua kentzen. Honek huts egiten badu, zure banatzailearekin edo "
+"paketegilearekin harremanetan jartzea aintzat hartu.</p></qt>"
 
 #: kcmoduleproxy.cpp:127
 #, kde-format
@@ -494,10 +489,9 @@
 "Plugin mendekotasunak direla eta %1 pluginak automatikoki kendu dira"
 
 #: kpluginselector.cpp:262
-#, fuzzy, kde-format
-#| msgid "Search"
+#, kde-format
 msgid "Search..."
-msgstr "Bilatu"
+msgstr "Bilatu..."
 
 #: kpluginselector.cpp:715
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-5.57.0/po/id/kcmutils5.po 
new/kcmutils-5.58.0/po/id/kcmutils5.po
--- old/kcmutils-5.57.0/po/id/kcmutils5.po      2019-04-07 09:25:03.000000000 
+0200
+++ new/kcmutils-5.58.0/po/id/kcmutils5.po      2019-05-07 13:19:08.000000000 
+0200
@@ -9,15 +9,15 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2019-03-27 03:14+0100\n"
-"PO-Revision-Date: 2019-02-21 16:45+0700\n"
-"Last-Translator: wantoyo <[email protected]>\n"
+"PO-Revision-Date: 2019-04-17 07:10+0700\n"
+"Last-Translator: Wantoyo <[email protected]>\n"
 "Language-Team: Indonesian <[email protected]>\n"
 "Language: id\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 18.12.1\n"
+"X-Generator: Lokalize 18.12.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -72,13 +72,7 @@
 "pustaka.</qt>"
 
 #: kcmoduleloader.cpp:156
-#, fuzzy, kde-format
-#| msgid ""
-#| "<qt><p>Possible reasons:<ul><li>An error occurred during your last KDE "
-#| "upgrade leaving an orphaned control module</li><li>You have old third "
-#| "party modules lying around.</li></ul></p><p>Check these points carefully "
-#| "and try to remove the module mentioned in the error message. If this "
-#| "fails, consider contacting your distributor or packager.</p></qt>"
+#, kde-format
 msgid ""
 "<qt><p>Possible reasons:<ul><li>An error occurred during your last system "
 "upgrade, leaving an orphaned control module behind</li><li>You have old "
@@ -87,11 +81,11 @@
 "this fails, consider contacting your distributor or packager.</p></qt>"
 msgstr ""
 "<qt><p>Kemungkinan penyebab:<ul><li>Sebuah error terjadi ketika upgrade "
-"terakhir KDE anda meninggalkan sebuah modul kendali yatim</li><li>Anda "
-"memiliki modul pihak ketiga yang masih berkeliaran.</li></ul></p><p>Cek Cek "
-"bagian ini secara cermat dan cobalah untuk menghapus modul yang disebutkan "
-"dalam pesan error. Jika hal ini tetap gagal, pertimbangkanlah untuk "
-"menghubungi distributor atau pemaket anda.</p></qt>"
+"sistem terakhir, meninggalkan sebuah yatimnya modul kendali di belakang</"
+"li><li>Kamu masih memiliki modul lawas pihak ketiga yang masih berkeliaran.</"
+"li></ul></p><p>Periksa bagian ini secara cermat dan cobalah untuk menghapus "
+"modul yang disebutkan dalam pesan error. Jika hal ini tetap gagal, "
+"pertimbangkanlah untuk menghubungi distributor atau pemaketmu.</p></qt>"
 
 #: kcmoduleproxy.cpp:127
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-5.57.0/po/ko/kcmutils5.po 
new/kcmutils-5.58.0/po/ko/kcmutils5.po
--- old/kcmutils-5.57.0/po/ko/kcmutils5.po      2019-04-07 09:25:03.000000000 
+0200
+++ new/kcmutils-5.58.0/po/ko/kcmutils5.po      2019-05-07 13:19:08.000000000 
+0200
@@ -2,16 +2,16 @@
 # Copyright (C) Free Software Foundation, Inc.
 # Cho Sung Jae <[email protected]>, 2007.
 # Shinjo Park <[email protected]>, 2007, 2008, 2009, 2010, 2011.
-# Shinjo Park <[email protected]>, 2011, 2012, 2013, 2014, 2015, 2018.
+# Shinjo Park <[email protected]>, 2011, 2012, 2013, 2014, 2015, 2018, 2019.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2019-03-27 03:14+0100\n"
-"PO-Revision-Date: 2018-08-14 22:59+0100\n"
+"PO-Revision-Date: 2019-04-12 00:57+0100\n"
 "Last-Translator: Shinjo Park <[email protected]>\n"
-"Language-Team: Korean <[email protected]>\n"
+"Language-Team: Korean <[email protected]>\n"
 "Language: ko\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -72,13 +72,7 @@
 "않았습니다.</qt>"
 
 #: kcmoduleloader.cpp:156
-#, fuzzy, kde-format
-#| msgid ""
-#| "<qt><p>Possible reasons:<ul><li>An error occurred during your last KDE "
-#| "upgrade leaving an orphaned control module</li><li>You have old third "
-#| "party modules lying around.</li></ul></p><p>Check these points carefully "
-#| "and try to remove the module mentioned in the error message. If this "
-#| "fails, consider contacting your distributor or packager.</p></qt>"
+#, kde-format
 msgid ""
 "<qt><p>Possible reasons:<ul><li>An error occurred during your last system "
 "upgrade, leaving an orphaned control module behind</li><li>You have old "
@@ -86,11 +80,11 @@
 "carefully and try to remove the module mentioned in the error message. If "
 "this fails, consider contacting your distributor or packager.</p></qt>"
 msgstr ""
-"<qt><p>가능한 이유:<ul><li>불안정한 제어 모듈을 남겨두고 마지막 KDE 업그레이"
-"드를 하는 동안 오류가 발생했습니다.</li><li>과거의 서드 파티 모듈이 남아 있습"
-"니다.</li></ul></p><p>이 점을 유의하셔서 오류 메시지에 나와 있는 모듈을 제거"
-"해 보십시오. 만약 이것이 실패하면 배포하거나 패키징한 사람에게 연락해 보십시"
-"오.</p></qt>"
+"<qt><p>가능한 이유:<ul><li>불안정한 제어 모듈을 남겨두고 마지막 시스템 업그레"
+"이드를 하는 동안 오류가 발생했습니다.</li><li>과거의 서드 파티 모듈이 남아 있"
+"습니다.</li></ul></p><p>이 점을 유의하셔서 오류 메시지에 나와 있는 모듈을 제"
+"거해 보십시오. 만약 이것이 실패하면 배포하거나 패키징한 사람에게 연락해 보십"
+"시오.</p></qt>"
 
 #: kcmoduleproxy.cpp:127
 #, kde-format
@@ -157,7 +151,7 @@
 msgid ""
 "Whether the ordinary PC speaker should be used instead of KDE's own "
 "notifications system."
-msgstr "KDE 알림 시스템 대신 일반적인 PC 스피커를 사용할 지 여부입니다."
+msgstr "KDE 알림 시스템 대신 일반적인 PC 스피커를 사용할지 여부입니다."
 
 #. i18n: ectx: label, entry, group (General)
 #: kdeglobals.kcfg:35
@@ -276,7 +270,7 @@
 #: kdeglobals.kcfg:381
 #, kde-format
 msgid "Whether directories should be placed at the top when displaying files"
-msgstr "파일을 표시할 때 디렉터리를 파일 앞에 정렬할 지 여부입니다"
+msgstr "파일을 표시할 때 디렉터리를 파일 앞에 정렬할지 여부입니다"
 
 #. i18n: ectx: label, entry (Recent URLs), group (KFileDialog Settings)
 #: kdeglobals.kcfg:389
@@ -308,7 +302,7 @@
 msgid ""
 "Whether files starting with a dot (convention for hidden files) should be "
 "shown"
-msgstr "점(.)으로 시작하는 숨김 파일을 보일 지 여부입니다"
+msgstr "점(.)으로 시작하는 숨김 파일을 보일지 여부입니다"
 
 #. i18n: ectx: label, entry (Show Speedbar), group (KFileDialog Settings)
 #: kdeglobals.kcfg:405
@@ -321,7 +315,7 @@
 #, kde-format
 msgid ""
 "Whether the shortcut icons to the left in the file dialog should be shown"
-msgstr "파일 대화상자 왼쪽에 단축 아이콘을 보일 지 여부를 결정합니다."
+msgstr "파일 대화상자 왼쪽에 단축 아이콘을 보일지 여부를 결정합니다."
 
 #. i18n: ectx: label, entry, group (Locale)
 #: kdeglobals.kcfg:425
@@ -335,7 +329,7 @@
 msgid ""
 "Used to determine how to display numbers, currency and time/date, for example"
 msgstr ""
-"예를 들어 숫자, 통화, 시간/날짜를 어떻게 표시할 지 결정하는 데 사용됩니다."
+"예를 들어 숫자, 통화, 시간/날짜를 어떻게 표시할지 결정하는 데 사용됩니다."
 
 #. i18n: ectx: label, entry, group (Locale)
 #: kdeglobals.kcfg:430
@@ -377,7 +371,7 @@
 #: kdeglobals.kcfg:488
 #, kde-format
 msgid "Whether SOCKS version 4 and 5 should be enabled in KDE's sub systems"
-msgstr "KDE의 하위 시스템에서 SOCKS 버전 4나 5를 사용할 지 여부를 결정합니다."
+msgstr "KDE의 하위 시스템에서 SOCKS 버전 4나 5를 사용할지 여부를 결정합니다."
 
 #. i18n: ectx: label, entry, group (Socks)
 #: kdeglobals.kcfg:492
@@ -477,7 +471,7 @@
 #: kpluginselector.cpp:262
 #, kde-format
 msgid "Search..."
-msgstr ""
+msgstr "찾기..."
 
 #: kpluginselector.cpp:715
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-5.57.0/po/nb/kcmutils5.po 
new/kcmutils-5.58.0/po/nb/kcmutils5.po
--- old/kcmutils-5.57.0/po/nb/kcmutils5.po      2019-04-07 09:25:03.000000000 
+0200
+++ new/kcmutils-5.58.0/po/nb/kcmutils5.po      2019-05-07 13:19:08.000000000 
+0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2019-01-12 03:00+0100\n"
+"POT-Creation-Date: 2019-03-27 03:14+0100\n"
 "PO-Revision-Date: 2014-11-05 13:40+0100\n"
 "Last-Translator: Bjørn Steensrud <[email protected]>\n"
 "Language-Team: Norwegian Bokmål <[email protected]>\n"
@@ -77,17 +77,12 @@
 #: kcmoduleloader.cpp:156
 #, kde-format
 msgid ""
-"<qt><p>Possible reasons:<ul><li>An error occurred during your last KDE "
-"upgrade leaving an orphaned control module</li><li>You have old third party "
-"modules lying around.</li></ul></p><p>Check these points carefully and try "
-"to remove the module mentioned in the error message. If this fails, consider "
-"contacting your distributor or packager.</p></qt>"
-msgstr ""
-"<qt><p>Mulige årsaker:<ul><li>Det oppsto en feil under siste oppgradering av "
-"KDE slik at en styringsmodul ble foreldreløs.</li><li>Du har gamle "
-"tredjeparts-moduler liggende.</li></ul></p><p>Undersøk dette grundig og "
-"forsøk å fjerne modulen som er nevnt i feilmeldinga. Hvis dette ikke lykkes, "
-"bør du kanskje kontakte din distributør eller pakkebygger.</p></qt>"
+"<qt><p>Possible reasons:<ul><li>An error occurred during your last system "
+"upgrade, leaving an orphaned control module behind</li><li>You have old "
+"third party modules lying around.</li></ul></p><p>Check these points "
+"carefully and try to remove the module mentioned in the error message. If "
+"this fails, consider contacting your distributor or packager.</p></qt>"
+msgstr ""
 
 #: kcmoduleproxy.cpp:127
 #, kde-format
@@ -95,7 +90,7 @@
 msgid "This configuration section is already opened in %1"
 msgstr "Dette oppsettet er allerede åpnet i %1"
 
-#: kcmultidialog.cpp:59
+#: kcmultidialog.cpp:63
 #, kde-format
 msgid ""
 "The settings of the current module have changed.\n"
@@ -104,12 +99,12 @@
 "Innstillingene for gjeldende modul er endret.\n"
 "Skal endringene brukes eller avvises?"
 
-#: kcmultidialog.cpp:61
+#: kcmultidialog.cpp:65
 #, kde-format
 msgid "Apply Settings"
 msgstr "Ta i bruk endringer"
 
-#: kcmultidialog.cpp:208 kpluginselector.cpp:715
+#: kcmultidialog.cpp:261 kpluginselector.cpp:720
 #, kde-format
 msgid "Configure"
 msgstr "Oppsett"
@@ -435,7 +430,7 @@
 "Endringer er blitt gjort automatisk for å løse opp avhengigheter mellom "
 "programtilleggene:\n"
 
-#: kpluginselector.cpp:211
+#: kpluginselector.cpp:212
 #, kde-format
 msgid ""
 "\n"
@@ -446,7 +441,7 @@
 " ....programtillegget %1 er automatisk valgt på grunn av at det avhenger av "
 "programtillegget %2"
 
-#: kpluginselector.cpp:213
+#: kpluginselector.cpp:214
 #, kde-format
 msgid ""
 "\n"
@@ -457,12 +452,12 @@
 " ....programtillegget %1 er automatisk fravalgt på grunn av at det avhenger "
 "av programtillegget %2"
 
-#: kpluginselector.cpp:216
+#: kpluginselector.cpp:217
 #, kde-format
 msgid "Dependency Check"
 msgstr "Sjekk for avhengigheter"
 
-#: kpluginselector.cpp:233
+#: kpluginselector.cpp:234
 #, kde-format
 msgid "%1 plugin automatically added due to plugin dependencies"
 msgid_plural "%1 plugins automatically added due to plugin dependencies"
@@ -473,12 +468,12 @@
 "%1 programtillegg lagt til automatisk på grunn av avhengigheter mellom "
 "programtillegg"
 
-#: kpluginselector.cpp:237
+#: kpluginselector.cpp:238
 #, kde-format
 msgid ", "
 msgstr ", "
 
-#: kpluginselector.cpp:241
+#: kpluginselector.cpp:242
 #, kde-format
 msgid "%1 plugin automatically removed due to plugin dependencies"
 msgid_plural "%1 plugins automatically removed due to plugin dependencies"
@@ -489,17 +484,17 @@
 "%1 programtillegg fjernet automatisk på grunn av avhengigheter mellom "
 "programtillegg"
 
-#: kpluginselector.cpp:261
+#: kpluginselector.cpp:262
 #, kde-format
 msgid "Search..."
 msgstr ""
 
-#: kpluginselector.cpp:710
+#: kpluginselector.cpp:715
 #, kde-format
 msgid "About"
 msgstr "Om"
 
-#: kpluginselector.cpp:813
+#: kpluginselector.cpp:818
 #, kde-format
 msgctxt "Used only for plugins"
 msgid "About %1"
@@ -510,7 +505,7 @@
 msgid "Select Components"
 msgstr "Velg komponenter"
 
-#: ksettings/dialog.cpp:231
+#: ksettings/dialog.cpp:232
 #, kde-format
 msgid "Enable component"
 msgstr "Slå på komponent"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-5.57.0/po/se/kcmutils5.po 
new/kcmutils-5.58.0/po/se/kcmutils5.po
--- old/kcmutils-5.57.0/po/se/kcmutils5.po      2019-04-07 09:25:03.000000000 
+0200
+++ new/kcmutils-5.58.0/po/se/kcmutils5.po      2019-05-07 13:19:08.000000000 
+0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2019-01-12 03:00+0100\n"
+"POT-Creation-Date: 2019-03-27 03:14+0100\n"
 "PO-Revision-Date: 2012-05-30 23:19+0200\n"
 "Last-Translator: Børre Gaup <[email protected]>\n"
 "Language-Team: Northern Sami <[email protected]>\n"
@@ -71,17 +71,12 @@
 #: kcmoduleloader.cpp:156
 #, kde-format
 msgid ""
-"<qt><p>Possible reasons:<ul><li>An error occurred during your last KDE "
-"upgrade leaving an orphaned control module</li><li>You have old third party "
-"modules lying around.</li></ul></p><p>Check these points carefully and try "
-"to remove the module mentioned in the error message. If this fails, consider "
-"contacting your distributor or packager.</p></qt>"
-msgstr ""
-"<qt>Diagnosa lea:<br /> <p>Vejolaš sivat:<ul> <li>Šattai meattáhus dan botta "
-"go ođasmahttet KDE mii guđii orbbeš stivrenmodula</li> <li>Dus leat boares "
-"modulat mat eai gula ieš KDE:i fearadeamen birra.</li> </ul> </p> "
-"<p>Geahččal váldit eret modula namahuvvon meattáhusdieđus. Jus dát ii "
-"doaimma, váldde oktavuođa páhkkejeddjiin ja distribušuvnnain.</p> </qt>"
+"<qt><p>Possible reasons:<ul><li>An error occurred during your last system "
+"upgrade, leaving an orphaned control module behind</li><li>You have old "
+"third party modules lying around.</li></ul></p><p>Check these points "
+"carefully and try to remove the module mentioned in the error message. If "
+"this fails, consider contacting your distributor or packager.</p></qt>"
+msgstr ""
 
 #: kcmoduleproxy.cpp:127
 #, kde-format
@@ -89,7 +84,7 @@
 msgid "This configuration section is already opened in %1"
 msgstr "Dát heivehusoassi lea juo rabas dáppe: %1"
 
-#: kcmultidialog.cpp:59
+#: kcmultidialog.cpp:63
 #, kde-format
 msgid ""
 "The settings of the current module have changed.\n"
@@ -98,12 +93,12 @@
 "Heivehusat dán modulas leat rievdaduvvon.\n"
 "Háliidatgo vurket rievdadusaid vai bálkestit daid?"
 
-#: kcmultidialog.cpp:61
+#: kcmultidialog.cpp:65
 #, kde-format
 msgid "Apply Settings"
 msgstr "Geavat heivehusaid"
 
-#: kcmultidialog.cpp:208 kpluginselector.cpp:715
+#: kcmultidialog.cpp:261 kpluginselector.cpp:720
 #, kde-format
 msgid "Configure"
 msgstr "Heivet"
@@ -425,7 +420,7 @@
 msgstr ""
 "Lea dahkan rievdadusaid automáhtalaččat lassemodulasorjjasvuođaid dihte:\n"
 
-#: kpluginselector.cpp:211
+#: kpluginselector.cpp:212
 #, kde-format
 msgid ""
 "\n"
@@ -436,7 +431,7 @@
 "   %1-lassemodula merkejuvvui automáhtalaččat dannego das lea "
 "sorjjasvuohta %2-lassemodulii"
 
-#: kpluginselector.cpp:213
+#: kpluginselector.cpp:214
 #, kde-format
 msgid ""
 "\n"
@@ -447,12 +442,12 @@
 "   %1-lassemodula mearka váldui eret automáhtalaččat dannego das lea "
 "sorjjasvuohta %2-lassemodulii"
 
-#: kpluginselector.cpp:216
+#: kpluginselector.cpp:217
 #, kde-format
 msgid "Dependency Check"
 msgstr "Sorjjasvuohta iskkus"
 
-#: kpluginselector.cpp:233
+#: kpluginselector.cpp:234
 #, kde-format
 msgid "%1 plugin automatically added due to plugin dependencies"
 msgid_plural "%1 plugins automatically added due to plugin dependencies"
@@ -463,12 +458,12 @@
 "%1-lassemodula lasihuvvui automáhtalaččat dannego leat "
 "lassemodulasorjjasvuođat"
 
-#: kpluginselector.cpp:237
+#: kpluginselector.cpp:238
 #, kde-format
 msgid ", "
 msgstr ", "
 
-#: kpluginselector.cpp:241
+#: kpluginselector.cpp:242
 #, kde-format
 msgid "%1 plugin automatically removed due to plugin dependencies"
 msgid_plural "%1 plugins automatically removed due to plugin dependencies"
@@ -479,17 +474,17 @@
 "%1 lassemodula váldui automáhtalaččat eret dannego leat "
 "lassemodulasorjjasvuođat"
 
-#: kpluginselector.cpp:261
+#: kpluginselector.cpp:262
 #, kde-format
 msgid "Search..."
 msgstr ""
 
-#: kpluginselector.cpp:710
+#: kpluginselector.cpp:715
 #, kde-format
 msgid "About"
 msgstr "Dieđut"
 
-#: kpluginselector.cpp:813
+#: kpluginselector.cpp:818
 #, kde-format
 msgctxt "Used only for plugins"
 msgid "About %1"
@@ -500,7 +495,7 @@
 msgid "Select Components"
 msgstr "Vállje osiid"
 
-#: ksettings/dialog.cpp:231
+#: ksettings/dialog.cpp:232
 #, kde-format
 msgid "Enable component"
 msgstr "Bija oasi doaibmat"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-5.57.0/po/sr/kcmutils5.po 
new/kcmutils-5.58.0/po/sr/kcmutils5.po
--- old/kcmutils-5.57.0/po/sr/kcmutils5.po      2019-04-07 09:25:03.000000000 
+0200
+++ new/kcmutils-5.58.0/po/sr/kcmutils5.po      2019-05-07 13:19:08.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcmutils5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-10-11 03:45+0200\n"
+"POT-Creation-Date: 2019-03-27 03:14+0100\n"
 "PO-Revision-Date: 2017-09-28 17:57+0200\n"
 "Last-Translator: Chusslove Illich <[email protected]>\n"
 "Language-Team: Serbian <[email protected]>\n"
@@ -59,12 +59,12 @@
 "<qt><p>Или хардвер/софтвер који модул подешава није доступан, или је "
 "администратор искључио модул.</p></qt>"
 
-#: kcmoduleloader.cpp:139
+#: kcmoduleloader.cpp:140
 #, kde-format
 msgid "The module %1 is not a valid configuration module."
 msgstr "Модул %1 није исправан модул за подешавање."
 
-#: kcmoduleloader.cpp:140
+#: kcmoduleloader.cpp:141
 #, kde-format
 msgid ""
 "<qt>The diagnosis is:<br />The desktop file %1 does not specify a library.</"
@@ -72,14 +72,20 @@
 msgstr ""
 "<qt>Дијагноза:<br />.Десктоп фајл <tt>%1</tt> не наводи библиотеку.</qt>"
 
-#: kcmoduleloader.cpp:155
-#, kde-format
-msgid ""
-"<qt><p>Possible reasons:<ul><li>An error occurred during your last KDE "
-"upgrade leaving an orphaned control module</li><li>You have old third party "
-"modules lying around.</li></ul></p><p>Check these points carefully and try "
-"to remove the module mentioned in the error message. If this fails, consider "
-"contacting your distributor or packager.</p></qt>"
+#: kcmoduleloader.cpp:156
+#, fuzzy, kde-format
+#| msgid ""
+#| "<qt><p>Possible reasons:<ul><li>An error occurred during your last KDE "
+#| "upgrade leaving an orphaned control module</li><li>You have old third "
+#| "party modules lying around.</li></ul></p><p>Check these points carefully "
+#| "and try to remove the module mentioned in the error message. If this "
+#| "fails, consider contacting your distributor or packager.</p></qt>"
+msgid ""
+"<qt><p>Possible reasons:<ul><li>An error occurred during your last system "
+"upgrade, leaving an orphaned control module behind</li><li>You have old "
+"third party modules lying around.</li></ul></p><p>Check these points "
+"carefully and try to remove the module mentioned in the error message. If "
+"this fails, consider contacting your distributor or packager.</p></qt>"
 msgstr ""
 "<qt><p>Могући разлози:</p><ul><li>Грешка приликом последње надоградње КДЕ‑а "
 "која је оставила непотребан контролни модул.</li><li>Уплићу се неки стари "
@@ -95,7 +101,7 @@
 "Овај одељак за подешавање већ је отворен у %1|/|Овај одељак за подешавање "
 "већ је отворен у $[дат %1]"
 
-#: kcmultidialog.cpp:59
+#: kcmultidialog.cpp:63
 #, kde-format
 msgid ""
 "The settings of the current module have changed.\n"
@@ -104,12 +110,12 @@
 "Поставке текућег модула су измењене.\n"
 "Желите ли да примените измене или да их одбаците?"
 
-#: kcmultidialog.cpp:61
+#: kcmultidialog.cpp:65
 #, kde-format
 msgid "Apply Settings"
 msgstr "Примени поставке"
 
-#: kcmultidialog.cpp:208 kpluginselector.cpp:715
+#: kcmultidialog.cpp:261 kpluginselector.cpp:720
 #, kde-format
 msgid "Configure"
 msgstr "Подеси"
@@ -432,7 +438,7 @@
 msgstr ""
 "Извршене су аутоматске измене да би се задовољиле зависности прикључака:\n"
 
-#: kpluginselector.cpp:211
+#: kpluginselector.cpp:212
 #, kde-format
 msgid ""
 "\n"
@@ -443,7 +449,7 @@
 "    Прикључак „%1“ је аутоматски укључен због зависности прикључка „%2“ од "
 "њега"
 
-#: kpluginselector.cpp:213
+#: kpluginselector.cpp:214
 #, kde-format
 msgid ""
 "\n"
@@ -454,12 +460,12 @@
 "    Прикључак „%1“ је аутоматски искључен због своје зависности од прикључка "
 "„%2“"
 
-#: kpluginselector.cpp:216
+#: kpluginselector.cpp:217
 #, kde-format
 msgid "Dependency Check"
 msgstr "Провера зависности"
 
-#: kpluginselector.cpp:233
+#: kpluginselector.cpp:234
 #, kde-format
 msgid "%1 plugin automatically added due to plugin dependencies"
 msgid_plural "%1 plugins automatically added due to plugin dependencies"
@@ -468,12 +474,12 @@
 msgstr[2] "%1 прикључака аутоматски додато услед зависности прикључака"
 msgstr[3] "Један прикључак аутоматски додат услед зависности прикључака"
 
-#: kpluginselector.cpp:237
+#: kpluginselector.cpp:238
 #, kde-format
 msgid ", "
 msgstr ", "
 
-#: kpluginselector.cpp:241
+#: kpluginselector.cpp:242
 #, kde-format
 msgid "%1 plugin automatically removed due to plugin dependencies"
 msgid_plural "%1 plugins automatically removed due to plugin dependencies"
@@ -482,19 +488,19 @@
 msgstr[2] "%1 прикључака аутоматски уклоњено услед зависности прикључака"
 msgstr[3] "Један прикључак аутоматски уклоњен услед зависности прикључака"
 
-#: kpluginselector.cpp:261
+#: kpluginselector.cpp:262
 #, kde-format
-msgid "Search Plugins"
-msgstr "Нађи прикључак"
+msgid "Search..."
+msgstr ""
 
-#: kpluginselector.cpp:710
+#: kpluginselector.cpp:715
 #, fuzzy, kde-format
 #| msgctxt "Used only for plugins"
 #| msgid "About %1"
 msgid "About"
 msgstr "О %1|/|О $[дат %1]"
 
-#: kpluginselector.cpp:813
+#: kpluginselector.cpp:818
 #, kde-format
 msgctxt "Used only for plugins"
 msgid "About %1"
@@ -506,7 +512,7 @@
 msgid "Select Components"
 msgstr "Избор компоненте"
 
-#: ksettings/dialog.cpp:230
+#: ksettings/dialog.cpp:232
 #, kde-format
 msgid "Enable component"
 msgstr "Уградива компонента"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-5.57.0/po/sr@ijekavian/kcmutils5.po 
new/kcmutils-5.58.0/po/sr@ijekavian/kcmutils5.po
--- old/kcmutils-5.57.0/po/sr@ijekavian/kcmutils5.po    2019-04-07 
09:25:03.000000000 +0200
+++ new/kcmutils-5.58.0/po/sr@ijekavian/kcmutils5.po    2019-05-07 
13:19:08.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcmutils5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-10-11 03:45+0200\n"
+"POT-Creation-Date: 2019-03-27 03:14+0100\n"
 "PO-Revision-Date: 2017-09-28 17:57+0200\n"
 "Last-Translator: Chusslove Illich <[email protected]>\n"
 "Language-Team: Serbian <[email protected]>\n"
@@ -58,12 +58,12 @@
 "<qt><p>Или хардвер/софтвер који модул подешава није доступан, или је "
 "администратор искључио модул.</p></qt>"
 
-#: kcmoduleloader.cpp:139
+#: kcmoduleloader.cpp:140
 #, kde-format
 msgid "The module %1 is not a valid configuration module."
 msgstr "Модул %1 није исправан модул за подешавање."
 
-#: kcmoduleloader.cpp:140
+#: kcmoduleloader.cpp:141
 #, kde-format
 msgid ""
 "<qt>The diagnosis is:<br />The desktop file %1 does not specify a library.</"
@@ -71,14 +71,20 @@
 msgstr ""
 "<qt>Дијагноза:<br />.Десктоп фајл <tt>%1</tt> не наводи библиотеку.</qt>"
 
-#: kcmoduleloader.cpp:155
-#, kde-format
-msgid ""
-"<qt><p>Possible reasons:<ul><li>An error occurred during your last KDE "
-"upgrade leaving an orphaned control module</li><li>You have old third party "
-"modules lying around.</li></ul></p><p>Check these points carefully and try "
-"to remove the module mentioned in the error message. If this fails, consider "
-"contacting your distributor or packager.</p></qt>"
+#: kcmoduleloader.cpp:156
+#, fuzzy, kde-format
+#| msgid ""
+#| "<qt><p>Possible reasons:<ul><li>An error occurred during your last KDE "
+#| "upgrade leaving an orphaned control module</li><li>You have old third "
+#| "party modules lying around.</li></ul></p><p>Check these points carefully "
+#| "and try to remove the module mentioned in the error message. If this "
+#| "fails, consider contacting your distributor or packager.</p></qt>"
+msgid ""
+"<qt><p>Possible reasons:<ul><li>An error occurred during your last system "
+"upgrade, leaving an orphaned control module behind</li><li>You have old "
+"third party modules lying around.</li></ul></p><p>Check these points "
+"carefully and try to remove the module mentioned in the error message. If "
+"this fails, consider contacting your distributor or packager.</p></qt>"
 msgstr ""
 "<qt><p>Могући разлози:</p><ul><li>Грешка приликом посљедње надоградње КДЕ‑а "
 "која је оставила непотребан контролни модул.</li><li>Уплићу се неки стари "
@@ -94,7 +100,7 @@
 "Овај одјељак за подешавање већ је отворен у %1|/|Овај одјељак за подешавање "
 "већ је отворен у $[дат %1]"
 
-#: kcmultidialog.cpp:59
+#: kcmultidialog.cpp:63
 #, kde-format
 msgid ""
 "The settings of the current module have changed.\n"
@@ -103,12 +109,12 @@
 "Поставке текућег модула су измијењене.\n"
 "Желите ли да примијените измјене или да их одбаците?"
 
-#: kcmultidialog.cpp:61
+#: kcmultidialog.cpp:65
 #, kde-format
 msgid "Apply Settings"
 msgstr "Примени поставке"
 
-#: kcmultidialog.cpp:208 kpluginselector.cpp:715
+#: kcmultidialog.cpp:261 kpluginselector.cpp:720
 #, kde-format
 msgid "Configure"
 msgstr "Подеси"
@@ -432,7 +438,7 @@
 msgstr ""
 "Извршене су аутоматске измјене да би се задовољиле зависности прикључака:\n"
 
-#: kpluginselector.cpp:211
+#: kpluginselector.cpp:212
 #, kde-format
 msgid ""
 "\n"
@@ -443,7 +449,7 @@
 "    Прикључак „%1“ је аутоматски укључен због зависности прикључка „%2“ од "
 "њега"
 
-#: kpluginselector.cpp:213
+#: kpluginselector.cpp:214
 #, kde-format
 msgid ""
 "\n"
@@ -454,12 +460,12 @@
 "    Прикључак „%1“ је аутоматски искључен због своје зависности од прикључка "
 "„%2“"
 
-#: kpluginselector.cpp:216
+#: kpluginselector.cpp:217
 #, kde-format
 msgid "Dependency Check"
 msgstr "Провјера зависности"
 
-#: kpluginselector.cpp:233
+#: kpluginselector.cpp:234
 #, kde-format
 msgid "%1 plugin automatically added due to plugin dependencies"
 msgid_plural "%1 plugins automatically added due to plugin dependencies"
@@ -468,12 +474,12 @@
 msgstr[2] "%1 прикључака аутоматски додато усљед зависности прикључака"
 msgstr[3] "Један прикључак аутоматски додат усљед зависности прикључака"
 
-#: kpluginselector.cpp:237
+#: kpluginselector.cpp:238
 #, kde-format
 msgid ", "
 msgstr ", "
 
-#: kpluginselector.cpp:241
+#: kpluginselector.cpp:242
 #, kde-format
 msgid "%1 plugin automatically removed due to plugin dependencies"
 msgid_plural "%1 plugins automatically removed due to plugin dependencies"
@@ -482,19 +488,19 @@
 msgstr[2] "%1 прикључака аутоматски уклоњено усљед зависности прикључака"
 msgstr[3] "Један прикључак аутоматски уклоњен усљед зависности прикључака"
 
-#: kpluginselector.cpp:261
+#: kpluginselector.cpp:262
 #, kde-format
-msgid "Search Plugins"
-msgstr "Нађи прикључак"
+msgid "Search..."
+msgstr ""
 
-#: kpluginselector.cpp:710
+#: kpluginselector.cpp:715
 #, fuzzy, kde-format
 #| msgctxt "Used only for plugins"
 #| msgid "About %1"
 msgid "About"
 msgstr "О %1|/|О $[дат %1]"
 
-#: kpluginselector.cpp:813
+#: kpluginselector.cpp:818
 #, kde-format
 msgctxt "Used only for plugins"
 msgid "About %1"
@@ -506,7 +512,7 @@
 msgid "Select Components"
 msgstr "Избор компоненте"
 
-#: ksettings/dialog.cpp:230
+#: ksettings/dialog.cpp:232
 #, kde-format
 msgid "Enable component"
 msgstr "Уградива компонента"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-5.57.0/po/sr@ijekavianlatin/kcmutils5.po 
new/kcmutils-5.58.0/po/sr@ijekavianlatin/kcmutils5.po
--- old/kcmutils-5.57.0/po/sr@ijekavianlatin/kcmutils5.po       2019-04-07 
09:25:03.000000000 +0200
+++ new/kcmutils-5.58.0/po/sr@ijekavianlatin/kcmutils5.po       2019-05-07 
13:19:08.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcmutils5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-10-11 03:45+0200\n"
+"POT-Creation-Date: 2019-03-27 03:14+0100\n"
 "PO-Revision-Date: 2017-09-28 17:57+0200\n"
 "Last-Translator: Chusslove Illich <[email protected]>\n"
 "Language-Team: Serbian <[email protected]>\n"
@@ -58,12 +58,12 @@
 "<qt><p>Ili hardver/softver koji modul podešava nije dostupan, ili je "
 "administrator isključio modul.</p></qt>"
 
-#: kcmoduleloader.cpp:139
+#: kcmoduleloader.cpp:140
 #, kde-format
 msgid "The module %1 is not a valid configuration module."
 msgstr "Modul %1 nije ispravan modul za podešavanje."
 
-#: kcmoduleloader.cpp:140
+#: kcmoduleloader.cpp:141
 #, kde-format
 msgid ""
 "<qt>The diagnosis is:<br />The desktop file %1 does not specify a library.</"
@@ -71,14 +71,20 @@
 msgstr ""
 "<qt>Dijagnoza:<br />.Desktop fajl <tt>%1</tt> ne navodi biblioteku.</qt>"
 
-#: kcmoduleloader.cpp:155
-#, kde-format
-msgid ""
-"<qt><p>Possible reasons:<ul><li>An error occurred during your last KDE "
-"upgrade leaving an orphaned control module</li><li>You have old third party "
-"modules lying around.</li></ul></p><p>Check these points carefully and try "
-"to remove the module mentioned in the error message. If this fails, consider "
-"contacting your distributor or packager.</p></qt>"
+#: kcmoduleloader.cpp:156
+#, fuzzy, kde-format
+#| msgid ""
+#| "<qt><p>Possible reasons:<ul><li>An error occurred during your last KDE "
+#| "upgrade leaving an orphaned control module</li><li>You have old third "
+#| "party modules lying around.</li></ul></p><p>Check these points carefully "
+#| "and try to remove the module mentioned in the error message. If this "
+#| "fails, consider contacting your distributor or packager.</p></qt>"
+msgid ""
+"<qt><p>Possible reasons:<ul><li>An error occurred during your last system "
+"upgrade, leaving an orphaned control module behind</li><li>You have old "
+"third party modules lying around.</li></ul></p><p>Check these points "
+"carefully and try to remove the module mentioned in the error message. If "
+"this fails, consider contacting your distributor or packager.</p></qt>"
 msgstr ""
 "<qt><p>Mogući razlozi:</p><ul><li>Greška prilikom posljednje nadogradnje "
 "KDE‑a koja je ostavila nepotreban kontrolni modul.</li><li>Upliću se neki "
@@ -94,7 +100,7 @@
 "Ovaj odjeljak za podešavanje već je otvoren u %1|/|Ovaj odjeljak za "
 "podešavanje već je otvoren u $[dat %1]"
 
-#: kcmultidialog.cpp:59
+#: kcmultidialog.cpp:63
 #, kde-format
 msgid ""
 "The settings of the current module have changed.\n"
@@ -103,12 +109,12 @@
 "Postavke tekućeg modula su izmijenjene.\n"
 "Želite li da primijenite izmjene ili da ih odbacite?"
 
-#: kcmultidialog.cpp:61
+#: kcmultidialog.cpp:65
 #, kde-format
 msgid "Apply Settings"
 msgstr "Primeni postavke"
 
-#: kcmultidialog.cpp:208 kpluginselector.cpp:715
+#: kcmultidialog.cpp:261 kpluginselector.cpp:720
 #, kde-format
 msgid "Configure"
 msgstr "Podesi"
@@ -432,7 +438,7 @@
 msgstr ""
 "Izvršene su automatske izmjene da bi se zadovoljile zavisnosti priključaka:\n"
 
-#: kpluginselector.cpp:211
+#: kpluginselector.cpp:212
 #, kde-format
 msgid ""
 "\n"
@@ -443,7 +449,7 @@
 "    Priključak „%1“ je automatski uključen zbog zavisnosti priključka „%2“ "
 "od njega"
 
-#: kpluginselector.cpp:213
+#: kpluginselector.cpp:214
 #, kde-format
 msgid ""
 "\n"
@@ -454,12 +460,12 @@
 "    Priključak „%1“ je automatski isključen zbog svoje zavisnosti od "
 "priključka „%2“"
 
-#: kpluginselector.cpp:216
+#: kpluginselector.cpp:217
 #, kde-format
 msgid "Dependency Check"
 msgstr "Provjera zavisnosti"
 
-#: kpluginselector.cpp:233
+#: kpluginselector.cpp:234
 #, kde-format
 msgid "%1 plugin automatically added due to plugin dependencies"
 msgid_plural "%1 plugins automatically added due to plugin dependencies"
@@ -468,12 +474,12 @@
 msgstr[2] "%1 priključaka automatski dodato usljed zavisnosti priključaka"
 msgstr[3] "Jedan priključak automatski dodat usljed zavisnosti priključaka"
 
-#: kpluginselector.cpp:237
+#: kpluginselector.cpp:238
 #, kde-format
 msgid ", "
 msgstr ", "
 
-#: kpluginselector.cpp:241
+#: kpluginselector.cpp:242
 #, kde-format
 msgid "%1 plugin automatically removed due to plugin dependencies"
 msgid_plural "%1 plugins automatically removed due to plugin dependencies"
@@ -482,19 +488,19 @@
 msgstr[2] "%1 priključaka automatski uklonjeno usljed zavisnosti priključaka"
 msgstr[3] "Jedan priključak automatski uklonjen usljed zavisnosti priključaka"
 
-#: kpluginselector.cpp:261
+#: kpluginselector.cpp:262
 #, kde-format
-msgid "Search Plugins"
-msgstr "Nađi priključak"
+msgid "Search..."
+msgstr ""
 
-#: kpluginselector.cpp:710
+#: kpluginselector.cpp:715
 #, fuzzy, kde-format
 #| msgctxt "Used only for plugins"
 #| msgid "About %1"
 msgid "About"
 msgstr "O %1|/|O $[dat %1]"
 
-#: kpluginselector.cpp:813
+#: kpluginselector.cpp:818
 #, kde-format
 msgctxt "Used only for plugins"
 msgid "About %1"
@@ -506,7 +512,7 @@
 msgid "Select Components"
 msgstr "Izbor komponente"
 
-#: ksettings/dialog.cpp:230
+#: ksettings/dialog.cpp:232
 #, kde-format
 msgid "Enable component"
 msgstr "Ugradiva komponenta"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-5.57.0/po/sr@latin/kcmutils5.po 
new/kcmutils-5.58.0/po/sr@latin/kcmutils5.po
--- old/kcmutils-5.57.0/po/sr@latin/kcmutils5.po        2019-04-07 
09:25:03.000000000 +0200
+++ new/kcmutils-5.58.0/po/sr@latin/kcmutils5.po        2019-05-07 
13:19:08.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcmutils5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-10-11 03:45+0200\n"
+"POT-Creation-Date: 2019-03-27 03:14+0100\n"
 "PO-Revision-Date: 2017-09-28 17:57+0200\n"
 "Last-Translator: Chusslove Illich <[email protected]>\n"
 "Language-Team: Serbian <[email protected]>\n"
@@ -58,12 +58,12 @@
 "<qt><p>Ili hardver/softver koji modul podešava nije dostupan, ili je "
 "administrator isključio modul.</p></qt>"
 
-#: kcmoduleloader.cpp:139
+#: kcmoduleloader.cpp:140
 #, kde-format
 msgid "The module %1 is not a valid configuration module."
 msgstr "Modul %1 nije ispravan modul za podešavanje."
 
-#: kcmoduleloader.cpp:140
+#: kcmoduleloader.cpp:141
 #, kde-format
 msgid ""
 "<qt>The diagnosis is:<br />The desktop file %1 does not specify a library.</"
@@ -71,14 +71,20 @@
 msgstr ""
 "<qt>Dijagnoza:<br />.Desktop fajl <tt>%1</tt> ne navodi biblioteku.</qt>"
 
-#: kcmoduleloader.cpp:155
-#, kde-format
-msgid ""
-"<qt><p>Possible reasons:<ul><li>An error occurred during your last KDE "
-"upgrade leaving an orphaned control module</li><li>You have old third party "
-"modules lying around.</li></ul></p><p>Check these points carefully and try "
-"to remove the module mentioned in the error message. If this fails, consider "
-"contacting your distributor or packager.</p></qt>"
+#: kcmoduleloader.cpp:156
+#, fuzzy, kde-format
+#| msgid ""
+#| "<qt><p>Possible reasons:<ul><li>An error occurred during your last KDE "
+#| "upgrade leaving an orphaned control module</li><li>You have old third "
+#| "party modules lying around.</li></ul></p><p>Check these points carefully "
+#| "and try to remove the module mentioned in the error message. If this "
+#| "fails, consider contacting your distributor or packager.</p></qt>"
+msgid ""
+"<qt><p>Possible reasons:<ul><li>An error occurred during your last system "
+"upgrade, leaving an orphaned control module behind</li><li>You have old "
+"third party modules lying around.</li></ul></p><p>Check these points "
+"carefully and try to remove the module mentioned in the error message. If "
+"this fails, consider contacting your distributor or packager.</p></qt>"
 msgstr ""
 "<qt><p>Mogući razlozi:</p><ul><li>Greška prilikom poslednje nadogradnje "
 "KDE‑a koja je ostavila nepotreban kontrolni modul.</li><li>Upliću se neki "
@@ -94,7 +100,7 @@
 "Ovaj odeljak za podešavanje već je otvoren u %1|/|Ovaj odeljak za "
 "podešavanje već je otvoren u $[dat %1]"
 
-#: kcmultidialog.cpp:59
+#: kcmultidialog.cpp:63
 #, kde-format
 msgid ""
 "The settings of the current module have changed.\n"
@@ -103,12 +109,12 @@
 "Postavke tekućeg modula su izmenjene.\n"
 "Želite li da primenite izmene ili da ih odbacite?"
 
-#: kcmultidialog.cpp:61
+#: kcmultidialog.cpp:65
 #, kde-format
 msgid "Apply Settings"
 msgstr "Primeni postavke"
 
-#: kcmultidialog.cpp:208 kpluginselector.cpp:715
+#: kcmultidialog.cpp:261 kpluginselector.cpp:720
 #, kde-format
 msgid "Configure"
 msgstr "Podesi"
@@ -431,7 +437,7 @@
 msgstr ""
 "Izvršene su automatske izmene da bi se zadovoljile zavisnosti priključaka:\n"
 
-#: kpluginselector.cpp:211
+#: kpluginselector.cpp:212
 #, kde-format
 msgid ""
 "\n"
@@ -442,7 +448,7 @@
 "    Priključak „%1“ je automatski uključen zbog zavisnosti priključka „%2“ "
 "od njega"
 
-#: kpluginselector.cpp:213
+#: kpluginselector.cpp:214
 #, kde-format
 msgid ""
 "\n"
@@ -453,12 +459,12 @@
 "    Priključak „%1“ je automatski isključen zbog svoje zavisnosti od "
 "priključka „%2“"
 
-#: kpluginselector.cpp:216
+#: kpluginselector.cpp:217
 #, kde-format
 msgid "Dependency Check"
 msgstr "Provera zavisnosti"
 
-#: kpluginselector.cpp:233
+#: kpluginselector.cpp:234
 #, kde-format
 msgid "%1 plugin automatically added due to plugin dependencies"
 msgid_plural "%1 plugins automatically added due to plugin dependencies"
@@ -467,12 +473,12 @@
 msgstr[2] "%1 priključaka automatski dodato usled zavisnosti priključaka"
 msgstr[3] "Jedan priključak automatski dodat usled zavisnosti priključaka"
 
-#: kpluginselector.cpp:237
+#: kpluginselector.cpp:238
 #, kde-format
 msgid ", "
 msgstr ", "
 
-#: kpluginselector.cpp:241
+#: kpluginselector.cpp:242
 #, kde-format
 msgid "%1 plugin automatically removed due to plugin dependencies"
 msgid_plural "%1 plugins automatically removed due to plugin dependencies"
@@ -481,19 +487,19 @@
 msgstr[2] "%1 priključaka automatski uklonjeno usled zavisnosti priključaka"
 msgstr[3] "Jedan priključak automatski uklonjen usled zavisnosti priključaka"
 
-#: kpluginselector.cpp:261
+#: kpluginselector.cpp:262
 #, kde-format
-msgid "Search Plugins"
-msgstr "Nađi priključak"
+msgid "Search..."
+msgstr ""
 
-#: kpluginselector.cpp:710
+#: kpluginselector.cpp:715
 #, fuzzy, kde-format
 #| msgctxt "Used only for plugins"
 #| msgid "About %1"
 msgid "About"
 msgstr "O %1|/|O $[dat %1]"
 
-#: kpluginselector.cpp:813
+#: kpluginselector.cpp:818
 #, kde-format
 msgctxt "Used only for plugins"
 msgid "About %1"
@@ -505,7 +511,7 @@
 msgid "Select Components"
 msgstr "Izbor komponente"
 
-#: ksettings/dialog.cpp:230
+#: ksettings/dialog.cpp:232
 #, kde-format
 msgid "Enable component"
 msgstr "Ugradiva komponenta"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-5.57.0/po/zh_CN/kcmutils5.po 
new/kcmutils-5.58.0/po/zh_CN/kcmutils5.po
--- old/kcmutils-5.57.0/po/zh_CN/kcmutils5.po   2019-04-07 09:25:03.000000000 
+0200
+++ new/kcmutils-5.58.0/po/zh_CN/kcmutils5.po   2019-05-07 13:19:08.000000000 
+0200
@@ -15,8 +15,8 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2019-03-27 03:14+0100\n"
-"PO-Revision-Date: 2019-03-07 09:22\n"
-"Last-Translator: guoyunhe <[email protected]>\n"
+"PO-Revision-Date: 2019-05-05 22:21\n"
+"Last-Translator: Guo Yunhe (guoyunhe)\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
@@ -77,13 +77,7 @@
 msgstr "<qt>诊断信息为:<br />桌面文件 %1 没有指定库。</qt>"
 
 #: kcmoduleloader.cpp:156
-#, fuzzy, kde-format
-#| msgid ""
-#| "<qt><p>Possible reasons:<ul><li>An error occurred during your last KDE "
-#| "upgrade leaving an orphaned control module</li><li>You have old third "
-#| "party modules lying around.</li></ul></p><p>Check these points carefully "
-#| "and try to remove the module mentioned in the error message. If this "
-#| "fails, consider contacting your distributor or packager.</p></qt>"
+#, kde-format
 msgid ""
 "<qt><p>Possible reasons:<ul><li>An error occurred during your last system "
 "upgrade, leaving an orphaned control module behind</li><li>You have old "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-5.57.0/src/kcmoduleqml.cpp 
new/kcmutils-5.58.0/src/kcmoduleqml.cpp
--- old/kcmutils-5.57.0/src/kcmoduleqml.cpp     2019-04-07 09:25:03.000000000 
+0200
+++ new/kcmutils-5.58.0/src/kcmoduleqml.cpp     2019-05-07 13:19:08.000000000 
+0200
@@ -126,11 +126,9 @@
     d->quickWidget->setResizeMode(QQuickWidget::SizeRootObjectToView);
     d->quickWidget->setFocusPolicy(Qt::StrongFocus);
     d->quickWidget->installEventFilter(this);
+    d->quickWidget->setAttribute(Qt::WA_AlwaysStackOnTop, true);
     d->quickWindow = d->quickWidget->quickWindow();
-    d->quickWindow->setColor(QGuiApplication::palette().window().color());
-    connect(qApp, &QGuiApplication::paletteChanged, d->quickWindow, [=]() {
-        d->quickWindow->setColor(QGuiApplication::palette().window().color());
-    });
+    d->quickWindow->setColor(Qt::transparent);
 
     QQmlComponent *component = new QQmlComponent(d->qmlObject->engine(), this);
     //this has activeFocusOnTab to notice when the navigation wraps
@@ -144,6 +142,8 @@
         "Kirigami.ApplicationItem{"
             //purely cosmetic space, those magic values are to align perfectly 
within Systemsettings
             "header: Item {height: Math.round(Kirigami.Units.gridUnit*0.25)}"
+            "implicitWidth:pageStack.implicitwidth;"
+            "implicitHeight:pageStack.implicitHeight+header.height;"
             // allow only one column by default
             "pageStack.defaultColumnWidth:width;"
             "pageStack.separatorVisible:false;"
@@ -280,7 +280,7 @@
         return QSize();
     }
 
-    return QSize(d->configModule->mainUi()->implicitWidth(), 
d->configModule->mainUi()->implicitHeight());
+    return QSize(d->rootPlaceHolder->implicitWidth(), 
d->rootPlaceHolder->implicitHeight());
 }
 
 QString KCModuleQml::quickHelp() const


Reply via email to