aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltest
Commit message (Expand)AuthorAgeFilesLines
* Docs: replace ambiguous 'object' with specific QML typesShyamnath Premnadh2026-04-151-3/+3
* Doc: cross-reference key formats in TestCase key methodsVenugopal Shivashankar2026-04-091-17/+29
* Remove per-library QT_NO_FOREACHMarc Mutz2026-03-251-1/+0
* Doc: Add return types to \qmlmethod signaturesTopi Reinio2026-02-201-3/+3
* Fix dependencies and versions for various QML modulesUlf Hermann2026-02-191-1/+1
* TestCase: deprecate optional propertyMitch Curtis2026-01-291-5/+7
* Add all .qdoc files to their respective projectsUlf Hermann2026-01-221-3/+14
* Replace QVector with QListShawn Rutledge2026-01-091-2/+2
* qmltest: header cleanupTim Blechmann2025-12-041-23/+17
* Android: don't use quotes with QUICK_FOR_ANDROID_TEST_MAIN()Assam Boudjelthia2025-10-131-1/+1
* QtQml: Deprecate QQmlPropertyMap default ctorUlf Hermann2025-10-011-1/+1
* Doc: Mark TestResult QML type \internalTopi Reinio2025-09-181-0/+5
* Assess security levels for files under qtdeclarative/src/qmltestJan Arve Sæther2025-09-1719-0/+19
* Fix builds with -no-pch by adding missing QTimer importAssam Boudjelthia2025-08-221-0/+1
* Move qActiveFocusFailureMessage into a Private namespaceMitch Curtis2025-07-122-4/+6
* Doc: Fix incorrect description of SignalSpy::clear() behaviorDheerendra Purohit2025-07-111-1/+1
* QQuickTest: return QByteArray from qActiveFocusFailureMessage helperVolker Hilsheimer2025-06-302-5/+5
* QtQml: Only hold CU in ResolvedTypeReference where neededUlf Hermann2025-06-071-5/+12
* Add QML Test macro to allow QQ4A testingPetri Virkkunen2025-05-165-18/+168
* QQuickTest: add and use active focus macrosMitch Curtis2025-04-253-0/+58
* QtQml: Encapsulate QQmlComponentPrivateUlf Hermann2024-12-111-1/+1
* QuickTest: write test exit code for androidtestrunnerAssam Boudjelthia2024-10-301-1/+29
* Doc: Clean up test case project structureAndreas Eliasson2024-09-301-2/+1
* Docs: Organize topics in the qtdeclarative/Qt Quick Test projectAlexei Cazacov2024-07-231-1/+4
* Remove the use of GENERATE_CPP_EXPORTS argumentAlexey Edelev2024-06-111-1/+0
* Correct license for examples filesLucie Gérard2024-05-166-6/+6
* quick_test_main_with_setup: only activate windows where supportedMitch Curtis2024-05-151-4/+8
* Qt Quick Test: print backtraces for crashesMitch Curtis2024-04-171-0/+6
* quicktest: Workaround for spurious ambiguity issue on IntegrityFabian Kosmale2024-04-171-3/+3
* Doc: Edit section about How to Separate Tests from App LogicAndreas Eliasson2024-04-1610-64/+230
* Doc: Add CMake instructions for how to run Qt Quick TestAndreas Eliasson2024-04-151-12/+58
* QtQml: Add a wrapper builtin for QQmlV4Function*Ulf Hermann2024-04-122-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