aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmllistwrapper_p.h
Commit message (Expand)AuthorAgeFilesLines
* Rename QQmlQPointer to QV4QPointerUlf Hermann2020-09-211-1/+1
* Fix ownKey iteration over Proxy objectsLars Knoll2018-09-091-1/+1
* Implement ObjectIterator using the new iteration mechanismLars Knoll2018-08-021-1/+0
* Introduce a new mechanism to iterate over object propertiesLars Knoll2018-08-021-0/+1
* Prefix vtable methods with virtualLars Knoll2018-07-031-3/+3
* Replace Identifier by PropertyKeyLars Knoll2018-07-021-2/+2
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-021-2/+1
* Unify put and putIndexedLars Knoll2018-07-021-1/+1
* Change Objects vtable methods to take a StringOrSymbolLars Knoll2018-05-021-2/+2
* Convert more builtin functions to use the new calling conventionLars Knoll2018-01-121-1/+1
* Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-1/+1
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-281-0/+8
|\
| * Add a javascript push method binding to QQmlListPropertyIonut Alexandrescu2017-02-211-0/+8
* | 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-2/+9
* 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-2/+0
* Move remaining objects to new constructor syntaxLars Knoll2015-09-221-1/+1
* Remove type punning from QV4::Value.Erik Verbruggen2015-07-241-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-2/+2
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Get rid of most uses of ValueRefLars Knoll2015-01-231-1/+1
* Don't store a v8engine pointer in qqmllistwrapperLars Knoll2015-01-011-4/+3
* Fix the way we set the property name during iterationLars Knoll2014-12-201-1/+1
* Cleanup destruction of heap objectsLars Knoll2014-11-211-1/+1
* Move data of more Qml related objects into Heap namespace.Lars Knoll2014-11-101-9/+14
* Move Object::Data into the Heap namespaceLars Knoll2014-11-081-1/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Cleanup: Get rid of __data membersSimon Hausmann2014-07-221-7/+0
* Fix Managed::as<>() methodLars Knoll2014-07-221-1/+1
* Convert context and list wrapperLars Knoll2014-07-221-5/+2
* Get rid of StringRefLars Knoll2014-07-221-3/+3
* Rename V4_OBJECT_NEW back to V4_OBJECTLars Knoll2014-07-221-1/+1
* Convert list wrapper to new storage layoutLars Knoll2014-07-221-8/+14
* Rename some filesLars Knoll2014-01-311-1/+1
* Split ManagedVTable into two classesLars Knoll2014-01-211-1/+1
* Don't return a Property pointer in Object::advanceIteratorLars Knoll2014-01-201-1/+1
* Fix ObjectIterator API to be GC safeLars Knoll2013-10-021-1/+1
* convert Managed::put() API to be GC safeLars Knoll2013-09-221-1/+1
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-1/+1
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-2/+2
* Use a ReturnedValue for Managed::getIndexed()Lars Knoll2013-09-181-1/+1
* Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-1/+1
* Get rid of the first half of QQmlGuard usageLars Knoll2013-07-051-2/+3
* Remove context parameter from Manged::put.Lars Knoll2013-06-221-1/+1
* Remove context parameter from Managed::get()Lars Knoll2013-06-221-1/+1
* Remove context parameter from Managed::getIndexedLars Knoll2013-06-221-1/+1