aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data
Commit message (Expand)AuthorAgeFilesLines
* QQmlPropertyBinding: improve error reportingFabian Kosmale2021-01-255-0/+43
* Use new QObjectPrivate connection mechanism in dynamic connectionsAndrei Golubev2021-01-212-0/+65
* QML engine: Fix writing function to property through aliasFabian Kosmale2021-01-181-0/+9
* QML: Fix proxy iterationFabian Kosmale2020-12-171-0/+29
* QML engine: Fix binding setupFabian Kosmale2020-12-032-0/+16
* QML: Rewrite Qt object in actual C++Ulf Hermann2020-11-091-0/+1
* QML engine: fix conversion scores for sequences in CallOverloadedFabian Kosmale2020-11-041-0/+10
* QML: Make date parsing more lenientFabian Kosmale2020-10-291-0/+10
* Fix QProperty property interaction with aliasesFabian Kosmale2020-10-121-0/+7
* Handle QProperty inside bindingsFabian Kosmale2020-09-211-0/+5
* Unify "variant" and "var" properties in QMLFabian Kosmale2020-08-243-205/+2
* Do not set QQmlPropertyBinding until we reach finalizeFabian Kosmale2020-08-121-0/+17
* Give a better score for methods with a convertable type when matchingAndy Shaw2020-07-031-0/+9
* Remove QRegExp from qml autotestsLars Knoll2020-04-032-14/+0
* Implement support for property observersSimon Hausmann2020-04-031-0/+4
* Add support for binding directly to QProperty instancesSimon Hausmann2020-03-301-0/+7
* Enable conversion from QJSValues containing arrays to container typesFabian Kosmale2020-01-311-1/+1
* Compiler: Support >32k stack slotsUlf Hermann2019-12-051-0/+33065
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-1012-0/+158
|\
| * Be more fussy about the MakeDay() calculationEdward Welbourne2019-10-0812-0/+158
* | tst_qqmlecmascript: import QtQuick when using color propertiesUlf Hermann2019-10-011-0/+1
* | Allow semicolon after property declarationFabian Kosmale2019-09-031-0/+10
* | Support top level generator functionsFabian Kosmale2019-07-231-0/+22
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-041-0/+4
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-031-0/+4
| |\
| | * Fix bindings not being re-evaluated when changing context propertySimon Hausmann2019-07-011-0/+4
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-011-0/+60
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-281-0/+60
| |\|
| | * Fix thisObject when calling scope and context properties through lookupsUlf Hermann2019-06-261-0/+60
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-111-0/+14
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-261-0/+14
| |\|
| | * Fix lookups of properties in QML singletonsSimon Hausmann2019-05-211-0/+14
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-231-0/+20
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-191-0/+20
| |\|
| | * Don't crash when accessing invalid properties through QObjectWrapperUlf Hermann2019-04-181-0/+20
* | | Merge remote-tracking branch 'origin/5.13' into HEADUlf Hermann2019-03-221-0/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-211-0/+2
| |\|
| | * Implement dummy QML lookups for "global" variablesSimon Hausmann2019-03-201-0/+2
* | | Support QRegularExpression on the same level as QRegExpUlf Hermann2019-03-202-0/+14
|/ /
* / QML: Special case null as binding typeUlf Hermann2019-01-211-0/+7
|/
* Fix parsing of js files via Qt.include()Simon Hausmann2018-11-291-0/+5
* Add test for importing let/const variables from scriptsJüri Valdmann2018-10-227-0/+86
* Fix some of the finer details with regards to CompletionsLars Knoll2018-06-212-2/+2
* Ensure we read context properties before the global objectLars Knoll2018-06-172-0/+22
* Remove bindings that have no dependenciesSimon Hausmann2018-05-161-0/+9
* Isolate the different tests from each otherLars Knoll2018-05-1410-8/+8
* Throw type errors when attempting to mutate read-only sequence propertiesSimon Hausmann2018-05-021-0/+16
* Fix calling Qt.binding() on bound functionsLars Knoll2018-04-161-0/+34
* Fix JSON.stringify with sequence typesSimon Hausmann2018-04-161-0/+14
* Fix QML data structure version checking for ahead-of-time generated filesSimon Hausmann2018-03-201-1/+1