summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativexmllistmodel
Commit message (Collapse)AuthorAgeFilesLines
* Change to release license header.Jason McDonald2011-02-161-13/+13
| | | | Reviewed-by: Trust Me
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
| | | | | Reviewed-by: Trust Me (cherry picked from commit ac5c099cc3c5b8c7eec7a49fdeb8a21037230350)
* Try fixing build error on WindowsBea Lam2010-12-231-1/+1
|
* XmlListModel requests should set 'Accept' header to 'application/xml'Bea Lam2010-12-221-0/+69
| | | | | Task-number: QTBUG-15836 Reviewed-by: Michael Brasser
* Prevent crash in XmlListModel when appending an empty role.Michael Brasser2010-10-042-0/+18
|
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-297-7/+7
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Make declarative autotests compile on Symbian abld build systemJoona Petrell2010-06-082-2/+6
| | | | | Task-number: Reviewed-by: Martin Jones
* Make compile: include script module for testBea Lam2010-05-241-1/+1
|
* Remove license headers from test data.Warwick Allison2010-05-237-287/+0
| | | | Partial revert of d5a86d924bfe331aeba6465b0f249cd27ef83ad4
* Add license headers for .qml files.Jason McDonald2010-05-217-0/+287
| | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me
* Also show file/line numbers on XML query errors.Warwick Allison2010-05-211-1/+1
| | | | | | Task-number: QTBUG-10797 Reviewed-by: Bea Lam
* Print warnings for xml query syntax errorsBea Lam2010-05-211-0/+2
| | | | Task-number: QTBUG-10797
* Add XmlListModel::get()Bea Lam2010-05-211-0/+41
| | | | Task-number: QTBUG-10761
* Add XmlListModel::errorString()Bea Lam2010-05-201-0/+9
|
* Bug moved.Warwick Allison2010-05-191-1/+1
|
* Symbian build fix to declarative auto and benchmark testsJoona Petrell2010-05-141-1/+8
| | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-217-7/+7
| | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081
* Fix test failure.Warwick Allison2010-04-201-2/+2
|
* Tweak tests to run in parallelAaron Kennedy2010-04-131-0/+3
|
* Network-related test fails on the rare occasionBea Lam2010-04-131-4/+16
|
* Fix testBea Lam2010-04-121-1/+3
|
* Pass test.Warwick Allison2010-03-291-0/+14
|
* Don't set status to Ready until model has been created (currently thisBea Lam2010-03-281-11/+86
| | | | | | | | | | is set as soon as XML data is downloaded, so there is no notification when model is actually ready to be used). This also fixes data() to not crash if it is called before the model is ready. Task-number: QTBUG-7835
* Fix where data() is called before xml is loaded. Also add status tests.Bea Lam2010-03-251-0/+43
|
* Properly use one thread for all instances of XmlListModel.Bea Lam2010-03-241-0/+66
| | | | Task-number: QT-2831
* Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-052-0/+80
|\
| * Add missing NOTIFYs to timer, xmllistmodel, xmlroleJoona Petrell2010-03-052-0/+80
| | | | | | | | Reviewed-by: akennedy
* | Fix testBea Lam2010-03-051-7/+11
|/
* Fix reload() when keys are not specified, and add extra tests.Bea Lam2010-03-011-41/+89
|
* Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵Leonardo Sobral Cunha2010-02-241-14/+14
| | | | to QDeclarativeXXX.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-2410-0/+674
QDeclarativeXXX.