summaryrefslogtreecommitdiff
path: root/src/qobject.js
Commit message (Expand)AuthorAgeFilesLines
* 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