Change copyrights from Nokia to Digia
[profile/ivi/qtdeclarative.git] / src / qml / qml / v8 / qv8qobjectwrapper.cpp
2012-09-23 Iikka EklundChange copyrights from Nokia to Digia
2012-09-07 Sergio Ahumadadoc: fix some typos in .cpp files
2012-08-31 Thomas McGuireDelete weak JS objects on exit right away
2012-08-29 Aaron KennedyEvaluate bindings more intelligently during construction
2012-08-27 Matthew VogtRestrict v8 property lookup to the execution context
2012-08-24 Thomas McGuireImmediatley delete QV8QObjectResource objects to reduce...
2012-08-15 Matthew VogtReduce memory consumption of source coordinates
2012-08-10 Matthew VogtPermit value types with metatype IDs >= QMetaType:...
2012-08-09 Chris AdamsAllow invokable functions of value-type classes to...
2012-08-09 Chris AdamsEnsure that copy sequences can be passed as arguments
2012-07-24 Chris AdamsFix value-type semantics in variant properties
2012-06-21 Matthew VogtSupport enum return types in Q_INVOKABLE functions.
2012-05-28 Chris AdamsFix crash caused by unregistered enum types
2012-05-24 Aaron KennedyLazily create QMetaObjects
2012-05-24 Kent HansenFix the logic in void return type check
2012-05-24 Andrew den ExterEnable binding to properties of type QJSValue.
2012-05-21 Jędrzej NowackiSimplify QVariant::convert and QVariant::canConvert...
2012-05-20 Matthew VogtAllow the existence of a VME metaobject to be asserted
2012-05-16 Chris AdamsEnsure that we don't attempt to dispose handle twice
2012-05-15 Chris AdamsRevert "Allow function assignment to cause binding...
2012-05-08 Charles YinBetter checking top level root object creation status
2012-05-08 Michael BrasserRemove QQmlData::objectNameChanged callback.
2012-05-04 Matthew VogtEmit Component.onDestruction before context is invalidated
2012-05-01 Charles YinPrevent object being delete by GC before object is...
2012-04-27 Jędrzej NowackiAvoid calling gc in QQmlEngine destructor.
2012-04-26 Kent HansenSpecialize for QJson types in the QObject meta-call...
2012-04-17 Lars KnollMerge remote-tracking branch 'origin/api_changes'
2012-04-16 Kent HansenAdd QJson support to QV8Engine
2012-04-12 Thiago MacieiraSilence warning with ICC about change of signal in...
2012-04-11 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-04-04 Matthew VogtUse wasDeleted function to check for deletion
2012-04-04 Thiago MacieiraUse the GCC pragma on GCC only
2012-04-03 Aaron KennedyDon't crash if calling a method on a QObject that has...
2012-03-27 Kent HansenMerge master into api_changes
2012-03-23 Kent HansenMerge master into api_changes
2012-03-19 Kent HansenMerge master into api_changes
2012-03-15 Chris AdamsFix crash caused by dereferencing collected v8 data
2012-03-15 Aaron KennedyRemove binding dependency on QQmlExpression
2012-03-14 Chris AdamsEnsure that dynamic property storing QObject ptr notifi...
2012-03-13 Jędrzej NowackiCrash fix after QMetaType change.
2012-03-13 Kent HansenAdapt to Qt5 meta-object changes
2012-03-13 Matthew VogtMerge branch 'master' of git://gitorious.org/qt/qtdecla...
2012-03-11 Matthew VogtMerge branch 'master' of git://gitorious.org/qt/qtdecla...
2012-03-07 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-03-05 Chris AdamsAllow function assignment to cause binding for non...
2012-03-05 Chris AdamsImprove support for var properties
2012-03-05 Matthew VogtMerge remote branch 'gerrit/api_changes' into merge...
2012-03-05 Matthew VogtMerge master <-> api_changes
2012-02-24 Matthew VogtRename QDeclarative symbols to QQuick and QQml