aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4qobjectwrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup API of Safe<T>Lars Knoll2013-10-021-4/+3
* Use SafeValue instead of Value in ScopedValue methodsLars Knoll2013-10-021-1/+1
* Fix ObjectIterator API to be GC safeLars Knoll2013-10-021-10/+6
* Remove most uses of Value from qml/qmlLars Knoll2013-09-301-2/+2
* Remove more occurrences of QV4::ValueLars Knoll2013-09-301-33/+43
* Remove Value::fromString()Lars Knoll2013-09-281-2/+2
* Remove more direct QV4::Value usageLars Knoll2013-09-281-3/+3
* Make API of QV4::JsonObject GC cleanLars Knoll2013-09-281-3/+5
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-3/+3
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-14/+14
* Move more API over to use ValueRefLars Knoll2013-09-261-52/+39
* Make parts of qv8engine_p.h GC safeLars Knoll2013-09-261-1/+1
* Fix QQmlV4Function API to be GC safeLars Knoll2013-09-261-2/+2
* Fix API of QQmlV4HandleLars Knoll2013-09-261-3/+3
* Fix Persistent/WeakValue APILars Knoll2013-09-261-40/+59
* Fix cases where mark() would access uninitialized memoryLars Knoll2013-09-221-2/+3
* Convert the remaining vtable methods to be GC safeLars Knoll2013-09-221-1/+1
* convert Managed::put() API to be GC safeLars Knoll2013-09-221-4/+4
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-14/+19
* Cleanup Object::define*Property APILars Knoll2013-09-221-2/+2
* Don't use Value::emptyValue() anymore.Lars Knoll2013-09-221-13/+13
* Convert more methods to return a Returned<>Lars Knoll2013-09-181-3/+4
* Extend the ReturnedValue mechanism to pointers to Managed objectsLars Knoll2013-09-181-1/+1
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-80/+76
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-22/+22
* Use a ReturnedValue for Managed::getIndexed()Lars Knoll2013-09-181-1/+5