aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltest
Commit message (Expand)AuthorAgeFilesLines
* 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
|\| |
| * | QUICK_TEST_MAIN_WITH_SETUP: improve documentationMitch Curtis2018-11-071-0/+11
| |/
* | Doc: explain why QQuickTest::qIsPolishScheduled() is usefulMitch Curtis2018-10-311-0/+18
* | Add QQuickTest::qWaitForItemPolished()Mitch Curtis2018-10-312-0/+28
* | Add QQuickTest::qIsPolishScheduled()Mitch Curtis2018-10-313-1/+25
* | Remove GPU_BLACKLIST infrastructureEdward Welbourne2018-10-122-9/+0
|/
* Doc: Clarify that BC does not apply to Qt Quick TestPaul Wicking2018-10-101-0/+5
* Add test cleanup function for C++ partsRainer Keller2018-09-242-0/+8
* Encapsulate access to CompiledData::Object and CompiledData::ImportSimon Hausmann2018-07-311-2/+2
* QuickTestEvent: keep pressed mouse buttons constant during move eventsShawn Rutledge2018-07-312-1/+7
* Encapsulate the unit data in CompilationUnitSimon Hausmann2018-07-311-2/+2
* Add test init function for C++ partsRainer Keller2018-06-252-0/+10
* Exit test executable with failure if specified test functions are not foundKari Oikarinen2018-06-211-3/+14
* qtestoptions_p: Restore compatibility with older QtRobin Burchell2018-05-251-1/+5
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-151-2/+6
|\
| * Fix TestCaseCollector fails to initialize component from resourcesChristoph Keller2018-05-131-2/+6
* | Clean up manual reference of QQmlTypeData and QQmlPropertyCacheSimon Hausmann2018-04-261-3/+3
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-181-0/+9
|\|