aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqml.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow type conversions in storeNameSloppy()Ulf Hermann2021-09-071-2/+13
* Check setter == setLookup when retrieving lookup metatypeUlf Hermann2021-09-071-1/+2
* Allow AOT functions to signal an undefined result via the contextUlf Hermann2021-06-161-0/+7
* Fix AOT-lookup of values in value typesUlf Hermann2021-06-141-2/+2
* Handle half-deleted scope objects in AOT lookupsUlf Hermann2021-06-141-4/+9
* Handle objects without QQmlData and objects being deleted in AOT lookupsUlf Hermann2021-06-121-16/+81
* Add QML_EXTRA_VERSION for adding extra QML versionsFabian Kosmale2021-06-021-4/+9
* Resolve chicken/egg problem when initializing AOT lookupsUlf Hermann2021-05-181-2/+6
* Accept any QQmlListProperty in place of another as AOT lookup resultUlf Hermann2021-05-181-1/+4
* Accept QObject* base classes as types for results of AOT lookupsUlf Hermann2021-05-181-1/+26
* Require intended types for setting up AOT lookupsUlf Hermann2021-05-181-38/+66
* Be more lenient about property caches when doing AOT lookupsUlf Hermann2021-05-171-4/+12
* Provide an AOT variant of StoreNameSloppyUlf Hermann2021-05-031-0/+13
* Remove caching of recursive AOT context lookupsUlf Hermann2021-04-301-25/+24
* Redesign the AOT lookupsUlf Hermann2021-04-301-205/+449
* Drop further sanity checks from AOT lookupsUlf Hermann2021-04-231-14/+13
* Provide optimized AOT lookups for value type propertiesUlf Hermann2021-04-231-0/+30
* Further optimize various AOT lookupsUlf Hermann2021-04-231-29/+55
* Provide optimized variant of QmlContextPropertyLookup for AOTUlf Hermann2021-04-221-0/+15
* Optimize property capture for known property cachesUlf Hermann2021-04-191-17/+12
* Don't pre-resolve the QQmlContext for AOT functionsUlf Hermann2021-04-191-4/+8
* Do not throw an exception in the optimized AOT lookup pathUlf Hermann2021-03-311-5/+1
* Optimize some common lookups for AOT compiled codeUlf Hermann2021-03-291-0/+67
* Allow a bare lookup capture, without executing the lookupUlf Hermann2021-03-291-0/+51
* Expose lookups to AOT compiled functionsUlf Hermann2021-03-231-0/+104
* Add some documentation for deferred propertiesFabian Kosmale2021-03-171-0/+13
* QQmlPrivate: Check for frame before setting instruction pointerUlf Hermann2021-02-261-1/+2
* Move implementation of functions declared in qqml.h into qqml.cppUlf Hermann2021-01-291-0/+76
* Allow AOT compiled functions to set the instruction pointerUlf Hermann2021-01-261-0/+5
* Move qmlRegisterUncreatableMetaObject to qqml.cppUlf Hermann2021-01-251-0/+33
* Pass a more comprehensive context to AOT-compiled functionsUlf Hermann2021-01-111-0/+7
* QtQml: Integrate sequences with registration macrosUlf Hermann2020-11-111-0/+43
* Doc:: Fix documentation warnings for Qt QMLTopi Reinio2020-11-051-2/+2
* QML: Allow singleton types to be extendedUlf Hermann2020-11-021-0/+2
* QML: Allow namespaces as extensions to typesUlf Hermann2020-11-021-2/+2
* Allow optional imports in qmldir filesUlf Hermann2020-10-081-4/+4
* Use factory functions and ctors for creating value typesUlf Hermann2020-10-021-0/+2
* V4: Rewrite qv4sequenceobject based on QMetaSequenceUlf Hermann2020-10-021-0/+6
* Restrict qmlRegisterTypesAndRevisions to major version givenUlf Hermann2020-07-161-0/+4
* Add userdata callback to qml registrationMaximilian Goldstein2020-07-101-0/+3
* Discern between "auto" and versioned imports in qmldirsUlf Hermann2020-06-241-10/+82
* Un-pimpl QQmlModuleImportUlf Hermann2020-06-101-1/+1
* Add methods to programatically insert qmldir import statementsUlf Hermann2020-06-091-0/+31
* Add a default message to QML_UNCREATABLEMaximilian Goldstein2020-05-061-3/+8
* Clean up type registration structsUlf Hermann2020-03-121-12/+7
* Optionally return type IDs from qmlRegisterTypeAndRevisions()Ulf Hermann2020-03-111-4/+9
* Adapt to the the new QMetaType changeOlivier Goffart2020-03-091-4/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-171-0/+37
|\
| * Provide a macro for qmlRegisterTypeNotAvailableUlf Hermann2020-02-121-0/+37
* | Remove custom operator<(QTypeRevision, QTypeRevision)Ulf Hermann2020-02-131-11/+0