aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* Trigger the garbage collector when allocating InternalClass objectsUlf Hermann2019-03-261-20/+34
* Fix preview zoom problems on windowsTim Jenssen2019-03-221-6/+6
* Update tests/auto/qml/ecmascripttests/test262Jani Heikkinen2019-03-221-0/+0
* Initialize TranslationData padding before writing cache filesUlf Hermann2019-03-2118-36/+103
* V4: Do not invert non-reflexive comparison binopsErik Verbruggen2019-03-211-0/+10
* Add test for dynamic anchors to parents in PropertyChangesUlf Hermann2019-03-203-0/+41
* V4: Don't mark InternalClass::parent when garbage collectingUlf Hermann2019-03-201-0/+26
* Implement dummy QML lookups for "global" variablesSimon Hausmann2019-03-204-5/+22
* Raise timeout in QQmlPreview testUlf Hermann2019-03-201-1/+1
* Create import directory from intercepted URL, not orignial oneUlf Hermann2019-03-204-0/+42
* Baseline JIT: Save accumulator in toInt32LhsAcc()Ulf Hermann2019-03-191-0/+12
* Fix compilation for SLES 12Ulf Hermann2019-03-181-1/+1
* Unify the JavaScript parsing recursion checksUlf Hermann2019-03-151-0/+5
* Don't keep raw pointers to SparseArrayNodeUlf Hermann2019-03-141-0/+22
* Disable tail calls for function called with more arguments than formalsUlf Hermann2019-03-041-0/+13
* QAnimationGroupJob: Notify about removed children on clear()Ulf Hermann2019-02-261-2/+5
* QQmlExtensionPlugin test: Don't fail when detecting old pluginUlf Hermann2019-02-261-1/+4
* Unify and fix number to string conversion with radixUlf Hermann2019-02-251-0/+16
* V4: Rotate loop in ArrayPattern and eliminate "done" labelErik Verbruggen2019-02-251-0/+9
* Merge remote-tracking branch 'origin/5.12.2' into 5.12Qt Forward Merge Bot2019-02-222-30/+26
|\
| * Only warn about incompatible parameter types passed from QMLUlf Hermann2019-02-212-30/+26
* | QML: Pass type minor version when creating property dataUlf Hermann2019-02-213-0/+69
* | QQmlPropertyCache: support setting an explicit metaObject revisionRichard Moe Gustavsen2019-02-211-0/+21
|/
* 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