[SCM] kcmutils packaging branch, master, updated. debian/5.37.0-2-83-g25e1622

Maximiliano Curia maxy at moszumanska.debian.org
Tue Jan 2 18:29:51 UTC 2018


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kcmutils.git;a=commitdiff;h=a2c084c

The following commit has been merged in the master branch:
commit a2c084caba6c0379f1c8797cf9d7c9bf7fb50530
Author: Jonathan Riddell <jr at jriddell.org>
Date:   Thu Jun 29 14:21:10 2017 +0100

    remove patches in archive
---
 ...-the-window-as-context-for-paletteChanged.patch | 26 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 27 deletions(-)

diff --git a/debian/patches/KCModuleQML-Pass-the-window-as-context-for-paletteChanged.patch b/debian/patches/KCModuleQML-Pass-the-window-as-context-for-paletteChanged.patch
deleted file mode 100644
index f68bf44..0000000
--- a/debian/patches/KCModuleQML-Pass-the-window-as-context-for-paletteChanged.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From: Kai Uwe Broulik <kde at privat.broulik.de>
-Date: Wed, 8 Feb 2017 12:13:07 +0100
-Subject: [KCModuleQML] Pass the window as context for paletteChanged
-
-This disconnects the connection when the window goes away otherwise it might crash.
-
-CHANGELOG: Fixed potential crash in QML KCMs when application palette changes
-
-Differential Revision: https://phabricator.kde.org/D4493
----
- src/kcmoduleqml.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/kcmoduleqml.cpp b/src/kcmoduleqml.cpp
-index a7c23aa..a36d339 100644
---- a/src/kcmoduleqml.cpp
-+++ b/src/kcmoduleqml.cpp
-@@ -111,7 +111,7 @@ void KCModuleQml::showEvent(QShowEvent *event)
-     widget->setResizeMode(QQuickWidget::SizeRootObjectToView);
-     d->quickWindow = widget->quickWindow();
-     d->quickWindow->setColor(QGuiApplication::palette().window().color());
--    connect(qApp, &QGuiApplication::paletteChanged, [=]() {
-+    connect(qApp, &QGuiApplication::paletteChanged, d->quickWindow, [=]() {
-         d->quickWindow->setColor(QGuiApplication::palette().window().color());
-     });
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index ae73ebf..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-KCModuleQML-Pass-the-window-as-context-for-paletteChanged.patch

-- 
kcmutils packaging



More information about the pkg-kde-commits mailing list