aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp
Commit message (Expand)AuthorAgeFilesLines
* QV4 garbage collection: Allocate white during gc runFabian Kosmale2024-03-051-5/+2
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* QtQml: Do not call signal handlers on half-deleted objectsUlf Hermann2024-01-171-0/+18
* Prepare tests for upcoming incremental gcFabian Kosmale2023-11-221-40/+20
* Detect slot object if explicitly providedFabian Kosmale2023-11-151-0/+112
* QQmlProxyMetaObject: Forward objectDestroyed to parentTor Arne Vestbø2023-10-201-0/+25
* Fix regression on singletons where declared != actual typeFabian Kosmale2023-10-091-0/+14
* Replace signal name manipulations with QQmlSignalNamesSami Shalayel2023-08-151-14/+1
* QQmlPropertyBinding: Correctly link observers after undefined valued bindingFabian Kosmale2023-07-281-0/+17
* QML: When marking a QObjectWrapper, also mark its const counterpartUlf Hermann2023-07-261-0/+24
* QML: Un-specialcase QStringList and QVariantList conversionUlf Hermann2023-06-301-1/+7
* QQmlPropertyBinding: Do re-attach observer after handling undefinedUlf Hermann2023-06-281-0/+12
* ListProperty: Document faulty index-assignment on gadget list propertiesOlivier De Cannière2023-06-161-2/+24
* QML: Fix overload resolution for QObject* typesUlf Hermann2023-06-091-0/+32
* Disable flaky test in tst_qqmlecmascriptUlf Hermann2023-06-051-5/+8
* Fix reset support for value typesFabian Kosmale2023-05-121-0/+16
* QQmlObjectCreator: Do not crash on read-only bindableUlf Hermann2023-01-051-0/+18
* QmlObjectCreator: play nice with grouped propertiesFabian Kosmale2022-12-151-0/+13
* Route Qt::TimeSpec usage via QTimeZoneEdward Welbourne2022-12-111-20/+26
* qv4qobjectwrapper: return false on failed argument conversionSami Shalayel2022-12-021-0/+77
* Introduce type based overload of Qt.createComponentFabian Kosmale2022-11-281-2/+2
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-131-82/+82
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* Port from container::count() and length() to size()Marc Mutz2022-10-071-16/+16
* V4: Make ExecutionEngine::toVariant() staticUlf Hermann2022-09-201-1/+1
* Fix alias to inline component typeFabian Kosmale2022-09-081-0/+19
* Qml: Allow const and non-const QObjectWrappers to coexistUlf Hermann2022-09-071-5/+56
* Engine: Fix handling of attached objects in function callsFabian Kosmale2022-09-021-0/+20
* Integrate property binding evaluation fix from qtbaseFabian Kosmale2022-09-011-0/+23
* V4: Mark InternalClass parents when running GCUlf Hermann2022-08-031-0/+11
* Fix array-like methods on V4 sequencesUlf Hermann2022-07-191-6/+8
* UrlObject: Add colon after schemeLeticia Valladares2022-07-141-4/+56
* QML engine: Let string match QUrl during overload resolutionFabian Kosmale2022-07-121-0/+14
* Use SPDX license identifiersLucie Gérard2022-06-111-28/+3
* Replace uses of deprecated _qs with _s/QStringLiteralSona Kurazyan2022-04-291-1/+3
* Generalize QQmlAbstractBinding::isValueTypeProxy()Ulf Hermann2022-04-251-1/+1
* V4 Date: Support another nonstandard date format QDateTime has droppedUlf Hermann2022-02-031-0/+3
* Rename "Basic Types" to "Value Types"Ulf Hermann2022-01-211-4/+4
* qqmltypecompiler: Be conservative in enum optimizationFabian Kosmale2021-11-261-0/+1
* QML/JS: Reject yield expression not directly in generator functionsFabian Kosmale2021-11-181-0/+14
* Handle function as default arguments in toplevel functionsFabian Kosmale2021-11-101-0/+11
* Allow ImmediatePropertyNames in addition to DeferredPropertyNamesUlf Hermann2021-10-281-0/+56
* QV4::QObjectWrapper: Improve overload resolutionUlf Hermann2021-10-211-0/+41
* Fix autotest private API part compilation for INTEGRITYTatiana Borisova2021-10-111-0/+4
* QQmlObjectCreator: Correctly remove overwritten bindingsFabian Kosmale2021-10-051-0/+10
* Fix scoping of JavaScript function namesUlf Hermann2021-09-291-0/+76
* Consolidate test helpers into private librariesMitch Curtis2021-09-131-2/+10
* tst_qqmlecmascript: Test that deferred names gets overwrittenMaximilian Goldstein2021-08-311-0/+12
* tst_qqmlecmascript: Check that parent can defer child class propertiesFabian Kosmale2021-08-261-0/+15
* tst_qqmlecmascript: Test that it is possible to defer parent propertiesFabian Kosmale2021-08-251-0/+14