summaryrefslogtreecommitdiff
path: root/src/webchannel/qmetaobjectpublisher_p.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-211-0/+9
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-0/+9
| |\
| | * Make passing objects from website to server possibleKai Dohmen2016-06-211-0/+4
| | * Fix setting properties of QJson{Value,Array,Object} type.Milian Wolff2016-05-261-0/+5
* | | Remove deleted transport objectsKai Dohmen2016-05-311-0/+7
* | | Fix typoFrank Meerkoetter2016-04-131-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7v5.7.0-alpha1Liang Qi2016-02-151-0/+11
|\ \ | |/
| * Add the "We mean it" warning to private headersv5.6.0-rc1v5.6.05.6.0Sergio Martins2016-02-091-0/+11
* | Updated license headersAntti Kokko2016-01-201-14/+20
|/
* Update copyright headersv5.5.0-alpha1Antti Kokko2015-02-171-6/+6
* Merge branch '5.4' into devMilian Wolff2015-02-041-4/+11
|\
| * Make objects inside properties accessible.Milian Wolff2014-12-021-3/+8
* | Do not broadcast signals or property changes of wrapped qobjectsBernd Lamecker2014-12-191-13/+21
* | Separate registered and autoregistered QObjectsSumedha Widyadharma2014-12-151-1/+9
* | Do not broadcast initialization data to all clients.Milian Wolff2014-12-081-5/+1
|/
* Update license headers and add new licensesJani Heikkinen2014-08-261-18/+10
* Remove unused #include statementSumedha Widyadharma2014-08-131-1/+0
* Refactor and streamline API and IPC protocol.Milian Wolff2014-07-291-7/+26
* Make the QWebChannel QML API publically accessible.Milian Wolff2014-07-151-1/+1
* Refactor code to use QWebChannelAbstractTransport and QtWebSockets.Milian Wolff2014-07-041-8/+7
* Fix public headers for use with QT_NO_KEYWORDSPierre Rossi2014-06-261-1/+1
* Send response data only to target client.Milian Wolff2014-03-211-5/+5
* Mark some constructor as explicitSergio Ahumada2014-03-191-1/+1
* Make the underlying transport mechanism of the webchannel pluggable.Milian Wolff2014-02-061-10/+7
* Fix compilation when building with namespaced Qt.Milian Wolff2014-01-311-0/+4
* Fixup license headers of the files written by me.Milian Wolff2014-01-161-3/+2
* Simplify usage of QWebChannel on the server side.Milian Wolff2014-01-081-6/+56
* Optimize: Use property-indices instead of names for notifications.Milian Wolff2014-01-081-2/+2
* Optimize client initialization by using QJson directly.Milian Wolff2013-12-271-3/+3
* Port MetaObjectPublisher benchmarks to C++.Milian Wolff2013-12-271-0/+176