aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlprivate.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update commercial license headers"Tarja Sundqvist2022-11-241-21/+21
* Update commercial license headersTarja Sundqvist2022-06-041-21/+21
* Allow AOT functions to signal an undefined result via the contextUlf Hermann2021-06-161-0/+1
* Add QML_EXTRA_VERSION for adding extra QML versionsFabian Kosmale2021-06-021-2/+16
* Require intended types for setting up AOT lookupsUlf Hermann2021-05-181-6/+6
* Provide an AOT variant of StoreNameSloppyUlf Hermann2021-05-031-0/+1
* Redesign the AOT lookupsUlf Hermann2021-04-301-20/+62
* Initialize the metatypes of extensionsUlf Hermann2021-04-281-0/+3
* Provide optimized AOT lookups for value type propertiesUlf Hermann2021-04-231-0/+3
* Provide optimized variant of QmlContextPropertyLookup for AOTUlf Hermann2021-04-221-0/+2
* Don't pre-resolve the QQmlContext for AOT functionsUlf Hermann2021-04-191-2/+4
* Optimize some common lookups for AOT compiled codeUlf Hermann2021-03-291-0/+6
* Allow a bare lookup capture, without executing the lookupUlf Hermann2021-03-291-0/+4
* Expose lookups to AOT compiled functionsUlf Hermann2021-03-231-2/+11
* Allow AOT compiled functions to set the instruction pointerUlf Hermann2021-01-261-2/+3
* qmltyperegistrar: Make sure we have metatypes for all QML typesUlf Hermann2021-01-251-0/+24
* QML_SINGLETON: Handle local create() functions with foreign typesMaximilian Goldstein2021-01-201-20/+33
* Pass a more comprehensive context to AOT-compiled functionsUlf Hermann2021-01-111-2/+10
* Support namespaced QML_ELEMENTMaximilian Goldstein2020-12-101-2/+9
* Let AOT-compiled functions modify their argumentsUlf Hermann2020-12-021-1/+1
* V4: Allow passing arguments to AOT-compiled functionsUlf Hermann2020-11-201-1/+3
* QtQml: Integrate sequences with registration macrosUlf Hermann2020-11-111-0/+46
* QML: Allow singleton types to be extendedUlf Hermann2020-11-021-2/+14
* QML: Allow singletons to be created with a factory functionUlf Hermann2020-11-021-8/+56
* QML: Allow namespaces as extensions to typesUlf Hermann2020-11-021-3/+15
* Use factory functions and ctors for creating value typesUlf Hermann2020-10-021-1/+52
* V4: Rewrite qv4sequenceobject based on QMetaSequenceUlf Hermann2020-10-021-1/+12
* Allow proper registration of value typesUlf Hermann2020-09-231-14/+55
* Replace QmlVoidT with std::void_tUlf Hermann2020-09-221-14/+11
* Match new qHash() signatureEskil Abrahamsen Blomfeldt2020-09-171-1/+1
* Add userdata callback to qml registrationMaximilian Goldstein2020-07-101-6/+9
* Register value types declarativelyUlf Hermann2020-04-281-4/+4
* Add support for binding ahead-of-time compiled bindings to QPropertiesSimon Hausmann2020-04-221-2/+3
* Add a hook that allows for ahead-of-time compiled functionsSimon Hausmann2020-04-221-1/+7
* Change qHash return value to size_tFabian Kosmale2020-04-161-1/+1
* Clean up type registration structsUlf Hermann2020-03-121-12/+12
* Optionally return type IDs from qmlRegisterTypeAndRevisions()Ulf Hermann2020-03-111-5/+12
* Adapt to the the new QMetaType changeOlivier Goffart2020-03-091-29/+11
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-171-0/+21
|\
| * Provide a macro for qmlRegisterTypeNotAvailableUlf Hermann2020-02-121-0/+6
| * Add a static variant of qmlRegisterInterface()Ulf Hermann2020-02-121-0/+15
* | Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-22/+21
|/
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-161-1/+1
|\
| * qqmlprivate.h: Fix include directiveFriedemann Kleint2019-10-141-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-081-1/+2
|\|
| * qmlRegisterSingletonInstance: Do not crash if instance gets deletedFabian Kosmale2019-10-071-1/+2
* | Specify parameters of type registration in class declarationsUlf Hermann2019-09-261-41/+348
|/
* Introduce qmlRegisterSingletonInstanceFabian Kosmale2019-07-191-0/+7
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-011-0/+1
|\
| * Unregister unit cache hook when destroying the plugin singletonMitch Curtis2019-06-251-0/+1