aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlvmemetaobject_p.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the use of Q_QML_PRIVATE_EXPORTAlexey Edelev2024-01-111-2/+2
* QtQml: Do not gc objects stored in QML-declared list propertiesUlf Hermann2023-10-241-3/+27
* V4: Discern between named builtins and optimizations for common typesUlf Hermann2023-05-161-14/+21
* Only signal list variable assignment onceMikolaj Boc2023-04-221-0/+25
* QML: Monkey-patch thread safety issue with dynamic metaobjectsUlf Hermann2022-11-241-1/+5
* V4: Drop extra QVariant parameter from fromData()Ulf Hermann2022-10-071-2/+3
* QtQml: Remove unused includes in qml, final partSemih Yavuz2022-09-141-2/+0
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-39/+3
* Use const QQmlPropertyCache wherever possibleUlf Hermann2022-03-141-4/+4
* Cleanup QQmlGuard and related classesFabian Kosmale2022-02-211-2/+3
* Allow custom named value types in QMLUlf Hermann2022-01-251-1/+2
* Inline the pre-checks for QQmlInterceptorMetaObject::interceptUlf Hermann2022-01-181-6/+25
* Clean up PropertyCache life cycleUlf Hermann2021-11-091-1/+1
* Rename qflagpointer_p.h to qbipointer_p.hFabian Kosmale2021-11-031-1/+1
* Avoid QAbstractDynamicMetaObject where possibleUlf Hermann2021-10-121-2/+2
* Adapt to changed return value for toDynamicMetaObject()Ulf Hermann2021-10-081-1/+1
* Encapsulate QQmlContextDataUlf Hermann2020-03-231-2/+5
* QML list property: Avoid crash if contained object is deletedFabian Kosmale2020-01-131-1/+1
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-141-6/+12
|\
| * QQmlVMEMetaObject: Scope MemberData for allocating writeUlf Hermann2019-11-051-6/+12
* | Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-2/+2
* | Remove unused includes of qv8engine_p.hUlf Hermann2019-04-091-1/+0
* | QML: Split propertyCache into multiple filesUlf Hermann2019-02-011-1/+0
|/
* Clean up manual reference of QQmlTypeData and QQmlPropertyCacheSimon Hausmann2018-04-261-3/+3
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-271-3/+3
* Remove unused testing codeSimon Hausmann2018-02-261-2/+0
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-4/+4
* Allow setting values in value type group properties in "on" assignmentsSimon Hausmann2018-02-221-0/+2
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-061-0/+2
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta1Liang Qi2017-10-041-0/+2
| |\
| | * Fix behaviors not working when sub-types declare propertiesSimon Hausmann2017-09-221-0/+2
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-3/+3
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-181-1/+2
|\|
| * Move the engine pointer from the property cache to the VME meta objectLars Knoll2017-08-021-1/+2
* | Separate the stack used for GC from the regular JS stackLars Knoll2017-04-071-1/+1
|/
* headers: Add missing override and remove redundant virtualAlexander Volkov2016-12-071-1/+1
* QQmlVMEMetaObject: mark some methods as constAnton Kudryavtsev2016-10-171-18/+18
* QML: Introduce QQmlPropertyIndexErik Verbruggen2016-08-041-3/+3
* QML: Introduce write accessors to QQmlAccessorsErik Verbruggen2016-07-081-0/+10
* Clean up property cache reference counting in QQmlVMEMetaObjectSimon Hausmann2016-06-031-1/+1
* Remove QQmlCompiledData in favor of QV4::CompiledData::CompilationUnitSimon Hausmann2016-06-011-1/+2
* Get rid of QQmlVMEMetaDataSimon Hausmann2016-05-241-8/+1
* Get rid of QQmlVMEMetaData::AliasDataSimon Hausmann2016-05-241-8/+0
* Fold QQmlVMEMetaData::Alias::flags into QV4::CompiledData::Alias::flagsSimon Hausmann2016-05-241-3/+0
* Shrink QQmlVMEMetaData::AliasDataSimon Hausmann2016-05-241-23/+0
* Remove QQmlVMEMetaData::AliasData::contextIdxSimon Hausmann2016-05-231-1/+0
* Shrink QQmlVMEMetaDataSimon Hausmann2016-05-231-4/+2
* Simplify VME meta object meta-dataSimon Hausmann2016-05-231-14/+7
* Minor optimization for VME meta objectsSimon Hausmann2016-05-201-4/+2
* VME Method object data cleanupSimon Hausmann2016-05-191-11/+0