aboutsummaryrefslogtreecommitdiffstats
path: root/src/webchannel/qmetaobjectpublisher_p.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
* QMetaObjectPublisher: use new way to QMetaObject::invokeMethodThiago Macieira2022-08-251-3/+7
* Use SPDX license identifiersLucie Gérard2022-06-101-38/+2
* Fix missing includesVille Voutilainen2022-05-171-0/+1
* Include <QProperty> explicitlyMarc Mutz2021-11-081-0/+1
* Make blockUpdates bindableØystein Heskestad2021-05-201-1/+5
* Handle per-transport client idle statusØystein Heskestad2021-05-201-6/+33
* Make property update interval configurable and add testsØystein Heskestad2021-05-051-1/+22
* Use QProperty observation to push property updates to clientsArno Rehn2021-04-221-3/+60
* Handle signals in the registered object's threadMilian Wolff2021-04-161-1/+4
* Fix infinite recursion when wrapping a self-contained object twiceArno Rehn2020-08-171-1/+3
* Use QList instead of QVectorJarek Kobus2020-06-291-1/+1
* Unwrap QObjects embedded inside argumentsAndrew Webster2019-09-201-0/+3
* Implement actual overload resolutionArno Rehn2019-03-291-0/+38
* Always rebuild the class info for wrapped objectsMilian Wolff2019-03-251-6/+1
* Convert QObjects in QVariantMapsAndrew Webster2019-02-061-0/+8
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-211-1/+1
* 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.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