aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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-081-0/+13
* Re-enable cmake build test for qtwebchannelJuha Vuolle2022-01-122-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
* | | Make test resistant to type simplificationAllan Sandfeld Jensen2020-05-071-1/+1
* | | Skip changes made while iterating over connections for emitAndrew Webster2020-02-211-0/+61
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-311-0/+6541
|\| |
| * | Add binary compatibility file for qtwebchannel 5.14 branchMilla Pohjanheimo2019-12-161-0/+6541
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-171-0/+2
|\| |
| * | Skip TestWebChannel::testAsyncObject()Ulf Hermann2019-12-121-0/+2
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-241-0/+6492
|\| |
| * | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-111-0/+6492
| |\ \
| | * | Binary compatibility file against Qt5.13.0 for QtWebChannelMilla Pohjanheimo2019-08-141-0/+6492
* | | | Unwrap QObjects embedded inside argumentsAndrew Webster2019-09-203-2/+41
* | | | Pack QVariants into args when QVariant is expectedAndrew Webster2019-09-203-0/+40
|/ / /
* | / Correctly link transports to implicitly wrapped objectsArno Rehn2019-07-262-0/+31
| |/ |/|
* | 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
* | | Return a Promise when no callback is provided for a function callAndrew Webster2019-04-101-1/+10
* | | Unwrap property updates in case they are QObjectsAndrew Webster2019-04-101-4/+15
* | | Implement actual overload resolutionArno Rehn2019-03-292-28/+61
* | | Always rebuild the class info for wrapped objectsMilian Wolff2019-03-251-7/+26