[neon/qt/qtquickcontrols2/Neon/unstable] debian: Refresh 0001-Unset-mouseGrabberPopup-if-it-s-removed-from-childre.patch.
Dmitry Shachnev
null at kde.org
Mon Apr 29 17:44:21 BST 2024
Git commit 157d02defe8dccf9b12ee2ba9d601d083b2469e5 by Dmitry Shachnev.
Committed on 06/01/2023 at 07:43.
Pushed by jriddell into branch 'Neon/unstable'.
Refresh 0001-Unset-mouseGrabberPopup-if-it-s-removed-from-childre.patch.
M +1 -0 debian/changelog
M +3 -3 debian/patches/0001-Unset-mouseGrabberPopup-if-it-s-removed-from-childre.patch
https://invent.kde.org/neon/qt/qtquickcontrols2/-/commit/157d02defe8dccf9b12ee2ba9d601d083b2469e5
diff --git a/debian/changelog b/debian/changelog
index a74b0ec..e595b37 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ qtquickcontrols2-opensource-src (5.15.8+dfsg-1) UNRELEASED; urgency=medium
[ Dmitry Shachnev ]
* New upstream release.
* Bump Qt build-dependencies to 5.15.8.
+ * Refresh 0001-Unset-mouseGrabberPopup-if-it-s-removed-from-childre.patch.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Fri, 06 Jan 2023 11:09:57 +0400
diff --git a/debian/patches/0001-Unset-mouseGrabberPopup-if-it-s-removed-from-childre.patch b/debian/patches/0001-Unset-mouseGrabberPopup-if-it-s-removed-from-childre.patch
index aca89a4..b0aa941 100644
--- a/debian/patches/0001-Unset-mouseGrabberPopup-if-it-s-removed-from-childre.patch
+++ b/debian/patches/0001-Unset-mouseGrabberPopup-if-it-s-removed-from-childre.patch
@@ -1,4 +1,4 @@
-From bfdaef37a08a24f043e7b24023ae3835e03ef68a Mon Sep 17 00:00:00 2001
+From cee73a3e19048ab056edc857bae28e9f8d7d6c4b Mon Sep 17 00:00:00 2001
From: David Redondo <qt at david-redondo.de>
Date: Mon, 19 Jul 2021 10:06:17 +0200
Subject: [PATCH] Unset mouseGrabberPopup if it's removed from children
@@ -127,7 +127,7 @@ Reviewed-by: Mitch Curtis <mitch.curtis at qt.io>
+}
--- a/tests/auto/qquickpopup/tst_qquickpopup.cpp
+++ b/tests/auto/qquickpopup/tst_qquickpopup.cpp
-@@ -97,6 +97,7 @@ private slots:
+@@ -100,6 +100,7 @@ private slots:
void invisibleToolTipOpen();
void centerInOverlayWithinStackViewItem();
void destroyDuringExitTransition();
@@ -135,7 +135,7 @@ Reviewed-by: Mitch Curtis <mitch.curtis at qt.io>
};
void tst_QQuickPopup::initTestCase()
-@@ -1459,6 +1460,34 @@ void tst_QQuickPopup::destroyDuringExitTransition()
+@@ -1575,6 +1576,34 @@ void tst_QQuickPopup::destroyDuringExitTransition()
QVERIFY(!button->isDown());
}
More information about the Neon-commits
mailing list