[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#859940: unblock: kwindowsystem/5.28.0-2



¡Hola Debian!

El 2017-04-09 a las 14:57 +0200, Maximiliano Curia escribió:
I'm attaching the corresponding debdiff.

Attaching

Happy hacking,
--
"It takes three times the effort to find and fix bugs in system test than when
done by the developer. It takes ten times the effort to find and fix bugs in
the field than when done in system test. Therefore, insist on unit tests by
the developer"
-- Larry Bernstein
Saludos /\/\ /\ >< `/
diff -Nru kwindowsystem-5.28.0/debian/changelog kwindowsystem-5.28.0/debian/changelog
--- kwindowsystem-5.28.0/debian/changelog	2016-11-18 16:02:48.000000000 +0100
+++ kwindowsystem-5.28.0/debian/changelog	2017-04-07 18:51:59.000000000 +0200
@@ -1,3 +1,12 @@
+kwindowsystem (5.28.0-2) unstable; urgency=medium
+
+  * Apply "Allow Tab as being modified by Shift" (4fe25b7)
+    Add upstream patch as: Allow-Tab-as-being-modified-by-Shift.patch
+    This fixes KDE#368581, and is related to #794501
+  * Update symbols files.
+
+ -- Maximiliano Curia <maxy@debian.org>  Fri, 07 Apr 2017 18:51:59 +0200
+
 kwindowsystem (5.28.0-1) unstable; urgency=medium
 
   [ Automatic packaging ]
diff -Nru kwindowsystem-5.28.0/debian/libkf5windowsystem5.symbols kwindowsystem-5.28.0/debian/libkf5windowsystem5.symbols
--- kwindowsystem-5.28.0/debian/libkf5windowsystem5.symbols	2016-11-18 16:02:48.000000000 +0100
+++ kwindowsystem-5.28.0/debian/libkf5windowsystem5.symbols	2017-04-07 18:51:59.000000000 +0200
@@ -1,4 +1,4 @@
-# SymbolsHelper-Confirmed: 5.27.0 alpha amd64 arm64 armel armhf hppa hurd-i386 i386 m68k mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x sparc64 x32
+# SymbolsHelper-Confirmed: 5.28.0 amd64
 KF5WindowSystemWaylandPlugin.so libkf5windowsystem5 #MINVER#
  qt_plugin_instance@Base 5.13.0
  qt_plugin_query_metadata@Base 5.13.0
@@ -61,6 +61,7 @@
  _ZN10NETWinInfo15setIconInternalER9NETRArrayI7NETIconERijS1_b@Base 4.96.0
  _ZN10NETWinInfo16setExtendedStrutERK16NETExtendedStrut@Base 4.96.0
  _ZN10NETWinInfo17setAllowedActionsE6QFlagsIN3NET6ActionEE@Base 4.96.0
+ _ZN10NETWinInfo18setDesktopFileNameEPKc@Base 5.28.0
  _ZN10NETWinInfo18setVisibleIconNameEPKc@Base 4.96.0
  _ZN10NETWinInfo21setFullscreenMonitorsE21NETFullscreenMonitors@Base 4.96.0
  _ZN10NETWinInfo22setBlockingCompositingEb@Base 4.96.0
@@ -436,6 +437,7 @@
  _ZNK10NETWinInfo13hasWindowTypeEv@Base 4.96.0
  _ZNK10NETWinInfo13xcbConnectionEv@Base 5.10.0
  _ZNK10NETWinInfo14allowedActionsEv@Base 4.96.0
+ _ZNK10NETWinInfo15desktopFileNameEv@Base 5.28.0
  _ZNK10NETWinInfo15icccmIconPixmapEv@Base 5.6.0+git20150122.0006+15.04
  _ZNK10NETWinInfo15visibleIconNameEv@Base 4.96.0
  _ZNK10NETWinInfo15windowClassNameEv@Base 4.96.0
diff -Nru kwindowsystem-5.28.0/debian/patches/Allow-Tab-as-being-modified-by-Shift.patch kwindowsystem-5.28.0/debian/patches/Allow-Tab-as-being-modified-by-Shift.patch
--- kwindowsystem-5.28.0/debian/patches/Allow-Tab-as-being-modified-by-Shift.patch	1970-01-01 01:00:00.000000000 +0100
+++ kwindowsystem-5.28.0/debian/patches/Allow-Tab-as-being-modified-by-Shift.patch	2017-04-07 18:51:59.000000000 +0200
@@ -0,0 +1,29 @@
+From: Roman Gilg <subdiff@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 -Nru kwindowsystem-5.28.0/debian/patches/series kwindowsystem-5.28.0/debian/patches/series
--- kwindowsystem-5.28.0/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ kwindowsystem-5.28.0/debian/patches/series	2017-04-07 18:51:59.000000000 +0200
@@ -0,0 +1 @@
+Allow-Tab-as-being-modified-by-Shift.patch

Attachment: signature.asc
Description: PGP signature


Reply to: