[SCM] oxygen-gtk3 packaging branch, master, updated. debian/1.1.4-1-5-gcafa9e2
Dmitry Smirnov
onlyjob at alioth.debian.org
Sat Oct 12 02:51:17 UTC 2013
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/oxygen-gtk3.git;a=commitdiff;h=c4ae04a
The following commit has been merged in the master branch:
commit c4ae04ab8723e4f90267ae8b1d17605b19e977f7
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date: Sat Oct 12 13:14:44 2013 +1100
New patch to fix mouse wheel scrolling (Closes: #714205).
---
debian/patches/oxygen-gtk3-scroll-fix.patch | 21 +++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 22 insertions(+)
diff --git a/debian/patches/oxygen-gtk3-scroll-fix.patch b/debian/patches/oxygen-gtk3-scroll-fix.patch
new file mode 100644
index 0000000..9188346
--- /dev/null
+++ b/debian/patches/oxygen-gtk3-scroll-fix.patch
@@ -0,0 +1,21 @@
+Last-Update: 2013-10-12
+Forwarded: not-needed
+Author: Dmitry Smirnov <onlyjob at member.fsf.org>
+Origin: https://bugs.kde.org/attachment.cgi?id=80588&action=edit
+Bug-KDE: https://bugs.kde.org/show_bug.cgi?id=321284
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=714205
+Description: fix mouse wheel scrolling
+
+--- a/src/animations/oxygenscrolledwindowdata.cpp
++++ b/src/animations/oxygenscrolledwindowdata.cpp
+@@ -139,9 +139,9 @@
+ << std::endl;
+ #endif
+
+ // adjust event mask
+- gtk_widget_add_events( widget, GDK_ENTER_NOTIFY_MASK|GDK_LEAVE_NOTIFY_MASK|GDK_FOCUS_CHANGE_MASK );
++ gtk_widget_add_events( widget, GDK_ENTER_NOTIFY_MASK|GDK_LEAVE_NOTIFY_MASK|GDK_FOCUS_CHANGE_MASK|GDK_SCROLL_MASK|GDK_SMOOTH_SCROLL_MASK );
+
+ // allocate new Hover data
+ ChildData data;
+ data._destroyId.connect( G_OBJECT(widget), "destroy", G_CALLBACK( childDestroyNotifyEvent ), this );
diff --git a/debian/patches/series b/debian/patches/series
index 625ddbd..47c017a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
dont-build-demos.patch
+oxygen-gtk3-scroll-fix.patch
--
oxygen-gtk3 packaging
More information about the pkg-kde-commits
mailing list