summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativexmlhttprequest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update license headers to release version.Jason McDonald2010-10-181-13/+13
|
* Fix compile warnings.Friedemann Kleint2010-09-141-2/+2
| | | | Reviewed-by: Thomas Hartmann <thomas.hartmann@nokia.com>
* Fix responseText to check the charset encoding field and also to notBea Lam2010-08-251-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_TEXTCODECTasuku Suzuki2010-07-291-1/+2
| | | | | Merge-request: 755 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Fix compilation with QT_NO_XMLSTREAMREADERTasuku Suzuki2010-07-291-0/+4
| | | | | Merge-request: 757 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Sometimes you own QNetworkReply, sometimes you don't.Aaron Kennedy2010-05-181-1/+1
| | | | God bless QNetworkAccessManager
* Merge remote branch 'mainline/4.7' into 4.7Morten Johan Sørvig2010-05-121-0/+21
|\ | | | | | | | | | | Conflicts: src/declarative/qml/qdeclarativeengine.cpp tools/qdoc3/htmlgenerator.cpp
| * Add QML_XHR_DUMP optionAaron Kennedy2010-05-061-0/+21
| |
* | QtDeclarative: remove spurious semi-colons from the source codeThiago Macieira2010-05-041-3/+3
|/
* Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-1/+1
| | | | QTBUG-9726
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-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 Allison2010-03-101-1/+1
|
* Don't assume documents are in UTF-8.Bea Lam2010-03-051-3/+16
| | | | Task-number: QTBUG-7719
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+1631
QDeclarativeXXX.