aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qqmldelegatemodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move remaining objects to new constructor syntaxLars Knoll2015-09-221-14/+8
* Convert FunctionObjects to new allocation syntaxLars Knoll2015-09-221-1/+1
* Further cleanupsLars Knoll2015-09-151-1/+1
* qml: Pass non-trivially-copyable types by const-refSérgio Martins2015-07-201-2/+2
* Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-101-1/+1
* Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
* More cleanupsLars Knoll2015-04-211-12/+7
* Further cleanupsLars Knoll2015-04-161-6/+6
* QtQml: Micro-optimize iterator loops.Friedemann Kleint2015-02-261-3/+5
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-0/+5
|\
| * Fix possible crash when removing items from QQmlDelegateModelDaniel Vrátil2015-02-021-0/+5
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
* | CleanupsLars Knoll2015-01-231-8/+8
* | CleanupsLars Knoll2015-01-231-1/+1
* | Get rid of most uses of ValueRefLars Knoll2015-01-231-17/+17
* | Get rid of all uses of Managed::engine()Lars Knoll2015-01-211-4/+4
* | Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-211-3/+0
* | Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-131-2/+2
* | Get rid of Value::engine()Lars Knoll2015-01-121-4/+4
* | Cleanup variant conversion codeLars Knoll2015-01-091-2/+2
* | Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-091-2/+2
* | Move extension mechanism over to use the v4 engineLars Knoll2015-01-081-7/+6
* | Further reduce v8engine dependenciesLars Knoll2015-01-081-1/+1
* | Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-031-2/+2
* | Remove v8engine dependency in fromVariant conversionsLars Knoll2015-01-021-1/+1
* | Remove v8engine dependency in toVariant conversionsLars Knoll2015-01-021-1/+1
* | Remove most of the places where getPointer() is usedLars Knoll2014-12-201-9/+9
* | Return Heap::ExecutionContext for globalContext()Lars Knoll2014-12-191-10/+11
* | Encapsulate accesses to the root contextLars Knoll2014-12-111-10/+10
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-091-2/+2
|\|
| * Fix \inqmlmodule usage: only use one parameterAlejandro Exojo2014-12-081-2/+2
* | Cleanup destruction of heap objectsLars Knoll2014-11-211-10/+1
* | Changed MemoryManager::alloc<T> to return Heap::T* instead of T*Simon Hausmann2014-11-151-3/+3
* | Replaced more usages of Returned<T> with Heap::T*Simon Hausmann2014-11-141-6/+6
* | Move data for remaining objects in QtQml into the Heap namespaceLars Knoll2014-11-111-47/+66
* | Move data of some Qml related objects into Heap namespace.Lars Knoll2014-11-101-1/+1
* | Move Data of FunctionObject and related classes into HeapLars Knoll2014-11-081-2/+2
* | Move Object::Data into the Heap namespaceLars Knoll2014-11-081-4/+4
* | Begin moving the data out of Managed objectsLars Knoll2014-11-081-1/+1
* | Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-9/+9
* | Cleanup header file dependenciesLars Knoll2014-11-041-0/+1
* | Changed Value to store Managed::Data pointers directlySimon Hausmann2014-11-041-3/+3
|/
* Get rid of !this and similar constructsLars Knoll2014-10-311-8/+5
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Doc: Remove duplicated wordsTopi Reinio2014-08-121-1/+1
* Merge branch '5.3' into devGunnar Sletta2014-08-071-8/+17
|\
| * Merge remote-tracking branch 'origin/stable' into 5.3J-P Nurmi2014-07-301-2/+16
| |\
| | * Fix QQmlDelegateModel ignoring layoutChange in certain situationsDan Vrátil2014-06-291-2/+16
| * | Fix QQmlDelegateModel getting out of syncDan Vrátil2014-07-301-6/+1
| |/
* | Cleanup: Get rid of __data membersSimon Hausmann2014-07-221-12/+0