summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativelistmodelworkeragent.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-191-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* | set() and setProperty() should not always trigger change signalsBea Lam2011-01-111-12/+16
|/
* Fix worker ListModels to property emit countChanged()Bea Lam2010-10-131-1/+1
* 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