aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/testtypes.h
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Add a wrapper builtin for QQmlV4Function*Ulf Hermann2024-04-121-2/+2
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* QQmlProxyMetaObject: Forward objectDestroyed to parentTor Arne Vestbø2023-10-201-0/+49
* Fix regression on singletons where declared != actual typeFabian Kosmale2023-10-091-0/+37
* QML: Un-specialcase QStringList and QVariantList conversionUlf Hermann2023-06-301-0/+5
* ListProperty: Document faulty index-assignment on gadget list propertiesOlivier De Cannière2023-06-161-0/+29
* QML: Fix overload resolution for QObject* typesUlf Hermann2023-06-091-11/+45
* Fix reset support for value typesFabian Kosmale2023-05-121-0/+35
* QQmlObjectCreator: Do not crash on read-only bindableUlf Hermann2023-01-051-0/+19
* Route Qt::TimeSpec usage via QTimeZoneEdward Welbourne2022-12-111-1/+2
* qv4qobjectwrapper: return false on failed argument conversionSami Shalayel2022-12-021-0/+25
* V4: Make ExecutionEngine::toVariant() staticUlf Hermann2022-09-201-1/+1
* QML engine: Let string match QUrl during overload resolutionFabian Kosmale2022-07-121-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* Allow ImmediatePropertyNames in addition to DeferredPropertyNamesUlf Hermann2021-10-281-0/+52
* QV4::QObjectWrapper: Improve overload resolutionUlf Hermann2021-10-211-0/+20
* Replace 0 pointer constants with nullptrAllan Sandfeld Jensen2021-10-181-14/+14
* tst_qqmlecmascript: Test that deferred names gets overwrittenMaximilian Goldstein2021-08-311-0/+6
* tst_qqmlecmascript: Check that parent can defer child class propertiesFabian Kosmale2021-08-261-0/+26
* tst_qqmlecmascript: Test that it is possible to defer parent propertiesFabian Kosmale2021-08-251-0/+26
* QQmlPropertyBinding: Call RESET every time binding evaluates to undefinedFabian Kosmale2021-04-221-1/+10
* QV4QObjectWrapper: Store the whole signalFabian Kosmale2021-04-011-0/+14
* QQmlPropertyBinding: handle resetFabian Kosmale2021-03-151-1/+20
* Fix some "can be marked override" warningsAndreas Buhr2021-02-231-2/+2
* QV4QObjectWrapper: handle bindable propertiesFabian Kosmale2021-02-191-0/+24
* QML engine: Fix binding setupFabian Kosmale2020-12-031-0/+3
* QQmlListProperty: Use qsizetype rather than int for sizesUlf Hermann2020-11-091-2/+2
* QML engine: fix conversion scores for sequences in CallOverloadedFabian Kosmale2020-11-041-0/+21
* Fix compiler warnings from testsVolker Hilsheimer2020-11-021-2/+2
* Adapt to changes in qtbaseUlf Hermann2020-09-151-0/+1
* Adjust to qtbase changesFabian Kosmale2020-09-041-3/+4
* 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
* Do not set QQmlPropertyBinding until we reach finalizeFabian Kosmale2020-08-121-0/+9
* Give a better score for methods with a convertable type when matchingAndy Shaw2020-07-031-0/+14
* QQmlPropertyBinding: convert to correct typeFabian Kosmale2020-06-251-2/+2
* qqmlecmascript: modify test to return type which is actually unknownFabian Kosmale2020-06-231-1/+3
* Remove QRegExp from qml autotestsLars Knoll2020-04-031-5/+0
* Add support for binding directly to QProperty instancesSimon Hausmann2020-03-301-0/+9
* Don't use deprecated QMatrix class anymoreJarek Kobus2020-01-171-1/+0
* tst_qqmlecmascript: Don't leak created objectsUlf Hermann2019-10-011-5/+3
* Remove unused includes of qv8engine_p.hUlf Hermann2019-04-091-1/+0
* Fix deprecation warnings about QVariant APIFriedemann Kleint2019-04-081-4/+4
* Support QRegularExpression on the same level as QRegExpUlf Hermann2019-03-201-0/+9
* QtDeclarative: replace deprecated functionsChristian Ehrlicher2019-03-041-1/+1
* Property Cache: Use related meta objects to check for "enums"Ulf Hermann2019-01-041-1/+0
* Tests: Add a ctor to MyQmlObject::MyType to mark it as complexUlf Hermann2018-12-211-0/+1
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-121-1/+2
|\
| * Fix exposure of -1 as enum value in QML exposed C++ singletonsSimon Hausmann2018-01-311-1/+2
* | Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-7/+0
|/