Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -1631/+0 |
| | | | | QDeclarativeXXX. | ||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt | Martin Jones | 2010-02-18 | 1 | -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 McDonald | 2010-02-16 | 1 | -1/+1 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | MOBILITY-404 QS Windows. | Wolfgang Beck | 2010-02-16 | 1 | -2/+6 |
|/ | |||||
* | XMLHttpRequest collection bug | Aaron Kennedy | 2010-02-08 | 1 | -45/+45 |
| | | | | | | | QmlXMLHttpRequest was holding a reference to the callback function indefinately. If the callback function also referenced the XMLHttpRequest (which they always do) the QmlXMLHttpRequest would not be destroyed until the application exited. | ||||
* | Don't create one QNetworkAccessManager per XMLHttpRequest | Aaron Kennedy | 2010-02-03 | 1 | -13/+5 |
| | |||||
* | XMLHttpRequest redirection | Aaron Kennedy | 2010-02-03 | 1 | -12/+32 |
| | |||||
* | Give full error message (with line number) on XMLHttpRequest slot failures. | Warwick Allison | 2010-01-13 | 1 | -14/+16 |
| | |||||
* | Pass exceptions where possible, else print. | Warwick Allison | 2010-01-12 | 1 | -29/+42 |
| | | | | Task-number: QTBUG-6507 | ||||
* | Create xhr url with fromEncoded. | Tapani Mikola | 2009-12-09 | 1 | -1/+1 |
| | |||||
* | Fix leak. | Michael Brasser | 2009-12-09 | 1 | -0/+1 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-12-06 | 1 | -1/+1 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | small cleanup | Thierry Bastian | 2009-12-04 | 1 | -1/+1 |
| | | | | | | | | | | | | make use of QVariant::userType over Qvariant::type make use of char for 1-string character QCoreApplication::translate is static | ||||
* | | Make QmlScriptEngine reusable in WorkScript, so extra fns are available. | Warwick Allison | 2009-12-04 | 1 | -21/+26 |
|/ | | | | Add Qt.resolvedUrl(url) | ||||
* | fix includes | Oswald Buddenhagen | 2009-12-03 | 1 | -7/+8 |
| | | | | | | | | | | | | - include headers from own directory with "" - include headers from own project without private/ - sort includes from most specific to most generic - make headers self-contained - some whitespace unification no attempt was made at making the qt includes consistent regarding the use of module names and forwarding headers. no attempt was made at sorting includes. | ||||
* | Undo most of 913dd563064e8047fe738fc9c79135adfb928977 | Warwick Allison | 2009-12-02 | 1 | -4/+4 |
| | | | | It seems we're going to have to so a syncqt/configure in Qt modules. | ||||
* | Remove include styles that rely on configure. | Warwick Allison | 2009-12-01 | 1 | -3/+3 |
| | | | | May help modularization (syncqt and configure are Qt-specific). | ||||
* | Handle more HTML non-errors | Aaron Kennedy | 2009-11-27 | 1 | -6/+8 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-11-13 | 1 | -18/+18 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | unwarn | Warwick Allison | 2009-11-13 | 1 | -18/+18 |
| | | |||||
* | | XMLHttpRequest tests | Aaron Kennedy | 2009-11-13 | 1 | -15/+32 |
|/ | |||||
* | XMLHttpRequest tests | Aaron Kennedy | 2009-11-13 | 1 | -117/+36 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-11-13 | 1 | -1/+1 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Do not use "QtDeclarative/XXX" style includes in declarative module code, | Warwick Allison | 2009-11-12 | 1 | -1/+1 |
| | | | | | | | | as it breaks reinstalling the module against existing Qt. | ||||
* | | XMLHttpRequest tests | Aaron Kennedy | 2009-11-13 | 1 | -7/+4 |
|/ | |||||
* | XMLHttpRequest tests | Aaron Kennedy | 2009-11-10 | 1 | -13/+102 |
| | |||||
* | More XMLHttpRequest tests | Aaron Kennedy | 2009-11-10 | 1 | -4/+33 |
| | |||||
* | XMLHttpRequest tests | Aaron Kennedy | 2009-11-09 | 1 | -34/+102 |
| | |||||
* | fix headers | Warwick Allison | 2009-10-29 | 1 | -16/+16 |
| | |||||
* | Silence warnings. | Michael Brasser | 2009-10-26 | 1 | -0/+9 |
| | |||||
* | Use utf8 instead of latin1 where appropriate | Aaron Kennedy | 2009-10-12 | 1 | -3/+3 |
| | |||||
* | Remove some warnings. | Martin Jones | 2009-10-09 | 1 | -12/+12 |
| | |||||
* | XMLHttpRequest status and statusText were not set in finished or error. | Tapani Mikola | 2009-09-18 | 1 | -0/+10 |
| | |||||
* | Added \r\n between the headers in getAllResponseHeaders | Tapani Mikola | 2009-09-18 | 1 | -1/+1 |
| | |||||
* | Implementations of getAllResponseHeaders () and getResponseHeader (). | Tapani Mikola | 2009-09-18 | 1 | -4/+69 |
| | |||||
* | Implement more of XMLHttpRequest | Aaron Kennedy | 2009-09-01 | 1 | -15/+868 |
| | |||||
* | Implement (parts of) XMLHttpRequest | Aaron Kennedy | 2009-08-27 | 1 | -0/+535 |
This is the first step to allowing QML to interact with REST style APIs in the same way as a webbrowser can. |