aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltest
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.11' into tqtc/lts-5.15-ope...v5.15.11-lts-lgplTarja Sundqvist2023-06-092-6/+7
|\
| * QML: Port QV4::CompiledData::Object to new special integer bitfieldUlf Hermann2022-06-241-1/+1
| * QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-06-241-2/+2
| * QML: Port QV4::CompiledData::Location to new special integer bitfieldUlf Hermann2022-06-241-2/+2
| * Quick test lib: Account for DPR when grabbing sub-imageTimur Pocheptsov2022-06-181-1/+2
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.10' into tqtc/lts-5.15-ope...v5.15.10-lts-lgplTarja Sundqvist2023-04-241-0/+2
|\|
| * QuickTest: includemocsMarc Mutz2022-05-061-0/+2
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...v5.15.4-lts-lgplTarja Sundqvist2022-04-071-1/+4
|\|
| * QuickTest: Do not recurse forever on inline components in enumerateTestCasesFabian Kosmale2021-04-091-1/+4
* | Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-247-145/+145
|/
* Update commercial license headersTarja Sundqvist2021-02-027-145/+145
* [Fix] Use the sourceDir if specifiedAssam Boudjelthia2020-10-141-1/+7
* Add qmltypes for Qt.test.qtestrootUlf Hermann2020-04-064-52/+130
* QML: Avoid cyclic references between ResolvedTypeRefence and CUUlf Hermann2020-03-251-5/+5
* Move dependencies.json files into the right placesUlf Hermann2020-02-261-1/+0
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-231-7/+7
|\
| * Fix printing of garbled UTF-8 characters from QML verify() statementsDimitrios Apostolou2020-01-201-7/+7
* | Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-171-6/+6
* | Generate registrations for all importsUlf Hermann2020-01-107-811/+5
* | Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-251-1/+1
* | Handle -no-feature-shortcutFriedemann Kleint2019-10-181-0/+2
* | Avoid compile warning in QuickTestUtilUlf Hermann2019-10-111-1/+1
* | Move QuickTestUtil into qmltestUlf Hermann2019-09-273-1/+204
* | Specify parameters of type registration in class declarationsUlf Hermann2019-09-262-0/+6
|/
* Remove usages of deprecated APIs of QWheelEventSona Kurazyan2019-08-231-1/+2
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-121-0/+1
|\
| * Doc: Replace example file lists with links to code.qt.ioTopi Reinio2019-07-091-0/+1
* | Port from QLatin1Literal to QLatin1StringGiuseppe D'Angelo2019-06-111-4/+4
* | Fix deprecation warnings in 5.14Friedemann Kleint2019-05-291-2/+2
* | Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-3/+8
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-181-4/+4
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta3Qt Forward Merge Bot2019-04-151-4/+4
| |\
| | * Doc: correct the info about when each Qt Quick Test function is calledMitch Curtis2019-04-101-4/+4
* | | Remove unused includes of qv8engine_p.hUlf Hermann2019-04-091-1/+0
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-262-7/+18
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-252-7/+18
| |\|
| | * Doc: improve QUICK_TEST_MAIN_WITH_SETUP function descriptionsMitch Curtis2019-03-211-2/+7
| | * Document since versions for QUICK_TEST_MAIN_WITH_SETUP functionsMitch Curtis2019-03-211-0/+4
| | * Don't warn if invokable test setup function doesn't existMitch Curtis2019-03-211-9/+20
| | * QUICK_TEST_MAIN_WITH_SETUP: fix qmlEngineAvailable() being called too lateMitch Curtis2019-03-211-8/+7
* | | Support QRegularExpression on the same level as QRegExpUlf Hermann2019-03-201-6/+5
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-132-1/+5
|\|
| * Doc: Fix link issuesNico Vertriest2019-02-281-1/+1
| * qtlite: Fix build the source code with -no-feature-shortcutMikhail Svetkin2019-02-271-0/+4
* | Properly revision new TestResult slotsKai Koehne2019-03-071-2/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-141-1/+5
|\|
| * Defer QML testing until event loop has startedTor Arne Vestbø2019-02-121-1/+5
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-101-1/+1
|\|
| * quicktest: winrt: Use qml files from resource system by defaultOliver Wolff2019-01-101-1/+1
* | Doc: Fix Qt Quick Test documentationMitch Curtis2018-12-147-52/+297