aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-04-0416-16/+16
* QWebChannel: give friendship to tst_bench_QWebChannel the idiomatic wayMarc Mutz2024-03-011-6/+0
* Cleanup: move QWebChannel benchmarks into a separate subdirectoryIvan Solovev2023-10-166-207/+294
* Extend tests for bindable propertiesIvan Solovev2023-10-063-0/+22
* tst_qmlwebchannel: Adjust to qtbase changeOlivier De Cannière2023-08-071-1/+1
* 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-142-0/+26
* Add server-side support for custom convertersArno Rehn2023-02-092-0/+52
* Fix project structure and auto registryMichal Klocek2023-02-035-29/+8
* tst_webchannel: port from raw and shared pointers to unique_ptrMarc Mutz2022-12-251-12/+14
* Add wrappers to optionally convert incoming dataØystein Heskestad2022-11-111-1/+58
* Port from container::count() and length() to size()Marc Mutz2022-10-071-3/+3
* tst_webchannel: Make conversion tests data drivenArno Rehn2022-09-052-70/+58
* Purge remaining usage of Q_NULLPTRJohannes Kauffmann2022-08-293-5/+5
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-235-5/+5
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-282-4/+4
* Add license headers to cmake filesLucie Gérard2022-07-075-0/+15
* Use SPDX license identifiersLucie Gérard2022-06-1014-381/+31
* Move qml test data to correct locationAssam Boudjelthia2022-05-186-1/+1
* Revert "Blacklist: test cases blacklisted in qml:"Pasi Petäjäjärvi2022-04-011-13/+0
* Remove .prev_CMakeLists.txtKai Köhne2022-03-224-73/+0
* Blacklist: test cases blacklisted in qml:CI Insignificant Platforms Monitor Bot2022-03-071-0/+13
* Re-enable cmake build test for qtwebchannelJuha Vuolle2022-01-112-14/+35
* Include <QProperty> explicitlyMarc Mutz2021-11-082-0/+2
* Transparently handle QFuture<T> method return typesArno Rehn2021-09-273-0/+140
* CMake: Bump almost all cmake_minimum_required calls to 3.16Alexandru Croitor2021-09-221-1/+1
* Fix QML files in tests and examplesBalazs Egedi2021-09-095-20/+20
* Remove outdated qmake pro-filesØystein Heskestad2021-07-195-68/+0
* Make blockUpdates bindableØystein Heskestad2021-05-202-16/+34
* Handle per-transport client idle statusØystein Heskestad2021-05-203-11/+57
* 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-052-0/+101
* Use QProperty observation to push property updates to clientsArno Rehn2021-04-225-41/+102
* Fix up the recently added test for QProperty/QWebChannel interactionArno Rehn2021-04-162-6/+19
* Handle signals in the registered object's threadMilian Wolff2021-04-161-3/+1
* Add test for QProperty over QWebChannelØystein Heskestad2021-04-162-0/+64
* Re-generate CMake project filesJoerg Bornemann2021-03-154-10/+65
* Merge "Merge remote-tracking branch 'origin/wip/cmake' into dev"Allan Sandfeld Jensen2021-01-296-0/+94
|\
| * Merge remote-tracking branch 'origin/wip/cmake' into devAllan Sandfeld Jensen2021-01-296-0/+94
| |\
| | * Regenerate projectswip/cmakeAlexandru Croitor2019-11-252-7/+4
| | * Add cmake supportJüri Valdmann2019-09-234-0/+89
* | | Stop using deprecated QVariant::type()Allan Sandfeld Jensen2021-01-291-4/+4
|/ /
* | 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-292-9/+6
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-142-6/+48
|\ \
| * | tst_webchannel: Don't use QSignalSpy for inter-thread signalsMilian Wolff2020-04-151-6/+10
| * | Restore compatibility with custom QVariantList/QVariantMap convertersMilian Wolff2020-04-152-0/+38