Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kconfig for openSUSE:Factory checked 
in at 2022-08-15 19:57:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kconfig (Old)
 and      /work/SRC/openSUSE:Factory/.kconfig.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kconfig"

Mon Aug 15 19:57:07 2022 rev:109 rq:994957 version:5.97.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kconfig/kconfig.changes  2022-07-11 
19:09:37.763628963 +0200
+++ /work/SRC/openSUSE:Factory/.kconfig.new.1521/kconfig.changes        
2022-08-15 19:59:04.461203013 +0200
@@ -1,0 +2,11 @@
+Sun Aug  7 22:27:14 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.97.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.97.0
+- Changes since 5.96.0:
+  * Add explicit option to disable QML support
+  * Don't inherit from containers
+
+-------------------------------------------------------------------

Old:
----
  kconfig-5.96.0.tar.xz
  kconfig-5.96.0.tar.xz.sig

New:
----
  kconfig-5.97.0.tar.xz
  kconfig-5.97.0.tar.xz.sig

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

Other differences:
------------------
++++++ kconfig.spec ++++++
--- /var/tmp/diff_new_pack.OkHSqX/_old  2022-08-15 19:59:04.929204318 +0200
+++ /var/tmp/diff_new_pack.OkHSqX/_new  2022-08-15 19:59:04.933204329 +0200
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.96
+%define _tar_path 5.97
 # 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 released
 Name:           kconfig
-Version:        5.96.0
+Version:        5.97.0
 Release:        0
 Summary:        Advanced configuration system
 License:        LGPL-2.1-or-later AND GPL-2.0-or-later


++++++ kconfig-5.96.0.tar.xz -> kconfig-5.97.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-5.96.0/CMakeLists.txt 
new/kconfig-5.97.0/CMakeLists.txt
--- old/kconfig-5.96.0/CMakeLists.txt   2022-07-02 17:48:09.000000000 +0200
+++ new/kconfig-5.97.0/CMakeLists.txt   2022-08-07 15:20:13.000000000 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.96.0") # handled by release scripts
+set(KF_VERSION "5.97.0") # handled by release scripts
 project(KConfig VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.96.0  NO_MODULE)
