summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* Use the same timeout value for all QTest::qWaitForWindow*() functionsMarc Mutz2017-03-081-3/+3
* Properly use the "process" featureUlf Hermann2017-02-273-3/+1
* Use Qt::PreciseTimer for the QDeadlineTimers in QTest::qWait*Thiago Macieira2017-02-151-3/+3
* Improve QTest::qWait() precision and switch to QDeadlineTimerAllan Sandfeld Jensen2017-01-251-18/+18
* Fix build without features.temporaryfileTasuku Suzuki2017-01-252-0/+4
* Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2017-01-142-8/+7
|\
| * Doc: Properly mention valgrind & callgrindKai Koehne2017-01-052-8/+7
* | Testlib: Exclude qtest_network.h when building without Qt NetworkUlf Hermann2017-01-101-0/+2
* | QTestLib: Add timestamp to mouse click eventsPeter Varga2016-12-161-2/+13
* | Disable core dumps for selftests that are meant to be crashingTor Arne Vestbø2016-12-081-0/+17
* | QTest::addColumn: Use nullptr instead of 0Kevin Funk2016-12-061-1/+1
* | QtTest: Add missing overrideAlexander Volkov2016-12-0110-71/+71
* | Doc: Fix QVariant::TypeJesus Fernandez2016-11-301-1/+1
|/
* Add a macros for disabling deprecated declaration warningsThiago Macieira2016-11-271-1/+1
* Remove second mentioning of cycle.h 3rdparty licenseKai Koehne2016-11-231-29/+0
* Replace custom type traits with std one'sKai Koehne2016-11-081-2/+1
* Use new "Files" property in testlib 3rdparty documentationKai Koehne2016-11-041-3/+6
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-3/+3
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-171-3/+3
| |\
| | * Specify timeout is in millisecondsAlbert Astals Cid2016-10-141-3/+3
* | | Testlib: Move classes inheriting QBenchmarkMeasurerBase to separate headerFriedemann Kleint2016-10-195-37/+99
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-061-27/+27
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-011-27/+27
| |\|
| | * QtTest: don't use double-underhanded identifiersMarc Mutz2016-09-291-27/+27
* | | Add qtest_network.hMarc Mutz2016-09-293-24/+131
* | | Document 3rd party source that is part of Qt TestKai Koehne2016-09-265-0/+459
* | | winrt: Differentiate between windows and winrtMaurice Kalinowski2016-09-071-1/+1
* | | Replace QLatin1Literal with QLatin1StringAnton Kudryavtsev2016-09-031-6/+6
* | | QTest: allow to mark QFETCH variables constMarc Mutz2016-09-011-5/+5
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-296-79/+132
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-224-1/+124
| |\|
| | * QTestLib: Disable window state restore on macOSMorten Johan Sørvig2016-08-184-1/+124
| * | Doc: Remove references to Windows CE in Qt Test docsVenugopal Shivashankar2016-08-222-78/+8
* | | Merge dev into 5.8Oswald Buddenhagen2016-08-224-3/+12
|\ \ \
| * | | Add support for Apple watchOSJake Petroules2016-08-192-1/+4
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-163-2/+8
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-1/+1
| | |\|
| | | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-1/+1
| | * | QTest::QTouchEventSequence: add a sleep before each touch movementShawn Rutledge2016-08-121-0/+1
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-101-1/+6
| | |\|
| | | * Improve reliability of callgrind benchmark resultsSimon Hausmann2016-08-051-1/+6
* | | | Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-191-2/+2
* | | | Fix qdoc warningsFriedemann Kleint2016-08-171-2/+2
|/ / /
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-012-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-262-2/+2
| |\|
| | * Document that -nocrashhandler enables debugging of crashesMitch Curtis2016-07-202-2/+2
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-193-8/+62
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-6/+26
| |\|
| | * Testlib: Replace QString::arg() formatting by snprintf()Friedemann Kleint2016-07-081-6/+26
| * | Use QStringLiteral more judiciouslyAnton Kudryavtsev2016-07-082-2/+2