aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qqmldelegatemodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix crashes in tst_qquickvisualdatamodelSimon Hausmann2013-07-051-1/+1
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-241-49/+85
|\
| * Fix null-pointer access in QQuickVisualDataModelPrivateFlorian Hänel2013-06-071-1/+2
| * Doc: Clarified members of QtQml.Models submodule.Jerome Pasion2013-06-041-28/+30
| * Do not return cacheItem->object if it is still incubatingAlbert Astals Cid2013-05-231-3/+8
| * Fix comment: Signal is actually createdItem not itemCreatedAlbert Astals Cid2013-05-221-1/+1
| * Doc: Fixed a bunch of missing snippets.Jerome Pasion2013-05-151-4/+4
| * Fix crash in QQmlDelegateModelAlbert Astals Cid2013-05-031-3/+23
| * Avoid modifying cacheCount while iterating over itAlan Alpert2013-04-261-13/+16
| * Doc: Qt Quick: Fix module name format (Pt 1/2)Sze Howe Koh2013-04-231-3/+3
| * Prevent segfault on trying to access null cacheItem object.Mitch Curtis2013-04-221-0/+3
| * Doc: Reassigned types and pages to their correct modules.Jerome Pasion2013-04-171-3/+2