summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* The standalone example depends on QtWidgetsSumedha Widyadharma2014-07-241-1/+1
* Only depend optionally on QtWebSockets, and only use it in the example.Milian Wolff2014-07-048-54/+332
* Refactor code to use QWebChannelAbstractTransport and QtWebSockets.Milian Wolff2014-07-045-194/+47
* Change destruction order to fix crash on close.Milian Wolff2014-02-061-1/+1
* Make the underlying transport mechanism of the webchannel pluggable.Milian Wolff2014-02-063-8/+14
* Mark QtWebKit as optional module dependency.Milian Wolff2014-01-311-1/+1
* Add QML WebKit example which can be run with qmlscene.Milian Wolff2014-01-313-0/+176
* Remove examples written by Noam which are under the Nokia license.Milian Wolff2014-01-1617-859/+0
* Fixup license headers of the files written by me.Milian Wolff2014-01-161-3/+2
* Add declarative object-registration API to QML WebChannel.Milian Wolff2014-01-101-9/+7
* Simplify usage of QWebChannel on the server side.Milian Wolff2014-01-082-20/+2
* Fixup and cleanup examples to make them work properly.Milian Wolff2014-01-088-13/+35
* Simplify QWebChannel usage by merging webchannel.js and qobject.js.Milian Wolff2014-01-084-30/+21
* Fix assertion at shutdown or on QObject destruction.Milian Wolff2014-01-081-2/+2
* Add standalone C++/Qt example which opens HTML client in a browser.Milian Wolff2013-12-205-0/+247
* Restructure sources and assimilate to Qt module structure.Milian Wolff2013-12-124-8/+8
* Cleanup sources, mostly by removing QtCreator generated bloat.Milian Wolff2013-11-1426-1065/+92
* Remove obsolete CONFIG+=ordered from qmake files.Milian Wolff2013-11-131-1/+0
* 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-012-2/+2
* Greatly optimize WebChannel in various ways.Milian Wolff2013-11-013-2/+7
* Allow IP's in base url.Milian Wolff2013-11-013-3/+3
* Refactor QWebChannel to use a custom WebSocket server implementation.Milian Wolff2013-11-016-72/+110
* 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