summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Optimize QtMetaObjectPublisher::classInfoForObject.Milian Wolff2013-11-251-4/+13
* Cleanup QML code.Milian Wolff2013-11-221-11/+4
* Add a test for the property update grouping.Milian Wolff2013-11-221-1/+1
* Add an initial test suite for the MetaObjectPublisherMilian Wolff2013-11-221-2/+2
* Cleanup sources, mostly by removing QtCreator generated bloat.Milian Wolff2013-11-147-163/+0
* Add unit test harness for QWebChannel and two initial tests.Milian Wolff2013-11-142-12/+22
* Add KDAB/Qt-Project license to files edited by the previous commits.Milian Wolff2013-11-016-0/+18
* Make it possible to wrap QObject's on the fly.Milian Wolff2013-11-015-8/+168
* Greatly optimize WebChannel in various ways.Milian Wolff2013-11-016-109/+460
* 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