aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmllistwrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-1/+1
* Fix hasOwnProperty on various types wrapped in QMLSimon Hausmann2013-08-081-1/+3
* Remove context parameter from Manged::put.Lars Knoll2013-06-221-2/+1
* Remove context parameter from Managed::get()Lars Knoll2013-06-221-3/+4
* Remove context parameter from Managed::getIndexedLars Knoll2013-06-221-4/+5
* Implement objectiterator on top of an iterator method in the vtblSimon Hausmann2013-06-111-16/+18
* Move QV8QObjectWrapper::newQObject into QV4::QObjectWrapperSimon Hausmann2013-06-051-1/+1
* Convert more subclasses of Managed to the new casting schemeLars Knoll2013-05-311-1/+0
* Start converting casting of Managed to subtypes to a better schemeLars Knoll2013-05-311-3/+3
* Port the list wrapper over to v4Lars Knoll2013-05-311-0/+162