summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add unit test harness for QWebChannel and two initial tests.Milian Wolff2013-11-149-13/+215
* Remove obsolete CONFIG+=ordered from qmake files.Milian Wolff2013-11-132-3/+1
* Add KDAB/Qt-Project license to files edited by the previous commits.Milian Wolff2013-11-016-0/+18
* Update READMEMilian Wolff2013-11-011-6/+12
* Make it possible to wrap QObject's on the fly.Milian Wolff2013-11-0110-59/+275
* Make it possible to start the examples from a different dir.Milian Wolff2013-11-012-2/+2
* Greatly optimize WebChannel in various ways.Milian Wolff2013-11-019-111/+467
* Use QStringLiteral here.Milian Wolff2013-11-011-1/+1
* Optimize: If no callback is given, send data directly without execId.Milian Wolff2013-11-011-0/+5
* Add debug method to webchannel.Milian Wolff2013-11-011-1/+6
* Optimize: Share more byte array literals.Milian Wolff2013-11-011-7/+9
* Optimize: create the web socket header only once.Milian Wolff2013-11-012-11/+13
* Allow IP's in base url.Milian Wolff2013-11-013-3/+3
* Fix wrapping of execIdThomas McGuire2013-11-011-1/+1
* Make it possible to connect multiple WebChannels to the same server.Milian Wolff2013-11-011-3/+12
* Use 127.0.0.1. instead of localhost.Milian Wolff2013-11-011-1/+1
* Gracefully handle requests/responses without data.Milian Wolff2013-11-012-2/+2
* Add support for websocket ping/pongs.Milian Wolff2013-11-015-2/+16
* Add support for Q_ENUMS access via the web channel.Milian Wolff2013-11-012-0/+14
* Validate the QWebChannel secret and use the QWebChannel protocol.Milian Wolff2013-11-014-26/+40
* Properly support void-returning method invocationsMilian Wolff2013-11-011-1/+4
* Refactor QWebChannel to use a custom WebSocket server implementation.Milian Wolff2013-11-0121-703/+934
* Make it possible to build everything in one goMilian Wolff2013-11-014-2/+18
* Be more forgiving in bad API usage, show proper error messages.Milian Wolff2013-11-012-1/+14
* Minor cleanupMilian Wolff2013-11-011-2/+2
* Add a callback for when the QObject integration is setup.Milian Wolff2013-11-012-8/+12
* Fix method invocation and signal submission with multiple arguments.Milian Wolff2013-11-015-23/+53
* Simplify code by doing more in QML and less in C++Milian Wolff2013-11-013-55/+43
* Remove dead codeMilian Wolff2013-11-011-3/+0
* Silence RemoteHostCloseError.Milian Wolff2013-11-011-1/+5
* Ensure proper signal connection and property binding.Milian Wolff2013-11-014-15/+36
* Show error message when webchannel XHR failed and reschedule polling.Milian Wolff2013-11-011-1/+11
* Output TCP server and socket errors.Milian Wolff2013-11-011-0/+14
* Also add content-length to QWebChannelResponder to make it stabler.Milian Wolff2013-11-012-12/+17
* Add assertion.Milian Wolff2013-11-011-0/+1
* Send a proper Content-Length header for broadcasts.Milian Wolff2013-11-011-2/+4
* Add warnings if something went wrong in the responder.Milian Wolff2013-11-011-3/+9
* Dismiss response explicitly if we do not return anythingMilian Wolff2013-11-011-0/+2
* Fix long-polling issue of dropped events.Milian Wolff2013-11-012-30/+79
* Clarify connections between webview and webchannel.Milian Wolff2013-11-013-2/+4
* Simplify the code a bitMilian Wolff2013-11-012-7/+9
* Remove debug messageMilian Wolff2013-11-011-1/+0
* Add a common MetaObjectPublisher::registerObjects.Milian Wolff2013-11-014-24/+39
* Fix document.write call - the '+' is required...Milian Wolff2013-11-011-2/+2
* Refactor the QObject QWebChannel and make the API reusable.Milian Wolff2013-11-0120-238/+414
* Port hybridshell example to newer Qt5Milian Wolff2013-11-018-254/+238
* Make the 'go' button actually do something.Milian Wolff2013-11-011-6/+9
* Make the qmlapp example work with newer Qt5Milian Wolff2013-11-011-5/+3
* Port src and examples/qtobject to current Qt5Milian Wolff2013-11-0114-270/+251
* Fix iteration over objects - they do not have .forEach nor .length.Milian Wolff2013-11-011-8/+10