aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlvmemetaobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Fix const correctness in old style castsThiago Macieira2015-07-091-2/+2
* Fix memory corruption when sharing QObjects between different QML enginesSimon Hausmann2015-05-081-6/+7
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Remove all remaining usages of ValueRefLars Knoll2015-01-231-2/+2
* Get rid of most uses of ValueRefLars Knoll2015-01-231-2/+2
* Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-131-3/+3
* Cleanup variant conversion codeLars Knoll2015-01-091-4/+4
* Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-091-4/+4
* Use QV4::ScopedFunctionObject typedef instead of actual typeOleg Shparber2015-01-021-1/+1
* Remove v8engine dependency in fromVariant conversionsLars Knoll2015-01-021-2/+2
* Remove v8engine dependency in toVariant conversionsLars Knoll2015-01-021-2/+2
* Cleanup exception catching codeLars Knoll2014-11-151-2/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Remove the less often used Ref classesLars Knoll2014-07-221-1/+1
* Fix typoSimon Hausmann2014-04-011-1/+1
* Fix crash when accessing var properties in objects with invalid contextSimon Hausmann2014-03-041-3/+4
* Make the Ref classes not template basedLars Knoll2014-02-071-1/+2
* Rename Referenced to ManagedRefLars Knoll2014-02-071-1/+1
* fix whitespaceOswald Buddenhagen2014-01-221-21/+21
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-1/+1
* Refactor marking GC'ed objectsLars Knoll2013-11-051-4/+4
* Fix crash in QObject tree destructionSimon Hausmann2013-10-311-1/+2
* Fix the remaining try/catch statements in C++Lars Knoll2013-10-291-4/+4
* Properly propagate parse errorsLars Knoll2013-10-291-1/+1
* Remove internal method from public APILars Knoll2013-10-191-1/+1
* Compile JS functions as part of the QQmlCompiler run in the loader threadSimon Hausmann2013-10-111-14/+16
* Change exception handling APISimon Hausmann2013-10-021-4/+2
* Use SafeValue instead of Value in ScopedValue methodsLars Knoll2013-10-021-1/+1
* Remove most uses of Value from qml/qmlLars Knoll2013-09-301-6/+5
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-3/+3
* Move more API over to use ValueRefLars Knoll2013-09-261-2/+2
* Fix Persistent/WeakValue APILars Knoll2013-09-261-11/+19
* Convert putIndexed()Lars Knoll2013-09-221-5/+11
* Don't use Value::emptyValue() anymore.Lars Knoll2013-09-221-5/+5
* Convert more methods to return a Returned<>Lars Knoll2013-09-181-1/+2
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-13/+14
* Use a ReturnedValue for Managed::getIndexed()Lars Knoll2013-09-181-8/+11
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-1/+1
* Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-1/+1
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-1/+2
* Move CallData onto the JS stackLars Knoll2013-09-111-4/+5
* change calling convention for JS function callsLars Knoll2013-09-021-3/+4
* Re-enable two disabled var property tests and make them passSimon Hausmann2013-06-151-0/+3
* Move QV8QObjectWrapper::newQObject into QV4::QObjectWrapperSimon Hausmann2013-06-051-2/+2
* Cleanups in QObject bindingsSimon Hausmann2013-06-041-1/+1
* Get rid of QV8Engine::toQObject and QV8QObjectWrapper::toQObjectSimon Hausmann2013-06-031-1/+1
* Remove last v8 dependency in qqmlvmemetaobjectLars Knoll2013-06-031-1/+4
* Port QObject bindings to use new castSimon Hausmann2013-06-021-1/+1
* Remove some unused codeLars Knoll2013-05-311-3/+0
* Move Variant and QtObject over to new casting schemeLars Knoll2013-05-311-4/+4