summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Publish overloaded methods and signals to JavaScriptMilian Wolff2019-03-255-74/+169
* | | Only connect to signal once per client objectMilian Wolff2019-03-251-0/+25
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-262-0/+37
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta1Liang Qi2019-02-252-0/+37
| |\ \ | | |/
| | * Also add already wrapped objects to the transport-to-objects mapArno Rehn2019-02-042-0/+17
| | * Correctly unwrap registered objectsArno Rehn2019-02-042-0/+20
* | | Convert QObjects in QVariantMapsAndrew Webster2019-02-063-0/+19
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-alpha1Qt Forward Merge Bot2019-02-023-0/+6174
|\ \ | |/
| * Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-02-011-0/+6117
| |\
| | * Add binary compatibility file for QtWebChannel for Qt 5.12Milla Pohjanheimo2018-12-181-0/+6117
| * | Correctly convert enums and QFlags from and to JSONArno Rehn2019-01-312-0/+57
| |/
* | Prevent crashes by fixing mapping of transport to wrapped objectsMilian Wolff2018-10-252-1/+35
|/
* Add binary compatibility file for 5.11 for QtWebChannelMilla Pohjanheimo2018-06-051-0/+5987
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-203-1/+6046
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-01-182-1/+64
| |\
| | * Merge remote-tracking branch 'origin/5.9.4' into 5.9Liang Qi2018-01-181-3/+3
| | |\
| | | * Clean up TestWebChannel::testAsyncObjectv5.9.45.9.4Sami Nurmenniemi2018-01-091-12/+3
| | | * Fix TestWebChannel::testAsyncObjectSami Nurmenniemi2018-01-091-3/+12