aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-1215-22/+352
|\
| * Fix missing strike outDaniel Engelke2018-12-101-1/+7
| * TapHandler: ignore scroll events and native gesturesShawn Rutledge2018-12-102-0/+80
| * Merge "Merge remote-tracking branch 'origin/5.12.0' into 5.12" into refs/stag...Ulf Hermann2018-12-101-0/+9
| |\
| | * Merge remote-tracking branch 'origin/5.12.0' into 5.12Qt Forward Merge Bot2018-12-071-0/+9
| | |\
| | | * QML Lexer: Stop scanning template literals on closing '`'v5.12.0-rc2v5.12.0-rc1v5.12.0Ulf Hermann2018-11-191-0/+9
| * | | Ensure that each Event Handler has an Item parent rather than assertingShawn Rutledge2018-12-072-0/+39
| * | | Add dynamically-created Event Handlers to the relevant handlers vectorShawn Rutledge2018-12-073-4/+115
| * | | tst_qquickwidget::enterLeave(): Handle varying screen setupsFriedemann Kleint2018-12-071-5/+9
| |/ /
| * | Fix compilation with gcc 4.8Ville Voutilainen2018-12-033-12/+12
| * | QML: Also clear outerContext's contextObject on destructionUlf Hermann2018-11-303-0/+81
* | | TestCase: add isPolishScheduled() and waitForItemPolished()Mitch Curtis2018-12-103-0/+156
* | | V4: Generate function tables on 64bit windowsUlf Hermann2018-12-033-1/+111
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-302-1/+30
|\| |
| * | Fix parsing of js files via Qt.include()Simon Hausmann2018-11-292-1/+6
| * | JS: Limit expression and statement nesting levelErik Verbruggen2018-11-291-0/+24
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-2418-5/+241
|\| |
| * | Fix qmlplugindump version dump issueMichal Policht2018-11-234-0/+32
| * | V4: Avoid copying WeakValues with wrapped QObjectsUlf Hermann2018-11-221-0/+40
| * | Ensure our builtin constructors are subclassableLars Knoll2018-11-222-5/+43
| * | QQuickText: Signal content height/width changes also when resettingUlf Hermann2018-11-202-0/+21
| * | QML TypeLoader: Sort composite singletons before recursing into themUlf Hermann2018-11-209-0/+105
* | | LocalStorage: Return new version of DB from changeVersion()Ulf Hermann2018-11-222-0/+84
* | | Qml Tooling: Avoid some clang-tidy warnings in QQmlProfilerService testUlf Hermann2018-11-221-9/+10
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-205-5/+89
|\| |
| * | JS: Check pattern target to be an lvalueErik Verbruggen2018-11-191-0/+1
| * | JS: Handle check for dangling jump gracefullyErik Verbruggen2018-11-191-0/+1
| * | QML: Use all available type information to find enum typesUlf Hermann2018-11-193-1/+83
| * | Fix tiling overflow with BorderImageAllan Sandfeld Jensen2018-11-171-4/+4
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-1725-1381/+34
|\| |
| * | Properly mark variables as unresolved when accessed from evalLars Knoll2018-11-161-1/+0
| * | Merge remote-tracking branch 'origin/5.12.0' into 5.12Qt Forward Merge Bot2018-11-1624-1380/+34
| |\|
| | * Stop codegen after errorErik Verbruggen2018-11-131-0/+1
| | * Fix translation bindings when qtquickcompiler is usedFrederik Gladhorn2018-11-061-1/+18
| | * Move xmllistmodel to xmlpatternsv5.12.0-beta4Frederik Gladhorn2018-11-0521-1377/+1
| | * Expose let/const variables from imported JS scriptsJüri Valdmann2018-11-021-2/+2
| | * Fix a crash when allocating huge memory segmentsLars Knoll2018-11-021-0/+12
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-164-6/+68
|\| |
| * | Qml Tooling: Test that trace events arrive in chronological orderUlf Hermann2018-11-151-0/+6
| * | Qml Tooling: Fix crash in QQmlProfilerService testUlf Hermann2018-11-151-2/+2
| * | Qt Quick Test: support tags filter on tests runKirill Burtsev2018-11-151-0/+60
| * | macOS: Remove blacklist entries for no longer supported OS versionsTor Arne Vestbø2018-11-152-4/+0
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-153-1/+32
|\| |
| * | QML Tooling: Fix ordering of memory events in V4 profiler adapterUlf Hermann2018-11-143-1/+32
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-094-11/+67
|\| |
| * | Fix TestCase::skip to ignore rest of the data rows in TestCaseKirill Burtsev2018-11-072-1/+64
| * | Create proper template objects for tagged templatesLars Knoll2018-11-051-7/+1
| * | Correctly read files with a \0 in themLars Knoll2018-11-052-3/+2
* | | Use custom debug stream operator in console.logMårten Nordheim2018-11-084-2/+17
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-0610-21/+285
|\| |