aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
...
* QtQml: Do not poison the type registry with unfinished enumsUlf Hermann2023-12-203-124/+88
* Long live incremental garbage collection in QML!Fabian Kosmale2023-12-202-3/+6
* QtQml: Hide warning about cyclic dependencies between singletonsUlf Hermann2023-12-151-3/+3
* QML: Use actual type for aliases of enum valuesUlf Hermann2023-12-051-9/+2
* QtQml: Drop the explicit ctor for QQmlScriptDataUlf Hermann2023-12-052-7/+2
* QML: Let IDs in outer context override bound components' propertiesUlf Hermann2023-12-042-6/+3
* Doc: Fix linking to Qt Qml moduleTopi Reinio2023-12-011-1/+1
* QQmlConnections: Allow connections to C++-defined methodsUlf Hermann2023-11-293-46/+95
* Doc: Fix \fn template arguments for Qt QmlTopi Reinio2023-11-271-2/+2
* Doc: Remove reference to string based constructors from "Qt Qml Type"Olivier De Cannière2023-11-271-2/+0
* Make builtins an actual moduleUlf Hermann2023-11-246-104/+34
* QtQml: Require that QML interfaces have an IIDUlf Hermann2023-11-191-1/+1
* Fix compiler warning in qqmlprivate.hAxel Spoerl2023-11-181-2/+2
* Remove all QML_DECLARE_TYPE from src and toolsUlf Hermann2023-11-182-4/+0
* QtQml: Have QtQml.Base formally import QMLUlf Hermann2023-11-174-22/+12
* QtQml: Allow multiple names for C++-based QML typesUlf Hermann2023-11-152-172/+252
* Consider the major version when registering singletonsAlexey Edelev2023-11-101-1/+1
* QML: Before processing deep aliases, remove pending bindingsUlf Hermann2023-11-092-12/+36
* QtQml: Fix some problems with deep aliasesUlf Hermann2023-11-092-34/+64
* Doc: Warn about slowness of createQmlObject()Ulf Hermann2023-11-041-1/+6
* QtQml: Clear the whole lookup in storeNameSloppy()Ulf Hermann2023-11-021-1/+1
* qqmlprivate.h: Fix BC issueFabian Kosmale2023-11-011-0/+3
* doc: Improve cross-references for value typesFabian Kosmale2023-11-011-0/+1
* Doc: Explicitly un-specify order of binding evaluationUlf Hermann2023-10-312-3/+22
* QQmlScriptString: Guard operator== against nullptrFabian Kosmale2023-10-311-1/+1
* Add pragma syntax to support translation contextLucie Gérard2023-10-261-0/+5
* Throw an exception in loadScopeObjectPropertyLookup when qmlScopeObject is nullDmitrii Akshintsev2023-10-241-0/+6
* QtQml: Do not gc objects stored in QML-declared list propertiesUlf Hermann2023-10-242-25/+76
* QtQml: Use array data for QmlListWrapper's "owned" modeUlf Hermann2023-10-242-13/+79
* QmlCompiler: Reject calls to one of multiple fuzzy overloadsUlf Hermann2023-10-231-2/+2
* qmltyperegistrar: Fix namespace registrationUlf Hermann2023-10-231-1/+3
* QQmlProxyMetaObject: Forward objectDestroyed to parentTor Arne Vestbø2023-10-202-0/+9
* QQmlEngine: Fix documentationUlf Hermann2023-10-201-21/+8
* QQmlFile: Add documentationUlf Hermann2023-10-202-34/+133
* QtQml: Don't unnecessarily detour through the CU to look up typesUlf Hermann2023-10-193-24/+10
* QtQml: Improve documentation of LoggingCategoryUlf Hermann2023-10-161-4/+24
* Improve documentation for incubators and incubation controllersUlf Hermann2023-10-121-12/+30
* QQmlProperty: Don't unnecessarily call QStringView::toString()Ulf Hermann2023-10-111-6/+5
* Fix regression on singletons where declared != actual typeFabian Kosmale2023-10-091-2/+19
* QtQml: Fix return type constructions when calling methodsUlf Hermann2023-10-073-21/+28
* QQAE:loadFromModule: Highlight the need for a proper moduleFabian Kosmale2023-10-061-0/+5
* Include what you need: <QPointer>Marc Mutz2023-10-067-0/+13
* QQmlObjectCreator: Don't crash when installing bindingsOlivier De Cannière2023-09-281-1/+3
* QML: Implement QObjectMethod::virtualCallWithMetaTypesUlf Hermann2023-09-282-7/+39
* QQmlPropertyCache: Make space for an extra flagUlf Hermann2023-09-283-35/+29
* Simplify QML singleton type registrationUlf Hermann2023-09-281-30/+19
* Qt QML Type: Specify types of some global propertiesIvan Tkachenko2023-09-191-2/+2
* QQmlApplication: Reuse second constructorIvan Tkachenko2023-09-191-11/+1
* Fix whitespace in diagnostics messageIvan Tkachenko2023-09-191-1/+1
* qml: use QSL lessAnton Kudryavtsev2023-09-151-1/+3