summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmllistmodel
Commit message (Expand)AuthorAgeFilesLines
* Test bug QTBUG-5974Warwick Allison2010-02-231-1/+9
* More strict type checking of ListElement properties.Warwick Allison2010-02-191-1/+56
* Fix copyright year.Jason McDonald2010-02-161-1/+1
* Reproduce bug.Warwick Allison2010-02-091-0/+4
* Use QUrl::fromLocalFile() instead of "file://" (i.e. only 2 slashes).Bea Lam2010-02-081-2/+2
* Don't crash when accessing index -1Martin Jones2010-01-291-1/+5
* Rename ListModel::set() to ListModel::setProperty()Aaron Kennedy2010-01-201-7/+7
* Keep empty lists and 1-item lists as lists instead of converting themBea Lam2010-01-201-0/+46
* Revert previous change. Does not work for statically defined list models.Bea Lam2010-01-201-5/+0
* Fix to correctly return property values that are javascript arrays.Bea Lam2010-01-191-0/+5
* Fix tests after 05adc294d063171d9d0accf819826684813d396aMichael Brasser2010-01-131-3/+5
* Have qmlInfo report the QML element name rather than C++ class name.Michael Brasser2009-12-181-21/+21
* Fix and test ListModel UTF8 reading.Warwick Allison2009-11-291-0/+14
* Test error messages.Warwick Allison2009-11-231-0/+53
* Test one-past-end setting (not error; same as append).Warwick Allison2009-11-231-0/+1
* Test setting property when not set before.Warwick Allison2009-11-231-0/+1
* Error checking and tests for them in ListModelWarwick Allison2009-11-171-0/+18
* Fix and test set/get of structured ListModel data.Warwick Allison2009-11-091-1/+3
* ListModel docs and testsWarwick Allison2009-11-092-0/+144