summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativelistmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* ModelNode::setObjectValue() must update the object cache.Bea Lam2010-04-011-0/+2
* Fix memory leak and clean up deletion.Bea Lam2010-03-291-8/+5
* Remove int parameter from ListModel countChanged() to be consistentBea Lam2010-03-251-3/+3
* Doc: ids start with lowercaseMartin Jones2010-03-241-9/+9
* Don't use QScriptValueIterator to iterate over arrays.Bea Lam2010-03-181-4/+3
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-171-4/+16
|\
| * Allow enum constants as list element properties.Warwick Allison2010-03-171-4/+16
* | Emits itemsRemoved() in QDeclarativeListModel::remove.Yann Bodson2010-03-171-14/+16
|/
* Tests for default count(), get() values should be run on the workerBea Lam2010-03-171-1/+1
* Remove unneeded #include and add needed header to .priMartin Jones2010-03-161-2/+0
* Doc fixes.Bea Lam2010-03-161-27/+27
* Remove WorkerListModel and integrate its functionality into ListModel.Bea Lam2010-03-161-300/+654
* Merge remote branch 'origin/master' into 4.7Thiago Macieira2010-02-271-0/+2
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-0/+983