summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Optimize: Use property-indices instead of names for notifications.Milian Wolff2014-01-084-30/+33
* Fix assertion at shutdown or on QObject destruction.Milian Wolff2014-01-083-32/+37
* Cleanup: The QtQuick2 test does not need Qt += declarative.Milian Wolff2014-01-071-1/+1
* Optimize client initialization by using QJson directly.Milian Wolff2013-12-274-71/+143
* 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-277-199/+388
* Add some C++ tests for QWebChannel and QMetaObjectPublisher.Milian Wolff2013-12-274-0/+273
* Add gitattributes and gitignore files.Milian Wolff2013-12-202-0/+6
* Add standalone C++/Qt example which opens HTML client in a browser.Milian Wolff2013-12-207-0/+268
* Restructure sources and assimilate to Qt module structure.Milian Wolff2013-12-1248-404/+534
* Port the MetaObjectPublisher to C++.Milian Wolff2013-12-1113-549/+1087
* 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-054-11/+120
* compileThomas McGuire2013-11-271-0/+1
* Test QObject wrapping, when factory-style methods are called.Milian Wolff2013-11-253-1/+114
* Use strict mode in JavaScript files.Milian Wolff2013-11-252-0/+4
* Optimize QtMetaObjectPublisher::classInfoForObject.Milian Wolff2013-11-251-4/+13
* Add benchmarks for the MetaObjectPublisher.Milian Wolff2013-11-252-0/+175
* Cleanup QML code.Milian Wolff2013-11-221-11/+4
* Add a test for the property update grouping.Milian Wolff2013-11-223-2/+51
* Add an initial test suite for the MetaObjectPublisherMilian Wolff2013-11-229-74/+359
* Add test for QWebChannel::ping-sending and pong-receival.Milian Wolff2013-11-201-0/+14
* Add test for webchannel.respond on the QML and .exec on the HTML side.Milian Wolff2013-11-142-0/+29
* Cleanup sources, mostly by removing QtCreator generated bloat.Milian Wolff2013-11-1433-1228/+92
* 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