aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmltypewrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make QML composite types inherit attached propertiesJ-P Nurmi2015-10-091-2/+3
* Move remaining objects to new constructor syntaxLars Knoll2015-09-221-8/+4
* Make QML composite types inherit enumsJ-P Nurmi2015-09-211-1/+1
* Cleanup retrieval of scope and context objectsLars Knoll2015-06-181-2/+2
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-0/+3
|\
| * Address uninitialized pointer variablesHolger Hans Peter Freyther2015-04-201-0/+3
* | Further cleanupsLars Knoll2015-04-161-3/+3
|/
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Get rid of most uses of ValueRefLars Knoll2015-01-231-2/+2
* Rework QJSValue internalsLars Knoll2015-01-211-2/+2
* Get rid of all uses of Managed::engine()Lars Knoll2015-01-211-3/+3
* Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-211-1/+0
* Refactor persistent valuesLars Knoll2015-01-161-1/+1
* Remove v8engine from qmlcomponent and canvas2dLars Knoll2015-01-081-3/+2
* Remove v8engine usage in the value type providerLars Knoll2015-01-081-3/+3
* Reduce v8engine dependency in the type wrapperLars Knoll2015-01-021-19/+14
* Cleanup destruction of heap objectsLars Knoll2014-11-211-5/+0
* Fix the qmlProperty accessors to not require a context anymoreLars Knoll2014-11-211-4/+4
* Move data of more Qml related objects into Heap namespace.Lars Knoll2014-11-101-6/+8
* Move Object::Data into the Heap namespaceLars Knoll2014-11-081-1/+1
* Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-1/+1
* Get rid of !this and similar constructsLars Knoll2014-10-311-11/+8
* 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