aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/webchannel/tst_webchannel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-04-041-1/+1
* Cleanup: move QWebChannel benchmarks into a separate subdirectoryIvan Solovev2023-10-161-109/+0
* Extend tests for bindable propertiesIvan Solovev2023-10-061-0/+20
* Eradicate most uses and mark the module Q_FOREACH-freeMarc Mutz2023-08-041-6/+3
* Do not use deprecated QtFuture::makeReadyFuture()Ivan Solovev2023-04-111-3/+3
* Improve backward supportAllan Sandfeld Jensen2023-02-141-0/+22
* Add server-side support for custom convertersArno Rehn2023-02-091-0/+37
* Fix project structure and auto registryMichal Klocek2023-02-031-3/+3
* tst_webchannel: port from raw and shared pointers to unique_ptrMarc Mutz2022-12-251-12/+14
* Port from container::count() and length() to size()Marc Mutz2022-10-071-3/+3
* tst_webchannel: Make conversion tests data drivenArno Rehn2022-09-051-70/+56
* Use SPDX license identifiersLucie Gérard2022-06-101-28/+3
* Transparently handle QFuture<T> method return typesArno Rehn2021-09-271-0/+113
* Make blockUpdates bindableØystein Heskestad2021-05-201-16/+33
* Handle per-transport client idle statusØystein Heskestad2021-05-201-10/+51
* Add tests for nullptr, QVariantHash, and QVariantMap in testWrapValuesØystein Heskestad2021-05-201-0/+31
* Remove two compilation warnings in test on macOSØystein Heskestad2021-05-121-2/+2
* Make property update interval configurable and add testsØystein Heskestad2021-05-051-0/+99
* Use QProperty observation to push property updates to clientsArno Rehn2021-04-221-36/+53
* Fix up the recently added test for QProperty/QWebChannel interactionArno Rehn2021-04-161-3/+15
* Handle signals in the registered object's threadMilian Wolff2021-04-161-3/+1
* Add test for QProperty over QWebChannelØystein Heskestad2021-04-161-0/+52
* Fix TextWebChannel::testInvokeMethodConversion with latest qtbaseJüri Valdmann2020-09-091-1/+1
* Fix infinite recursion when wrapping a self-contained object twiceArno Rehn2020-08-171-0/+3
* Use QList instead of QVectorJarek Kobus2020-06-291-3/+3
* tst_webchannel: Don't use QSignalSpy for inter-thread signalsMilian Wolff2020-04-151-6/+10
* Restore compatibility with custom QVariantList/QVariantMap convertersMilian Wolff2020-04-151-0/+25
* Skip TestWebChannel::testAsyncObject()Ulf Hermann2019-12-121-0/+2
* Correctly link transports to implicitly wrapped objectsArno Rehn2019-07-261-0/+30
* Merge remote-tracking branch 'origin/5.13' into devMilian Wolff2019-05-281-0/+7
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-181-0/+7
| |\
| | * Fix generic conversion of list-like values to JSON arraysArno Rehn2019-05-151-0/+7
* | | Implement actual overload resolutionArno Rehn2019-03-291-27/+56
* | | Always rebuild the class info for wrapped objectsMilian Wolff2019-03-251-7/+26
* | | Publish overloaded methods and signals to JavaScriptMilian Wolff2019-03-251-74/+72
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta1Liang Qi2019-02-251-0/+35
|\|
| * Also add already wrapped objects to the transport-to-objects mapArno Rehn2019-02-041-0/+16
| * Correctly unwrap registered objectsArno Rehn2019-02-041-0/+19
* | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-alpha1Qt Forward Merge Bot2019-02-021-0/+43
|\|
| * Correctly convert enums and QFlags from and to JSONArno Rehn2019-01-311-0/+43
* | Prevent crashes by fixing mapping of transport to wrapped objectsMilian Wolff2018-10-251-0/+33
|/
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-0/+52
|\
| * Merge remote-tracking branch 'origin/5.9.4' into 5.9Liang Qi2018-01-181-3/+3
| |\
| | * Clean up TestWebChannel::testAsyncObjectv5.9.4Sami Nurmenniemi2018-01-091-12/+3
| | * Fix TestWebChannel::testAsyncObjectSami Nurmenniemi2018-01-091-3/+12
| * | Allow deleting a channel during method invocationJüri Valdmann2018-01-081-0/+52
| |/
* | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-031-3/+3
|\ \
| * | Clean up TestWebChannel::testAsyncObjectSami Nurmenniemi2017-12-291-12/+3
| * | Fix TestWebChannel::testAsyncObjectSami Nurmenniemi2017-12-281-3/+12
| |/
* / Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-211-1/+1
|/