aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltest
Commit message (Expand)AuthorAgeFilesLines
* Qt Quick Test: print backtraces for crashesMitch Curtis42 hours1-0/+6
* quicktest: Workaround for spurious ambiguity issue on IntegrityFabian Kosmale2 days1-3/+3
* Doc: Edit section about How to Separate Tests from App LogicAndreas Eliasson2 days10-64/+230
* Doc: Add CMake instructions for how to run Qt Quick TestAndreas Eliasson4 days1-12/+58
* QtQml: Add a wrapper builtin for QQmlV4Function*Ulf Hermann6 days2-2/+2
* qmltest: add a 'modifiers' argument to mouseMove()Richard Moe Gustavsen2024-03-263-9/+11
* Correct doc snippet licenseLucie Gérard2024-03-224-4/+4
* QuickTest: Use generated C++ export macrosUlf Hermann2024-03-198-27/+15
* Revert "Adapt layouts to take advantage of new size policy information"Santhosh Kumar2024-02-291-1/+0
* TestUtil: Add revision to new slotFabian Kosmale2024-02-291-1/+1
* Adapt layouts to take advantage of new size policy informationSanthosh Kumar2024-02-221-0/+1
* QmlTest: Document timer drift between TestCase and TimerUlf Hermann2024-02-151-1/+10
* QtQml: Use CompiledData::CompilationUnit in more placesUlf Hermann2024-01-201-3/+4
* QtQml: Move type name cache into base CUUlf Hermann2024-01-181-1/+1
* Doc: explain how to ensure the TestCase's window is activeMitch Curtis2024-01-151-0/+9
* QtQml: Move ResolvedTypeReference into base CUUlf Hermann2024-01-131-2/+2
* doc: Clarify the use of init_data()Joni Poikelin2024-01-111-2/+3
* QtQml: Remove QQmlTypeLoader from QQmlImportUlf Hermann2024-01-111-2/+4
* Remove the use of Q_QUICK_TEST_PRIVATE_EXPORTAlexey Edelev2024-01-095-7/+5
* TestCase: use strict (in)equality operators whenever possibleVladimir Belyavsky2023-12-081-35/+35
* TestCase: use `let` instead of `var`Vladimir Belyavsky2023-12-081-57/+57
* Fix documentation of QUICK_TEST_MAIN_WITH_SETUP()Friedemann Kleint2023-12-072-4/+4
* SignalSpy: fix potential issues on disconnecting a signalVladimir Belyavsky2023-11-281-14/+19
* TestCase: make failOnWarning() functional on temp objects destructionVladimir Belyavsky2023-11-241-1/+3
* qmltest: Move the remaining blacklist setting into caller functionsKalle Viironen2023-11-161-2/+6
* SignalSpy: manually disconnect from target signal when we're destroyedMitch Curtis2023-11-101-0/+10
* Rewrite QuickTests's qWaitForSignalMårten Nordheim2023-11-061-12/+36
* Include what you need: <QPointer>Marc Mutz2023-10-061-0/+2
* Doc: Fix undocumented parameters and broken linksTopi Reinio2023-09-151-0/+3
* QtTest: Do not verify() before logging startsUlf Hermann2023-08-121-1/+5
* SignalSpy: use QQmlSignalNamesSami Shalayel2023-08-102-3/+9
* Doc: Remove warninglimit .qdocconf variableTopi Reinio2023-06-271-3/+0
* Doc: Fix documentation issuesTopi Reinio2023-06-091-1/+1
* Remove the manual undef of the min/max macros, or def NOMINMAXAmir Masoud Abdol2023-06-061-5/+0
* Doc: Add section that shows how to separate qml tests from app logicAndreas Eliasson2023-05-305-0/+188
* QML: Encode "missing" line number as negated address of stack frameUlf Hermann2023-05-091-1/+1
* Document that running a Quick Test always show a windowVolker Hilsheimer2023-04-182-32/+30
* Improve QUICK_TEST_MAIN_WITH_SETUP snippetSamuel Gaist2023-04-051-0/+12
* QmlTest: Move declaration of helper qWaitForSignal() to a headerFriedemann Kleint2023-02-103-3/+4
* Remove superfluous QT_VERSION_CHECK testsFabian Kosmale2023-02-031-5/+0
* QuickTest: adapt to QtTest change for multiple results in a measurerThiago Macieira2022-11-141-11/+17
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-4/+4
* Port from container::count() and length() to size()Marc Mutz2022-10-073-7/+7
* Doc: fix since/deprecation versions for TestCase change that missed 6.4Mitch Curtis2022-10-042-4/+4
* createTemporaryObject: account for undefined parent argumentMitch Curtis2022-09-301-0/+3
* Doc: elaborate on failOnWarning behaviorMitch Curtis2022-09-231-10/+23
* V4: Make ExecutionEngine::toVariant() staticUlf Hermann2022-09-201-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-072-2/+2
* QmlTest: Prevent interleaved execution of TestCasesUlf Hermann2022-08-254-11/+55
* Remove Qt key words from header filesYuhang Zhao2022-07-192-3/+3