aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Allow internal types in nested directories of QML modulesUlf Hermann2026-06-0516-3/+41
* Fix instanceof for composite types in multi-engine environmentsUlf Hermann2026-05-213-0/+23
* Really fix default alias property after alias sortingFabian Kosmale2026-05-181-0/+14
* QQmlVMEMetaObject: Guard against null target in deep alias tryConnectUlf Hermann2026-04-151-0/+15
* QtQml: Don't crash when trying to remove a binding from an ID aliasUlf Hermann2026-03-063-0/+26
* Fix default alias property after alias sortingFabian Kosmale2026-03-041-0/+16
* QtQml: Resolve deep aliases via property type, not just bindingsUlf Hermann2026-03-042-0/+22
* QtQml: Fix property cache ordering and alias-to-alias resolutionUlf Hermann2026-02-233-0/+22
* QtQml: Be more lenient when checking assignability to listsUlf Hermann2026-02-131-0/+16
* QtQml: Do not instantiate components with missing required propertiesUlf Hermann2026-01-151-0/+4
* QtQml: Do not load resolved CompilationUnits from other enginesUlf Hermann2025-12-153-0/+16
* tst_qqmllanguage: Don't pollute the source directoryOlivier De Cannière2025-11-218-0/+0
* JSRuntime: Don't immediately connect reference objectsOlivier De Cannière2025-11-131-3/+4
* QtQml: Augment the "is not a type" warning for unspecialized listsOlivier De Cannière2025-10-201-0/+5
* QtQml: Unify messages about cyclic aliasesUlf Hermann2025-10-142-2/+2
* QtQml: Fix resolution of aliases to local aliasesUlf Hermann2025-10-131-1/+1
* QtQml: Use QQmlStringConverters to create QColor from stringsUlf Hermann2025-10-131-0/+7
* QtQml: Optimize a few more methods of QV4::SequenceUlf Hermann2025-09-053-1/+251
* QtQml: Store detached Sequence objects on the JS heapUlf Hermann2025-09-021-1/+7
* QtQml: Deduplicate enum handling in QtObject and clean up APIOlivier De Cannière2025-08-113-12/+43
* Improve error message for invalid import qualifierDheerendra Purohit2025-08-082-2/+2
* QtQml: Fix code to assign lists to list propertiesUlf Hermann2025-07-281-0/+16
* QtQml: Look for existing imports even without redirectionUlf Hermann2025-07-111-1/+0
* QQmlTypeLoader: Re-implement fileExists using QDir and QDirListingUlf Hermann2025-07-072-2/+0
* Improve "Cannot assign object to list property" error messageMitch Curtis2025-06-123-2/+7
* Qml: Warn about using enums as type annotations in functionsOlivier De Cannière2025-06-101-0/+23
* QtQml: Do not store type references for propertiesUlf Hermann2025-06-065-3/+13
* Qml: Add key <-> string helpers to Qml enumsOlivier De Cannière2025-05-313-0/+83
* Qml: Allow accessing unscoped enums values as <Component>.<Enum>.<Key>Olivier De Cannière2025-05-311-0/+22
* QtQml: Check more thoroughly for equal types when adding referencesUlf Hermann2025-05-262-0/+14
* QtQml: Do not add null property caches to compilation unitsUlf Hermann2025-05-242-0/+10
* QtQml: Do not check revisions when resolving aliasesUlf Hermann2025-04-301-0/+9
* Avoid incorrect access to arguments in signal bindings to arrow functionsLuca Di Sera2025-04-096-0/+114
* QtQml: Don't use bindables for bindings on value type aliasesUlf Hermann2025-03-241-2/+11
* QtQml: Ignore value type property bindability when setting aliasesUlf Hermann2025-03-141-0/+12
* QML: Add final property attributeOlivier De Cannière2025-03-062-0/+11
* QtQml: Support url and date in 'instanceof' and 'as'Ulf Hermann2025-02-281-0/+4
* Avoid a memory leak in ReferenceObject::initLuca Di Sera2025-02-262-0/+16
* Avoid unnecessary read-backs on ReferenceObjectsLuca Di Sera2025-02-059-0/+179
* Enable read-backs for DateObjectLuca Di Sera2025-02-0530-0/+540
* qmlformat: Accept `from` as an identifierOlivier De Cannière2025-02-031-0/+14
* Qml: Fix import order for certain name resolutionsOlivier De Cannière2025-01-244-0/+42
* QQmlTypeLoader: Allow qmldir-listed scripts to import themselvesUlf Hermann2025-01-194-0/+24
* QtQml: Compare before assigning to var propertiesUlf Hermann2024-12-201-0/+8
* Implement read/write-backs for QVariantMap and QVariantHashLuca Di Sera2024-12-0110-0/+212
* QtQml: Require VME MetaObjects for types with inline componentsUlf Hermann2024-11-261-0/+26
* QQmlProperty: Don't clear toplevel binding bit for value type bindingsUlf Hermann2024-10-202-0/+13
* QtQml: Decouple JavaScript library CUs from enginesUlf Hermann2024-09-202-0/+8
* QtQml: Re-use memory-cached compilation units across enginesUlf Hermann2024-09-113-0/+25
* QML: Allow type annotations for all functions in QML modeUlf Hermann2024-08-091-0/+6