summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmllistmodel
Commit message (Collapse)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-242-352/+0
| | | | QDeclarativeXXX.
* Test bug QTBUG-5974Warwick Allison2010-02-231-1/+9
|
* More strict type checking of ListElement properties.Warwick Allison2010-02-191-1/+56
| | | | Task-number: QTBUG-6203
* Fix copyright year.Jason McDonald2010-02-161-1/+1
| | | | Reviewed-by: Trust Me
* Reproduce bug.Warwick Allison2010-02-091-0/+4
| | | | Task-number: QTBUG-6203
* Use QUrl::fromLocalFile() instead of "file://" (i.e. only 2 slashes).Bea Lam2010-02-081-2/+2
| | | | Was causing some test failures on Windows.
* Don't crash when accessing index -1Martin Jones2010-01-291-1/+5
|
* Rename ListModel::set() to ListModel::setProperty()Aaron Kennedy2010-01-201-7/+7
| | | | | As QML doesn't support slot overloading, the two ListModel::set() calls must be separated.
* Keep empty lists and 1-item lists as lists instead of converting themBea Lam2010-01-201-0/+46
| | | | | to null or single objects. This brings back change bc6940f with additional fixes and tests.
* Revert previous change. Does not work for statically defined list models.Bea Lam2010-01-201-5/+0
| | | | This reverts commit bc6940f53891856a3a6c3d8f1c25a8eaada90b33.
* 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
| | | | Task-number: QTBUG-5476
* 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