aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativelistmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move QDeclarativeListModel and friends from util/ to qml/Kent Hansen2011-11-241-2053/+0
* Add optional count parameter to ListModel.removeGlenn Watson2011-11-161-12/+22
* Support JS objects in ListModel via QVariantMapGlenn Watson2011-11-111-21/+121
* Improvements to listmodel implementation and tests.Glenn Watson2011-11-091-32/+47
* Optimize listmodel and allow nested elements from worker script.Glenn Watson2011-10-261-1020/+1198
* Clean up declarative includesKent Hansen2011-10-171-9/+9
* Remove more QByteArray<->QString conversionsKent Hansen2011-09-291-4/+4
* Support QT_TRID_NOOP in ListElement.Michael Brasser2011-08-311-2/+2
* Move all QML file parsing into the QDeclarativeScript namespaceAaron Kennedy2011-08-301-11/+11
* Compile.Roberto Raggi2011-08-301-3/+3
* Fix memory leak in ListModel custom parserBea Lam2011-08-261-0/+1
* Add documentationAlan Alpert2011-08-091-12/+12
* Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-291-2/+2
* Support QT_TRANSLATE_NOOP in ListElement.Michael Brasser2011-07-281-2/+27
* Update ListModel's internal indexes when items are inserted/removed.Andrew den Exter2011-07-281-0/+15
* Remove leftover QtScript code from ListModelAaron Kennedy2011-06-091-78/+1
* Implement global handle trackingAaron Kennedy2011-06-081-2/+2
* Implement ListModel in V8Aaron Kennedy2011-06-071-98/+255
* Merge branch 'master' into v8Michael Brasser2011-06-071-17/+17
|\
| * Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-05-241-17/+17
* | Initial V8 integrationAaron Kennedy2011-06-061-0/+2
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+1627