summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qtouchevent
Commit message (Expand)AuthorAgeFilesLines
* Remove insignificant flag from qtouchevent.proTony Sarajärvi2018-09-251-1/+0
* tst_QTouchEvent: Wait for window exposed instead of activeJohan Klokkhammer Helsing2018-04-091-4/+4
* Don't skip tests in tst_QTouchEvent on WaylandJohan Klokkhammer Helsing2018-03-131-21/+0
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-2/+2
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-5/+5
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-161-0/+39
|\
| * rename QPointerUniqueId -> QPointingDeviceUniqueIdShawn Rutledge2016-12-071-4/+4
| * QPointerUniqueId: make fit for releaseMarc Mutz2016-12-011-0/+39
* | Combine device and point id into 32 bit point idJan Arve Saether2016-10-281-9/+134
* | Revert "Combine device and point id into 32 bit point id"Jan Arve Saether2016-10-111-134/+9
* | Combine device and point id into 32 bit point idwip/remacJan Arve Saether2016-10-071-9/+134
|/
* autotests: use QTest::createTouchDevice()Shawn Rutledge2016-06-101-33/+23
* Updated license headersJani Heikkinen2016-01-211-17/+12
* high-DPI tweaks for autotestsMorten Johan Sørvig2015-07-301-82/+54
* Stabilize tst_QTouchEvent::touchBeginWithGraphicsWidget().Friedemann Kleint2015-07-161-3/+10
* Stabilize tst_qtouchevent.Friedemann Kleint2015-06-012-4/+10
* Reanimate test gui/kernel/qtouchevent/tst_qtouchevent.Friedemann Kleint2015-05-292-164/+152
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* tst_qtouchevent: Skip tests that fail with qwindow-compositor.Robin Burchell2014-08-231-0/+18
* QtGui tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-03-271-1/+0
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-3/+3
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-031-1/+1
* Make tests compile without gui-privatePaul Olav Tvete2012-08-022-13/+40
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Remove usage of deprecated qWaitForWindowShown(QWidget *) method.Friedemann Kleint2012-07-251-2/+2
* Deprecate the qWaitForWindowShown(QWindow *) method.Friedemann Kleint2012-07-251-2/+2
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-051-2/+2
* {QTouchEvent,QWindowSystemInterface}::TouchPoint: replace QList<QPointF> with...Marc Mutz2012-03-091-1/+1
* 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
* Remove redundant touch processing in QtGui and widgets.Laszlo Agocs2011-12-141-27/+206
* Extend touch events.Laszlo Agocs2011-12-091-42/+64
* Prevent timestamps in widgets' touch events from disappearingLaszlo Agocs2011-11-041-12/+21
* Fix autotest gui/widgets dependenciesKent Hansen2011-09-191-0/+1
* Disambiguated access to touch event API in QTestLibJo Asplin2011-09-081-10/+10
* Moved gui autotests into new directory structureJo Asplin2011-09-012-0/+1401