aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-02-274-4/+4
* QtQml: Do not call signal handlers on half-deleted objectsUlf Hermann2024-01-171-0/+36
* Prepare tests for upcoming incremental gcFabian Kosmale2023-11-224-4/+0
* Detect slot object if explicitly providedFabian Kosmale2023-11-154-0/+91
* Fix regression on singletons where declared != actual typeFabian Kosmale2023-10-091-0/+6
* Replace signal name manipulations with QQmlSignalNamesSami Shalayel2023-08-153-24/+13
* QQmlPropertyBinding: Correctly link observers after undefined valued bindingFabian Kosmale2023-07-281-0/+8
* 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-261-0/+30
* QML: Un-specialcase QStringList and QVariantList conversionUlf Hermann2023-06-301-0/+2
* tst_qqmlecmascript: Increase animation duration for reset testUlf Hermann2023-06-301-1/+1
* QQmlPropertyBinding: Do re-attach observer after handling undefinedUlf Hermann2023-06-281-0/+20
* ListProperty: Document faulty index-assignment on gadget list propertiesOlivier De Cannière2023-06-161-0/+18
* QML: Fix overload resolution for QObject* typesUlf Hermann2023-06-091-0/+12
* Fix reset support for value typesFabian Kosmale2023-05-121-0/+9
* QQmlObjectCreator: Do not crash on read-only bindableUlf Hermann2023-01-051-0/+7
* QmlObjectCreator: play nice with grouped propertiesFabian Kosmale2022-12-151-0/+36
* qv4qobjectwrapper: return false on failed argument conversionSami Shalayel2022-12-021-0/+25
* Introduce type based overload of Qt.createComponentFabian Kosmale2022-11-281-0/+48
* Fix alias to inline component typeFabian Kosmale2022-09-081-0/+11
* Qml: Allow const and non-const QObjectWrappers to coexistUlf Hermann2022-09-071-0/+19
* Engine: Fix handling of attached objects in function callsFabian Kosmale2022-09-022-0/+17
* Integrate property binding evaluation fix from qtbaseFabian Kosmale2022-09-011-0/+19
* V4: Mark InternalClass parents when running GCUlf Hermann2022-08-032-0/+42
* Fix array-like methods on V4 sequencesUlf Hermann2022-07-191-4/+8
* Use SPDX license identifiersLucie Gérard2022-06-113-125/+6
* V4 Date: Support another nonstandard date format QDateTime has droppedUlf Hermann2022-02-031-0/+10
* Rename "Basic Types" to "Value Types"Ulf Hermann2022-01-212-0/+0
* Fix license of tests from LGPL3 to GPL-EXCEPTKai Köhne2021-11-291-17/+9
* qqmltypecompiler: Be conservative in enum optimizationFabian Kosmale2021-11-261-0/+3
* Handle function as default arguments in toplevel functionsFabian Kosmale2021-11-101-0/+8
* Allow ImmediatePropertyNames in addition to DeferredPropertyNamesUlf Hermann2021-10-285-0/+28
* QQmlObjectCreator: Correctly remove overwritten bindingsFabian Kosmale2021-10-052-0/+17
* 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/+6
* tst_qqmlecmascript: Test that it is possible to defer parent propertiesFabian Kosmale2021-08-251-0/+6
* QQmlObjectCreator: Add scripts also to context of inline componentsFabian Kosmale2021-08-052-0/+15
* QV4::Heap::GeneratorObject: remove unused memberFabian Kosmale2021-08-021-0/+13
* Evaluate type assertions in QMLUlf Hermann2021-05-261-0/+19
* Clean up various QML test-case scriptsEdward Welbourne2021-05-2614-212/+209
* Report what failed in a QML test's JavaScriptEdward Welbourne2021-05-181-28/+114
* Actually test day of the week in test-case for day-of-week bugEdward Welbourne2021-05-182-6/+8
* Make QDate handling consistent in its use of UTCEdward Welbourne2021-05-1822-207/+148
* Make tst_qqmlecmascript::dateParse() more thoroughEdward Welbourne2021-05-111-0/+62
* Make a UTC time test more thorough and coherentEdward Welbourne2021-05-111-26/+58
* Apply constant binding removal optimization to QProperty bindingsFabian Kosmale2021-05-101-0/+8
* QQmlPropertyBinding: Call RESET every time binding evaluates to undefinedFabian Kosmale2021-04-222-0/+24
* QV4QObjectWrapper: Store the whole signalFabian Kosmale2021-04-011-0/+11
* QQmlPropertyBinding: handle resetFabian Kosmale2021-03-155-0/+30
* qv4generatorobject: Fix crash when creating new propertiesMaximilian Goldstein2021-03-081-0/+20