summaryrefslogtreecommitdiff
path: root/tests/qml
Commit message (Expand)AuthorAgeFilesLines
* 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-0614-46/+106
* Fixup license headers of the files written by me.Milian Wolff2014-01-165-50/+90
* 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-082-32/+3
* 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
* Cleanup: The QtQuick2 test does not need Qt += declarative.Milian Wolff2014-01-071-1/+1
* Port MetaObjectPublisher benchmarks to C++.Milian Wolff2013-12-271-35/+0
* Restructure sources and assimilate to Qt module structure.Milian Wolff2013-12-1216-12/+21
* 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
* Add an initial test suite for the MetaObjectPublisherMilian Wolff2013-11-227-72/+356
* Add test for QWebChannel::ping-sending and pong-receival.Milian Wolff2013-11-201-0/+14
* Add test for webchannel.respond on the QML and .exec on the HTML side.Milian Wolff2013-11-142-0/+29
* Add unit test harness for QWebChannel and two initial tests.Milian Wolff2013-11-145-0/+187