aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmllistwrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a javascript push method binding to QQmlListPropertyIonut Alexandrescu2017-02-211-0/+25
* QML: Also check for correct destroy() chainingErik Verbruggen2016-10-061-0/+1
* QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-10/+11
* 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
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Move remaining objects to new constructor syntaxLars Knoll2015-09-221-5/+4
* Remove type punning from QV4::Value.Erik Verbruggen2015-07-241-2/+2
* Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-101-1/+1
* Further cleanupsLars Knoll2015-04-161-4/+4
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Get rid of most uses of ValueRefLars Knoll2015-01-231-1/+1
* Get rid of all uses of Managed::engine()Lars Knoll2015-01-211-2/+2
* Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-211-2/+0
* Remove v8engine usage in the value type providerLars Knoll2015-01-081-1/+1
* Don't store a v8engine pointer in qqmllistwrapperLars Knoll2015-01-011-13/+10
* Fix the way we set the property name during iterationLars Knoll2014-12-201-2/+2
* Cleanup destruction of heap objectsLars Knoll2014-11-211-6/+0
* Move data of more Qml related objects into Heap namespace.Lars Knoll2014-11-101-3/+3
* Move Object::Data into the Heap namespaceLars Knoll2014-11-081-1/+1
* Begin moving the data out of Managed objectsLars Knoll2014-11-081-1/+1
* Cleanup header file dependenciesLars Knoll2014-11-041-0/+1
* Get rid of !this and similar constructsLars Knoll2014-10-311-14/+10
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Change the object allocation schemeSimon Hausmann2014-07-221-2/+2
* Convert context and list wrapperLars Knoll2014-07-221-10/+9
* Get rid of StringRefLars Knoll2014-07-221-3/+3
* Convert list wrapper to new storage layoutLars Knoll2014-07-221-17/+18
* Fix unreliable behavior of array methods on qml list propertiesSimon Hausmann2014-04-091-2/+10
* Fix occasional crashes in canvas getImageData and other placesSimon Hausmann2014-02-041-0/+3
* Split ManagedVTable into two classesLars Knoll2014-01-211-2/+2
* Don't return a Property pointer in Object::advanceIteratorLars Knoll2014-01-201-6/+5
* Rework array handling for JS objectsLars Knoll2014-01-091-1/+1
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-2/+2
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-1/+1
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-0/+2
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-2/+2
* inline get_element callsLars Knoll2013-10-141-0/+1
* Cleanup API of Safe<T>Lars Knoll2013-10-021-1/+1
* Fix ObjectIterator API to be GC safeLars Knoll2013-10-021-2/+2
* Remove most uses of Value from qml/qmlLars Knoll2013-09-301-1/+1
* Remove more direct QV4::Value usageLars Knoll2013-09-281-4/+6
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-2/+2
* convert Managed::put() API to be GC safeLars Knoll2013-09-221-1/+1
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-2/+2
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-7/+7
* Use a ReturnedValue for Managed::getIndexed()Lars Knoll2013-09-181-4/+4
* Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-3/+3
* Remove more usages of Object::setPrototype()Lars Knoll2013-09-021-1/+0