aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript
Commit message (Expand)AuthorAgeFilesLines
* 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
* QML: Fix overload resolution for QObject* typesUlf Hermann2023-06-093-11/+89
* Disable flaky test in tst_qqmlecmascriptUlf Hermann2023-06-051-5/+8
* Fix reset support for value typesFabian Kosmale2023-05-124-0/+61
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* QQmlObjectCreator: Do not crash on read-only bindableUlf Hermann2023-01-054-0/+45
* QmlObjectCreator: play nice with grouped propertiesFabian Kosmale2022-12-152-0/+49
* Route Qt::TimeSpec usage via QTimeZoneEdward Welbourne2022-12-112-21/+28
* qv4qobjectwrapper: return false on failed argument conversionSami Shalayel2022-12-023-0/+127
* Introduce type based overload of Qt.createComponentFabian Kosmale2022-11-282-2/+50
* 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-072-17/+17
* V4: Make ExecutionEngine::toVariant() staticUlf Hermann2022-09-202-2/+2
* Fix alias to inline component typeFabian Kosmale2022-09-082-0/+30
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* Qml: Allow const and non-const QObjectWrappers to coexistUlf Hermann2022-09-072-5/+75
* V4: Account for the guard pages when allocating stack spaceUlf Hermann2022-09-071-2/+0
* Engine: Fix handling of attached objects in function callsFabian Kosmale2022-09-023-0/+37
* Integrate property binding evaluation fix from qtbaseFabian Kosmale2022-09-012-0/+42
* V4: Mark InternalClass parents when running GCUlf Hermann2022-08-033-0/+53
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-2/+2
* Fix array-like methods on V4 sequencesUlf Hermann2022-07-192-10/+16
* UrlObject: Add colon after schemeLeticia Valladares2022-07-141-4/+56
* QML engine: Let string match QUrl during overload resolutionFabian Kosmale2022-07-122-0/+17
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-116-207/+13
* 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-032-0/+13
* Rename "Basic Types" to "Value Types"Ulf Hermann2022-01-213-4/+4
* Fix license of tests from LGPL3 to GPL-EXCEPTKai Köhne2021-11-291-17/+9