aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data
Commit message (Expand)AuthorAgeFilesLines
* QQmlObjectCreator: Do not crash on read-only bindableUlf Hermann2023-01-061-0/+7
* qv4qobjectwrapper: return false on failed argument conversionSami Shalayel2022-12-161-0/+25
* Fix alias to inline component typeFabian Kosmale2022-09-081-0/+11
* V4: Mark InternalClass parents when running GCUlf Hermann2022-08-032-0/+42
* V4 Date: Support another nonstandard date format QDateTime has droppedUlf Hermann2022-02-161-0/+10
* qqmltypecompiler: Be conservative in enum optimizationFabian Kosmale2021-11-261-0/+3
* Handle function as default arguments in toplevel functionsFabian Kosmale2021-11-111-0/+8
* QQmlObjectCreator: Correctly remove overwritten bindingsFabian Kosmale2021-10-062-0/+17
* QQmlObjectCreator: Add scripts also to context of inline componentsFabian Kosmale2021-08-062-0/+15
* QV4::Heap::GeneratorObject: remove unused memberFabian Kosmale2021-08-021-0/+13
* Evaluate type assertions in QMLUlf Hermann2021-05-261-0/+19
* Clean up various QML test-case scriptsEdward Welbourne2021-05-2614-212/+209
* Report what failed in a QML test's JavaScriptEdward Welbourne2021-05-181-28/+114
* Actually test day of the week in test-case for day-of-week bugEdward Welbourne2021-05-182-6/+8
* Make QDate handling consistent in its use of UTCEdward Welbourne2021-05-1822-207/+148
* Make tst_qqmlecmascript::dateParse() more thoroughEdward Welbourne2021-05-111-0/+62
* Make a UTC time test more thorough and coherentEdward Welbourne2021-05-111-26/+58
* Apply constant binding removal optimization to QProperty bindingsFabian Kosmale2021-05-101-0/+8
* QQmlPropertyBinding: Call RESET every time binding evaluates to undefinedFabian Kosmale2021-04-222-0/+24
* QV4QObjectWrapper: Store the whole signalFabian Kosmale2021-04-011-0/+11
* QQmlPropertyBinding: handle resetFabian Kosmale2021-03-155-0/+30
* qv4generatorobject: Fix crash when creating new propertiesMaximilian Goldstein2021-03-081-0/+20
* QML engine: Handle const QObject pointer correctlyFabian Kosmale2021-03-012-0/+39
* QV4QObjectWrapper: handle bindable propertiesFabian Kosmale2021-02-191-0/+29
* 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