aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmltypewrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* QML: Also check for correct destroy() chainingErik Verbruggen2016-10-061-0/+1
* QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-2/+3
* QML: Introduce destroy() on Base subclassesErik Verbruggen2016-10-051-1/+1
* QML: Replace QPointer with a QQmlQPointer (which is trivial)Erik Verbruggen2016-09-271-0/+2
* V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-201-0/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-03-011-18/+56
|\
| * Properly signal errors when accessing lowercase enum valuesThomas McGuire2016-02-241-18/+56
* | Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Make QML composite types inherit attached propertiesJ-P Nurmi2015-10-091-2/+3
* Move remaining objects to new constructor syntaxLars Knoll2015-09-221-8/+4
* Make QML composite types inherit enumsJ-P Nurmi2015-09-211-1/+1