summaryrefslogtreecommitdiff
path: root/tests/auto/webchannel/tst_webchannel.h
Commit message (Expand)AuthorAgeFilesLines
* Improve backward supportAllan Sandfeld Jensen2023-02-141-0/+4
* Add server-side support for custom convertersArno Rehn2023-02-091-0/+15
* tst_webchannel: Make conversion tests data drivenArno Rehn2022-09-051-0/+2
* Purge remaining usage of Q_NULLPTRJohannes Kauffmann2022-08-291-3/+3
* Use SPDX license identifiersLucie Gérard2022-06-101-28/+3
* Include <QProperty> explicitlyMarc Mutz2021-11-081-0/+1
* Transparently handle QFuture<T> method return typesArno Rehn2021-09-271-0/+20
* Make blockUpdates bindableØystein Heskestad2021-05-201-0/+1
* Handle per-transport client idle statusØystein Heskestad2021-05-201-0/+1
* Make property update interval configurable and add testsØystein Heskestad2021-05-051-0/+2
* Use QProperty observation to push property updates to clientsArno Rehn2021-04-221-4/+3
* Fix up the recently added test for QProperty/QWebChannel interactionArno Rehn2021-04-161-3/+4
* Add test for QProperty over QWebChannelØystein Heskestad2021-04-161-0/+12
* Use QList instead of QVectorJarek Kobus2020-06-291-6/+3
* Restore compatibility with custom QVariantList/QVariantMap convertersMilian Wolff2020-04-151-0/+13
* Correctly link transports to implicitly wrapped objectsArno Rehn2019-07-261-0/+1
* Implement actual overload resolutionArno Rehn2019-03-291-1/+5
* Publish overloaded methods and signals to JavaScriptMilian Wolff2019-03-251-0/+11
* Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta1Liang Qi2019-02-251-0/+2
|\
| * Also add already wrapped objects to the transport-to-objects mapArno Rehn2019-02-041-0/+1
| * Correctly unwrap registered objectsArno Rehn2019-02-041-0/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-alpha1Qt Forward Merge Bot2019-02-021-0/+14
|\ \ | |/
| * Correctly convert enums and QFlags from and to JSONArno Rehn2019-01-311-0/+14
* | Prevent crashes by fixing mapping of transport to wrapped objectsMilian Wolff2018-10-251-1/+2
|/
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-1/+12
|\
| * Allow deleting a channel during method invocationJüri Valdmann2018-01-081-1/+12
* | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-211-1/+1
|/
* Do not crash on non-QVariant return typesMilian Wolff2017-08-081-7/+8
* Gracefully handle early deregistration of objectsMilian Wolff2017-05-151-0/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-011-0/+13
|\
| * Fix asynchronous signals from QObjects in different threadsDave Andrews2016-09-291-0/+2
| * Fix asynchronous method calls on QObjects in different threadsDave Andrews2016-09-291-0/+11
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-0/+2
|\ \ | |/
| * Remove deleted transport objectsKai Dohmen2016-07-211-0/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-0/+51
|\ \ | |/
| * Add test to verify that bools get properly converted.Milian Wolff2016-07-131-0/+5
| * Make passing objects from website to server possibleKai Dohmen2016-06-211-0/+16
| * Fix setting properties of QJson{Value,Array,Object} type.Milian Wolff2016-05-261-0/+25
| * Enable calling C++ functions taking QJson arguments via webchannel.Milian Wolff2016-05-251-0/+5
* | Updated license headersAntti Kokko2016-01-201-17/+12
|/
* Support subclass property getters and setters.Pierre Rossi2015-07-081-0/+2
* Fix wrap registered object issueLutz Schönemann2015-05-151-0/+20
* Update copyright headersv5.5.0-alpha1Antti Kokko2015-02-171-6/+6
* Fix crash on signal after deregistrationLutz Schönemann2014-12-031-0/+1
* Update license headers and add new licensesJani Heikkinen2014-08-261-18/+10
* Fix namespace build of testFrederik Gladhorn2014-08-041-0/+4
* Properly disconnect a transport from the QtMetaObjectPublisher.Milian Wolff2014-08-011-0/+6
* Refactor and streamline API and IPC protocol.Milian Wolff2014-07-291-1/+1
* Refactor code to use QWebChannelAbstractTransport and QtWebSockets.Milian Wolff2014-07-041-11/+8
* Add cmake test, adapt test directory layout and point to dev branches.Milian Wolff2014-07-031-0/+237