summaryrefslogtreecommitdiff
path: root/src/MetaObjectPublisher.qml
Commit message (Expand)AuthorAgeFilesLines
* Port the MetaObjectPublisher to C++.Milian Wolff2013-12-111-384/+0
* Cleanup code a bit.Milian Wolff2013-12-051-2/+0
* Make it possible to disconnect from signals on the client side.Milian Wolff2013-12-051-9/+35
* Cleanup QML code.Milian Wolff2013-11-221-11/+4
* Add KDAB/Qt-Project license to files edited by the previous commits.Milian Wolff2013-11-011-0/+3
* Make it possible to wrap QObject's on the fly.Milian Wolff2013-11-011-1/+58
* 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