aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Better encapsulate QV4::ScriptUlf Hermann36 hours1-3/+3
* Tests: include QTest, not QtTestGiuseppe D'Angelo2025-04-151-1/+5
* tst_qqmlecmascript: remove Q_DECLARE_METATYPE for built-in typeThiago Macieira2025-02-221-1/+0
* Qml: Fix import order for certain name resolutionsOlivier De Cannière2025-01-241-1/+1
* ObjectCreator: Handle QQmlParserStatus for attached objectsFabian Kosmale2025-01-161-0/+15
* QObject: Suppress extra arguments on connectionsUlf Hermann2024-12-191-4/+2
* tst_qqmlecmascript: Test conversion via QSequentialIterableFabian Kosmale2024-12-181-0/+14
* QtQml: Avoid potential gc issuesFabian Kosmale2024-12-181-1/+1
* Verify fixed interaction between inline components and deferred bindingsFabian Kosmale2024-12-041-0/+14
* Engine: Keep script context aliveFabian Kosmale2024-11-011-1/+16
* QQmlContextData: Don't expose PersistentValue in imported scripts APIFabian Kosmale2024-11-011-1/+1
* Tweak error message about non bindable propertiesAlbert Astals Cid2024-09-051-3/+3
* Improve binding loop warning messageMitch Curtis2024-09-041-1/+3
* tst_qqmlecmascript: fix build with no widgetsVladimir Belyavsky2024-08-081-2/+2
* QML: Allow conversion between different list typesUlf Hermann2024-07-031-2/+1
* Fix Proxy / QV4::Lookup interactionFabian Kosmale2024-06-171-0/+12
* Tests: Avoid some warningsUlf Hermann2024-06-111-1/+1
* 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