summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not return a function for property getters on the HTML side.Milian Wolff2014-07-033-4/+4
* Add cmake test, adapt test directory layout and point to dev branches.Milian Wolff2014-07-0326-8/+32
* Send response data only to target client.Milian Wolff2014-03-214-32/+5
* Use an enum for message types instead of strings.Milian Wolff2014-03-213-14/+26
* Refactor QML test code and add a test for multiple websocket clients.Milian Wolff2014-03-215-50/+234
* Make the underlying transport mechanism of the webchannel pluggable.Milian Wolff2014-02-0616-62/+141
* Mark QtWebKit as optional module dependency.Milian Wolff2014-01-311-1/+1
* Fixup license headers of the files written by me.Milian Wolff2014-01-167-58/+96
* Properly convert JSON data to target type of function parameter.Milian Wolff2014-01-102-0/+55
* Add declarative object-registration API to QML WebChannel.Milian Wolff2014-01-101-5/+5
* Simplify usage of QWebChannel on the server side.Milian Wolff2014-01-083-77/+38
* Make test_property less flaky by skipping idle messages.Milian Wolff2014-01-081-8/+4
* Simplify QWebChannel usage by merging webchannel.js and qobject.js.Milian Wolff2014-01-0810-65/+44
* Allow running of QML tests without needing "make install" first.Milian Wolff2014-01-081-2/+2
* Optimize: Use property-indices instead of names for notifications.Milian Wolff2014-01-081-0/+4
* Cleanup: The QtQuick2 test does not need Qt += declarative.Milian Wolff2014-01-071-1/+1
* Optimize client initialization by using QJson directly.Milian Wolff2013-12-271-33/+99
* Port MetaObjectPublisher benchmarks to C++.Milian Wolff2013-12-273-35/+193
* Add some C++ tests for QWebChannel and QMetaObjectPublisher.Milian Wolff2013-12-274-0/+273
* Restructure sources and assimilate to Qt module structure.Milian Wolff2013-12-1217-14/+24
* Port the MetaObjectPublisher to C++.Milian Wolff2013-12-113-57/+46
* Make it possible to disconnect from signals on the client side.Milian Wolff2013-12-052-1/+64
* Test QObject wrapping, when factory-style methods are called.Milian Wolff2013-11-252-1/+108
* Add benchmarks for the MetaObjectPublisher.Milian Wolff2013-11-252-0/+175
* Add a test for the property update grouping.Milian Wolff2013-11-222-1/+50