summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qgesturemanager_p.h
Commit message (Expand)AuthorAgeFilesLines
* Make GestureCancelPolicy work for graphicsviewThomas Zander2009-10-301-0/+2
* Replaced QMap with QHash where possible in the gesture manager implementation.Denis Dzyubenko2009-10-281-4/+4
* Fixed the gesture event filtering through multiple gesture recognizers.Denis Dzyubenko2009-10-281-2/+3
* Rename private member variables to begin with m_Thomas Zander2009-10-281-9/+8
* Introduce QGesture::GestureCancelPolicy, a way to auto-cancel gesturesThomas Zander2009-10-281-0/+2
* Add QWidget::ungrabGestureThomas Zander2009-10-261-0/+2
* Implement QApplication::unregisterGestureRecognizerThomas Zander2009-10-261-2/+7
* Improving gesture event delivery for widgets.Denis Dzyubenko2009-10-221-4/+8
* Improved gesture event filtering inside QGraphicsView for QGraphicObjectsDenis Dzyubenko2009-10-221-2/+8
* A new implementation of the Gesture API.Denis Dzyubenko2009-10-091-0/+125