aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qqmldelegatemodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't use Value::emptyValue() anymore.Lars Knoll2013-09-221-1/+1
* Further work towards an exact GCLars Knoll2013-09-221-7/+11
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-16/+19
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-16/+16
* Use a ReturnedValue for Managed::getIndexed()Lars Knoll2013-09-181-4/+7
* Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-2/+2
* Use ReturnedValue for Managed::construct()Lars Knoll2013-09-181-2/+2
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-2/+2
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-2/+2
* Change signature of call/construct() to take a pointer to a CallDataLars Knoll2013-09-111-4/+4
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-2/+2
* change calling convention for JS function callsLars Knoll2013-09-021-4/+4