summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Do not crash on non-QVariant return typesMilian Wolff2017-08-082-10/+39
* Update binary compatibility file for Qt5.9.0 for QtWebChannelMilla Pohjanheimo2017-06-301-0/+5661
* Gracefully handle early deregistration of objectsMilian Wolff2017-05-152-0/+16
* Fix licensingJani Heikkinen2017-05-052-34/+24
* Binary compatibility file for qtwebchannel (5.8.0)5.8Milla Pohjanheimo2017-02-031-0/+5641
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-265-0/+11025
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-242-0/+5329
| |\
| | * BC include file and global.cfg added for QtWebChannelMilla Pohjanheimo2016-10-132-0/+5329
| * | BC file added for QtWebChannel (5.7)Milla Pohjanheimo2016-10-141-0/+5606
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-012-0/+90
| |\ \ | | |/
| | * Fix asynchronous signals from QObjects in different threadsDave Andrews2016-09-292-4/+38
| | * Fix asynchronous method calls on QObjects in different threadsDave Andrews2016-09-292-0/+56
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-037-26/+188
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-017-3/+220
| |\ \ | | |/
| | * Add a test that emits signals from C++ and checks them in QMLv5.6.25.6.2Milian Wolff2016-07-215-3/+165
| | * Remove deleted transport objectsKai Dohmen2016-07-212-0/+55
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-213-5/+270
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-153-5/+270
| |\ \ | | |/
| | * Add test to verify that bools get properly converted.Milian Wolff2016-07-132-0/+33
| | * Properly unwrap QObject signal parameters on the JavaScript side.Milian Wolff2016-06-281-5/+14
| | * Make passing objects from website to server possibleKai Dohmen2016-06-212-0/+66
| | * Fix setting properties of QJson{Value,Array,Object} type.Milian Wolff2016-05-262-4/+115
| | * Enable calling C++ functions taking QJson arguments via webchannel.Milian Wolff2016-05-252-0/+46
* | | Remove deleted transport objectsKai Dohmen2016-05-312-0/+55
|/ /
* | Updated license headersAntti Kokko2016-01-2012-205/+145
|/
* Support subclass property getters and setters.Pierre Rossi2015-07-083-0/+212
* Fix wrap registered object issueLutz Schönemann2015-05-152-0/+76
* Update copyright headersv5.5.0-alpha1Antti Kokko2015-02-1712-72/+72
* Merge branch '5.4' into devMilian Wolff2015-02-045-27/+70
|\
| * Fix crash on signal after deregistrationLutz Schönemann2014-12-032-0/+25
| * Make objects inside properties accessible.Milian Wolff2014-12-021-1/+16
* | Make the tests less flaky and don't send empty property updates.Milian Wolff2015-01-162-28/+61
* | Do not broadcast signals or property changes of wrapped qobjectsBernd Lamecker2014-12-194-4/+368
* | Separate registered and autoregistered QObjectsSumedha Widyadharma2014-12-153-41/+215
* | Do not broadcast initialization data to all clients.Milian Wolff2014-12-081-2/+2
|/
* Never manually connect to the destroyed signal of any object.Milian Wolff2014-10-171-22/+10
* Fixing failing testcasesLutz Schönemann2014-08-261-4/+21
* Update license headers and add new licensesJani Heikkinen2014-08-2611-198/+110
* Get rid of setTimeout calls in qwebchannel.js client code.Milian Wolff2014-08-262-25/+6
* Fixing property update for wrapped objectsLutz Schönemann2014-08-191-0/+30
* Call unwrapQObject for every response we getLutz Schönemann2014-08-081-8/+41
* Fix namespace build of testFrederik Gladhorn2014-08-042-0/+6
* Enable the QML tests even when QtWebKit is not available.Milian Wolff2014-08-032-4/+6
* Properly disconnect a transport from the QtMetaObjectPublisher.Milian Wolff2014-08-012-0/+14
* Refactor JavaScript QWebChannel to take an external transport object.Milian Wolff2014-07-301-2/+1
* Refactor and streamline API and IPC protocol.Milian Wolff2014-07-298-362/+275
* Explicitly distinguish between JavaScript Client and QML Client.Milian Wolff2014-07-182-17/+17
* Adapt to rename to QtWebChannel and rename resource path as well.Milian Wolff2014-07-175-5/+2
* Make the QWebChannel QML API publically accessible.Milian Wolff2014-07-1512-19/+158
* Refactor code to use QWebChannelAbstractTransport and QtWebSockets.Milian Wolff2014-07-0421-420/+326