aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmltypewrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Always group the metaType and listType togetherLars Knoll2020-08-281-1/+1
* Allow using lowercase enum namesMaximilian Goldstein2020-05-191-23/+0
* Encapsulate QQmlContextDataUlf Hermann2020-03-231-5/+5
* Store a QV4::ReturnedValue in QJSValueUlf Hermann2020-03-181-2/+2
* Adapt to the the new QMetaType changeOlivier Goffart2020-03-091-4/+4
* instanceof: return false instead of throwingFabian Kosmale2019-11-081-1/+1
* Implement lookups for enumsSimon Hausmann2019-09-061-0/+56
* Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-111-0/+1
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-111-5/+38
|\
| * Fix lookups of properties in QML singletonsSimon Hausmann2019-05-211-5/+42
* | Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-1/+1
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-291-2/+1
|\|
| * Allow creation of variants from non-singleton QQmlTypeWrappersUlf Hermann2019-04-261-2/+1
* | Move creation and management of singletons to QQmlEnginePrivateRichard Weickelt2019-04-241-87/+84
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-231-2/+5
|\|
| * QML: Remove static attchedPropertyIds mapUlf Hermann2019-04-181-2/+5
* | Remove unused includes of qv8engine_p.hUlf Hermann2019-04-091-1/+0
* | Merge remote-tracking branch 'origin/5.13' into HEADUlf Hermann2019-03-221-0/+61
|\|
| * Accelerate lookup of singleton propertiesMichael Brasser2019-03-201-0/+61
* | QML: Split propertyCache into multiple filesUlf Hermann2019-02-011-0/+1
|/
* Fix issues with lookup of scoped enums on SingletonsMichael Brasser2018-10-311-1/+10
* Make Object::getOwnProperty() constLars Knoll2018-09-231-2/+2
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-3/+3
* Prefix vtable methods with virtualLars Knoll2018-07-031-11/+11
* Replace Identifier by PropertyKeyLars Knoll2018-07-021-4/+4
* Cleanups in the Identifier APILars Knoll2018-07-021-4/+4
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-021-10/+10
* Unify put and putIndexedLars Knoll2018-07-021-12/+12
* Implement a virtual interface for getOwnPropertyLars Knoll2018-06-251-8/+11
* Ensure identical behavior for singleton types defined in C++ and QMLRichard Weickelt2018-06-081-4/+9
* Change Objects vtable methods to take a StringOrSymbolLars Knoll2018-05-021-5/+20
* Clean up manual reference of QQmlTypeData and QQmlPropertyCacheSimon Hausmann2018-04-261-4/+3
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-181-0/+1
|\
| * Fix memory leak when calling instanceof on QML itemsSimon Hausmann2018-04-171-0/+1
* | Disambiguate different allocation functions in the memory managerLars Knoll2018-04-121-3/+3
|/
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-1/+1
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-311-10/+12
|\
| * Fix exposure of -1 as enum value in QML exposed C++ singletonsSimon Hausmann2018-01-311-10/+12
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-181-39/+55
|\|
| * Fix void * usage in our internal APIsLars Knoll2017-08-021-1/+1
| * Change data structures in QQmlMetaTypeDataLars Knoll2017-08-021-1/+1
| * Use QQmlType by valueLars Knoll2017-08-021-3/+3
| * Use QQmlType by value in the type wrapperLars Knoll2017-08-021-32/+35
* | QmlTypeWrapper: -> QQmlTypeWrapperRobin Burchell2017-05-041-28/+28
* | C++11 scoped enum support for QMLMichael Brasser2017-05-031-0/+29
* | qml: Override the new Object::instanceOf hook to allow QML type checkingRobin Burchell2017-03-151-0/+40
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-021-5/+10
|\|
| * Use QQmlType for looking up enums, even on singletonsUlf Hermann2017-02-081-5/+10
* | Object: Allow put and putIndexed to return success or failureRobin Burchell2017-02-091-6/+9
|/
* Start cleaning up the QmlContextWrapperLars Knoll2016-12-041-1/+0