[SCM] kwindowsystem packaging branch, master, updated. debian/5.37.0-2-97-ga8a4347

Maximiliano Curia maxy at moszumanska.debian.org
Tue Jan 2 18:56:21 UTC 2018


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

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

    remove patches in archive
---
 .../Allow-Tab-as-being-modified-by-Shift.patch     | 29 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 30 deletions(-)

diff --git a/debian/patches/Allow-Tab-as-being-modified-by-Shift.patch b/debian/patches/Allow-Tab-as-being-modified-by-Shift.patch
deleted file mode 100644
index 462e8d8..0000000
--- a/debian/patches/Allow-Tab-as-being-modified-by-Shift.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From: Roman Gilg <subdiff at gmail.com>
-Date: Sun, 15 Jan 2017 15:23:27 +0100
-Subject: Allow Tab as being modified by Shift
-
-Backtab was already in the list of allowed keys, but not Tab,
-which happens to get queried though. In the case of bug 368581 when
-walking in reverse direction of windows by pressing Alt+Shift+Tab.
-
-BUG: 368581
-
-Reviewers: graesslin
-
-Differential Revision: https://phabricator.kde.org/D4141
----
- src/kkeyserver.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/kkeyserver.cpp b/src/kkeyserver.cpp
-index c005456..811fb4e 100644
---- a/src/kkeyserver.cpp
-+++ b/src/kkeyserver.cpp
-@@ -125,6 +125,7 @@ bool isShiftAsModifierAllowed(int keyQt)
-     case Qt::Key_Return:
-     case Qt::Key_Space:
-     case Qt::Key_Backspace:
-+    case Qt::Key_Tab:
-     case Qt::Key_Backtab:
-     case Qt::Key_Escape:
-     case Qt::Key_Print:
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 3f8f347..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-Allow-Tab-as-being-modified-by-Shift.patch

-- 
kwindowsystem packaging



More information about the pkg-kde-commits mailing list