summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtesttouch.h
Commit message (Expand)AuthorAgeFilesLines
* doc: Fix remaining clang parsing errors in QtTestMartin Smith2018-01-181-4/+4
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-8/+8
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-0/+1
|\
| * QTest::QTouchEventSequence: add a sleep before each touch movementShawn Rutledge2016-08-121-0/+1
* | add QTest::createTouchDevice()Shawn Rutledge2016-06-101-0/+1
|/
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QtTestLib: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-061-8/+8
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Make the QtTest GUI headers compile on their ownThiago Macieira2013-01-241-0/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Make tests compile without gui-privatePaul Olav Tvete2012-08-021-28/+7
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-191-1/+1
* Make QWindowSystemInterface part of QPA APIGirish Ramakrishnan2012-07-031-1/+1
* Add flag in testlib to disable committing the simulated touchLaszlo Agocs2012-04-241-13/+18
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Compile if the header files from QtWidgets are unavailableLars Knoll2012-01-121-0/+2
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove redundant touch processing in QtGui and widgets.Laszlo Agocs2011-12-141-30/+26
* Store the primary status in the touch point flags.Laszlo Agocs2011-12-121-1/+1
* Remove event type parameter from handleTouchEvent.Laszlo Agocs2011-12-091-1/+1
* Extend touch events.Laszlo Agocs2011-12-091-16/+16
* Use Q_FOREACH in headers.Stephen Kelly2011-11-271-1/+1
* Prevent timestamps in widgets' touch events from disappearingLaszlo Agocs2011-11-041-2/+3
* Allow commiting and then reusing a QTouchEventSequence for testing.Michael Brasser2011-10-241-20/+33
* testlib: Separate the gui- and widgets-specific apiKent Hansen2011-09-211-23/+19
* testlib: Remove widgets dependency when only using guiKent Hansen2011-09-211-1/+25
* Initialize in the right orderGunnar Sletta2011-09-191-2/+2
* correctly initialise private data in QTouchEventSequence constructorMatthew Cattell2011-09-171-2/+2
* compile when shadowing is an errorGunnar Sletta2011-09-151-7/+7
* added small delay after touch event is dispatchedMatthew Cattell2011-09-141-0/+1
* added support for qwindowMatthew Cattell2011-09-061-3/+72
* Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-17/+17
|\
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* | Get the QWidget auto-test compiling and running.Samuel Rødal2011-05-201-1/+1
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+153