aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript
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-256-0/+118
* Use new QObjectPrivate connection mechanism in dynamic connectionsAndrei Golubev2021-01-213-0/+105
* QML engine: Fix writing function to property through aliasFabian Kosmale2021-01-182-0/+23
* Remove the qmake project filesFabian Kosmale2021-01-151-21/+0
* QML: Fix proxy iterationFabian Kosmale2020-12-172-0/+39
* tst_qqmlecmascript: Avoid memory leak on failureFabian Kosmale2020-12-031-3/+2
* QML engine: Fix binding setupFabian Kosmale2020-12-034-0/+33
* Fix crash when calling hasOwnProperty() on proxy objectRichard Weickelt2020-11-241-1/+30
* QML: Rewrite Qt object in actual C++Ulf Hermann2020-11-092-18/+17
* QQmlListProperty: Use qsizetype rather than int for sizesUlf Hermann2020-11-092-4/+4
* 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-043-0/+45
* Fix compiler warnings from testsVolker Hilsheimer2020-11-022-7/+7
* Update tests to use new metaType systemDavid Skoland2020-11-021-22/+21
* QML: Make date parsing more lenientFabian Kosmale2020-10-292-0/+13
* Fix QProperty property interaction with aliasesFabian Kosmale2020-10-122-0/+44
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-062-10/+10
* Handle QProperty inside bindingsFabian Kosmale2020-09-212-0/+17
* Fix additional warnings from usage of deprecated APIsVolker Hilsheimer2020-09-161-1/+1
* Adapt to changes in qtbaseUlf Hermann2020-09-151-0/+1
* Adjust to qtbase changesFabian Kosmale2020-09-043-12/+14
* Tests: pass QDate and QTime by value rather than const referenceEdward Welbourne2020-09-011-2/+2
* Remove deprecated QQmlListProperty constructorFabian Kosmale2020-08-311-2/+2
* Unify "variant" and "var" properties in QMLFabian Kosmale2020-08-244-320/+3
* Do not set QQmlPropertyBinding until we reach finalizeFabian Kosmale2020-08-124-3/+47
* Give a better score for methods with a convertable type when matchingAndy Shaw2020-07-033-0/+37
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-262-18/+18
* Drop special casing of QDateTime when setting valuesUlf Hermann2020-06-251-2/+2
* QQmlPropertyBinding: convert to correct typeFabian Kosmale2020-06-252-3/+3
* qqmlecmascript: modify test to return type which is actually unknownFabian Kosmale2020-06-231-1/+3
* 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-034-36/+0
* Implement support for property observersSimon Hausmann2020-04-032-0/+7
* 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-304-0/+35
* 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
* CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-172-4/+4
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-122-14/+38
|\
| * 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
| |\