rev 15442 - in trunk/packages/phonon/debian: . patches

Modestas Vainius modax-guest at alioth.debian.org
Sat Aug 1 20:49:18 UTC 2009


Author: modax-guest
Date: 2009-08-01 20:49:17 +0000 (Sat, 01 Aug 2009)
New Revision: 15442

Added:
   trunk/packages/phonon/debian/patches/03_r950739_fullscreen_hidecursor.diff
Modified:
   trunk/packages/phonon/debian/changelog
   trunk/packages/phonon/debian/patches/series
Log:
+++ Changes by Fathi Boudra:
+++ Changes by Modestas Vainius:
* Add 03_r950739_fullscreen_hidecursor.diff patch which makes it possible
to hide mouse cursor in fullscreen mode when xine backend is in use.

Modified: trunk/packages/phonon/debian/changelog
===================================================================
--- trunk/packages/phonon/debian/changelog	2009-08-01 20:14:25 UTC (rev 15441)
+++ trunk/packages/phonon/debian/changelog	2009-08-01 20:49:17 UTC (rev 15442)
@@ -1,10 +1,17 @@
-phonon (4:4.3.1-3) UNRELEASED; urgency=low
+phonon (4:4.3.1-3~pre1) UNRELEASED; urgency=low
 
+  +++ Changes by Fathi Boudra:
+
   * Add gstreamer0.10-alsa dependency to phonon-backend-gstreamer.
     (Closes: #532490)
 
- -- Fathi Boudra <fabo at debian.org>  Mon, 13 Jul 2009 21:34:53 +0200
+  +++ Changes by Modestas Vainius:
 
+  * Add 03_r950739_fullscreen_hidecursor.diff patch which makes it possible
+    to hide mouse cursor in fullscreen mode when xine backend is in use.
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 01 Aug 2009 22:59:29 +0300
+
 phonon (4:4.3.1-2) unstable; urgency=low
 
   * Build Phonon from Qt sources:

Added: trunk/packages/phonon/debian/patches/03_r950739_fullscreen_hidecursor.diff
===================================================================
--- trunk/packages/phonon/debian/patches/03_r950739_fullscreen_hidecursor.diff	                        (rev 0)
+++ trunk/packages/phonon/debian/patches/03_r950739_fullscreen_hidecursor.diff	2009-08-01 20:49:17 UTC (rev 15442)
@@ -0,0 +1,20 @@
+fix videowidget cursor handling
+videowidget.cpp explicitly sets Qt::ArrowCursor under certain
+circumstances; after that it is impossible to hide the cursor over the
+video widget (needed e.g. in fullscreen mode)
+backport of 950148
+
+http://websvn.kde.org/?view=rev&revision=950739
+--- a/xine/videowidget.cpp
++++ b/xine/videowidget.cpp
+@@ -472,10 +472,6 @@
+ {
+     K_XT(VideoWidget);
+ 
+-    if (cursor().shape() == Qt::BlankCursor) {
+-        setCursor(QCursor(Qt::ArrowCursor));
+-    }
+-
+     x11_rectangle_t   rect;
+     xine_event_t      *event = new xine_event_t;
+     xine_input_data_t *input = new xine_input_data_t;

Modified: trunk/packages/phonon/debian/patches/series
===================================================================
--- trunk/packages/phonon/debian/patches/series	2009-08-01 20:14:25 UTC (rev 15441)
+++ trunk/packages/phonon/debian/patches/series	2009-08-01 20:49:17 UTC (rev 15442)
@@ -1,2 +1,3 @@
 01_phonon-inc.patch
 02_disable_phonon_build.diff
+03_r950739_fullscreen_hidecursor.diff




More information about the pkg-kde-commits mailing list