summaryrefslogtreecommitdiff
path: root/examples/standalone
Commit message (Expand)AuthorAgeFilesLines
* Add documentation for the QtWebChannel module.Milian Wolff2014-08-018-582/+0
* Refactor JavaScript QWebChannel to take an external transport object.Milian Wolff2014-07-301-20/+37
* Refactor and streamline API and IPC protocol.Milian Wolff2014-07-292-3/+26
* Only depend optionally on QtWebSockets, and only use it in the example.Milian Wolff2014-07-047-53/+329
* Refactor code to use QWebChannelAbstractTransport and QtWebSockets.Milian Wolff2014-07-042-15/+47
* Change destruction order to fix crash on close.Milian Wolff2014-02-061-1/+1
* Make the underlying transport mechanism of the webchannel pluggable.Milian Wolff2014-02-061-3/+6
* Fixup license headers of the files written by me.Milian Wolff2014-01-161-3/+2
* Simplify usage of QWebChannel on the server side.Milian Wolff2014-01-081-8/+1
* Simplify QWebChannel usage by merging webchannel.js and qobject.js.Milian Wolff2014-01-081-20/+14
* Fix assertion at shutdown or on QObject destruction.Milian Wolff2014-01-081-2/+2
* Add standalone C++/Qt example which opens HTML client in a browser.Milian Wolff2013-12-204-0/+245