Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 53 | -53/+53 |
| | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones | ||||
* | Fix responseText to check the charset encoding field and also to not | Bea Lam | 2010-08-25 | 2 | -2/+4 |
| | | | | | | | | assume that the data is xml. The change also follows the w3c spec more closely (e.g. check the mime type field as well for encoding, for both responseText and responseXML). Task-number: QTBUG-13117 | ||||
* | Fix versioning of Qt Declarative's in-built types | Alan Alpert | 2010-04-21 | 53 | -53/+53 |
| | | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081 | ||||
* | Pass even if $LANG is not set to en_US.* | Warwick Allison | 2010-04-14 | 32 | -10/+37 |
| | |||||
* | Remove usage of Script where not actually testing the obsolete construct. | Warwick Allison | 2010-04-08 | 5 | -278/+268 |
| | |||||
* | Don't assume documents are in UTF-8. | Bea Lam | 2010-03-05 | 2 | -0/+28 |
| | | | | Task-number: QTBUG-7719 | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 79 | -0/+2337 |
QDeclarativeXXX. |