Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2021-07-15 23:59:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdeclarative (Old)
 and      /work/SRC/openSUSE:Factory/.kdeclarative.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdeclarative"

Thu Jul 15 23:59:30 2021 rev:94 rq:905487 version:5.84.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes        
2021-06-16 20:35:18.543168112 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new.2625/kdeclarative.changes      
2021-07-16 00:01:10.229192399 +0200
@@ -1,0 +2,15 @@
+Sun Jul  4 07:45:19 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.84.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.84.0
+- Changes since 5.83.0:
+  * Allow compiling against Qt configured with -no-opengl
+  * Allow compiling against Qt configured with -no-qml-debug
+  * [GridDelegate] Remove lightening overlay on hover (kde#438462)
+  * KCM: polish the documentation of the CMake bits
+  * include QScreen in kquickcontrolsaddonsplugin.h to fix build on macOS
+- Only install the license files once
+
+-------------------------------------------------------------------

Old:
----
  kdeclarative-5.83.0.tar.xz
  kdeclarative-5.83.0.tar.xz.sig

New:
----
  kdeclarative-5.84.0.tar.xz
  kdeclarative-5.84.0.tar.xz.sig

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

Other differences:
------------------
++++++ kdeclarative.spec ++++++
--- /var/tmp/diff_new_pack.IRaKaF/_old  2021-07-16 00:01:10.869187766 +0200
+++ /var/tmp/diff_new_pack.IRaKaF/_new  2021-07-16 00:01:10.873187737 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Declarative5
-%define _tar_path 5.83
+%define _tar_path 5.84
 # 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:           kdeclarative
-Version:        5.83.0
+Version:        5.84.0
 Release:        0
 Summary:        Integration of QML and KDE workspaces
 License:        LGPL-2.1-or-later
@@ -153,23 +153,15 @@
 %{_kf5_libdir}/libKF5Declarative.so.*
 
 %files -n libKF5QuickAddons5
-%license LICENSES/*
-%doc README*
 %{_kf5_libdir}/libKF5QuickAddons.so.*
 
 %files -n libKF5CalendarEvents5
-%license LICENSES/*
-%doc README*
 %{_kf5_libdir}/libKF5CalendarEvents.so.*
 
 %files components
-%license LICENSES/*
-%doc README*
 %{_kf5_libdir}/qt5/qml/
 
 %files tools
-%license LICENSES/*
-%doc README*
 %{_kf5_bindir}/kpackagelauncherqml
 
 %files devel


++++++ kdeclarative-5.83.0.tar.xz -> kdeclarative-5.84.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.83.0/CMakeLists.txt 
new/kdeclarative-5.84.0/CMakeLists.txt
--- old/kdeclarative-5.83.0/CMakeLists.txt      2021-06-05 11:15:33.000000000 
+0200
+++ new/kdeclarative-5.84.0/CMakeLists.txt      2021-07-03 14:09:27.000000000 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.83.0") # handled by release scripts
-set(KF_DEP_VERSION "5.83.0") # handled by release scripts
+set(KF_VERSION "5.84.0") # handled by release scripts
+set(KF_DEP_VERSION "5.84.0") # handled by release scripts
 project(KDeclarative VERSION ${KF_VERSION})
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.83.0  NO_MODULE)
+find_package(ECM 5.84.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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.83.0/po/de/kdeclarative5.po 
new/kdeclarative-5.84.0/po/de/kdeclarative5.po
--- old/kdeclarative-5.83.0/po/de/kdeclarative5.po      2021-06-05 
11:15:33.000000000 +0200
+++ new/kdeclarative-5.84.0/po/de/kdeclarative5.po      2021-07-03 
14:09:27.000000000 +0200
@@ -21,7 +21,6 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 19.12.3\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.83.0/po/el/kdeclarative5.po 
new/kdeclarative-5.84.0/po/el/kdeclarative5.po
--- old/kdeclarative-5.83.0/po/el/kdeclarative5.po      2021-06-05 
11:15:33.000000000 +0200
+++ new/kdeclarative-5.84.0/po/el/kdeclarative5.po      2021-07-03 
14:09:27.000000000 +0200
@@ -14,13 +14,13 @@
 # Petros Vidalis <[email protected]>, 2010, 2011.
 # Dimitrios Glentadakis <[email protected]>, 2010, 2011, 2012, 2013, 2014.
 # nikos, 2011.
-# Stelios <[email protected]>, 2012, 2013, 2015, 2020.
+# Stelios <[email protected]>, 2012, 2013, 2015, 2020, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-06-03 00:14+0000\n"
-"PO-Revision-Date: 2020-09-13 16:07+0300\n"
+"PO-Revision-Date: 2021-06-13 13:07+0300\n"
 "Last-Translator: Stelios <[email protected]>\n"
 "Language-Team: Greek <[email protected]>\n"
 "Language: el\n"
@@ -54,7 +54,7 @@
 #, kde-format
 msgctxt "@action:button"
 msgid "Show Contextual Help"
-msgstr ""
+msgstr "???????????????? ???????????????? ????????????????"
 
 #: qmlcontrols/kquickcontrols/KeySequenceItem.qml:76
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.83.0/po/en_GB/kdeclarative5.po 
new/kdeclarative-5.84.0/po/en_GB/kdeclarative5.po
--- old/kdeclarative-5.83.0/po/en_GB/kdeclarative5.po   2021-06-05 
11:15:33.000000000 +0200
+++ new/kdeclarative-5.84.0/po/en_GB/kdeclarative5.po   2021-07-03 
14:09:27.000000000 +0200
@@ -2,13 +2,13 @@
 # Malcolm Hunter <[email protected]>, 2002,2003,2004, 2005, 2006, 2007, 
2008, 2009.
 # Jonathan Riddell <[email protected]>, 2003.
 # Andrew Coles <[email protected]>, 2004, 2005, 2009, 2010.
-# Steve Allewell <[email protected]>, 2014, 2015, 2019, 2020.
+# Steve Allewell <[email protected]>, 2014, 2015, 2019, 2020, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-06-03 00:14+0000\n"
-"PO-Revision-Date: 2020-03-30 19:59+0100\n"
+"PO-Revision-Date: 2021-06-12 14:30+0100\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
 "Language-Team: British English <[email protected]>\n"
 "Language: en_GB\n"
@@ -16,7 +16,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 19.07.70\n"
+"X-Generator: Lokalize 21.04.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -42,7 +42,7 @@
 #, kde-format
 msgctxt "@action:button"
 msgid "Show Contextual Help"
-msgstr ""
+msgstr "Show Contextual Help"
 
 #: qmlcontrols/kquickcontrols/KeySequenceItem.qml:76
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.83.0/po/hi/kdeclarative5.po 
new/kdeclarative-5.84.0/po/hi/kdeclarative5.po
--- old/kdeclarative-5.83.0/po/hi/kdeclarative5.po      2021-06-05 
11:15:33.000000000 +0200
+++ new/kdeclarative-5.84.0/po/hi/kdeclarative5.po      2021-07-03 
14:09:27.000000000 +0200
@@ -5,47 +5,48 @@
 # Ravishankar Shrivastava <[email protected]>, 2007.
 # Ravishankar Shrivastava <[email protected]>, 2008.
 # G Karunakar <[email protected]>, 2009, 2010, 2012.
+# Sameer Singh <[email protected]>, 2021.
+# Raghavendra Kamath <[email protected]>, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-06-03 00:14+0000\n"
-"PO-Revision-Date: 2012-06-25 15:27+0530\n"
-"Last-Translator: G Karunakar <[email protected]>\n"
-"Language-Team: Hindi <[email protected]>\n"
+"PO-Revision-Date: 2021-06-29 17:56+0530\n"
+"Last-Translator: Raghavendra Kamath <[email protected]>\n"
+"Language-Team: kde-hindi\n"
 "Language: hi\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n!=1);\n"
-"X-Generator: Lokalize 1.2\n"
+"X-Generator: Lokalize 21.04.2\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr "????????????????????? ??????????????????????????????"
+msgstr "????????????????????? ??????????????????????????????, ???????????? 
????????????, ??????????????????????????? ????????????"
 
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "[email protected]"
+msgstr "[email protected], [email protected], [email protected]"
 
 #: kpackagelauncherqml/main.cpp:30
 #, kde-format
 msgid "KPackage QML application shell"
-msgstr ""
+msgstr "????????????????????? ???????????????????????? 
??????????????????????????? ?????????"
 
 #: kpackagelauncherqml/main.cpp:38
-#, fuzzy, kde-format
-#| msgid "defines the application font"
+#, kde-format
 msgid "The unique name of the application (mandatory)"
-msgstr "??????????????????????????? ?????????????????? 
??????????????????????????? ???????????? ??????"
+msgstr "??????????????????????????? ?????? ??????????????? ????????? 
(????????????????????????)"
 
 #: qmlcontrols/kcmcontrols/qml/ContextualHelpButton.qml:62
 #, kde-format
 msgctxt "@action:button"
 msgid "Show Contextual Help"
-msgstr ""
+msgstr "??????????????????????????? ????????? ??????????????????"
 
 #: qmlcontrols/kquickcontrols/KeySequenceItem.qml:76
 #, kde-format
@@ -65,6 +66,8 @@
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
 msgstr ""
+"????????? ?????? ??????????????? ????????????, ????????? 
????????????????????? ???????????? ???????????? ???????????? ?????? 
??????????????????????????? ????????? ?????? ????????? ?????? ??????????????? 
????????????\n"
+" ?????????????????? ?????? ????????? ??????, Ctrl+A ?????? ?????????: Ctrl 
??????????????? ???????????? ???????????? ?????? A ??????????????????"
 
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:115
 #, kde-format
@@ -78,11 +81,14 @@
 "shortcut.\n"
 "Please choose another one."
 msgstr ""
+"??????????????? ???????????????, ????????????????????? ????????? 
????????????????????? ???????????? ??????, ??????????????? ???????????? 
????????????????????? ????????????????????? ?????? ????????? ????????? 
??????????????? ???????????? ?????? "
+"???????????????\n"
+"??????????????? ????????? ???????????? ????????????????????? 
??????????????????"
 
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:171
 #, kde-format
 msgid "Conflict with Standard Application Shortcut"
-msgstr "??????????????????????????? ??????????????????????????? 
????????????????????? ?????? ?????????????????? ??????????????? ????????? 
??????"
+msgstr "???????????? ??????????????????????????? ????????????????????? ?????? 
?????????????????? ??????????????? ????????? ??????"
 
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:173
 #, kde-format
@@ -92,7 +98,7 @@
 "Do you really want to use it as a global shortcut as well?"
 msgstr ""
 "??????????????? '%1' ?????????????????? ???????????? ?????? ?????? \"%2\" 
???????????? ?????????????????? ?????? ????????? ????????????????????? ?????? 
?????? ????????? ????????????????????????????????? ????????? "
-"???????????????????????? ???????????? ???????????? ??????.\n"
+"???????????????????????? ???????????? ???????????? ?????????\n"
 "???????????? ?????? ????????? ????????????????????? ????????????????????? 
?????? ????????? ????????? ?????? ????????????????????? ???????????? 
??????????????? ??????????"
 
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:179
@@ -101,12 +107,11 @@
 msgstr "????????? ?????? ?????????????????? ????????????"
 
 #: quickaddons/configmodule.cpp:164
-#, fuzzy, kde-format
-#| msgid "Invalid item."
+#, kde-format
 msgid "Invalid KPackage '%1'"
-msgstr "???????????? ??????."
+msgstr "???????????? ????????????????????? '%1'"
 
 #: quickaddons/configmodule.cpp:170
 #, kde-format
 msgid "No QML file provided"
-msgstr ""
+msgstr "????????? ???????????????????????? ??????????????? ?????????????????? 
???????????? ???????????? ??????"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.83.0/po/nb/kdeclarative5.po 
new/kdeclarative-5.84.0/po/nb/kdeclarative5.po
--- old/kdeclarative-5.83.0/po/nb/kdeclarative5.po      2021-06-05 
11:15:33.000000000 +0200
+++ new/kdeclarative-5.84.0/po/nb/kdeclarative5.po      2021-07-03 
14:09:27.000000000 +0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-04-28 00:16+0000\n"
+"POT-Creation-Date: 2021-06-03 00:14+0000\n"
 "PO-Revision-Date: 2015-04-28 08:55+0200\n"
 "Last-Translator: Bj??rn Steensrud <[email protected]>\n"
 "Language-Team: Norwegian Bokm??l <[email protected]>\n"
@@ -63,7 +63,7 @@
 msgid "None"
 msgstr "Ingen"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:88
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:93
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.83.0/po/nn/kdeclarative5.po 
new/kdeclarative-5.84.0/po/nn/kdeclarative5.po
--- old/kdeclarative-5.83.0/po/nn/kdeclarative5.po      2021-06-05 
11:15:33.000000000 +0200
+++ new/kdeclarative-5.84.0/po/nn/kdeclarative5.po      2021-07-03 
14:09:27.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-04-28 00:16+0000\n"
+"POT-Creation-Date: 2021-06-03 00:14+0000\n"
 "PO-Revision-Date: 2020-02-16 14:31+0100\n"
 "Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
 "Language-Team: Norwegian Nynorsk <[email protected]>\n"
@@ -60,7 +60,7 @@
 msgid "None"
 msgstr "Ingen"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:88
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:93
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.83.0/po/ru/kdeclarative5.po 
new/kdeclarative-5.84.0/po/ru/kdeclarative5.po
--- old/kdeclarative-5.83.0/po/ru/kdeclarative5.po      2021-06-05 
11:15:33.000000000 +0200
+++ new/kdeclarative-5.84.0/po/ru/kdeclarative5.po      2021-07-03 
14:09:27.000000000 +0200
@@ -14,20 +14,20 @@
 # Inga Barinova <[email protected]>, 2012.
 # Julia Dronova <[email protected]>, 2012.
 # Alexander Lakhin <[email protected]>, 2013.
-# Alexander Yavorsky <[email protected]>, 2020.
+# Alexander Yavorsky <[email protected]>, 2020, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-06-03 00:14+0000\n"
-"PO-Revision-Date: 2020-01-18 18:00+0300\n"
+"PO-Revision-Date: 2021-06-08 16:55+0300\n"
 "Last-Translator: Alexander Yavorsky <[email protected]>\n"
 "Language-Team: Russian <[email protected]>\n"
 "Language: ru\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 19.12.1\n"
+"X-Generator: Lokalize 21.04.1\n"
 "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
 "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
 "X-Environment: kde\n"
@@ -63,7 +63,7 @@
 #, kde-format
 msgctxt "@action:button"
 msgid "Show Contextual Help"
-msgstr ""
+msgstr "???????????????? ?????????????????????? ??????????????"
 
 #: qmlcontrols/kquickcontrols/KeySequenceItem.qml:76
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.83.0/po/se/kdeclarative5.po 
new/kdeclarative-5.84.0/po/se/kdeclarative5.po
--- old/kdeclarative-5.83.0/po/se/kdeclarative5.po      2021-06-05 
11:15:33.000000000 +0200
+++ new/kdeclarative-5.84.0/po/se/kdeclarative5.po      2021-07-03 
14:09:27.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-03-05 02:25+0100\n"
+"POT-Creation-Date: 2021-06-03 00:14+0000\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"
@@ -39,6 +39,12 @@
 msgid "The unique name of the application (mandatory)"
 msgstr ""
 
+#: qmlcontrols/kcmcontrols/qml/ContextualHelpButton.qml:62
+#, kde-format
+msgctxt "@action:button"
+msgid "Show Contextual Help"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/KeySequenceItem.qml:76
 #, kde-format
 msgctxt "What the user inputs now will be taken as the new shortcut"
@@ -52,7 +58,7 @@
 msgid "None"
 msgstr "Ii mihkkige"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:88
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:93
 #, fuzzy, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.83.0/po/zh_CN/kdeclarative5.po 
new/kdeclarative-5.84.0/po/zh_CN/kdeclarative5.po
--- old/kdeclarative-5.83.0/po/zh_CN/kdeclarative5.po   2021-06-05 
11:15:33.000000000 +0200
+++ new/kdeclarative-5.84.0/po/zh_CN/kdeclarative5.po   2021-07-03 
14:09:27.000000000 +0200
@@ -15,7 +15,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-06-03 00:14+0000\n"
-"PO-Revision-Date: 2021-06-03 16:05\n"
+"PO-Revision-Date: 2021-06-20 07:35\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeclarative-5.83.0/src/kdeclarative/kdeclarative.cpp 
new/kdeclarative-5.84.0/src/kdeclarative/kdeclarative.cpp
--- old/kdeclarative-5.83.0/src/kdeclarative/kdeclarative.cpp   2021-06-05 
11:15:33.000000000 +0200
+++ new/kdeclarative-5.84.0/src/kdeclarative/kdeclarative.cpp   2021-07-03 
14:09:27.000000000 +0200
@@ -134,9 +134,11 @@
 
 void KDeclarative::setupQmlJsDebugger()
 {
+#if QT_CONFIG(qml_debug)
     if 
(QCoreApplication::arguments().contains(QLatin1String("-qmljsdebugger"))) {
         QQmlDebuggingEnabler enabler;
     }
+#endif
 }
 
 QString KDeclarative::defaultComponentsTarget()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeclarative-5.83.0/src/qmlcontrols/kcmcontrols/qml/GridDelegate.qml 
new/kdeclarative-5.84.0/src/qmlcontrols/kcmcontrols/qml/GridDelegate.qml
--- old/kdeclarative-5.83.0/src/qmlcontrols/kcmcontrols/qml/GridDelegate.qml    
2021-06-05 11:15:33.000000000 +0200
+++ new/kdeclarative-5.84.0/src/qmlcontrols/kcmcontrols/qml/GridDelegate.qml    
2021-07-03 14:09:27.000000000 +0200
@@ -139,17 +139,8 @@
                 height: width
                 source: typeof pluginName === "string" && pluginName === 
"None" ? "edit-none" : "view-preview"
             }
-        }
-
-        Rectangle {
-            anchors.fill: thumbnailArea
-            visible: actionsRow.children.length > 0 && 
(Kirigami.Settings.isMobile || delegate.hovered || 
delegate.GridView.isCurrentItem)
-            radius: delegate.thumbnailAvailable ? 0 : thumbnailArea.radius
-            color: Kirigami.Settings.isMobile ? "transparent" : Qt.rgba(1, 1, 
1, 0.2)
 
             RowLayout {
-                id: actionsRow
-
                 anchors {
                     right: parent.right
                     rightMargin: Kirigami.Units.smallSpacing
@@ -157,6 +148,11 @@
                     bottomMargin: Kirigami.Units.smallSpacing
                 }
 
+                // Always show above thumbnail content
+                z: 9999
+
+                visible: children.length > 0 && (Kirigami.Settings.isMobile || 
delegate.hovered || delegate.GridView.isCurrentItem)
+
                 Repeater {
                     model: delegate.actions
                     delegate: QQC2.Button {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeclarative-5.83.0/src/qmlcontrols/kquickcontrolsaddons/kquickcontrolsaddonsplugin.h
 
new/kdeclarative-5.84.0/src/qmlcontrols/kquickcontrolsaddons/kquickcontrolsaddonsplugin.h
--- 
old/kdeclarative-5.83.0/src/qmlcontrols/kquickcontrolsaddons/kquickcontrolsaddonsplugin.h
   2021-06-05 11:15:33.000000000 +0200
+++ 
new/kdeclarative-5.84.0/src/qmlcontrols/kquickcontrolsaddons/kquickcontrolsaddonsplugin.h
   2021-07-03 14:09:27.000000000 +0200
@@ -10,6 +10,7 @@
 #define KQUICKCONTROLSADDONSPLUGIN_H
 
 #include <QQmlExtensionPlugin>
+#include <QScreen>
 
 class KQuickControlsAddonsPlugin : public QQmlExtensionPlugin
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.83.0/src/quickaddons/configmodule.h 
new/kdeclarative-5.84.0/src/quickaddons/configmodule.h
--- old/kdeclarative-5.83.0/src/quickaddons/configmodule.h      2021-06-05 
11:15:33.000000000 +0200
+++ new/kdeclarative-5.84.0/src/quickaddons/configmodule.h      2021-07-03 
14:09:27.000000000 +0200
@@ -74,12 +74,16 @@
  *
  * The QML part must be in the KPackage format, installed under 
share/kpackage/kcms.
  * @see KPackage::Package
+ * 
  * The package must have the same name as the KAboutData componentName, to be 
installed
  * by CMake with the command:
- * kpackage_install_package(package kcm_componentName kcms)
- * given "package" is the subdirectory in the source tree where the package 
sources are
+ * \code
+ * kpackage_install_package(packagedir kcm_componentName kcms)
+ * \endcode
+ * The "packagedir" is the subdirectory in the source tree where the package 
sources are
  * located, and "kcm_componentName" is the componentname passed to the 
KAboutData in the
- * C++ part.
+ * C++ part. Finally "kcms" is the literal string "kcms", so that the package 
is
+ * installed as a configuration module (and not some other kind of package).
  * The main config dialog UI will be the file
  * ui/main.qml from the package (or what X-KPackage-MainScript value is in the
  * package metadata desktop file).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeclarative-5.83.0/src/quickaddons/qtquicksettings.cpp 
new/kdeclarative-5.84.0/src/quickaddons/qtquicksettings.cpp
--- old/kdeclarative-5.83.0/src/quickaddons/qtquicksettings.cpp 2021-06-05 
11:15:33.000000000 +0200
+++ new/kdeclarative-5.84.0/src/quickaddons/qtquicksettings.cpp 2021-07-03 
14:09:27.000000000 +0200
@@ -35,13 +35,17 @@
         return true;
     }
 
+#ifdef QT_NO_OPENGL
+    bool ok = false;
+#else
     QOpenGLContext *gl = new QOpenGLContext();
     bool ok = gl->create();
+    delete gl;
+#endif
     if (!ok) {
         qWarning("Warning: fallback to QtQuick software backend.");
         QQuickWindow::setSceneGraphBackend(QStringLiteral("software"));
     }
-    delete gl;
     return ok;
 }
 

Reply via email to