Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change to release license header. | Jason McDonald | 2011-02-16 | 1 | -13/+13 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update copyright year to 2011. | Jason McDonald | 2011-01-11 | 1 | -1/+1 |
| | | | | | Reviewed-by: Trust Me (cherry picked from commit ac5c099cc3c5b8c7eec7a49fdeb8a21037230350) | ||||
* | Try fixing build error on Windows | Bea Lam | 2010-12-23 | 1 | -1/+1 |
| | |||||
* | XmlListModel requests should set 'Accept' header to 'application/xml' | Bea Lam | 2010-12-22 | 1 | -0/+69 |
| | | | | | Task-number: QTBUG-15836 Reviewed-by: Michael Brasser | ||||
* | Prevent crash in XmlListModel when appending an empty role. | Michael Brasser | 2010-10-04 | 2 | -0/+18 |
| | |||||
* | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 7 | -7/+7 |
| | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones | ||||
* | Make declarative autotests compile on Symbian abld build system | Joona Petrell | 2010-06-08 | 2 | -2/+6 |
| | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | Make compile: include script module for test | Bea Lam | 2010-05-24 | 1 | -1/+1 |
| | |||||
* | Remove license headers from test data. | Warwick Allison | 2010-05-23 | 7 | -287/+0 |
| | | | | Partial revert of d5a86d924bfe331aeba6465b0f249cd27ef83ad4 | ||||
* | Add license headers for .qml files. | Jason McDonald | 2010-05-21 | 7 | -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 Allison | 2010-05-21 | 1 | -1/+1 |
| | | | | | | Task-number: QTBUG-10797 Reviewed-by: Bea Lam | ||||
* | Print warnings for xml query syntax errors | Bea Lam | 2010-05-21 | 1 | -0/+2 |
| | | | | Task-number: QTBUG-10797 | ||||
* | Add XmlListModel::get() | Bea Lam | 2010-05-21 | 1 | -0/+41 |
| | | | | Task-number: QTBUG-10761 | ||||
* | Add XmlListModel::errorString() | Bea Lam | 2010-05-20 | 1 | -0/+9 |
| | |||||
* | Bug moved. | Warwick Allison | 2010-05-19 | 1 | -1/+1 |
| | |||||
* | Symbian build fix to declarative auto and benchmark tests | Joona Petrell | 2010-05-14 | 1 | -1/+8 |
| | | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones | ||||
* | Fix versioning of Qt Declarative's in-built types | Alan Alpert | 2010-04-21 | 7 | -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 Allison | 2010-04-20 | 1 | -2/+2 |
| | |||||
* | Tweak tests to run in parallel | Aaron Kennedy | 2010-04-13 | 1 | -0/+3 |
| | |||||
* | Network-related test fails on the rare occasion | Bea Lam | 2010-04-13 | 1 | -4/+16 |
| | |||||
* | Fix test | Bea Lam | 2010-04-12 | 1 | -1/+3 |
| | |||||
* | Pass test. | Warwick Allison | 2010-03-29 | 1 | -0/+14 |
| | |||||
* | Don't set status to Ready until model has been created (currently this | Bea Lam | 2010-03-28 | 1 | -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 Lam | 2010-03-25 | 1 | -0/+43 |
| | |||||
* | Properly use one thread for all instances of XmlListModel. | Bea Lam | 2010-03-24 | 1 | -0/+66 |
| | | | | Task-number: QT-2831 | ||||
* | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Bea Lam | 2010-03-05 | 2 | -0/+80 |
|\ | |||||
| * | Add missing NOTIFYs to timer, xmllistmodel, xmlrole | Joona Petrell | 2010-03-05 | 2 | -0/+80 |
| | | | | | | | | Reviewed-by: akennedy | ||||
* | | Fix test | Bea Lam | 2010-03-05 | 1 | -7/+11 |
|/ | |||||
* | Fix reload() when keys are not specified, and add extra tests. | Bea Lam | 2010-03-01 | 1 | -41/+89 |
| | |||||
* | Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵ | Leonardo Sobral Cunha | 2010-02-24 | 1 | -14/+14 |
| | | | | to QDeclarativeXXX. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 10 | -0/+674 |
QDeclarativeXXX. |