aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4qobjectwrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use the new macros for disabling warnings in qtdeclarativeThiago Macieira2015-07-281-6/+1
* Fix memory corruption when sharing QObjects between different QML enginesSimon Hausmann2015-05-081-3/+24
* Fix memory corruption when multiple QML engines have JavaScript wrappers for ...Simon Hausmann2015-05-081-9/+13
* Speed up value type binding creationSimon Hausmann2015-04-161-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Properly mark all members in QObjectMethodLars Knoll2015-01-231-0/+2
* CleanupsLars Knoll2015-01-231-14/+14
* CleanupsLars Knoll2015-01-231-7/+7
* Get rid of most uses of ValueRefLars Knoll2015-01-231-57/+57
* Rework QJSValue internalsLars Knoll2015-01-211-2/+2
* Add C++11 move operators, and a simpler internal constructorLars Knoll2015-01-211-2/+2
* Get rid of all uses of Managed::engine()Lars Knoll2015-01-211-2/+2
* Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-211-3/+0
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2015-01-161-5/+9
|\
| * Print exceptions in JS slotsKai Koehne2015-01-091-5/+9
* | Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-131-4/+4
* | Get rid of Value::engine()Lars Knoll2015-01-121-2/+2
* | Get rid of subtype usage in Function objectsLars Knoll2015-01-121-1/+0
* | Get rid of the bindingKeyFlagLars Knoll2015-01-121-1/+1
* | Cleanup variant conversion codeLars Knoll2015-01-091-11/+11
* | Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-091-11/+11
* | Get rid of QV8Engine::toStringLars Knoll2015-01-081-1/+1
* | Remove v8engine pointer from QQmlV4FunctionLars Knoll2015-01-081-1/+1
* | Get rid of more uses of QV8EngineLars Knoll2015-01-081-30/+28
* | Further reduce v8engine dependenciesLars Knoll2015-01-081-14/+10
* | The property() calls in the proeprty cache only require a QJSEngine nowLars Knoll2015-01-081-2/+2
* | Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-031-2/+2
* | Use QV4::ScopedArrayObject typedef instead of actual typeOleg Shparber2015-01-031-1/+1
* | Reduce v8engine dependency in the type wrapperLars Knoll2015-01-021-2/+2
* | Remove v8engine dependency in fromVariant conversionsLars Knoll2015-01-021-5/+5
* | Remove v8engine dependency in toVariant conversionsLars Knoll2015-01-021-8/+6
* | Don't store a v8engine pointer in qqmllistwrapperLars Knoll2015-01-011-1/+1
* | Removed usage of QQmlValueType in QQmlValueTypeWrapperSimon Hausmann2014-12-281-1/+1
* | Prepare method invocation in QObject bindings for gadget supportSimon Hausmann2014-12-231-51/+79
* | Move methodParameterTypes and methodReturnType helper functionsSimon Hausmann2014-12-231-6/+4
* | Further value type wrapper cleanupsSimon Hausmann2014-12-231-2/+2
* | Cleanup: Fix value type wrapper class nameSimon Hausmann2014-12-231-3/+3
* | Initial work on gadget supportSimon Hausmann2014-12-221-31/+4
* | Remove most of the places where getPointer() is usedLars Knoll2014-12-201-6/+6
* | Fix the way we set the property name during iterationLars Knoll2014-12-201-6/+6
* | Return Heap::ExecutionContext for globalContext()Lars Knoll2014-12-191-3/+6
* | Return Heap::ExecutionContext for currentContext()Lars Knoll2014-12-191-5/+7
* | Simplify calling methods on value typesSimon Hausmann2014-12-131-5/+3
* | Fix QQmlPropertyCache population with gadgetsSimon Hausmann2014-12-121-1/+3
* | Move prototype back from the vtable into ObjectLars Knoll2014-12-111-4/+4
* | Better encapsulate access to the global objectLars Knoll2014-12-111-1/+1
* | Encapsulate accesses to the root contextLars Knoll2014-12-111-3/+3
* | Cleanup destruction of heap objectsLars Knoll2014-11-211-5/+5
* | Make QV4::RegExpObject header independent from masm headersOleg Shparber2014-11-211-2/+2
* | Fix the qmlProperty accessors to not require a context anymoreLars Knoll2014-11-211-18/+17