summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qgesturemanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-041-0/+1
|\
| * Remove the unregistered recognizer from the main listAndy Shaw2019-10-031-0/+1
* | Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-201-10/+0
* | QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-281-2/+2
* | QGestureManager: clean up cleanupCachedGestures()Marc Mutz2019-06-041-22/+18
* | QGestureManager: don't abuse a QMap for a setMarc Mutz2019-05-211-6/+6
* | Deprecate conversion functions between QList and QSetLars Knoll2019-05-071-1/+1
|/
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-201-5/+0
|\
| * Fix memory leak when unregistering a gesture recognizerAndy Shaw2019-03-191-5/+0
* | Use QMultiMap::insert() instead of insertMulti()Lars Knoll2018-12-121-5/+5
|/
* Prevent instantiation of QGestureManager in ~QWidget, ~QGraphicsItem()Friedemann Kleint2018-10-031-1/+1
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-041-2/+35
|\
| * QGestureManager::filterEventThroughContexts(): Reduce debug outputFriedemann Kleint2017-09-201-2/+35
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-151-3/+5
|\|
| * Convert features.graphicsview to QT_[REQUIRE_]CONFIGStephan Binner2017-08-151-3/+5
* | QGestureManager: use QScopedPointer to hold prototype gestureMarc Mutz2017-05-301-2/+1
* | QGestureManager: use op[] instead of contains() + insert() to ensure an entry...Marc Mutz2017-05-301-4/+3
|/
* Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-141-2/+2
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-231-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-1/+1
| |\
| | * Acknowledge QWidgetWindow::widget() may be nullGabriel de Dietrich2016-05-101-1/+1
* | | QtBase: use printf-style qWarning/qDebug where possible (II)Marc Mutz2016-05-031-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-2/+2
|\|
| * QGestureManager: fix UB in filterEvent()Marc Mutz2016-03-091-2/+2
* | QtWidgets: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-02-281-3/+6
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QtWidgets: use Q_UNLIKELY for every qWarning() (2)Marc Mutz2015-11-251-7/+7
* | qDelete(map.values()) -> qDelete(map)Albert Astals Cid2015-10-261-1/+1
|/
* QGestureManager: use qEnvironmentVariableIntValue()Marc Mutz2015-10-191-1/+1
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-1/+4
|\
| * Prevent QGestureManager crash.Morten Johan Sørvig2015-09-021-1/+4
* | QGestureManager: fix expensive iteration over QHash::keys()Marc Mutz2015-06-211-3/+4
* | QGestureManager: fix expensive iteration over QHash::keys()Marc Mutz2015-06-211-3/+3
|/
* Fix invocations of static methods of QGuiApplication/QApplication.Friedemann Kleint2015-02-251-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-031-2/+2
* Use categorized logging for QGestureManager.Friedemann Kleint2014-12-111-29/+24
* Fix build of QGestureRecognizer on OS XSamuel Gaist2014-11-271-0/+2
* QPanGestureRecognizer: Make the number of touch points a parameter.Friedemann Kleint2014-11-171-1/+19
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* qpa: Rename qwidgetwindow_qpa_p.h to qwidgetwindow_p.hTor Arne Vestbø2014-05-201-1/+1
* Send touch update events to widget if there is a gesture pending for it.Friedemann Kleint2014-03-311-0/+6
* Fix widgets link error on iOS (missing mac gesture recognizers).Friedemann Kleint2013-10-181-2/+2
* Implement native gestures on OS X.Morten Johan Sørvig2013-10-171-3/+3
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix TapAndHoldGesture (others) for QWidgetsRafael Roquetto2012-11-081-0/+8
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Gestures & events: compile with QT_STRICT_ITERATORS.Thiago Macieira2012-05-251-18/+19
* Move QGestureEventPrivate's content to the main classThiago Macieira2012-04-231-2/+2