aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/qv8qobjectwrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Declare QJSValue as a metatype where it is defined.Stephen Kelly2012-12-041-2/+0
* Declare QQmlV8Handle as a metatype where it is defined.Stephen Kelly2012-12-041-1/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* doc: fix some typos in .cpp filesSergio Ahumada2012-09-071-1/+1
* Delete weak JS objects on exit right awayThomas McGuire2012-08-311-1/+4
* Evaluate bindings more intelligently during constructionAaron Kennedy2012-08-291-0/+2
* Restrict v8 property lookup to the execution contextMatthew Vogt2012-08-271-26/+31
* Immediatley delete QV8QObjectResource objects to reduce memory leaksThomas McGuire2012-08-241-2/+6
* Reduce memory consumption of source coordinatesMatthew Vogt2012-08-161-1/+2
* Permit value types with metatype IDs >= QMetaType::UserMatthew Vogt2012-08-101-9/+6
* Allow invokable functions of value-type classes to be calledChris Adams2012-08-091-2/+36
* Ensure that copy sequences can be passed as argumentsChris Adams2012-08-091-1/+5
* Fix value-type semantics in variant propertiesChris Adams2012-07-241-0/+6
* Support enum return types in Q_INVOKABLE functions.Matthew Vogt2012-06-221-3/+13
* Fix crash caused by unregistered enum typesChris Adams2012-05-281-4/+10
* Lazily create QMetaObjectsAaron Kennedy2012-05-241-17/+16
* Fix the logic in void return type checkKent Hansen2012-05-241-1/+1
* Enable binding to properties of type QJSValue.Andrew den Exter2012-05-241-2/+8
* Simplify QVariant::convert and QVariant::canConvert calls.Jędrzej Nowacki2012-05-211-2/+2
* Allow the existence of a VME metaobject to be assertedMatthew Vogt2012-05-211-5/+11
* Ensure that we don't attempt to dispose handle twiceChris Adams2012-05-161-8/+17
* Revert "Allow function assignment to cause binding for non-var props"Chris Adams2012-05-151-24/+4
* Better checking top level root object creation statusCharles Yin2012-05-091-2/+2
* Remove QQmlData::objectNameChanged callback.Michael Brasser2012-05-091-7/+2
* Emit Component.onDestruction before context is invalidatedMatthew Vogt2012-05-041-0/+3
* Prevent object being delete by GC before object is fully createdCharles Yin2012-05-011-1/+6
* Avoid calling gc in QQmlEngine destructor.Jędrzej Nowacki2012-04-271-26/+30
* Specialize for QJson types in the QObject meta-call bindingKent Hansen2012-04-261-6/+56
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-171-33/+71
|\
| * Add QJson support to QV8EngineKent Hansen2012-04-161-0/+3
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-111-14/+15
| |\
| * \ Merge master into api_changesKent Hansen2012-03-191-9/+12
| |\ \
| * | | Crash fix after QMetaType change.Jędrzej Nowacki2012-03-131-3/+12
| * | | Adapt to Qt5 meta-object changesKent Hansen2012-03-131-13/+3
| * | | Allow function assignment to cause binding for non-var propsChris Adams2012-03-051-4/+25
| * | | Improve support for var propertiesChris Adams2012-03-051-18/+34
* | | | Silence warning with ICC about change of signal in integer conversionThiago Macieira2012-04-121-2/+2
| |_|/ |/| |
* | | Use wasDeleted function to check for deletionMatthew Vogt2012-04-041-8/+1
* | | Use the GCC pragma on GCC onlyThiago Macieira2012-04-041-1/+1
* | | Don't crash if calling a method on a QObject that has been gc()'dAaron Kennedy2012-04-031-5/+13
| |/ |/|
* | Fix crash caused by dereferencing collected v8 dataChris Adams2012-03-151-2/+7
* | Remove binding dependency on QQmlExpressionAaron Kennedy2012-03-151-3/+2
* | Ensure that dynamic property storing QObject ptr notifies on deleteChris Adams2012-03-151-1/+1
|/
* Merge master <-> api_changesMatthew Vogt2012-03-051-2/+2
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-0/+2113