summaryrefslogtreecommitdiff
path: root/src/webchannel/qwebchannel.js
Commit message (Expand)AuthorAgeFilesLines
* Allow examples to be built without module sourcesKai Koehne2017-09-061-427/+0
* Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-5/+13
|\
| * Properly unwrap QObject signal parameters on the JavaScript side.Milian Wolff2016-06-281-1/+1
| * Make passing objects from website to server possibleKai Dohmen2016-06-211-4/+12
* | Updated license headersAntti Kokko2016-01-201-15/+21
|/
* Support subclass property getters and setters.Pierre Rossi2015-07-081-0/+1
* Fix wrap registered object issueLutz Schönemann2015-05-151-1/+1
* Update copyright headersv5.5.0-alpha1Antti Kokko2015-02-171-7/+7
* Merge branch '5.4' into devMilian Wolff2015-02-041-4/+32
|\
| * Make objects inside properties accessible.Milian Wolff2014-12-021-4/+32
* | Do not broadcast initialization data to all clients.Milian Wolff2014-12-081-21/+8
|/
* Never manually connect to the destroyed signal of any object.Milian Wolff2014-10-171-1/+2
* Update license headers and add new licensesJani Heikkinen2014-08-261-18/+10
* Get rid of setTimeout calls in qwebchannel.js client code.Milian Wolff2014-08-261-2/+2
* Call unwrapQObject for every response we getLutz Schönemann2014-08-081-3/+7
* Refactor JavaScript QWebChannel to take an external transport object.Milian Wolff2014-07-301-33/+13
* Refactor and streamline API and IPC protocol.Milian Wolff2014-07-291-111/+107
* added module.export for use with nodejsBernd Lamecker2014-07-291-0/+7
* Use defineProperty instead of __define[SG]etter__Sumedha Widyadharma2014-07-271-20/+22
* Refactor code to use QWebChannelAbstractTransport and QtWebSockets.Milian Wolff2014-07-041-14/+16
* Do not return a function for property getters on the HTML side.Milian Wolff2014-07-031-17/+6
* Send response data only to target client.Milian Wolff2014-03-211-12/+3
* Use an enum for message types instead of strings.Milian Wolff2014-03-211-11/+33
* Port code to QtWebSockets.Milian Wolff2014-03-061-1/+2
* Make the underlying transport mechanism of the webchannel pluggable.Milian Wolff2014-02-061-25/+38
* Fixup license headers of the files written by me.Milian Wolff2014-01-161-3/+3
* Simplify QWebChannel usage by merging webchannel.js and qobject.js.Milian Wolff2014-01-081-0/+397