aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/util
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Fix const correctness in old style castsThiago Macieira2015-07-091-2/+2
* QtQml: Micro-optimize iterator loops.Friedemann Kleint2015-02-261-1/+1
* Update copyright headersJani Heikkinen2015-02-1210-70/+70
* CleanupsLars Knoll2015-01-231-11/+11
* Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-131-2/+2
* Cleanup variant conversion codeLars Knoll2015-01-091-6/+6
* Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-091-6/+6
* Move extension mechanism over to use the v4 engineLars Knoll2015-01-081-6/+6
* Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-031-2/+2
* Remove v8engine dependency in fromVariant conversionsLars Knoll2015-01-021-3/+3
* Remove v8engine dependency in toVariant conversionsLars Knoll2015-01-021-3/+3
* Remove most of the places where getPointer() is usedLars Knoll2014-12-201-3/+3
* Return Heap::ExecutionContext for globalContext()Lars Knoll2014-12-191-2/+3
* Encapsulate accesses to the root contextLars Knoll2014-12-111-2/+2
* Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-8/+8
* Fix mapping of JS objects/arrays to C++Simon Hausmann2014-09-171-1/+6
* Update license headers and add new licensesJani Heikkinen2014-08-2510-190/+110
* Change the object allocation schemeSimon Hausmann2014-07-221-4/+4
* Convert delegate model and indexed builtin functionLars Knoll2014-07-221-4/+6
* Get rid of StringRefLars Knoll2014-07-221-1/+1
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-14/+14
* Fix QQmlDelegateModelChangeArrayLars Knoll2014-07-225-144/+83
* Implement proper support for layoutChange in QQmlDelegateModelDaniel Vrátil2014-05-121-4/+8
* Fix memory management issue with accessorsSimon Hausmann2014-02-071-3/+3
* Rename some filesLars Knoll2014-01-311-1/+1
* Cleanup: change signature of Object::insertMember()Lars Knoll2014-01-091-3/+4
* Fix crash when assigning a null QObject or derived property as a ListView modelAndrew den Exter2013-11-241-3/+3
* Simplify & speed up function callingLars Knoll2013-11-091-8/+8
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-1/+1
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-8/+8
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-11/+17
* Fix Persistent/WeakValue APILars Knoll2013-09-261-10/+11
* Cleanup Object::define*Property APILars Knoll2013-09-221-4/+4
* Add a Safe<T> class and start using itLars Knoll2013-09-221-2/+2
* Start using StringRef for parameter passingLars Knoll2013-09-221-4/+4
* Cleanup ExecutionEngine::newBuiltinFunction() usagesLars Knoll2013-09-221-16/+7
* Don't use Value::emptyValue() anymore.Lars Knoll2013-09-221-1/+1
* Further work towards an exact GCLars Knoll2013-09-221-4/+6
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-10/+11
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-8/+9
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-2/+2
* Get rid of the first half of QQmlGuard usageLars Knoll2013-07-051-1/+1
* Remove the last v8 dependency from the delegate modelLars Knoll2013-06-071-36/+33
* Convert the qml adapter model to v4Lars Knoll2013-06-071-98/+86
* Port the first half of the delegate model code to v4Lars Knoll2013-06-051-4/+4
* Get rid of v8::BooleanLars Knoll2013-05-211-2/+2
* Get rid of v8::IntegerLars Knoll2013-05-211-2/+2
* Convert qqmladaptermodel to use QV4::persistentValueLars Knoll2013-05-081-19/+32
* Replace v8::Undefined() with QV4::Value::undefinedValue()Simon Hausmann2013-05-071-1/+1
* Get rid of v8::LocalLars Knoll2013-05-061-14/+14