summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix compilation when building with namespaced Qt.Milian Wolff2014-01-3116-1/+59
* Fixup license headers of the files written by me.Milian Wolff2014-01-1618-52/+37
* Properly convert JSON data to target type of function parameter.Milian Wolff2014-01-102-44/+9
* Add declarative object-registration API to QML WebChannel.Milian Wolff2014-01-107-5/+244
* Fix warning about include in public header.Milian Wolff2014-01-091-1/+1
* Fix regression in handling of var-emitting signals from QML.Milian Wolff2014-01-092-1/+24
* Cleanup public API, remove private slot.Milian Wolff2014-01-084-12/+5
* Simplify usage of QWebChannel on the server side.Milian Wolff2014-01-0814-439/+671
* Simplify QWebChannel usage by merging webchannel.js and qobject.js.Milian Wolff2014-01-084-193/+153
* Optimize: Use property-indices instead of names for notifications.Milian Wolff2014-01-083-30/+29
* Fix assertion at shutdown or on QObject destruction.Milian Wolff2014-01-082-30/+35
* Optimize client initialization by using QJson directly.Milian Wolff2013-12-273-38/+44
* Optimize SignalHandler by obsoleting the call to senderSignalIndex.Milian Wolff2013-12-271-17/+16
* Cleanup and optimize code a bit by calling senderSignalIndex less.Milian Wolff2013-12-271-6/+10
* Port MetaObjectPublisher benchmarks to C++.Milian Wolff2013-12-274-164/+195
* Add standalone C++/Qt example which opens HTML client in a browser.Milian Wolff2013-12-202-0/+21
* Restructure sources and assimilate to Qt module structure.Milian Wolff2013-12-1224-373/+481
* Port the MetaObjectPublisher to C++.Milian Wolff2013-12-1110-492/+1041
* Optimize and cleanup code by moving WebChannel.qml logic into C++.Milian Wolff2013-12-058-82/+47
* Cleanup code a bit.Milian Wolff2013-12-053-7/+5
* Make it possible to disconnect from signals on the client side.Milian Wolff2013-12-052-10/+56
* compileThomas McGuire2013-11-271-0/+1
* Test QObject wrapping, when factory-style methods are called.Milian Wolff2013-11-251-0/+6
* Use strict mode in JavaScript files.Milian Wolff2013-11-252-0/+4
* 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