aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
...
* Fix adding columns to TreeViewAntti Määttä2024-04-172-0/+29
* QQmlComponent::loadFromModule: Improve error handlingFabian Kosmale2024-04-171-0/+8
* DelegateChooser: React to changes of choice property (via QAIM)Fabian Kosmale2024-04-162-0/+115
* Improve error message for broken QML_SINGLETONCarl Schwan2024-04-151-21/+21
* qmltyperegistrar: Improve readability and performanceUlf Hermann2024-04-132-12/+12
* QtQml: Add a wrapper builtin for QQmlV4Function*Ulf Hermann2024-04-125-7/+7
* QmlCompiler: Allow coercion of lists to stringsUlf Hermann2024-04-113-0/+51
* QmlCompiler: Correctly mark side effects for list operationsUlf Hermann2024-04-113-0/+30
* qmlformat: Preserve up to 1 empty line between statementsLuca Di Sera2024-04-118-0/+15
* Correct license for test filesLucie Gérard2024-04-112-2/+2
* qmltc: Enforce basic required propertiesLuca Di Sera2024-04-095-3/+191
* ListModel: Treat QV4::Sequence and QV4::QmlListWrapper like arraysUlf Hermann2024-04-082-0/+187
* QmlCompiler: Handle scripts as type lookups on GetLookupUlf Hermann2024-04-054-0/+23
* QtQml: Add option to disambiguate resources for qmldir filesUlf Hermann2024-04-051-0/+3
* QtQml: Resolve generalized group properties during alias resolutionUlf Hermann2024-04-053-0/+151
* tst_qmltyperegistrar: Add missing autotool setup for plugin targetFabian Kosmale2024-04-051-0/+1
* qmllint: do not construct well known valuetypes from string (part 1)Sami Shalayel2024-04-056-3/+51
* qmllint: do not complain about JS typesSami Shalayel2024-04-053-0/+17
* QtQml: Discard events on engine shutdown rather than processing themUlf Hermann2024-04-052-0/+46
* V4: Don't call methods on nullptrUlf Hermann2024-04-051-0/+21
* tst_qqmlprofilerservice: Wait up to 30s for first frame of a windowUlf Hermann2024-04-041-1/+1
* Fix heap-buffer-overflow in ESTable::removeOliver Dawes2024-04-043-0/+65
* Tests: check that QFile::open succeedsGiuseppe D'Angelo2024-04-0410-14/+25
* Generate qmldir files for extra directories with QML filesUlf Hermann2024-04-035-5/+87
* QtQml: Resolve preferred paths before setQmldirContentUlf Hermann2024-04-036-1/+32
* Follow prefer directives in QML toolingUlf Hermann2024-04-038-0/+45
* QQmlJSImportVisitor mark required aliases as required in their scopeLuca Di Sera2024-04-022-0/+31
* Add unit test for QML_ELEMENT as Q_GADGET in a namespaceAndre Klitzing2024-03-301-0/+10
* QQmlListWrapper: Don't use QQmlListReference for virtualGetLength()Ulf Hermann2024-03-282-0/+20
* Fix namespace in namespace detection of a foreign typeAndre Klitzing2024-03-271-0/+11
* Fix wrong generation of Q_NAMESPACESAndre Klitzing2024-03-273-0/+38
* Engine: Handle grouped property bindings of non-registered typesFabian Kosmale2024-03-276-1/+122
* tst_qmllint: Do not require a GUIFabian Kosmale2024-03-261-1/+1
* QmlCompiler: Fix code for object literal generationUlf Hermann2024-03-262-0/+9
* Adapt to privatising of QPropertyBinding's ref countUlf Hermann2024-03-251-1/+1
* qmltyperegistrar: Clarify confusion about isCreatableUlf Hermann2024-03-222-0/+31
* Correct license for test filesLucie Gérard2024-03-221-1/+1
* qmltc: Support setting initial values for reference list propertiesLuca Di Sera2024-03-214-4/+84
* qmltc: Avoid overwriting initial propertiesLuca Di Sera2024-03-212-0/+4
* qmltc: Include headers for types that appear as the argument of a listLuca Di Sera2024-03-212-0/+11
* QQmlEngine: Set translationsDirectory in loadFromModuleOlivier De Cannière2024-03-2112-0/+207
* qqmljsscope: add ownEnumerationKey() helper methodSami Shalayel2024-03-212-0/+41
* QmlCompiler: Do not use QQmlEngine from current QML contextUlf Hermann2024-03-212-0/+17
* qmltyperegistrar: Restore QML.Root processingUlf Hermann2024-03-213-0/+27
* Deprecate QJSValue::isVariantFabian Kosmale2024-03-213-3/+7
* qmltc: Allow setting initial values when creating a compiled typeLuca Di Sera2024-03-204-0/+63
* QMLFormat | Support ESM formattingDmitrii Akshintsev2024-03-205-8/+151
* QmlCompiler: Correctly read various method attributes in qmltypesUlf Hermann2024-03-195-0/+37
* Handle more potential underlying typesFabian Kosmale2024-03-184-0/+64
* Fix enum class lookup on SingletonsFabian Kosmale2024-03-144-0/+37