summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* Make it possible to build everything in one goMilian Wolff2013-11-013-2/+8
* 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 hybridshell example to newer Qt5Milian Wolff2013-11-018-254/+238
* Make the 'go' button actually do something.Milian Wolff2013-11-011-6/+9
* Make the qmlapp example work with newer Qt5Milian Wolff2013-11-011-5/+3
* 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
* Added README fileNo'am Rosenthal2011-08-301-1/+0
* 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
* Added license headersNo'am Rosenthal2011-08-084-0/+162
* Add retain slot, and shell exampleNo'am Rosenthal2011-08-0820-4/+809
* Switched to using http POST for exec/subscribeNo'am Rosenthal2011-08-082-2/+6
* Use regexp for finding the baseUrl parameterNo'am Rosenthal2011-08-042-13/+3
* Change message type to foobar, to make more readableNo'am Rosenthal2011-08-041-0/+1
* Change message type to foobar, to make more readableNo'am Rosenthal2011-08-042-2/+2
* Use navigator.createWebChannel instead of a global navigator.webChannelNo'am Rosenthal2011-08-041-17/+19
* Switch to using an IFrameNo'am Rosenthal2011-08-041-16/+7
* Switch to using an IFrameNo'am Rosenthal2011-08-042-7/+21
* move the invoking JS to the server sideNo'am Rosenthal2011-07-142-2/+12
* Fix some indentations, and remove more dead codeNo'am Rosenthal2011-07-132-4/+4
* Remove some dead codeNo'am Rosenthal2011-07-132-10/+21
* Remove some dead codeNo'am Rosenthal2011-07-131-2/+1
* Switch from WebSockets to CometNo'am Rosenthal2011-07-132-6/+22
* Use Uuids instead of int IDsNo'am Rosenthal2011-07-051-2/+4
* Allow incremental responsesNo'am Rosenthal2011-07-052-2/+2
* Improved on the exampleNo'am Rosenthal2011-07-013-24/+4
* QWebChannelNo'am Rosenthal2011-06-303-0/+65