summaryrefslogtreecommitdiff
path: root/tests/auto/qml/tst_webchannel.qml
Commit message (Expand)AuthorAgeFilesLines
* Fix QML files in tests and examplesBalazs Egedi2021-09-091-4/+4
* Use QProperty observation to push property updates to clientsArno Rehn2021-04-221-1/+31
* 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
* Unwrap QObjects embedded inside argumentsAndrew Webster2019-09-201-2/+32
* Pack QVariants into args when QVariant is expectedAndrew Webster2019-09-201-0/+34
* 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
* Publish overloaded methods and signals to JavaScriptMilian Wolff2019-03-251-0/+60
* Only connect to signal once per client objectMilian Wolff2019-03-251-0/+25
* Convert QObjects in QVariantMapsAndrew Webster2019-02-061-0/+3
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-1/+42
|\
| * Add a test that emits signals from C++ and checks them in QMLv5.6.25.6.2Milian Wolff2016-07-211-1/+42
* | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-5/+14
|\ \ | |/
| * Properly unwrap QObject signal parameters on the JavaScript side.Milian Wolff2016-06-281-5/+14
* | Updated license headersAntti Kokko2016-01-201-17/+12
|/
* Update copyright headersv5.5.0-alpha1Antti Kokko2015-02-171-6/+6
* Merge branch '5.4' into devMilian Wolff2015-02-041-1/+16
|\
| * 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-161-19/+44
* | Do not broadcast signals or property changes of wrapped qobjectsBernd Lamecker2014-12-191-1/+1
|/
* 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-261-18/+10
* Get rid of setTimeout calls in qwebchannel.js client code.Milian Wolff2014-08-261-0/+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
* Refactor and streamline API and IPC protocol.Milian Wolff2014-07-291-14/+228
* Adapt to rename to QtWebChannel and rename resource path as well.Milian Wolff2014-07-171-1/+0
* Make the QWebChannel QML API publically accessible.Milian Wolff2014-07-151-1/+2
* Refactor code to use QWebChannelAbstractTransport and QtWebSockets.Milian Wolff2014-07-041-5/+32
* Add cmake test, adapt test directory layout and point to dev branches.Milian Wolff2014-07-031-0/+59