aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4qobjectwrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* v4: Enable primitive conversation to QQmlScriptString in javascriptSebastian Sauer2014-08-221-1/+13
* Change the object allocation schemeSimon Hausmann2014-07-221-3/+3
* Convert construtors for QObjectWrapperLars Knoll2014-07-221-20/+17
* Remove the less often used Ref classesLars Knoll2014-07-221-2/+2
* Get rid of StringRefLars Knoll2014-07-221-11/+11
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-41/+41
* Convert QObjectWrapper to new storage structureLars Knoll2014-07-221-42/+42
* Move Managed data into it's own subclassLars Knoll2014-07-221-2/+2
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-021-0/+2
|\
| * Fix crash in QObjectWrapperOleg Shparber2014-06-191-0/+2
* | Exclude private methods and QObject::deleteLater from enumerable propertiesSimon Hausmann2014-06-241-2/+11
|/
* Fix method overload calling of Qt slots from JavaScriptkh12014-06-041-4/+4
* Refine fix for dynamic properties on QObjects wrapped in JavaScriptSimon Hausmann2014-04-171-1/+1
* Add support for dynamic properties for QObjects in JavaScriptSimon Hausmann2014-04-091-3/+10
* Fix QtSharedPointer::ExternalRefCountData object leak in v4 engineLiang Jian2014-03-281-4/+5
* Get rid of collectDeletablesLars Knoll2014-03-271-6/+8
* Fix infinite loop in method overload resolutionSimon Hausmann2014-03-241-0/+5
* Don't crash when a signal/slot connection outlives the engineSimon Hausmann2014-03-121-2/+7
* Remove redundant QQmlBinding members.Michael Brasser2014-03-111-3/+4
* Cleanup our runtime methodsLars Knoll2014-03-111-3/+3
* Remove the name member of FunctionObjectLars Knoll2014-03-071-2/+4
* Fix calls to overloaded slots for QObjects not created by QMLSimon Hausmann2014-03-021-1/+15
* Improve memory usage in QML/V4 engine.Michael Brasser2014-02-281-5/+3
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-111-6/+9
|\
| * Fix exception thrown in slot without Qml EngineSimon Hausmann2014-02-071-5/+7
| * [Regression] Fix lazy binding evaluationSimon Hausmann2014-02-061-1/+2
* | Make the Ref classes not template basedLars Knoll2014-02-071-1/+2
* | Rename Referenced to ManagedRefLars Knoll2014-02-071-1/+1
* | CleanupsLars Knoll2014-01-311-1/+1
* | Change virtual methods in ArrayData to take Object pointerLars Knoll2014-01-241-1/+1
* | fix whitespaceOswald Buddenhagen2014-01-221-11/+11
* | Split ManagedVTable into two classesLars Knoll2014-01-211-5/+5
* | Add a SimpleArrayData classLars Knoll2014-01-201-3/+1
* | Don't return a Property pointer in Object::advanceIteratorLars Knoll2014-01-201-21/+18
* | Rework array handling for JS objectsLars Knoll2014-01-091-3/+4
* | Move array data into it's own structLars Knoll2014-01-031-2/+2
|/
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-9/+9
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-3/+3
* Fix JavaScript signal connect on alias without other handlersSimon Hausmann2013-11-291-1/+6
* Add support for accelerated property access to QML types and namespace supportSimon Hausmann2013-11-281-25/+22
* Make comparison of singletons and qobjects workAlbert Astals Cid2013-11-181-0/+9
* Allow passing qmlRegisterSingletonType QObjects to C++ as QObject*Albert Astals Cid2013-11-141-0/+7
* Fix property dependency generation for accelerated QML QObject propertiesSimon Hausmann2013-11-121-9/+11
* Simplify & speed up function callingLars Knoll2013-11-091-2/+2
* Ensure the this object is set correctly to the scope object in binding expres...Simon Hausmann2013-11-051-2/+0
* Fix rounding behavior of Qml when assigning doubles to integer propertiesSimon Hausmann2013-11-051-1/+1
* Refactor marking GC'ed objectsLars Knoll2013-11-051-7/+7
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-4/+6
* Implement setting of values to resolved QObject propertiesSimon Hausmann2013-10-311-39/+57