aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltest
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-121-1/+2
|\|
| * Doc: fix QUICK_TEST_MAIN_WITH_SETUP function tableMitch Curtis2018-12-101-1/+2
* | TestCase: add isPolishScheduled() and waitForItemPolished()Mitch Curtis2018-12-102-0/+14
* | Don't warn if invokable test setup function doesn't existMitch Curtis2018-12-101-13/+21
* | Doc: fix \relates command for qIsPolishScheduled()Mitch Curtis2018-12-071-1/+1
* | Compile-fix (g++ 8): move #include of mocs outside namespaceEdward Welbourne2018-11-291-2/+2
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-171-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.12.0' into 5.12Qt Forward Merge Bot2018-11-161-1/+1
| |\
| | * Move xmllistmodel to xmlpatternsv5.12.0-beta4Frederik Gladhorn2018-11-051-1/+1
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-162-0/+12
|\| |
| * | Qt Quick Test: support tags filter on tests runKirill Burtsev2018-11-152-0/+12
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-091-0/+11
|\| |