aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qqmldelegatemodel.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Work around warning by GCC 4.8 with -O3 about array out of boundsThiago Macieira2014-04-021-2/+2
* Doc: Qt QML: Document signals (not handlers) under \qmlsignalSze Howe Koh2014-03-111-2/+4
* Remove old compiler and VMESimon Hausmann2014-03-071-10/+2
* [new compiler] Match class and file nameSimon Hausmann2014-02-161-1/+1
* Fix memory management issue with accessorsSimon Hausmann2014-02-071-14/+14
* [new compiler] Fix propagation of imported scripts for anonymous componentsSimon Hausmann2014-02-051-1/+1
* Fix occasional crashes in canvas getImageData and other placesSimon Hausmann2014-02-041-0/+3
* Rename some filesLars Knoll2014-01-311-1/+1
* Split ManagedVTable into two classesLars Knoll2014-01-211-10/+10
* Cleanup: change signature of Object::insertMember()Lars Knoll2014-01-091-17/+26
* Rework array handling for JS objectsLars Knoll2014-01-091-2/+2
* [new compiler] Preliminary support for QQmlIncubatorSimon Hausmann2014-01-081-5/+10
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-4/+4
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-3/+3
* Simplify & speed up function callingLars Knoll2013-11-091-6/+6
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-2/+1
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-12/+11
* Reset on model layout changedAlbert Astals Cid2013-10-211-2/+1
* inline get_element callsLars Knoll2013-10-141-0/+1
* Remove some unused flags from ManagedLars Knoll2013-10-121-1/+0
* Cleanup API of Safe<T>Lars Knoll2013-10-021-1/+1
* Use SafeValue instead of Value in ScopedValue methodsLars Knoll2013-10-021-1/+1
* Fix ObjectIterator API to be GC safeLars Knoll2013-10-021-4/+3
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-021-42/+42
* Remove most uses of Value from qml/qmlLars Knoll2013-09-301-30/+44
* Fix API for Object::define*PropertyLars Knoll2013-09-281-1/+1
* 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-8/+14
* Move more API over to use ValueRefLars Knoll2013-09-261-1/+2
* Fix QQmlV4Function API to be GC safeLars Knoll2013-09-261-21/+33
* Fix API of QQmlV4HandleLars Knoll2013-09-261-7/+8
* Fix Persistent/WeakValue APILars Knoll2013-09-261-8/+11
* Doc: Fixed and updated Qt Quick's \qmlmodule pageJerome Pasion2013-09-251-2/+2
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-1/+1
* Cleanup Object::define*Property APILars Knoll2013-09-221-5/+5
* Add a Safe<T> class and start using itLars Knoll2013-09-221-12/+15
* Start using StringRef for parameter passingLars Knoll2013-09-221-3/+3
* Cleanup ExecutionEngine::newBuiltinFunction() usagesLars Knoll2013-09-221-6/+3