summaryrefslogtreecommitdiff
path: root/src/MetaObjectPublisher.qml
Commit message (Expand)AuthorAgeFilesLines
* Greatly optimize WebChannel in various ways.Milian Wolff2013-11-011-41/+225
* Gracefully handle requests/responses without data.Milian Wolff2013-11-011-1/+1
* Refactor QWebChannel to use a custom WebSocket server implementation.Milian Wolff2013-11-011-22/+28
* Fix method invocation and signal submission with multiple arguments.Milian Wolff2013-11-011-4/+15
* Simplify code by doing more in QML and less in C++Milian Wolff2013-11-011-14/+37
* Dismiss response explicitly if we do not return anythingMilian Wolff2013-11-011-0/+2
* Simplify the code a bitMilian Wolff2013-11-011-3/+8
* Add a common MetaObjectPublisher::registerObjects.Milian Wolff2013-11-011-12/+14
* Refactor the QObject QWebChannel and make the API reusable.Milian Wolff2013-11-011-0/+74