aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4qobjectwrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix crash in QObjectWrapperOleg Shparber2014-06-191-0/+2
* 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
* Initial support for resolving meta-property access for the scope and context ...Simon Hausmann2013-10-311-20/+43
* Fix the remaining try/catch statements in C++Lars Knoll2013-10-291-3/+2
* Protect write accesses to objectsLars Knoll2013-10-291-1/+1
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-6/+9
* Properly propagate parse errorsLars Knoll2013-10-291-1/+1
* Avoid crash when a QML signal is connected to a non-void slotJ-P Nurmi2013-10-221-5/+3
* Remove internal method from public APILars Knoll2013-10-191-1/+1
* Fix performance regression when doing property lookups for non-existant prope...Simon Hausmann2013-10-161-1/+1
* Fix the remaining objects against self destructionLars Knoll2013-10-111-0/+3
* Smaller cleanupsLars Knoll2013-10-111-2/+7
* Change exception handling APISimon Hausmann2013-10-021-5/+3