Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers to release version. | Jason McDonald | 2010-10-18 | 1 | -13/+13 |
| | |||||
* | Fix compile warnings. | Friedemann Kleint | 2010-09-14 | 1 | -2/+2 |
| | | | | Reviewed-by: Thomas Hartmann <thomas.hartmann@nokia.com> | ||||
* | Fix responseText to check the charset encoding field and also to not | Bea Lam | 2010-08-25 | 1 | -9/+78 |
| | | | | | | | | 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 compilation with QT_NO_TEXTCODEC | Tasuku Suzuki | 2010-07-29 | 1 | -1/+2 |
| | | | | | Merge-request: 755 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | ||||
* | Fix compilation with QT_NO_XMLSTREAMREADER | Tasuku Suzuki | 2010-07-29 | 1 | -0/+4 |
| | | | | | Merge-request: 757 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | ||||
* | Sometimes you own QNetworkReply, sometimes you don't. | Aaron Kennedy | 2010-05-18 | 1 | -1/+1 |
| | | | | God bless QNetworkAccessManager | ||||
* | Merge remote branch 'mainline/4.7' into 4.7 | Morten Johan Sørvig | 2010-05-12 | 1 | -0/+21 |
|\ | | | | | | | | | | | Conflicts: src/declarative/qml/qdeclarativeengine.cpp tools/qdoc3/htmlgenerator.cpp | ||||
| * | Add QML_XHR_DUMP option | Aaron Kennedy | 2010-05-06 | 1 | -0/+21 |
| | | |||||
* | | QtDeclarative: remove spurious semi-colons from the source code | Thiago Macieira | 2010-05-04 | 1 | -3/+3 |
|/ | |||||
* | Emit runtime warnings through QDeclarativeEngine | Aaron Kennedy | 2010-04-19 | 1 | -1/+1 |
| | | | | QTBUG-9726 | ||||
* | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -5/+5 |
| | | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason. | ||||
* | Technically, Location can be relative (never is though...) | Warwick Allison | 2010-03-10 | 1 | -1/+1 |
| | |||||
* | Don't assume documents are in UTF-8. | Bea Lam | 2010-03-05 | 1 | -3/+16 |
| | | | | Task-number: QTBUG-7719 | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+1631 |
QDeclarativeXXX. |