summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativexmlhttprequest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* XMLHttpRequest does not support the DELETE methodJani Honkonen2012-08-151-1/+4
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-09-211-2/+2
|\|
| * Fix compile warnings.Friedemann Kleint2010-09-141-2/+2
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-251-9/+78
|\|
| * Fix responseText to check the charset encoding field and also to notBea Lam2010-08-251-9/+78
* | Fixed a compile error on Mac.Denis Dzyubenko2010-08-251-3/+5
* | A few tiny improvements to the QDeclarativeXMLHTTPRequest.Denis Dzyubenko2010-08-241-7/+6
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-131-1/+6
|\|
| * Fix compilation with QT_NO_TEXTCODECTasuku Suzuki2010-07-291-1/+2
| * Fix compilation with QT_NO_XMLSTREAMREADERTasuku Suzuki2010-07-291-0/+4
* | Remove the use of deprecated qVariant*Olivier Goffart2010-08-061-4/+4
|/
* Sometimes you own QNetworkReply, sometimes you don't.Aaron Kennedy2010-05-181-1/+1
* Merge remote branch 'mainline/4.7' into 4.7Morten Johan Sørvig2010-05-121-0/+21
|\
| * 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
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-5/+5
* 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
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-0/+1631