summaryrefslogtreecommitdiff
path: root/examples/qtobject
Commit message (Expand)AuthorAgeFilesLines
* Restructure sources and assimilate to Qt module structure.Milian Wolff2013-12-121-2/+1
* Cleanup sources, mostly by removing QtCreator generated bloat.Milian Wolff2013-11-1410-450/+49
* Make it possible to wrap QObject's on the fly.Milian Wolff2013-11-015-51/+107
* Make it possible to start the examples from a different dir.Milian Wolff2013-11-011-1/+1
* Greatly optimize WebChannel in various ways.Milian Wolff2013-11-013-2/+7
* Allow IP's in base url.Milian Wolff2013-11-011-1/+1
* Refactor QWebChannel to use a custom WebSocket server implementation.Milian Wolff2013-11-012-19/+22
* Make it possible to build everything in one goMilian Wolff2013-11-011-1/+1
* Add a callback for when the QObject integration is setup.Milian Wolff2013-11-011-7/+8
* Fix method invocation and signal submission with multiple arguments.Milian Wolff2013-11-013-17/+37
* Ensure proper signal connection and property binding.Milian Wolff2013-11-013-7/+23
* Clarify connections between webview and webchannel.Milian Wolff2013-11-011-2/+2
* Simplify the code a bitMilian Wolff2013-11-011-4/+1
* Add a common MetaObjectPublisher::registerObjects.Milian Wolff2013-11-011-8/+1
* Fix document.write call - the '+' is required...Milian Wolff2013-11-011-2/+2
* Refactor the QObject QWebChannel and make the API reusable.Milian Wolff2013-11-019-231/+53
* Port src and examples/qtobject to current Qt5Milian Wolff2013-11-019-256/+240
* Fix iteration over objects - they do not have .forEach nor .length.Milian Wolff2013-11-011-8/+10
* Change the invokeMethod syntax to allow for a return callbackNo'am Rosenthal2011-08-094-4/+14
* QObject exampleNo'am Rosenthal2011-08-093-80/+120
* Added QObject exampleNo'am Rosenthal2011-08-0914-0/+802