aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/util/qqmladaptormodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-061-24/+20
|\
| * Get rid of the old way of defining builtin functionsLars Knoll2017-05-191-24/+20
* | sources: Add missing override and remove redundant virtualAlexander Volkov2017-02-231-30/+30
|/
* Qml utils: replace 'foreach' with 'range for'Anton Kudryavtsev2016-09-121-2/+2
* Fix performance issues when handling layout changed in Quick item views.Milian Wolff2016-04-261-4/+0
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Reimplement the right metaCall() methodLars Knoll2015-09-251-1/+4
* Move remaining objects to new constructor syntaxLars Knoll2015-09-221-2/+2
* Convert FunctionObjects to new allocation syntaxLars Knoll2015-09-221-2/+2
* Further cleanupsLars Knoll2015-09-151-1/+1
* Hold a pointer to the QV4::ExecutionEngine in the property cacheLars Knoll2015-08-191-1/+1
* Add missing QVector::reserve() callsSérgio Martins2015-06-051-1/+3
* Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
* QtQml: Micro-optimize iterator loops.Friedemann Kleint2015-02-261-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* 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
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* 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-221-13/+13
* 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
* 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