aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4qobjectwrapper_p.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanup signature of get/setProperty in the object wrapperLars Knoll2015-06-181-4/+4
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-041-9/+11
|\
| * Fix memory corruption when sharing QObjects between different QML enginesSimon Hausmann2015-05-081-0/+2
| * Fix memory corruption when multiple QML engines have JavaScript wrappers for ...Simon Hausmann2015-05-081-9/+9
* | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
* | More cleanupsLars Knoll2015-04-211-4/+4
* | 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-7/+7
* Prepare method invocation in QObject bindings for gadget supportSimon Hausmann2014-12-231-1/+9
* Fix the way we set the property name during iterationLars Knoll2014-12-201-1/+1
* Cleanup destruction of heap objectsLars Knoll2014-11-211-13/+3
* Fix the qmlProperty accessors to not require a context anymoreLars Knoll2014-11-211-3/+3
* Get rid of one PersistentValue usageSimon Hausmann2014-11-201-1/+2
* Use Heap namespace for data of QObjectWrapper related classesLars Knoll2014-11-081-13/+15
* Move more Data members over to the Heap namespaceLars Knoll2014-11-081-6/+11
* Move Data of FunctionObject and related classes into HeapLars Knoll2014-11-081-1/+1
* Move Object::Data into the Heap namespaceLars Knoll2014-11-081-2/+2
* Begin moving the data out of Managed objectsLars Knoll2014-11-081-1/+1
* Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-041-1/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Say hello to the Declarative State Machine FrameworkBrett Stottlemyer2014-08-081-1/+1
* Cleanup: Get rid of __data membersSimon Hausmann2014-07-221-15/+0
* Fix Managed::as<>() methodLars Knoll2014-07-221-3/+3
* Convert construtors for QObjectWrapperLars Knoll2014-07-221-8/+5
* Remove the less often used Ref classesLars Knoll2014-07-221-2/+0
* Get rid of StringRefLars Knoll2014-07-221-4/+4
* Rename V4_OBJECT_NEW back to V4_OBJECTLars Knoll2014-07-221-3/+3
* Convert QObjectWrapper to new storage structureLars Knoll2014-07-221-16/+35
* Get rid of collectDeletablesLars Knoll2014-03-271-5/+1
* Improve memory usage in QML/V4 engine.Michael Brasser2014-02-281-1/+0
* Make the Ref classes not template basedLars Knoll2014-02-071-0/+2
* CleanupsLars Knoll2014-01-311-1/+1
* Rename some filesLars Knoll2014-01-311-1/+1
* Split ManagedVTable into two classesLars Knoll2014-01-211-3/+3
* Don't return a Property pointer in Object::advanceIteratorLars Knoll2014-01-201-1/+1
* Add support for accelerated property access to QML types and namespace supportSimon Hausmann2013-11-281-3/+3
* Make comparison of singletons and qobjects workAlbert Astals Cid2013-11-181-0/+3
* Fix property dependency generation for accelerated QML QObject propertiesSimon Hausmann2013-11-121-2/+2
* Simplify & speed up function callingLars Knoll2013-11-091-2/+2
* Refactor marking GC'ed objectsLars Knoll2013-11-051-1/+1
* Implement setting of values to resolved QObject propertiesSimon Hausmann2013-10-311-0/+2
* Initial support for resolving meta-property access for the scope and context ...Simon Hausmann2013-10-311-0/+4
* Cleanup API of Safe<T>Lars Knoll2013-10-021-2/+1
* Fix ObjectIterator API to be GC safeLars Knoll2013-10-021-1/+1
* Remove more occurrences of QV4::ValueLars Knoll2013-09-301-3/+3
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-1/+1
* Fix Persistent/WeakValue APILars Knoll2013-09-261-1/+1
* 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-1/+1