summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlxmlhttprequest_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-181-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mkspecs/linux-g++-x11egl/qplatformdefs.h src/declarative/qml/qmldom.h src/declarative/util/qmlview.cpp src/declarative/util/qmlview.h tools/qdoc3/cppcodemarker.cpp tools/qmldebugger/standalone/canvasframerate.cpp tools/qmldebugger/standalone/engine.cpp tools/qmldebugger/standalone/expressionquerywidget.cpp tools/qmldebugger/standalone/expressionquerywidget.h tools/qmldebugger/standalone/objectpropertiesview.cpp tools/qmldebugger/standalone/objectpropertiesview.h tools/qmldebugger/standalone/objecttree.cpp tools/qmldebugger/standalone/qmldebugger.cpp tools/qmldebugger/standalone/watchtable.cpp tools/qmldebugger/standalone/watchtable.h
| * Fix copyright year.Jason McDonald2010-02-161-1/+1
| | | | | | | | Reviewed-by: Trust Me
* | Compile fix with namepaceshjk2010-02-181-0/+3
| | | | | | | | Task-number: QTBUG-8205
* | MOBILITY-404 QS Windows.Wolfgang Beck2010-02-161-0/+4
|/
* fix headersWarwick Allison2009-10-291-16/+16
|
* Implement (parts of) XMLHttpRequestAaron Kennedy2009-08-271-0/+60
This is the first step to allowing QML to interact with REST style APIs in the same way as a webbrowser can.