aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4qobjectwrapper_p.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix QtSharedPointer::ExternalRefCountData object leaks"J-P Nurmi2015-12-231-1/+0
* Fix QtSharedPointer::ExternalRefCountData object leaksJian Liang2015-12-181-0/+1
* Reduce memory consumption of signal handlersLars Knoll2015-09-251-0/+3
* Smaller cleanupsLars Knoll2015-09-251-1/+3
* Move remaining objects to new constructor syntaxLars Knoll2015-09-221-2/+2
* Use the QmlContext as the scope for QQmlV4Function callsLars Knoll2015-08-201-3/+2
* Fix performance of ListModel::get()Simon Hausmann2015-08-191-1/+0
* destruct qobject wrappers before sweeping the GC heapLars Knoll2015-08-101-1/+2
* Use the QmlContext to access properties of the scope objectLars Knoll2015-08-101-0/+1
* Remove type punning from QV4::Value.Erik Verbruggen2015-07-241-1/+1
* 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