summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Use defineProperty instead of __define[SG]etter__Sumedha Widyadharma2014-07-271-20/+22
* Adapt to rename to QtWebChannel and rename resource path as well.Milian Wolff2014-07-171-1/+1
* Make the QWebChannel QML API publically accessible.Milian Wolff2014-07-1512-115/+158
* Make the registered objects of a QWebChannel accessible.Milian Wolff2014-07-052-0/+6
* Do not link against QtNetWork.Milian Wolff2014-07-041-1/+1
* Only depend optionally on QtWebSockets, and only use it in the example.Milian Wolff2014-07-043-152/+3
* Refactor code to use QWebChannelAbstractTransport and QtWebSockets.Milian Wolff2014-07-0418-603/+186
* Do not return a function for property getters on the HTML side.Milian Wolff2014-07-031-17/+6
* Fix public headers for use with QT_NO_KEYWORDSPierre Rossi2014-06-266-9/+9
* Send response data only to target client.Milian Wolff2014-03-2112-86/+82
* Use an enum for message types instead of strings.Milian Wolff2014-03-212-31/+74
* Merge QWebChannelSocket and QWebSocketTransport.Milian Wolff2014-03-215-162/+116
* Fix minor coding style issues.Milian Wolff2014-03-213-8/+8
* Mark some constructor as explicitSergio Ahumada2014-03-193-3/+3
* Port code to QtWebSockets.Milian Wolff2014-03-067-616/+65
* Make the underlying transport mechanism of the webchannel pluggable.Milian Wolff2014-02-0619-109/+658
* Fix clang warning about struct which was forward-declared as class.Milian Wolff2014-01-311-1/+1
* 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