aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmllistwrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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