summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-0114-629/+824
* 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-011-1/+4
* Fix method invocation and signal submission with multiple arguments.Milian Wolff2013-11-012-6/+16
* 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-011-8/+13
* 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-012-0/+2
* Simplify the code a bitMilian Wolff2013-11-011-3/+8
* Remove debug messageMilian Wolff2013-11-011-1/+0
* Add a common MetaObjectPublisher::registerObjects.Milian Wolff2013-11-013-16/+38
* Refactor the QObject QWebChannel and make the API reusable.Milian Wolff2013-11-0111-7/+361
* Port src and examples/qtobject to current Qt5Milian Wolff2013-11-015-14/+11
* QObject exampleNo'am Rosenthal2011-08-092-4/+1
* Added QObject exampleNo'am Rosenthal2011-08-092-4/+3
* Add retain slot, and shell exampleNo'am Rosenthal2011-08-084-4/+46
* Some cleanupNo'am Rosenthal2011-08-081-4/+2
* Switched to using http POST for exec/subscribeNo'am Rosenthal2011-08-083-51/+110
* Use navigator.createWebChannel instead of a global navigator.webChannelNo'am Rosenthal2011-08-043-40/+44
* Switch to using an IFrameNo'am Rosenthal2011-08-041-4/+4
* Switch to using an IFrameNo'am Rosenthal2011-08-041-2/+2
* Switch to using an IFrameNo'am Rosenthal2011-08-0412-42/+257
* Clean allowedOriginsNo'am Rosenthal2011-07-142-13/+0
* move the invoking JS to the server sideNo'am Rosenthal2011-07-145-114/+31
* Fix some indentations, and remove more dead codeNo'am Rosenthal2011-07-132-10/+8
* Remove some dead codeNo'am Rosenthal2011-07-133-21/+17
* Remove some dead codeNo'am Rosenthal2011-07-133-32/+14