summaryrefslogtreecommitdiff
path: root/src/webchannel
Commit message (Expand)AuthorAgeFilesLines
* Make the underlying transport mechanism of the webchannel pluggable.Milian Wolff2014-02-0613-103/+382
* 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-3111-0/+44
* Fixup license headers of the files written by me.Milian Wolff2014-01-1613-39/+29
* 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-102-1/+8
* 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-0810-433/+522
* 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-1213-0/+2637