aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmltypewrapper_p.h
Commit message (Expand)AuthorAgeFilesLines
* Rename QQmlQPointer to QV4QPointerUlf Hermann2020-09-211-1/+1
* Implement lookups for enumsSimon Hausmann2019-09-061-0/+2
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-111-0/+2
|\
| * Fix lookups of properties in QML singletonsSimon Hausmann2019-05-211-0/+2
* | Merge remote-tracking branch 'origin/5.13' into HEADUlf Hermann2019-03-221-0/+3
|\|
| * Accelerate lookup of singleton propertiesMichael Brasser2019-03-201-0/+3
* | Use QQmlRefCount for QQmlType(Private)Ulf Hermann2019-03-191-2/+2
|/
* Make Object::getOwnProperty() constLars Knoll2018-09-231-1/+1
* Prefix vtable methods with virtualLars Knoll2018-07-031-7/+7
* Replace Identifier by PropertyKeyLars Knoll2018-07-021-4/+4
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-021-2/+2
* Unify put and putIndexedLars Knoll2018-07-021-1/+1
* Implement a virtual interface for getOwnPropertyLars Knoll2018-06-251-1/+1
* Change Objects vtable methods to take a StringOrSymbolLars Knoll2018-05-021-4/+4
* Clean up manual reference of QQmlTypeData and QQmlPropertyCacheSimon Hausmann2018-04-261-1/+1
* Merge remote-tracking branch 'origin/dev' into wip/new-backendLars Knoll2017-08-221-6/+11
|\
| * Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-181-6/+9
| |\
| | * Fix void * usage in our internal APIsLars Knoll2017-08-021-2/+2
| | * Use QQmlType by value in the type wrapperLars Knoll2017-08-021-2/+4
* | | Don't use the ISel's anymoreLars Knoll2017-06-221-0/+1
|/ /
* | QmlTypeWrapper: -> QQmlTypeWrapperRobin Burchell2017-05-041-5/+5
* | C++11 scoped enum support for QMLMichael Brasser2017-05-031-0/+15
* | qml: Override the new Object::instanceOf hook to allow QML type checkingRobin Burchell2017-03-151-1/+1
* | Object: Allow put and putIndexed to return success or failureRobin Burchell2017-02-091-1/+1
|/
* QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-1/+1
* QML: Introduce destroy() on Base subclassesErik Verbruggen2016-10-051-1/+1
* QML: Replace QPointer with a QQmlQPointer (which is trivial)Erik Verbruggen2016-09-271-1/+1
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Remove dead fwd-dclFrank Meerkoetter2015-12-151-1/+0
* Move remaining objects to new constructor syntaxLars Knoll2015-09-221-1/+1
* Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
* Further cleanupsLars Knoll2015-04-161-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Get rid of most uses of ValueRefLars Knoll2015-01-231-1/+1
* Reduce v8engine dependency in the type wrapperLars Knoll2015-01-021-4/+3
* Cleanup destruction of heap objectsLars Knoll2014-11-211-5/+1
* Move data of more Qml related objects into Heap namespace.Lars Knoll2014-11-101-16/+26
* Move Object::Data into the Heap namespaceLars Knoll2014-11-081-1/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Accelerate property lookups for C++-based QObject singletons.Michael Brasser2014-08-071-0/+1
* Cleanup: Get rid of __data membersSimon Hausmann2014-07-221-10/+0
* Fix Managed::as<>() methodLars Knoll2014-07-221-1/+1
* Convert TypeWrapper and ValueTypeWrapperLars Knoll2014-07-221-2/+2
* Get rid of StringRefLars Knoll2014-07-221-3/+3
* Rename V4_OBJECT_NEW back to V4_OBJECTLars Knoll2014-07-221-1/+1
* Convert type wrapper to new data layoutLars Knoll2014-07-221-11/+22
* Rename some filesLars Knoll2014-01-311-1/+1
* Split ManagedVTable into two classesLars Knoll2014-01-211-1/+1
* Make comparison of singletons and qobjects workAlbert Astals Cid2013-11-181-0/+3
* Allow passing qmlRegisterSingletonType QObjects to C++ as QObject*Albert Astals Cid2013-11-141-0/+2