summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qgesturemanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Plug memory leak when gestures are grabbed but never triggeredAndy Shaw2012-03-301-93/+91
* Use QHash<K,V> instead of QMap<K,V> when K is a pointer typeGiuseppe D'Angelo2012-03-021-3/+3
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Clean-up a macro for CocoaMorten Sorvig2011-10-101-2/+0
* Most checks for windows in widgets have to be ws specificOlli Werwolff2011-06-081-2/+2
* Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-17/+17
* Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-111-1/+0
* library splitLars Knoll2011-05-071-0/+721