Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 2 | -352/+0 |
| | | | | QDeclarativeXXX. | ||||
* | Test bug QTBUG-5974 | Warwick Allison | 2010-02-23 | 1 | -1/+9 |
| | |||||
* | More strict type checking of ListElement properties. | Warwick Allison | 2010-02-19 | 1 | -1/+56 |
| | | | | Task-number: QTBUG-6203 | ||||
* | Fix copyright year. | Jason McDonald | 2010-02-16 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Reproduce bug. | Warwick Allison | 2010-02-09 | 1 | -0/+4 |
| | | | | Task-number: QTBUG-6203 | ||||
* | Use QUrl::fromLocalFile() instead of "file://" (i.e. only 2 slashes). | Bea Lam | 2010-02-08 | 1 | -2/+2 |
| | | | | Was causing some test failures on Windows. | ||||
* | Don't crash when accessing index -1 | Martin Jones | 2010-01-29 | 1 | -1/+5 |
| | |||||
* | Rename ListModel::set() to ListModel::setProperty() | Aaron Kennedy | 2010-01-20 | 1 | -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 them | Bea Lam | 2010-01-20 | 1 | -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 Lam | 2010-01-20 | 1 | -5/+0 |
| | | | | This reverts commit bc6940f53891856a3a6c3d8f1c25a8eaada90b33. | ||||
* | Fix to correctly return property values that are javascript arrays. | Bea Lam | 2010-01-19 | 1 | -0/+5 |
| | |||||
* | Fix tests after 05adc294d063171d9d0accf819826684813d396a | Michael Brasser | 2010-01-13 | 1 | -3/+5 |
| | |||||
* | Have qmlInfo report the QML element name rather than C++ class name. | Michael Brasser | 2009-12-18 | 1 | -21/+21 |
| | | | | Task-number: QTBUG-5476 | ||||
* | Fix and test ListModel UTF8 reading. | Warwick Allison | 2009-11-29 | 1 | -0/+14 |
| | |||||
* | Test error messages. | Warwick Allison | 2009-11-23 | 1 | -0/+53 |
| | |||||
* | Test one-past-end setting (not error; same as append). | Warwick Allison | 2009-11-23 | 1 | -0/+1 |
| | |||||
* | Test setting property when not set before. | Warwick Allison | 2009-11-23 | 1 | -0/+1 |
| | |||||
* | Error checking and tests for them in ListModel | Warwick Allison | 2009-11-17 | 1 | -0/+18 |
| | |||||
* | Fix and test set/get of structured ListModel data. | Warwick Allison | 2009-11-09 | 1 | -1/+3 |
| | |||||
* | ListModel docs and tests | Warwick Allison | 2009-11-09 | 2 | -0/+144 |