aboutsummaryrefslogtreecommitdiffstats
path: root/src/webchannel/qwebchannel.h
Commit message (Expand)AuthorAgeFilesLines
* QWebChannel: give friendship to tst_bench_QWebChannel the idiomatic wayMarc Mutz2024-03-011-1/+3
* Cleanup: move QWebChannel benchmarks into a separate subdirectoryIvan Solovev2023-10-161-0/+1
* Use SPDX license identifiersLucie Gérard2022-06-101-39/+3
* Make blockUpdates bindableØystein Heskestad2021-05-201-1/+3
* Make property update interval configurable and add testsØystein Heskestad2021-05-051-1/+6
* Replace Q_NULLPTR with nullptr and fix a warningØystein Heskestad2021-03-231-2/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7v5.7.0-beta1Liang Qi2016-03-071-2/+2
|\
| * Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-031-2/+2
* | Updated license headersAntti Kokko2016-01-201-15/+21
|/
* Fix #include's in public headersPierre Rossi2015-08-191-2/+2
* Update copyright headersv5.5.0-alpha1Antti Kokko2015-02-171-7/+7
* Update license headers and add new licensesJani Heikkinen2014-08-261-18/+10
* Remove the extra semi-colonsThiago Macieira2014-08-181-2/+2
* Add documentation for the QtWebChannel module.Milian Wolff2014-08-011-19/+0
* Refactor and streamline API and IPC protocol.Milian Wolff2014-07-291-2/+0
* Fix compile warning with clang.Milian Wolff2014-07-281-1/+1
* Make the QWebChannel QML API publically accessible.Milian Wolff2014-07-151-6/+8
* Make the registered objects of a QWebChannel accessible.Milian Wolff2014-07-051-0/+1
* Refactor code to use QWebChannelAbstractTransport and QtWebSockets.Milian Wolff2014-07-041-3/+5
* Fix public headers for use with QT_NO_KEYWORDSPierre Rossi2014-06-261-2/+2
* Send response data only to target client.Milian Wolff2014-03-211-1/+0
* Fix minor coding style issues.Milian Wolff2014-03-211-2/+2
* Mark some constructor as explicitSergio Ahumada2014-03-191-1/+1
* Make the underlying transport mechanism of the webchannel pluggable.Milian Wolff2014-02-061-17/+4
* Fix clang warning about struct which was forward-declared as class.Milian Wolff2014-01-311-1/+1
* 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/+3
* Add declarative object-registration API to QML WebChannel.Milian Wolff2014-01-101-1/+2
* Fix warning about include in public header.Milian Wolff2014-01-091-1/+1
* Cleanup public API, remove private slot.Milian Wolff2014-01-081-3/+0
* Simplify usage of QWebChannel on the server side.Milian Wolff2014-01-081-2/+33
* Restructure sources and assimilate to Qt module structure.Milian Wolff2013-12-121-0/+91