aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlvaluetypewrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-201-0/+1
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-291-2/+8
|\
| * QML: do not wrap property values of type QVariant.Erik Verbruggen2016-01-271-2/+8
* | Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Set the correct prototype at construction timeLars Knoll2015-09-251-6/+3
* Move remaining objects to new constructor syntaxLars Knoll2015-09-221-13/+3
* Further cleanupsLars Knoll2015-09-151-5/+2
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-301-4/+6
|\
| * Add left, right, top and bottom properties to basic QML rect type.Mitch Curtis2015-06-031-4/+6
* | Cleanup retrieval of scope and context objectsLars Knoll2015-06-181-1/+1
* | Get rid of qv4qmlextensionsLars Knoll2015-06-151-5/+4
* | Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-101-1/+1
* | Make bindings refcountedLars Knoll2015-06-101-3/+2
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-04-281-0/+1
|\|
| * V4: include alloca private header as alloca is used unconditionally.Pasi Petäjäjärvi2015-04-221-0/+1
* | Simplify binding setup code furtherLars Knoll2015-04-271-32/+29
* | Remove the QQmlContextData pointer from QQmlBindingLars Knoll2015-04-251-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-30/+71
|\|
| * Speed up copying of value types in bindingsSimon Hausmann2015-04-161-0/+25
| * Speed up value type binding creationSimon Hausmann2015-04-161-30/+46
* | More cleanupsLars Knoll2015-04-211-1/+1
* | Further cleanupsLars Knoll2015-04-161-3/+3
|/
* 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