summaryrefslogtreecommitdiff
path: root/src/qobject.js
Commit message (Expand)AuthorAgeFilesLines
* Restructure sources and assimilate to Qt module structure.Milian Wolff2013-12-121-307/+0
* Port the MetaObjectPublisher to C++.Milian Wolff2013-12-111-23/+30
* Cleanup code a bit.Milian Wolff2013-12-051-0/+5
* Make it possible to disconnect from signals on the client side.Milian Wolff2013-12-051-1/+21
* Test QObject wrapping, when factory-style methods are called.Milian Wolff2013-11-251-0/+6
* Use strict mode in JavaScript files.Milian Wolff2013-11-251-0/+2
* Make it possible to wrap QObject's on the fly.Milian Wolff2013-11-011-3/+23
* Greatly optimize WebChannel in various ways.Milian Wolff2013-11-011-50/+154
* Gracefully handle requests/responses without data.Milian Wolff2013-11-011-1/+1
* Add support for Q_ENUMS access via the web channel.Milian Wolff2013-11-011-0/+4
* Refactor QWebChannel to use a custom WebSocket server implementation.Milian Wolff2013-11-011-25/+29
* Be more forgiving in bad API usage, show proper error messages.Milian Wolff2013-11-011-1/+10
* Minor cleanupMilian Wolff2013-11-011-2/+2
* Add a callback for when the QObject integration is setup.Milian Wolff2013-11-011-1/+4
* Fix method invocation and signal submission with multiple arguments.Milian Wolff2013-11-011-2/+1
* Ensure proper signal connection and property binding.Milian Wolff2013-11-011-8/+13
* Refactor the QObject QWebChannel and make the API reusable.Milian Wolff2013-11-011-0/+119