aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-02-072-0/+20
|\
| * QML: Collapse all NaNs into one single (encoded) NaNErik Verbruggen2018-02-052-0/+20
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-312-1/+11
|\|
| * Fix exposure of -1 as enum value in QML exposed C++ singletonsSimon Hausmann2018-01-312-1/+11
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-242-4/+24
|\|
| * Fix outdated BSD license headerKai Koehne2017-10-172-4/+24
* | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-203-14/+22
|\|
| * Stabilize the threadSignal() testSimon Hausmann2017-09-063-14/+22
* | Tests: Clean up inclusion of util.pri and debugutil.priUlf Hermann2017-08-171-1/+0
* | Be (somewhat more) consistent about the value of piEdward Welbourne2017-06-141-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-074-0/+34
|\|
| * QQmlIRBuilder: Only query type name cache for type namesRobin Burchell2017-05-194-0/+34
* | QmlContextWrapper -> QQmlContextWrapperRobin Burchell2017-05-041-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-022-0/+23
|\|
| * Merge remote-tracking branch 'origin/5.8' into 5.9Simon Hausmann2017-04-272-0/+23
| |\
| | * V4: Fix issues with very small loops5.8Erik Verbruggen2017-04-182-0/+24
* | | Add support for std::vector and QVector matching the support for QListVille Voutilainen2017-04-212-3/+35
* | | qml: Override the new Object::instanceOf hook to allow QML type checkingRobin Burchell2017-03-151-0/+2
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-283-0/+54
|\| |
| * | Directly load already known metaproperties in QV4QObjectWrapperUlf Hermann2017-02-153-0/+54
* | | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-02-141-0/+13
|\| |
| * | Fix a crash in setInternalClassRobin Burchell2017-02-031-0/+14
* | | As crazy as it is, redefinition of global properties should workRobin Burchell2017-02-091-0/+15
* | | parser: Add "let" keyword (& T_LET)Robin Burchell2017-02-031-0/+10
* | | Codegen: Disallow duplicate declarations of const propertiesRobin Burchell2017-02-031-0/+25
* | | Codegen: Disallow const declaration without an initializer expressionRobin Burchell2017-02-021-0/+57
|/ /
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-262-2/+13
|\|
| * Fix support for QJSValue as C++ signal parameter type, part 2Simon Hausmann2017-01-182-2/+13
* | tst_qqmlecmascript: Add some simple coverage for instanceofRobin Burchell2017-01-201-0/+64
|/
* Fix crash when C++ QJSValue parameterized signal interacts with JSSimon Hausmann2017-01-133-0/+4
* Inline the qmlScope and urlScope methodsLars Knoll2016-12-041-1/+1
* Start cleaning up the QmlContextWrapperLars Knoll2016-12-041-1/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-102-0/+22
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-042-0/+22
| |\
| | * qv4jsonobject: Make use of QVariant::toString in stringificationRobin Burchell2016-09-302-0/+22
* | | QML: Also check for correct destroy() chainingErik Verbruggen2016-10-061-0/+1
* | | QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-4/+5
* | | QML: Introduce destroy() on Base subclassesErik Verbruggen2016-10-051-1/+1
* | | Fix binding dependencies when used in together with functionsSimon Hausmann2016-08-302-0/+25
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-172-0/+105
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-132-0/+105
| |\|
| | * Fix crash with Component.onDestructionSimon Hausmann2016-08-052-0/+105
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-091-2/+5
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-051-2/+5
| |\|
| | * Relax negativeYear EcmaScript testUlf Hermann2016-08-031-2/+5
* | | QJSValue: Adapt to introduction of QMetaType::NullptrChristian Kandeler2016-08-081-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-022-0/+34
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-0/+7
| |\|
| | * JS: Check for errors before using sub-expression resultsErik Verbruggen2016-07-201-0/+7
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-152-0/+27
| |\|