aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement URL objectMaximilian Goldstein2020-04-081-0/+191
* Remove QRegExp from qml autotestsLars Knoll2020-04-031-17/+0
* Implement support for property observersSimon Hausmann2020-04-031-0/+3
* Throw an error if an incompatible parameter is passed to a C++ functionMaximilian Goldstein2020-04-021-24/+18
* Warn if too many parameters are passed to a C++ functionMaximilian Goldstein2020-04-011-0/+4
* Add support for binding directly to QProperty instancesSimon Hausmann2020-03-301-0/+17
* Encapsulate QQmlContextDataUlf Hermann2020-03-231-29/+29
* QQmlPropertyCache: Avoid costly string comparisonFabian Kosmale2020-03-181-13/+5
* Store a QV4::ReturnedValue in QJSValueUlf Hermann2020-03-181-2/+5
* Also support partly specified versions in JS .importsUlf Hermann2020-03-181-3/+3
* Remove parts of sequence type testFabian Kosmale2020-03-091-7/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-091-1/+1
|\
| * Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-03-021-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-171-5/+35
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-061-5/+4
| |\
| | * Enable conversion from QJSValues containing arrays to container typesFabian Kosmale2020-01-311-5/+4
| * | QV4: Handle value tyes in sameValue algorithmFabian Kosmale2020-02-041-0/+31
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-141-0/+49
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-091-0/+49
| |\|
| | * QV4MM: Fix crash caused by MarkStack overflowFabian Kosmale2020-01-071-0/+49
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-121-0/+13
|\| |