aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* Only warn about incompatible parameter types passed from QMLUlf Hermann2019-02-212-30/+26
* Avoid unnecessary re-generation qml cache files in some circumstancesUlf Hermann2019-02-182-17/+46
* QML: Don't crash the parser on certain kinds of bad inputUlf Hermann2019-02-181-0/+10
* Check parameter types when invoking C++ functions from QMLUlf Hermann2019-02-172-26/+30
* PropertCache: Don't pass Q_GADGET value types as integersUlf Hermann2019-02-142-0/+51
* Connect quit() and exit() signals with queued connectionsMichal Policht2019-02-137-13/+65
* Don't optimize global lookups if fast QML lookups are disabledUlf Hermann2019-02-132-0/+38
* Improve error messageRainer Keller2019-02-042-2/+2
* Correctly scope unwind handlers for try blocksLars Knoll2019-01-301-3/+44
* Bring behavior of String.replace() in line with other enginesLars Knoll2019-01-251-0/+59
* MemoryManager: Only clear weak values onceUlf Hermann2019-01-234-3/+90
* QQmlNotifier: Always keep the isNotifying flag when updating senderPtrUlf Hermann2019-01-232-0/+41
* Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-213-0/+62
|\
| * When matching RegExps catch JIT failuresUlf Hermann2019-01-093-0/+62
* | Annotate stack traces when frames are elided through tail callsErik Verbruggen2019-01-151-0/+16
* | QQmlMetaType: Erase attached properties in dtorUlf Hermann2019-01-151-0/+39
|/
* Tests: Don't capture stack value by referenceUlf Hermann2019-01-031-7/+7
* Quote stringified generic variants on JSON.stringifyUlf Hermann2018-12-201-1/+2
* Un-blacklist qsequentialanimationgroupjob testShawn Rutledge2018-12-131-2/+0
* Avoid memory leaks in QQmlComponent testUlf Hermann2018-12-121-42/+49
* QML: Fix registering and unregistering of context objectsUlf Hermann2018-12-123-0/+31
* 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
* | Fix compilation with gcc 4.8Ville Voutilainen2018-12-033-12/+12
* | QML: Also clear outerContext's contextObject on destructionUlf Hermann2018-11-303-0/+81
* | 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
* | 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
* | QML TypeLoader: Sort composite singletons before recursing into themUlf Hermann2018-11-209-0/+105
* | 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
* | 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-163-3/+33
|\|
| * Stop codegen after errorErik Verbruggen2018-11-131-0/+1
| * Fix translation bindings when qtquickcompiler is usedFrederik Gladhorn2018-11-061-1/+18
| * 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
* | 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
* | QML Tooling: Fix ordering of memory events in V4 profiler adapterUlf Hermann2018-11-143-1/+32
* | 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
* | Create proper template objectsLars Knoll2018-11-021-16/+0
|/
* Fix issues with lookup of scoped enums on SingletonsMichael Brasser2018-10-313-1/+16
* Add convenience functions for creating and inspecting error objectsAllan Sandfeld Jensen2018-10-301-3/+60
* Merge remote-tracking branch 'origin/5.11' into 5.12.0Liang Qi2018-10-301-4/+30
|\
| * Qt Labs Settings: warn if failed to initialize internal QSettings instanceMitch Curtis2018-10-111-4/+30