summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qgesturemanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added a simple test for gesture event delivery to graphicsitemsDenis Dzyubenko2009-05-201-0/+1
* Fixed warning.Denis Dzyubenko2009-05-181-8/+9
* More improvement to gesture propagation (still no graphicsview).Denis Dzyubenko2009-05-181-51/+58
* implemented gestures support in graphicsview for QGraphicsItems andDenis Dzyubenko2009-05-181-19/+19
* Small improvement in gesturemanager and a fix for potential crashDenis Dzyubenko2009-05-181-2/+2
* Replaced evil foreach with a for loop.Denis Dzyubenko2009-05-181-4/+8
* Improved gesture propagation.Denis Dzyubenko2009-05-111-26/+94
* Improved gesture target widget detection.Denis Dzyubenko2009-05-111-30/+56
* Oops, we should replay mouse events to the same widget that was supposedDenis Dzyubenko2009-05-111-16/+24
* Improved delaying mouse events delivery.Denis Dzyubenko2009-05-111-3/+5
* Generalized gesture filtering code to allow handling not only mouseDenis Dzyubenko2009-05-111-3/+12
* Fixed gesture event propagation and offset translation.Denis Dzyubenko2009-05-111-22/+1
* Replaced inefficient foreach with a for loop.Denis Dzyubenko2009-05-111-4/+8
* Forgot to initialize a variable.Denis Dzyubenko2009-05-111-1/+1
* Removed all weird qHash usage for gesture identification.Denis Dzyubenko2009-05-111-7/+34
* Added a QApplication::eventDeliveryDelayForGestures property thatDenis Dzyubenko2009-05-111-5/+15
* Implemented delaying and replaying mouse events when gesture is aboutDenis Dzyubenko2009-05-111-22/+99
* Removed the AA_EnableGestures attribute.Denis Dzyubenko2009-05-111-6/+0
* Gesture manager takes ownership of the provided gesture recognizers.Denis Dzyubenko2009-05-111-3/+4
* Added coordinate translation for points inside gesture event whenDenis Dzyubenko2009-05-111-1/+6
* Gesture recognizer don;t create new QGesture object every timeDenis Dzyubenko2009-05-111-0/+3
* Store the QGestureManager in QApplicationPrivateBradley T. Hughes2009-05-111-2/+2
* Modifications after the api review by Brad.Denis Dzyubenko2009-05-111-34/+35
* Added QGraphicsSceneGestureEvent that extends plain QGestureEvent byDenis Dzyubenko2009-05-111-4/+4
* Fixes: Add missing functions for a adding custom gesture recognizers.Denis Dzyubenko2009-05-111-0/+10
* If the event wasn't consumed by the gesture target widget, thenDenis Dzyubenko2009-05-111-3/+4
* Fixes: reset the internal gesture state when gesture in state 'maybe' is fin...Denis Dzyubenko2009-05-111-1/+1
* Merge of the maemo-gestures branch onto qt/4.5.0Denis Dzyubenko2009-05-111-0/+405