aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qqmldelegatemodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix Managed::as<>() methodLars Knoll2014-07-221-3/+3
* | Change the object allocation schemeSimon Hausmann2014-07-221-7/+7
* | Fix constructors for the delegate modelLars Knoll2014-07-221-35/+47
* | Convert delegate model and indexed builtin functionLars Knoll2014-07-221-4/+4
* | Get rid of StringRefLars Knoll2014-07-221-8/+8
* | Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-9/+9
* | Rename V4_OBJECT_NEW back to V4_OBJECTLars Knoll2014-07-221-3/+3
* | Fix QQmlDelegateModelChangeArrayLars Knoll2014-07-221-83/+63
* | Get rid of different macros for vtable specializationsLars Knoll2014-07-221-2/+2
* | Avoid calling destroy() on most objectsLars Knoll2014-07-221-2/+2
* | Fix crash in QQmlDelegateModel during destruction phaseSimon Hausmann2014-06-241-5/+5
|/
* Implement proper support for layoutChange in QQmlDelegateModelDaniel Vrátil2014-05-121-2/+57