aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlprivate.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | add std::function overload to qmlRegisterSingletonTypeFabian Kosmale2019-06-111-0/+3
|/
* Don't wrap the attachedProperties function into a templateUlf Hermann2019-05-021-4/+1
* QML: Remove static attchedPropertyIds mapUlf Hermann2019-04-181-0/+5
* Extend QQmlElement with empty placement delete operatorFredrik Orderud2018-11-021-0/+4
* Fix ASAN warnings about new-delete-size-mismatchSimon Hausmann2018-08-081-1/+9
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-271-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* Remove private API dependency of qmlcachegen generated codeSimon Hausmann2018-01-281-3/+2
* Add support for compiling QML/JS files ahead of time in resourcesSimon Hausmann2018-01-281-1/+1
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Fix application build when combining with Mac OS X Cocoa headersSimon Hausmann2014-12-031-6/+6
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* CleanupSimon Hausmann2014-08-151-2/+2