summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Doc: Edit example documentationLeena Miettinen2016-06-027-46/+67
* Merge remote-tracking branch 'origin/5.6' into 5.7v5.7.0-rc1Liang Qi2016-05-198-17/+18
|\
| * make use of COPIESOswald Buddenhagen2016-04-281-12/+4
| * fix example installsOswald Buddenhagen2016-04-287-5/+14
* | Merge remote-tracking branch 'origin/5.6' into 5.7v5.7.0-alpha1Liang Qi2016-02-152-4/+12
|\ \ | |/
| * Example: Add code to copy the JS file from the resource systemVenugopal Shivashankar2016-01-142-3/+9
| * Example: Modify JavaScript part of the HTMLVenugopal Shivashankar2016-01-042-2/+4
* | Updated license headersAntti Kokko2016-01-2015-253/+508
|/
* Remove transports when the underlying socket gets disconnectFrank Meerkoetter2015-08-191-0/+2
* Fix resource leakFrank Meerkoetter2015-08-191-1/+1
* Update copyright headersv5.5.0-alpha1Antti Kokko2015-02-1715-107/+99
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-2018-10/+824
|\
| * Added some more examplesBernd Lamecker2014-10-1618-10/+823
| * Revert "Added some more examples"Jani Heikkinen2014-10-1315-634/+8
| * Added some more examplesBernd Lamecker2014-10-1015-8/+634
* | Added a generic node.js debug client as an exampleSumedha Widyadharma2014-09-195-1/+176
|/
* Update license headers and add new licensesJani Heikkinen2014-08-267-126/+70
* Doc: Edited links JavaScript API page and other documentation fixes.Jerome Pasion2014-08-231-2/+4
* Doc: Add extensions used by example files to .qdocconfTopi Reinio2014-08-211-2/+2
* Doc: Fix example documentation and pathsTopi Reinio2014-08-1318-53/+8
* Added a nodeJS exampleOswald Buddenhagen2014-08-076-1/+167
* Make standalone example mostly self-contained.Milian Wolff2014-08-074-4/+38
* Fix js src path in HTML chat clientSumedha Widyadharma2014-08-011-1/+1
* Install missing index.html for standalone exampleSumedha Widyadharma2014-08-011-0/+2
* Add documentation for the QtWebChannel module.Milian Wolff2014-08-0113-5/+161
* Refactor JavaScript QWebChannel to take an external transport object.Milian Wolff2014-07-301-20/+37
* Refactor and streamline API and IPC protocol.Milian Wolff2014-07-292-3/+26
* 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