aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmltypewrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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/+11
* Change the object allocation schemeSimon Hausmann2014-07-221-2/+2
* Convert TypeWrapper and ValueTypeWrapperLars Knoll2014-07-221-10/+10
* Get rid of StringRefLars Knoll2014-07-221-10/+8
* Convert type wrapper to new data layoutLars Knoll2014-07-221-24/+25
* fix whitespaceOswald Buddenhagen2014-01-221-1/+1
* Split ManagedVTable into two classesLars Knoll2014-01-211-3/+3
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-7/+7
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-1/+1
* Make comparison of singletons and qobjects workAlbert Astals Cid2013-11-181-0/+11
* Allow passing qmlRegisterSingletonType QObjects to C++ as QObject*Albert Astals Cid2013-11-141-0/+5
* Speed up lookups of imported scriptsSimon Hausmann2013-10-311-3/+2
* Protect write accesses to objectsLars Knoll2013-10-291-0/+2
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-2/+5
* Remove more direct QV4::Value usageLars Knoll2013-09-281-5/+7
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-2/+2
* Fix Persistent/WeakValue APILars Knoll2013-09-261-6/+6
* Convert the remaining vtable methods to be GC safeLars Knoll2013-09-221-1/+1
* convert Managed::put() API to be GC safeLars Knoll2013-09-221-3/+3
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-4/+6
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-12/+15
* Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-9/+9
* Remove more usages of Object::setPrototype()Lars Knoll2013-09-021-2/+0
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-2/+2
* Fix hasOwnProperty on various types wrapped in QMLSimon Hausmann2013-08-081-4/+11
* Get rid of QHashedV4StringLars Knoll2013-06-281-6/+2
* Remove context parameter from Manged::put.Lars Knoll2013-06-221-8/+8
* Remove context parameter from Managed::get()Lars Knoll2013-06-221-6/+7
* Get rid of QV8QObjectWrapper:setProperty and SetPropertySimon Hausmann2013-06-071-4/+2
* Simplify QObjectWrapper calls from within other type wrappersSimon Hausmann2013-06-071-9/+3
* Get rid of QV8QObjectWrapper::getPropertySimon Hausmann2013-06-071-4/+9
* Fix regression with meta object revision checkingSimon Hausmann2013-06-031-4/+4
* 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-2/+2
* Port the list wrapper over to v4Lars Knoll2013-05-311-2/+1
* Cleanup the context wrapper codeLars Knoll2013-05-301-1/+1
* Port the type wrapper over to v4Lars Knoll2013-05-301-0/+276