* [gentoo-commits] gentoo-x86 commit in dev-python/PyQt4/files: PyQt4-4.4.4-qgraphicsproxywidget-avoid-event-callback-loop.patch
@ 2009-04-26 21:39 Markos Chandras (hwoarang)
0 siblings, 0 replies; only message in thread
From: Markos Chandras (hwoarang) @ 2009-04-26 21:39 UTC (permalink / raw
To: gentoo-commits
hwoarang 09/04/26 21:39:56
Added:
PyQt4-4.4.4-qgraphicsproxywidget-avoid-event-callback-loop.patch
Log:
Added qt-xmlpatterns as dependency. Apply patch from but #267012
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Revision Changes Path
1.1 dev-python/PyQt4/files/PyQt4-4.4.4-qgraphicsproxywidget-avoid-event-callback-loop.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/files/PyQt4-4.4.4-qgraphicsproxywidget-avoid-event-callback-loop.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/files/PyQt4-4.4.4-qgraphicsproxywidget-avoid-event-callback-loop.patch?rev=1.1&content-type=text/plain
Index: PyQt4-4.4.4-qgraphicsproxywidget-avoid-event-callback-loop.patch
===================================================================
diff -Nurp PyQt-x11-gpl-4.4.4.orig/sip/QtGui/qgraphicsproxywidget.sip PyQt-x11-gpl-4.4.4/sip/QtGui/qgraphicsproxywidget.sip
--- PyQt-x11-gpl-4.4.4.orig/sip/QtGui/qgraphicsproxywidget.sip 2008-11-08 12:55:56.000000000 +0100
+++ PyQt-x11-gpl-4.4.4/sip/QtGui/qgraphicsproxywidget.sip 2009-04-21 21:59:09.938689971 +0200
@@ -87,6 +87,12 @@ protected:
virtual void mousePressEvent(QGraphicsSceneMouseEvent *event);
virtual void mouseReleaseEvent(QGraphicsSceneMouseEvent *event);
virtual void mouseDoubleClickEvent(QGraphicsSceneMouseEvent *event);
+
+ virtual void dragEnterEvent(QGraphicsSceneDragDropEvent *event);
+ virtual void dragLeaveEvent(QGraphicsSceneDragDropEvent *event);
+ virtual void dragMoveEvent(QGraphicsSceneDragDropEvent *event);
+ virtual void dropEvent(QGraphicsSceneDragDropEvent *event);
+
virtual void wheelEvent(QGraphicsSceneWheelEvent *event);
virtual void keyPressEvent(QKeyEvent *event);
virtual void keyReleaseEvent(QKeyEvent *event);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-04-26 21:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-26 21:39 [gentoo-commits] gentoo-x86 commit in dev-python/PyQt4/files: PyQt4-4.4.4-qgraphicsproxywidget-avoid-event-callback-loop.patch Markos Chandras (hwoarang)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox