aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlvaluetypewrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add left, right, top and bottom properties to basic QML rect type.Mitch Curtis2015-06-031-4/+6
* V4: include alloca private header as alloca is used unconditionally.Pasi Petäjäjärvi2015-04-221-0/+1
* Speed up copying of value types in bindingsSimon Hausmann2015-04-161-0/+25
* Speed up value type binding creationSimon Hausmann2015-04-161-30/+46
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* CleanupsLars Knoll2015-01-231-1/+1
* Get rid of most uses of ValueRefLars Knoll2015-01-231-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-2/+0
* QQmlValueTypeWrapper: Use QVariant to QString conversion if possibleGabriel de Dietrich2015-01-201-10/+18
* Get rid of the bindingKeyFlagLars Knoll2015-01-121-1/+1
* Cleanup variant conversion codeLars Knoll2015-01-091-2/+3
* Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-091-3/+2
* Fix property access and method invocation on value types that use inheritanceSimon Hausmann2015-01-071-3/+7
* Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-031-1/+1
* Use QV4::ScopedString typedef instead of actual typeOleg Shparber2015-01-021-1/+1
* Remove v8engine dependency in fromVariant conversionsLars Knoll2015-01-021-1/+1
* Remove v8engine dependency in toVariant conversionsLars Knoll2015-01-021-1/+1
* Enable gadget wrapping for custom value typesSimon Hausmann2015-01-021-3/+10
* Removed usage of QQmlValueType in QQmlValueTypeWrapperSimon Hausmann2014-12-281-75/+125
* Prepare method invocation in QObject bindings for gadget supportSimon Hausmann2014-12-231-1/+1
* Reduce dependencies on QQmlValueType being a QObjectSimon Hausmann2014-12-231-24/+9
* Further value type wrapper cleanupsSimon Hausmann2014-12-231-32/+33
* Begin cleaning up QQmlValueTypeWrapperSimon Hausmann2014-12-231-96/+44
* Cleanup: Fix value type wrapper class nameSimon Hausmann2014-12-231-65/+65
* Initial work on gadget supportSimon Hausmann2014-12-221-14/+21
* Store a heap object in the qmlextensionsLars Knoll2014-12-201-3/+5
* Remove most of the places where getPointer() is usedLars Knoll2014-12-201-3/+3
* Return Heap::ExecutionContext for globalContext()Lars Knoll2014-12-191-1/+3
* Simplify calling methods on value typesSimon Hausmann2014-12-131-2/+4
* Move prototype back from the vtable into ObjectLars Knoll2014-12-111-2/+2
* Cleanup destruction of heap objectsLars Knoll2014-11-211-6/+5
* Fix the qmlProperty accessors to not require a context anymoreLars Knoll2014-11-211-1/+1
* Move data of some Qml related objects into Heap namespace.Lars Knoll2014-11-101-34/+43
* Move Object::Data into the Heap namespaceLars Knoll2014-11-081-1/+1
* Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-3/+3
* Changed Value to store Managed::Data pointers directlySimon Hausmann2014-11-041-2/+2
* Get rid of !this and similar constructsLars Knoll2014-10-311-17/+10
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Cleanup: Get rid of __data membersSimon Hausmann2014-07-221-9/+0
* Fix Managed::as<>() methodLars Knoll2014-07-221-2/+2
* Change the object allocation schemeSimon Hausmann2014-07-221-6/+6
* Convert TypeWrapper and ValueTypeWrapperLars Knoll2014-07-221-58/+70
* Get rid of StringRefLars Knoll2014-07-221-7/+7
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-1/+1
* Convert QQmlValueTypeWrapper to the new storage schemeLars Knoll2014-07-221-53/+54
* Move VariantObject over to new storage layoutLars Knoll2014-07-221-1/+1
* Move Managed data into it's own subclassLars Knoll2014-07-221-2/+2
* Remove redundant QQmlBinding members.Michael Brasser2014-03-111-3/+4
* Split ManagedVTable into two classesLars Knoll2014-01-211-2/+2