summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativelistmodelworkeragent.cpp
Commit message (Expand)AuthorAgeFilesLines
* Changes to objects returned from get() should emit itemsChanged() soBea Lam2010-09-171-1/+24
* Make it clear that private ListModel constructor is only for workerBea Lam2010-09-171-4/+4
* Fix worker agent to emit ListModel itemsChanged() correctly when set()Bea Lam2010-09-171-1/+1
* Fix Worker ListModel to emit the right signal when items changeBea Lam2010-09-081-1/+1
* Fix crach in synchronization of ListModel in WorkerThread.Martin Jones2010-08-231-2/+14
* Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-3/+2
* Rename the ridiculous QDeclarativeDeclarativeData -> QDeclarativeDataAaron Kennedy2010-04-151-1/+1
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-4/+4
* Remove int parameter from ListModel countChanged() to be consistentBea Lam2010-03-251-1/+1
* Tests for default count(), get() values should be run on the workerBea Lam2010-03-171-6/+1
* Remove WorkerListModel and integrate its functionality into ListModel.Bea Lam2010-03-161-0/+245