+find_package(ECM 5.97.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -31,7 +31,12 @@
 if(KCONFIG_USE_GUI)
     find_package(Qt${QT_MAJOR_VERSION} ${REQUIRED_QT_VERSION} CONFIG REQUIRED 
Gui)
 endif()
-find_package(Qt${QT_MAJOR_VERSION} ${REQUIRED_QT_VERSION} OPTIONAL_COMPONENTS 
Qml)
+
+option(KCONFIG_USE_QML "Build components using Qt${QT_MAJOR_VERSION}Qml" ON)
+
+if(KCONFIG_USE_QML)
+    find_package(Qt${QT_MAJOR_VERSION} ${REQUIRED_QT_VERSION} REQUIRED 
COMPONENTS Qml)
+endif()
 
 if (NOT ANDROID)
     set(default_kconfig_use_dbus ON)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-5.96.0/DESIGN new/kconfig-5.97.0/DESIGN
--- old/kconfig-5.96.0/DESIGN   2022-07-02 17:48:09.000000000 +0200
+++ new/kconfig-5.97.0/DESIGN   2022-08-07 15:20:13.000000000 +0200
@@ -37,8 +37,11 @@
 deleteEntry() will make the entry non-existent. If if the system administrator
 has specified a default value, the local entry is marked with [$d].
 
-Entries are marked "immutable" if the key is followed by [$i]. This means
-that a user can not override these entries.
+Entries are marked "immutable" if the key is followed by [$i] (e.g. 
'key[$i]=value');
+groups are marked "immutable" if the group is followed by [$i] (.e.g 
'[GroupName][$i]').
+An "immutable" entry/group cannot be overriden by the user.
+
+For more details see docs/options.md.
 
 
 ------------------------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-5.96.0/po/az/kconfig5_qt.po 
new/kconfig-5.97.0/po/az/kconfig5_qt.po
--- old/kconfig-5.96.0/po/az/kconfig5_qt.po     2022-07-02 17:48:09.000000000 
+0200
+++ new/kconfig-5.97.0/po/az/kconfig5_qt.po     2022-08-07 15:20:13.000000000 
+0200
@@ -2,7 +2,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
-"PO-Revision-Date: 2022-06-15 23:42+0400\n"
+"PO-Revision-Date: 2022-07-31 23:16+0400\n"
 "Last-Translator: Kheyyam <[email protected]>\n"
 "Language-Team: Azerbaijani <[email protected]>\n"
 "Language: az\n"
@@ -11,7 +11,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "X-Qt-Contexts: true\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 22.04.2\n"
+"X-Generator: Lokalize 22.04.3\n"
 
 #: core/kconfig.cpp:965
 msgctxt "KConfig|"
@@ -243,7 +243,7 @@
 #: gui/kstandardshortcut.cpp:238
 msgctxt "KStandardShortcut|@action"
 msgid "What's This"
-msgstr "Bu N??dir"
+msgstr "Bu n??dir"
 
 #: gui/kstandardshortcut.cpp:243
 msgctxt "KStandardShortcut|@action"
@@ -413,12 +413,12 @@
 #: gui/kstandardshortcut.cpp:372
 msgctxt "KStandardShortcut|@action"
 msgid "About Application"
-msgstr "T??tbiq Haqq??nda"
+msgstr "T??tbiq haqq??nda"
 
 #: gui/kstandardshortcut.cpp:373
 msgctxt "KStandardShortcut|@action"
 msgid "About KDE"
-msgstr "KDE Haqq??nda"
+msgstr "KDE haqq??nda"
 
 #: gui/kstandardshortcut.cpp:376
 msgctxt "KStandardShortcut|@action"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-5.96.0/po/ca@valencia/kconfig5_qt.po 
new/kconfig-5.97.0/po/ca@valencia/kconfig5_qt.po
--- old/kconfig-5.96.0/po/ca@valencia/kconfig5_qt.po    2022-07-02 
17:48:09.000000000 +0200
+++ new/kconfig-5.97.0/po/ca@valencia/kconfig5_qt.po    2022-08-07 
15:20:13.000000000 +0200
@@ -39,7 +39,7 @@
 #: core/kemailsettings.cpp:248
 msgctxt "KEMailSettings|"
 msgid "Default"
-msgstr "Per defecte"
+msgstr "Predeterminat"
 
 #: gui/kstandardshortcut.cpp:70
 msgctxt "KStandardShortcut|@action"
@@ -114,7 +114,7 @@
 #: gui/kstandardshortcut.cpp:98
 msgctxt "KStandardShortcut|@action"
 msgid "Delete Word Backwards"
-msgstr "Suprimix una paraula cap enrere"
+msgstr "Suprimix una paraula cap arrere"
 
 #: gui/kstandardshortcut.cpp:106
 msgctxt "KStandardShortcut|@action"
@@ -174,7 +174,7 @@
 #: gui/kstandardshortcut.cpp:147
 msgctxt "KStandardShortcut|@action"
 msgid "Back"
-msgstr "Enrere"
+msgstr "Arrere"
 
 #: gui/kstandardshortcut.cpp:150
 msgctxt "KStandardShortcut|@action"
@@ -204,7 +204,7 @@
 #: gui/kstandardshortcut.cpp:184
 msgctxt "KStandardShortcut|@action"
 msgid "Backward Word"
-msgstr "Paraula enrere"
+msgstr "Paraula arrere"
 
 #: gui/kstandardshortcut.cpp:192
 msgctxt "KStandardShortcut|@action"
@@ -354,7 +354,7 @@
 #: gui/kstandardshortcut.cpp:306
 msgctxt "KStandardShortcut|@action"
 msgid "Document Back"
-msgstr "Document enrere"
+msgstr "Document arrere"
 
 #: gui/kstandardshortcut.cpp:314
 msgctxt "KStandardShortcut|@action"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-5.96.0/po/cs/kconfig5_qt.po 
new/kconfig-5.97.0/po/cs/kconfig5_qt.po
--- old/kconfig-5.96.0/po/cs/kconfig5_qt.po     2022-07-02 17:48:09.000000000 
+0200
+++ new/kconfig-5.97.0/po/cs/kconfig5_qt.po     2022-08-07 15:20:13.000000000 
+0200
@@ -1,11 +1,11 @@
 # V??t Pel????k <[email protected]>, 2014, 2016, 2017, 2018, 2019, 2020.
-# Vit Pelcak <[email protected]>, 2021.
+# Vit Pelcak <[email protected]>, 2021, 2022.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-04-11 02:17+0000\n"
-"PO-Revision-Date: 2021-12-17 16:50+0100\n"
+"PO-Revision-Date: 2022-06-27 14:42+0200\n"
 "Last-Translator: Vit Pelcak <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
 "Language: cs\n"
@@ -13,7 +13,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 21.12.0\n"
+"X-Generator: Lokalize 22.04.2\n"
 "X-Language: cs_CZ\n"
 "X-Source-Language: en_US\n"
 "X-Qt-Contexts: true\n"
@@ -311,12 +311,9 @@
 msgstr "Vy??istit"
 
 #: gui/kstandardshortcut.cpp:297
-#, fuzzy
-#| msgctxt "KStandardShortcut|@action"
-#| msgid "Actual Size"
 msgctxt "KStandardShortcut|@action"
 msgid "Zoom to Actual Size"
-msgstr "Re??ln?? velikost"
+msgstr "Zv??t??it na skute??nou velikost"
 
 #: gui/kstandardshortcut.cpp:298
 msgctxt "KStandardShortcut|@action"
@@ -535,6 +532,7 @@
 msgctxt "main|"
 msgid "Group name cannot be empty, use \"<default>\" for the root group"
 msgstr ""
+"N??zev skupiny nem????e b??t pr??zdn??. Pou????t \"<default>\" pro ko??enovou 
skupinu"
 
 #: kreadconfig/kwriteconfig.cpp:34
 msgctxt "main|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-5.96.0/po/en_GB/kconfig5_qt.po 
new/kconfig-5.97.0/po/en_GB/kconfig5_qt.po
--- old/kconfig-5.96.0/po/en_GB/kconfig5_qt.po  2022-07-02 17:48:09.000000000 
+0200
+++ new/kconfig-5.97.0/po/en_GB/kconfig5_qt.po  2022-08-07 15:20:13.000000000 
+0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kwriteconfig\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-04-11 02:17+0000\n"
-"PO-Revision-Date: 2022-01-01 15:20+0000\n"
+"PO-Revision-Date: 2022-07-22 14:31+0100\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
 "Language-Team: British English <[email protected]>\n"
 "Language: en_GB\n"
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 21.12.0\n"
+"X-Generator: Lokalize 22.04.3\n"
 "X-Qt-Contexts: true\n"
 
 #: core/kconfig.cpp:965
@@ -313,12 +313,9 @@
 msgstr "Clear"
 
 #: gui/kstandardshortcut.cpp:297
-#, fuzzy
-#| msgctxt "KStandardShortcut|@action"
-#| msgid "Actual Size"
 msgctxt "KStandardShortcut|@action"
 msgid "Zoom to Actual Size"
-msgstr "Actual Size"
+msgstr "Zoom to Actual Size"
 
 #: gui/kstandardshortcut.cpp:298
 msgctxt "KStandardShortcut|@action"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-5.96.0/po/eu/kconfig5_qt.po 
new/kconfig-5.97.0/po/eu/kconfig5_qt.po
--- old/kconfig-5.96.0/po/eu/kconfig5_qt.po     2022-07-02 17:48:09.000000000 
+0200
+++ new/kconfig-5.97.0/po/eu/kconfig5_qt.po     2022-08-07 15:20:13.000000000 
+0200
@@ -11,7 +11,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
-"PO-Revision-Date: 2022-02-26 23:04+0100\n"
+"PO-Revision-Date: 2022-07-26 16:33+0200\n"
 "Last-Translator: I??igo Salvador Azurmendi <[email protected]>\n"
 "Language-Team: Basque <[email protected]>\n"
 "Language: eu\n"
@@ -20,7 +20,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "X-Qt-Contexts: true\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 21.12.2\n"
+"X-Generator: Lokalize 22.04.3\n"
 
 #: core/kconfig.cpp:965
 msgctxt "KConfig|"
@@ -315,12 +315,9 @@
 msgstr "Garbitu"
 
 #: gui/kstandardshortcut.cpp:297
-#, fuzzy
-#| msgctxt "KStandardShortcut|@action"
-#| msgid "Actual Size"
 msgctxt "KStandardShortcut|@action"
 msgid "Zoom to Actual Size"
-msgstr "Benetako tamaina"
+msgstr "Zoom benetako neurrira"
 
 #: gui/kstandardshortcut.cpp:298
 msgctxt "KStandardShortcut|@action"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-5.96.0/po/fi/kconfig5_qt.po 
new/kconfig-5.97.0/po/fi/kconfig5_qt.po
--- old/kconfig-5.96.0/po/fi/kconfig5_qt.po     2022-07-02 17:48:09.000000000 
+0200
+++ new/kconfig-5.97.0/po/fi/kconfig5_qt.po     2022-08-07 15:20:13.000000000 
+0200
@@ -5,7 +5,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-04-11 02:17+0000\n"
-"PO-Revision-Date: 2022-01-04 22:42+0200\n"
+"PO-Revision-Date: 2022-07-13 18:02+0300\n"
 "Last-Translator: Tommi Nieminen <[email protected]>\n"
 "Language-Team: Finnish <[email protected]>\n"
 "Language: fi\n"
@@ -13,7 +13,7 @@
 "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.04.2\n"
+"X-Generator: Lokalize 20.12.0\n"
 "X-Qt-Contexts: true\n"
 
 #: core/kconfig.cpp:965
@@ -309,12 +309,9 @@
 msgstr "Tyhjenn??"
 
 #: gui/kstandardshortcut.cpp:297
-#, fuzzy
-#| msgctxt "KStandardShortcut|@action"
-#| msgid "Actual Size"
 msgctxt "KStandardShortcut|@action"
 msgid "Zoom to Actual Size"
-msgstr "Todellinen koko"
+msgstr "L??henn?? todelliseen kokoon"
 
 #: gui/kstandardshortcut.cpp:298
 msgctxt "KStandardShortcut|@action"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-5.96.0/po/ia/kconfig5_qt.po 
new/kconfig-5.97.0/po/ia/kconfig5_qt.po
--- old/kconfig-5.96.0/po/ia/kconfig5_qt.po     2022-07-02 17:48:09.000000000 
+0200
+++ new/kconfig-5.97.0/po/ia/kconfig5_qt.po     2022-08-07 15:20:13.000000000 
+0200
@@ -1,21 +1,21 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# g.sora <[email protected]>, 2010, 2017, 2021.
+# g.sora <[email protected]>, 2010, 2017, 2021, 2022.
 # Giovanni Sora <[email protected]>, 2014, 2016, 2019, 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-04-11 02:17+0000\n"
-"PO-Revision-Date: 2021-12-19 23:25+0100\n"
+"PO-Revision-Date: 2022-07-14 22:58+0200\n"
 "Last-Translator: giovanni <[email protected]>\n"
 "Language-Team: Interlingua <[email protected]>\n"
 "Language: ia\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 21.12.0\n"
+"X-Generator: Lokalize 22.04.3\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Qt-Contexts: true\n"
 
@@ -312,12 +312,9 @@
 msgstr "Netta"
 
 #: gui/kstandardshortcut.cpp:297
-#, fuzzy
-#| msgctxt "KStandardShortcut|@action"
-#| msgid "Actual Size"
 msgctxt "KStandardShortcut|@action"
 msgid "Zoom to Actual Size"
-msgstr "Dimension actual"
+msgstr "Aggrandi (zoom) a Dimension actual"
 
 #: gui/kstandardshortcut.cpp:298
 msgctxt "KStandardShortcut|@action"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-5.96.0/po/is/kconfig5_qt.po 
new/kconfig-5.97.0/po/is/kconfig5_qt.po
--- old/kconfig-5.96.0/po/is/kconfig5_qt.po     2022-07-02 17:48:09.000000000 
+0200
+++ new/kconfig-5.97.0/po/is/kconfig5_qt.po     2022-08-07 15:20:13.000000000 
+0200
@@ -3,21 +3,21 @@
 # Copyright (C) 2004, 2008 Free Software Foundation, Inc.
 #
 # Richard Allen <[email protected]>, 2004.
-# Sveinn ?? Felli <[email protected]>, 2016.
+# Sveinn ?? Felli <[email protected]>, 2016, 2022.
 msgid ""
 msgstr ""
 "Project-Id-Version: kwriteconfig\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-04-11 02:17+0000\n"
-"PO-Revision-Date: 2016-11-19 23:43+0000\n"
+"PO-Revision-Date: 2022-07-07 18:44+0000\n"
 "Last-Translator: Sveinn ?? Felli <[email protected]>\n"
-"Language-Team: Icelandic <[email protected]>\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"
 "Plural-Forms: Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 19.12.3\n"
 "X-Qt-Contexts: true\n"
 
 #: core/kconfig.cpp:965
@@ -313,12 +313,9 @@
 msgstr "Hreinsa"
 
 #: gui/kstandardshortcut.cpp:297
-#, fuzzy
-#| msgctxt "KStandardShortcut|@action"
-#| msgid "Actual Size"
 msgctxt "KStandardShortcut|@action"
 msgid "Zoom to Actual Size"
-msgstr "Raunveruleg st??r??"
+msgstr "Renna a?? raunst??r??"
 
 #: gui/kstandardshortcut.cpp:298
 msgctxt "KStandardShortcut|@action"
@@ -391,12 +388,9 @@
 msgstr "Lyklabindingar"
 
 #: gui/kstandardshortcut.cpp:340
-#, fuzzy
-#| msgctxt "KStandardShortcut|@action"
-#| msgid "Configure Notifications"
 msgctxt "KStandardShortcut|@action"
 msgid "Configure Application"
-msgstr "Stilla tilkynningar"
+msgstr "Stilla forrit"
 
 #: gui/kstandardshortcut.cpp:348
 msgctxt "KStandardShortcut|@action"
@@ -421,7 +415,7 @@
 #: gui/kstandardshortcut.cpp:366
 msgctxt "KStandardShortcut|@action"
 msgid "Configure Language..."
-msgstr ""
+msgstr "Stilla tungum??l..."
 
 #: gui/kstandardshortcut.cpp:372
 msgctxt "KStandardShortcut|@action"
@@ -434,20 +428,14 @@
 msgstr "Um KDE"
 
 #: gui/kstandardshortcut.cpp:376
-#, fuzzy
-#| msgctxt "KStandardShortcut|@action"
-#| msgid "Delete File"
 msgctxt "KStandardShortcut|@action"
 msgid "Delete"
-msgstr "Ey??a skr??"
+msgstr "Ey??a"
 
 #: gui/kstandardshortcut.cpp:377
-#, fuzzy
-#| msgctxt "KStandardShortcut|@action"
-#| msgid "Rename File"
 msgctxt "KStandardShortcut|@action"
 msgid "Rename"
-msgstr "Endurnefna skr??"
+msgstr "Endurnefna"
 
 #: gui/kstandardshortcut.cpp:380
 msgctxt "KStandardShortcut|@action"
@@ -462,12 +450,12 @@
 #: gui/kstandardshortcut.cpp:389
 msgctxt "KStandardShortcut|@action"
 msgid "Show/Hide Hidden Files"
-msgstr ""
+msgstr "Birta/fela faldar skr??r"
 
 #: gui/kstandardshortcut.cpp:397
 msgctxt "KStandardShortcut|@action"
 msgid "Create Folder"
-msgstr ""
+msgstr "B??a til m??ppu"
 
 #: kconf_update/kconf_update.cpp:957
 msgctxt "main|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-5.96.0/po/ko/kconfig5_qt.po 
new/kconfig-5.97.0/po/ko/kconfig5_qt.po
--- old/kconfig-5.96.0/po/ko/kconfig5_qt.po     2022-07-02 17:48:09.000000000 
+0200
+++ new/kconfig-5.97.0/po/ko/kconfig5_qt.po     2022-08-07 15:20:13.000000000 
+0200
@@ -1,14 +1,14 @@
 # Translation of kwriteconfig to Korean.
 # Copyright (C) 2007 This_file_is_part_of_KDE
 # This file is distributed under the same license as the 2007 package.
-# Shinjo Park <[email protected]>, 2007, 2014, 2015, 2016, 2017, 2018, 2020, 
2021.
+# Shinjo Park <[email protected]>, 2007, 2014, 2015, 2016, 2017, 2018, 2020, 
2021, 2022.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kwriteconfig\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-04-11 02:17+0000\n"
-"PO-Revision-Date: 2021-12-08 00:41+0100\n"
+"PO-Revision-Date: 2022-07-13 14:09+0200\n"
 "Last-Translator: Shinjo Park <[email protected]>\n"
 "Language-Team: Korean <[email protected]>\n"
 "Language: ko\n"
@@ -16,7 +16,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 21.08.1\n"
+"X-Generator: Lokalize 21.12.3\n"
 "X-Qt-Contexts: true\n"
 
 #: core/kconfig.cpp:965
@@ -312,12 +312,9 @@
 msgstr "?????????"
 
 #: gui/kstandardshortcut.cpp:297
-#, fuzzy
-#| msgctxt "KStandardShortcut|@action"
-#| msgid "Actual Size"
 msgctxt "KStandardShortcut|@action"
 msgid "Zoom to Actual Size"
-msgstr "?????? ??????"
+msgstr "?????? ????????? ??????"
 
 #: gui/kstandardshortcut.cpp:298
 msgctxt "KStandardShortcut|@action"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-5.96.0/po/pl/kconfig5_qt.po 
new/kconfig-5.97.0/po/pl/kconfig5_qt.po
--- old/kconfig-5.96.0/po/pl/kconfig5_qt.po     2022-07-02 17:48:09.000000000 
+0200
+++ new/kconfig-5.97.0/po/pl/kconfig5_qt.po     2022-08-07 15:20:13.000000000 
+0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kwriteconfig\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-04-11 02:17+0000\n"
-"PO-Revision-Date: 2022-06-04 10:08+0200\n"
+"PO-Revision-Date: 2022-07-31 10:01+0200\n"
 "Last-Translator: ??ukasz Wojni??owicz <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\n"
 "Language: pl\n"
@@ -195,7 +195,7 @@
 #: gui/kstandardshortcut.cpp:181
 msgctxt "KStandardShortcut|@action"
 msgid "Go to Line"
-msgstr "Id?? do wiersza"
+msgstr "Przejd?? do wiersza"
 
 #: gui/kstandardshortcut.cpp:184
 msgctxt "KStandardShortcut|@action"
@@ -320,17 +320,17 @@
 #: gui/kstandardshortcut.cpp:298
 msgctxt "KStandardShortcut|@action"
 msgid "Fit To Page"
-msgstr "Dopasuj do strony"
+msgstr "Zmie???? stron??"
 
 #: gui/kstandardshortcut.cpp:299
 msgctxt "KStandardShortcut|@action"
 msgid "Fit To Width"
-msgstr "Dopasuj do szeroko??ci"
+msgstr "Zmie???? na szeroko????"
 
 #: gui/kstandardshortcut.cpp:300
 msgctxt "KStandardShortcut|@action"
 msgid "Fit To Height"
-msgstr "Dopasuj do wysoko??ci"
+msgstr "Zmie???? na wysoko????"
 
 #: gui/kstandardshortcut.cpp:301
 msgctxt "KStandardShortcut|@action"
@@ -340,22 +340,22 @@
 #: gui/kstandardshortcut.cpp:302
 msgctxt "KStandardShortcut|@action"
 msgid "Goto"
-msgstr "Id?? do"
+msgstr "Przejd?? do"
 
 #: gui/kstandardshortcut.cpp:303
 msgctxt "KStandardShortcut|@action"
 msgid "Goto Page"
-msgstr "Id?? do strony"
+msgstr "Przejd?? do strony"
 
 #: gui/kstandardshortcut.cpp:306
 msgctxt "KStandardShortcut|@action"
 msgid "Document Back"
-msgstr "Przewi?? do ty??u"
+msgstr "Przewi?? wstecz"
 
 #: gui/kstandardshortcut.cpp:314
 msgctxt "KStandardShortcut|@action"
 msgid "Document Forward"
-msgstr "Przewi?? do przodu"
+msgstr "Przewi?? naprz??d"
 
 #: gui/kstandardshortcut.cpp:322
 msgctxt "KStandardShortcut|@action"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-5.96.0/po/se/kconfig5_qt.po 
new/kconfig-5.97.0/po/se/kconfig5_qt.po
--- old/kconfig-5.96.0/po/se/kconfig5_qt.po     2022-07-02 17:48:09.000000000 
+0200
+++ new/kconfig-5.97.0/po/se/kconfig5_qt.po     2022-08-07 15:20:13.000000000 
+0200
@@ -314,7 +314,7 @@
 
 #: gui/kstandardshortcut.cpp:297
 msgctxt "KStandardShortcut|@action"
-msgid "Actual Size"
+msgid "Zoom to Actual Size"
 msgstr ""
 
 #: gui/kstandardshortcut.cpp:298
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-5.96.0/po/zh_CN/kconfig5_qt.po 
new/kconfig-5.97.0/po/zh_CN/kconfig5_qt.po
--- old/kconfig-5.96.0/po/zh_CN/kconfig5_qt.po  2022-07-02 17:48:09.000000000 
+0200
+++ new/kconfig-5.97.0/po/zh_CN/kconfig5_qt.po  2022-08-07 15:20:13.000000000 
+0200
@@ -1,11 +1,9 @@
-#
-# Yan Shuangchun <[email protected]>, 2003.
-# Feng Chao <[email protected]>, 2014.
-# Xuetian Weng <[email protected]>, 2014.
-# Weng Xuetian <[email protected]>, 2016.
-# Guo Yunhe <[email protected]>, 2017.
 msgid ""
 msgstr ""
+"Project-Id-Version: kdeorg\n"
+"PO-Revision-Date: 2022-07-30 15:54\n"
+"Language-Team: Chinese Simplified\n"
+"Language: zh_CN\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -16,10 +14,6 @@
 "X-Crowdin-Language: zh-CN\n"
 "X-Crowdin-File: /kf5-trunk/messages/kconfig/kconfig5_qt.pot\n"
 "X-Crowdin-File-ID: 5586\n"
-"Project-Id-Version: kdeorg\n"
-"Language-Team: Chinese Simplified\n"
-"Language: zh_CN\n"
-"PO-Revision-Date: 2022-07-02 10:59\n"
 
 #: core/kconfig.cpp:965
 msgctxt "KConfig|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-5.96.0/src/CMakeLists.txt 
new/kconfig-5.97.0/src/CMakeLists.txt
--- old/kconfig-5.96.0/src/CMakeLists.txt       2022-07-02 17:48:09.000000000 
+0200
+++ new/kconfig-5.97.0/src/CMakeLists.txt       2022-08-07 15:20:13.000000000 
+0200
@@ -2,7 +2,7 @@
 if(TARGET Qt${QT_MAJOR_VERSION}::Gui)
     add_subdirectory(gui)
 endif()
-if(TARGET Qt${QT_MAJOR_VERSION}::Qml)
+if(KCONFIG_USE_QML)
     add_subdirectory(qml)
 endif()
 add_subdirectory(kconfig_compiler)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-5.96.0/src/core/ksharedconfig.cpp 
new/kconfig-5.97.0/src/core/ksharedconfig.cpp
--- old/kconfig-5.96.0/src/core/ksharedconfig.cpp       2022-07-02 
17:48:09.000000000 +0200
+++ new/kconfig-5.97.0/src/core/ksharedconfig.cpp       2022-08-07 
15:20:13.000000000 +0200
@@ -16,10 +16,12 @@
 
 void _k_globalMainConfigSync();
 
-class GlobalSharedConfigList : public QList<KSharedConfig *>
+using SharedConfigList = QList<KSharedConfig *>;
+
+class GlobalSharedConfig
 {
 public:
-    GlobalSharedConfigList()
+    GlobalSharedConfig()
         : wasTestModeEnabled(false)
     {
         if (!qApp || QThread::currentThread() == qApp->thread()) {
@@ -33,13 +35,14 @@
         // the thread exits.
     }
 
+    SharedConfigList configList;
     // in addition to the list, we need to hold the main config,
     // so that it's not created and destroyed all the time.
     KSharedConfigPtr mainConfig;
     bool wasTestModeEnabled;
 };
 
-static QThreadStorage<GlobalSharedConfigList *> s_storage;
+static QThreadStorage<GlobalSharedConfig *> s_storage;
 template<typename T>
 T *perThreadGlobalStatic()
 {
@@ -50,14 +53,14 @@
 }
 
 // Q_GLOBAL_STATIC(GlobalSharedConfigList, globalSharedConfigList), but per 
thread:
-static GlobalSharedConfigList *globalSharedConfigList()
+static GlobalSharedConfig *globalSharedConfig()
 {
-    return perThreadGlobalStatic<GlobalSharedConfigList>();
+    return perThreadGlobalStatic<GlobalSharedConfig>();
 }
 
 void _k_globalMainConfigSync()
 {
-    KSharedConfigPtr mainConfig = globalSharedConfigList()->mainConfig;
+    KSharedConfigPtr mainConfig = globalSharedConfig()->mainConfig;
     if (mainConfig) {
         mainConfig->sync();
     }
@@ -66,19 +69,19 @@
 KSharedConfigPtr KSharedConfig::openConfig(const QString &_fileName, OpenFlags 
flags, QStandardPaths::StandardLocation resType)
 {
     QString fileName(_fileName);
-    GlobalSharedConfigList *list = globalSharedConfigList();
+    GlobalSharedConfig *global = globalSharedConfig();
     if (fileName.isEmpty() && !flags.testFlag(KConfig::SimpleConfig)) {
         // Determine the config file name that KConfig will make up (see 
KConfigPrivate::changeFileName)
         fileName = KConfig::mainConfigName();
     }
 
-    if (!list->wasTestModeEnabled && QStandardPaths::isTestModeEnabled()) {
-        list->wasTestModeEnabled = true;
-        list->clear();
-        list->mainConfig = nullptr;
+    if (!global->wasTestModeEnabled && QStandardPaths::isTestModeEnabled()) {
+        global->wasTestModeEnabled = true;
+        global->configList.clear();
+        global->mainConfig = nullptr;
     }
 
-    for (auto *cfg : std::as_const(*list)) {
+    for (auto *cfg : std::as_const(global->configList)) {
         if (cfg->name() == fileName && cfg->d_ptr->openFlags == flags && 
cfg->locationType() == resType
             //                cfg->backend()->type() == backend
         ) {
@@ -89,7 +92,7 @@
     KSharedConfigPtr ptr(new KSharedConfig(fileName, flags, resType));
 
     if (_fileName.isEmpty() && flags == FullConfig && resType == 
QStandardPaths::GenericConfigLocation) {
-        list->mainConfig = ptr;
+        global->mainConfig = ptr;
 
         const bool isMainThread = !qApp || QThread::currentThread() == 
qApp->thread();
         static bool userWarned = false;
@@ -123,13 +126,13 @@
 KSharedConfig::KSharedConfig(const QString &fileName, OpenFlags flags, 
QStandardPaths::StandardLocation resType)
     : KConfig(fileName, flags, resType)
 {
-    globalSharedConfigList()->append(this);
+    globalSharedConfig()->configList.append(this);
 }
 
 KSharedConfig::~KSharedConfig()
 {
     if (s_storage.hasLocalData()) {
-        globalSharedConfigList()->removeAll(this);
+        globalSharedConfig()->configList.removeAll(this);
     }
 }
 

Reply via email to