aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* QQmlObjectCreator: Add scripts also to context of inline componentsFabian Kosmale2021-08-051-0/+11
* QV4::Heap::GeneratorObject: remove unused memberFabian Kosmale2021-08-021-0/+10
* Use QV4::Scope::hasException() where applicableUlf Hermann2021-06-301-6/+6
* Evaluate type assertions in QMLUlf Hermann2021-05-261-0/+28
* Make QDate handling consistent in its use of UTCEdward Welbourne2021-05-181-27/+19
* Make tst_qqmlecmascript::dateParse() more thoroughEdward Welbourne2021-05-111-0/+5
* Make a UTC time test more thorough and coherentEdward Welbourne2021-05-111-2/+3
* Clean up tst_qqmlecmascript: don't leak on failureEdward Welbourne2021-05-111-1147/+933
* Apply constant binding removal optimization to QProperty bindingsFabian Kosmale2021-05-101-0/+8
* QQmlPropertyBinding: Call RESET every time binding evaluates to undefinedFabian Kosmale2021-04-221-0/+36
* Adjust to QProperty using eager evaluationFabian Kosmale2021-04-191-2/+2
* Implement optional chainingMaximilian Goldstein2021-04-131-0/+87
* Adjust to QObjectCompatProperty API changesFabian Kosmale2021-04-081-3/+3
* QV4QObjectWrapper: Store the whole signalFabian Kosmale2021-04-011-0/+8
* QV4::Engine::toVariant: Use metatype instead of metatype idFabian Kosmale2021-03-251-1/+1
* Clean up JSCallData setupUlf Hermann2021-03-171-9/+9
* QQmlPropertyBinding: handle resetFabian Kosmale2021-03-151-0/+80
* qv4generatorobject: Fix crash when creating new propertiesMaximilian Goldstein2021-03-081-0/+16
* QML engine: Handle const QObject pointer correctlyFabian Kosmale2021-03-011-0/+32
* Fix some "can be marked override" warningsAndreas Buhr2021-02-231-1/+1
* QV4QObjectWrapper: handle bindable propertiesFabian Kosmale2021-02-191-0/+19
* tst_qqmlecmascript: Adjust to QObjectCompatProperty change in qtbaseFabian Kosmale2021-02-011-2/+2
* V4: Store instruction pointer before CmpInUlf Hermann2021-01-271-0/+13
* QQmlPropertyBinding: improve error reportingFabian Kosmale2021-01-251-0/+75
* Use new QObjectPrivate connection mechanism in dynamic connectionsAndrei Golubev2021-01-211-0/+40
* QML engine: Fix writing function to property through aliasFabian Kosmale2021-01-181-0/+14
* QML: Fix proxy iterationFabian Kosmale2020-12-171-0/+10
* tst_qqmlecmascript: Avoid memory leak on failureFabian Kosmale2020-12-031-3/+2
* QML engine: Fix binding setupFabian Kosmale2020-12-031-0/+14
* Fix crash when calling hasOwnProperty() on proxy objectRichard Weickelt2020-11-241-1/+30
* QML: Rewrite Qt object in actual C++Ulf Hermann2020-11-091-18/+16
* V4: Prevent heap objects from getting immediately swept by GCUlf Hermann2020-11-061-1/+4
* QML engine: fix conversion scores for sequences in CallOverloadedFabian Kosmale2020-11-041-0/+14
* Fix compiler warnings from testsVolker Hilsheimer2020-11-021-5/+5
* Update tests to use new metaType systemDavid Skoland2020-11-021-22/+21
* QML: Make date parsing more lenientFabian Kosmale2020-10-291-0/+3
* Fix QProperty property interaction with aliasesFabian Kosmale2020-10-121-0/+37
* Handle QProperty inside bindingsFabian Kosmale2020-09-211-0/+12
* Fix additional warnings from usage of deprecated APIsVolker Hilsheimer2020-09-161-1/+1
* Adjust to qtbase changesFabian Kosmale2020-09-041-8/+9
* Unify "variant" and "var" properties in QMLFabian Kosmale2020-08-241-115/+1
* Do not set QQmlPropertyBinding until we reach finalizeFabian Kosmale2020-08-121-3/+15
* Give a better score for methods with a convertable type when matchingAndy Shaw2020-07-031-0/+14
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-261-1/+1
* Drop special casing of QDateTime when setting valuesUlf Hermann2020-06-251-2/+2
* QQmlPropertyBinding: convert to correct typeFabian Kosmale2020-06-251-1/+1
* tst_qqmlecmascript: QList is now QList again (not QVector)Fabian Kosmale2020-06-231-1/+1
* Do not resolve URLs when assigning them to a propertyUlf Hermann2020-06-221-6/+6
* Adapt test to QMetaMethod changeFabian Kosmale2020-06-041-0/+1
* Implement URLSearchParamsMaximilian Goldstein2020-05-061-0/+59