summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qgesturemanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes warnings about unused variablesOlivier Goffart2011-04-281-1/+0
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-251-1/+1
|\ \ | |/
| * Doc: Fixing typoSergio Ahumada2010-11-161-1/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-191-2/+8
|\ \ | |/
| * Crash fix, when the Object will be deleted during handling a QGestureEvent.Dominik Holland2010-11-121-2/+8
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-121-0/+4
|\ \ | |/
| * Fixed random crash in QGestureManager.Dominik Holland2010-11-091-0/+4
* | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2010-09-221-1/+1
|\ \ | |/
| * fix typos in commentFrederik Gladhorn2010-09-131-1/+1
* | Rename some variables to improve readability.Frederik Gladhorn2010-09-211-20/+21
|/
* Replaced QWeakPointer to *Pointer in QGestureManager.Dominik Holland2010-09-071-1/+2
* Fixed delivering gestures to a toplevel widget.Denis Dzyubenko2010-08-241-2/+3
* Fix memory leak in gesture managerThomas Zander2010-08-171-1/+6
* Avoid unneeded additionThomas Zander2010-07-081-2/+2
* Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-s...Denis Dzyubenko2010-06-071-0/+5
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-031-0/+4
| |\
| | * Add a new qconfig feature GESTURESTasuku Suzuki2010-06-021-0/+4
| * | Fix a corner case where a gesture sometimes doesn't start.Thomas Zander2010-06-021-0/+1
| |/
* | Reset gesture when in MayBeGesture state.Denis Dzyubenko2010-06-021-2/+6
|/
* Removed the "maybe" timer from gesturemanager.Denis Dzyubenko2010-05-181-36/+6
* Fixes a crash and a memory leak in gesturemanager.Denis Dzyubenko2010-05-181-1/+3
* Fixes a crash in QGestureManagerDenis Dzyubenko2010-05-051-0/+3
* Fixes a crash when unregistering a recognizer.Denis Dzyubenko2010-05-051-4/+12
* Fixes a crash in QGestureManager when unregistering recognizers.Denis Dzyubenko2010-05-031-10/+10
* Dont use gestures if there is no touch screen.Denis Dzyubenko2010-03-041-1/+3
* Fixes a crash when destroying and creating QApplication.Denis Dzyubenko2010-01-071-9/+0
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Optimisations to gesture event filtering.Denis Dzyubenko2009-12-151-20/+22
* Merge commit 'widget/4.6' into oslo-staging-2/4.6Olivier Goffart2009-11-111-0/+1
|\
| * Fix warningsThierry Bastian2009-11-091-0/+1
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Bradley T. Hughes2009-11-091-0/+2
|\ \ | |/
| * Merge branch 'feature' into 4.6Jørgen Lind2009-11-061-0/+2
| |\
| | * Fix QT_NO_GRAPHICSVIEWJørgen Lind2009-11-061-0/+2
* | | Added a -no-native-gestures option for configure.exeDenis Dzyubenko2009-11-061-1/+3
|/ /
* | Implemented Tap and TapAndHold gestures.Denis Dzyubenko2009-11-051-1/+4
* | Implemented QSwipeGesture recognizer using touch events.Denis Dzyubenko2009-11-051-0/+1
|/
* Merge commit '51c9b68' into 4.6Morten Johan Sørvig2009-11-041-38/+58
|\
| * Gesture api review.Denis Dzyubenko2009-11-031-17/+27
| * Modified gesture events propagation.Denis Dzyubenko2009-11-031-3/+13
| * Made native Pan gesture work on Windows.Denis Dzyubenko2009-11-031-0/+6
| * Implemented pinch gesture recognizer.Denis Dzyubenko2009-11-031-0/+1
| * Make GestureCancelPolicy work for graphicsviewThomas Zander2009-10-301-22/+15
* | Merge commit 'origin/4.6' into featureJørgen Lind2009-11-021-74/+216
|\ \ | |/
| * Replaced QMap with QHash where possible in the gesture manager implementation.Denis Dzyubenko2009-10-281-9/+9
| * Delete all gesture objects and recognizers when gesture manager is deleted.Denis Dzyubenko2009-10-281-0/+5
| * Fixed the gesture event filtering through multiple gesture recognizers.Denis Dzyubenko2009-10-281-23/+26