aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript
Commit message (Expand)AuthorAgeFilesLines
* Port Q_{ENUMS,FLAGS} to Q_{ENUM,FLAG}Ahmad Samir9 days1-11/+12
* QQmlValueTypeWrapper: Mark as dirty if gadgetPtr goes awayFabian Kosmale2025-10-282-0/+42
* V4 Date: Support more nonstandard date formatsSami Shalayel2025-10-211-0/+8
* tst_qqmlecmascript: add data test for date parsingSami Shalayel2025-10-213-13/+37
* QtQml: Fix instanceof for URL and URLSearchParamsUlf Hermann2025-10-131-0/+31
* QML: Preserve return type annotation for function expressionsLuca Di Sera2025-09-183-0/+43
* tst_qqmlecmascript: Remove Q_EXPECT_FAIL for binding refusing updateUlf Hermann2025-09-181-1/+0
* Binding: Avoid inconsistent state transitionFabian Kosmale2025-09-032-0/+31
* JIT: Always zero out the accumulator when an exception is thrownLuca Di Sera2025-07-112-0/+62
* QtQml: Fix leftovers from V8Ulf Hermann2025-07-111-5/+5
* QtQml: Better encapsulate QV4::ScriptUlf Hermann2025-06-051-3/+3
* Tests: include QTest, not QtTestGiuseppe D'Angelo2025-04-151-1/+5
* ObjectCreator: Fix memory corruptionFabian Kosmale2025-02-251-0/+24
* tst_qqmlecmascript: remove Q_DECLARE_METATYPE for built-in typeThiago Macieira2025-02-221-1/+0
* Silence compiler warningMatthias Rauter2025-01-291-2/+2
* Qml: Fix import order for certain name resolutionsOlivier De Cannière2025-01-241-1/+1
* ObjectCreator: Handle QQmlParserStatus for attached objectsFabian Kosmale2025-01-163-1/+36
* 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-044-1/+35
* QObject: implement the ### Qt7 for dynamicMetaObject()Thiago Macieira2024-11-141-0/+7
* Engine: Keep script context aliveFabian Kosmale2024-11-014-1/+47
* QQmlContextData: Don't expose PersistentValue in imported scripts APIFabian Kosmale2024-11-011-1/+1
* Add Qt::Qml before Qt::QmlPrivate to auto testsKarim Pinter2024-10-221-0/+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-032-3/+2
* Fix Proxy / QV4::Lookup interactionFabian Kosmale2024-06-172-0/+41
* Tests: Avoid some warningsUlf Hermann2024-06-111-1/+1
* QtQml: Add a wrapper builtin for QQmlV4Function*Ulf Hermann2024-04-122-3/+3
* QV4 garbage collection: Allocate white during gc runFabian Kosmale2024-03-051-5/+2
* Correct license for test filesLucie Gérard2024-02-277-7/+7
* QtQml: Do not call signal handlers on half-deleted objectsUlf Hermann2024-01-172-0/+54
* Prepare tests for upcoming incremental gcFabian Kosmale2023-11-226-47/+22
* Detect slot object if explicitly providedFabian Kosmale2023-11-155-0/+203
* QQmlProxyMetaObject: Forward objectDestroyed to parentTor Arne Vestbø2023-10-203-0/+79
* Fix regression on singletons where declared != actual typeFabian Kosmale2023-10-094-0/+59
* Remove remaining foreach in qml testsUlf Hermann2023-08-222-5/+1
* Mark the module as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-172-0/+5
* Replace signal name manipulations with QQmlSignalNamesSami Shalayel2023-08-154-38/+14
* QQmlPropertyBinding: Correctly link observers after undefined valued bindingFabian Kosmale2023-07-283-0/+26
* Tweak a test to produce clearer output on invalid DateEdward Welbourne2023-07-261-1/+5
* QML: When marking a QObjectWrapper, also mark its const counterpartUlf Hermann2023-07-262-0/+54
* CMake: Make qml tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* QML: Un-specialcase QStringList and QVariantList conversionUlf Hermann2023-06-304-1/+26
* tst_qqmlecmascript: Increase animation duration for reset testUlf Hermann2023-06-301-1/+1
* QQmlPropertyBinding: Do re-attach observer after handling undefinedUlf Hermann2023-06-282-0/+32
* ListProperty: Document faulty index-assignment on gadget list propertiesOlivier De Cannière2023-06-164-2/+98