summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qgesturemanager_p.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Doc: Fixing typoSergio Ahumada2010-11-161-1/+1
* Crash fix, when the Object will be deleted during handling a QGestureEvent.Dominik Holland2010-11-121-0/+1
* Replaced QWeakPointer to *Pointer in QGestureManager.Dominik Holland2010-09-071-2/+2
* Add a new qconfig feature GESTURESTasuku Suzuki2010-06-021-0/+4
* Removed the "maybe" timer from gesturemanager.Denis Dzyubenko2010-05-181-2/+1
* Fixes a crash when unregistering a recognizer.Denis Dzyubenko2010-05-051-1/+1
* Fixes a crash when destroying and creating QApplication.Denis Dzyubenko2010-01-071-3/+1
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* Optimisations to gesture event filtering.Denis Dzyubenko2009-12-151-2/+2
* Merge commit '51c9b68' into 4.6Morten Johan Sørvig2009-11-041-1/+4
|\
| * Gesture api review.Denis Dzyubenko2009-11-031-1/+2
| * Make GestureCancelPolicy work for graphicsviewThomas Zander2009-10-301-0/+2
* | Merge commit 'origin/4.6' into featureJørgen Lind2009-11-021-11/+20
|\|
| * 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
* | Fix GRAPHICSVIEWJørgen Lind2009-10-291-0/+2
|/
* 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