aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor code to use QWebChannelAbstractTransport and QtWebSockets.Milian Wolff2014-07-0447-1323/+662
* Do not return a function for property getters on the HTML side.Milian Wolff2014-07-034-21/+10
* Add cmake test, adapt test directory layout and point to dev branches.Milian Wolff2014-07-0327-11/+35
* Add .tag file and fix .gitignoreSergio Ahumada2014-07-022-1/+1
* Fix public headers for use with QT_NO_KEYWORDSPierre Rossi2014-06-266-9/+9
* Send response data only to target client.Milian Wolff2014-03-2116-118/+87
* Use an enum for message types instead of strings.Milian Wolff2014-03-215-45/+100
* Refactor QML test code and add a test for multiple websocket clients.Milian Wolff2014-03-215-50/+234
* Merge QWebChannelSocket and QWebSocketTransport.Milian Wolff2014-03-215-162/+116
* Fix minor coding style issues.Milian Wolff2014-03-213-8/+8
* Mark some constructor as explicitSergio Ahumada2014-03-193-3/+3
* Port code to QtWebSockets.Milian Wolff2014-03-068-618/+68
* Change destruction order to fix crash on close.Milian Wolff2014-02-061-1/+1
* Make the underlying transport mechanism of the webchannel pluggable.Milian Wolff2014-02-0638-179/+813
* Update README and use markdown for nicer display on gitorious.Milian Wolff2014-02-062-60/+90
* Add license filesMilian Wolff2014-02-064-0/+1660
* Fix clang warning about struct which was forward-declared as class.Milian Wolff2014-01-311-1/+1
* Fix compilation when building with namespaced Qt.Milian Wolff2014-01-3116-1/+59
* Mark QtWebKit as optional module dependency.Milian Wolff2014-01-313-2/+6
* Add QML WebKit example which can be run with qmlscene.Milian Wolff2014-01-313-0/+176
* Remove examples written by Noam which are under the Nokia license.Milian Wolff2014-01-1617-859/+0
* Fixup license headers of the files written by me.Milian Wolff2014-01-1626-113/+135
* Properly convert JSON data to target type of function parameter.Milian Wolff2014-01-104-44/+64
* Add declarative object-registration API to QML WebChannel.Milian Wolff2014-01-109-19/+256
* Fix warning about include in public header.Milian Wolff2014-01-091-1/+1
* Fix regression in handling of var-emitting signals from QML.Milian Wolff2014-01-092-1/+24
* Cleanup public API, remove private slot.Milian Wolff2014-01-084-12/+5
* Simplify usage of QWebChannel on the server side.Milian Wolff2014-01-0819-536/+711
* Make test_property less flaky by skipping idle messages.Milian Wolff2014-01-081-8/+4
* Fixup and cleanup examples to make them work properly.Milian Wolff2014-01-088-13/+35
* Simplify QWebChannel usage by merging webchannel.js and qobject.js.Milian Wolff2014-01-0818-288/+218
* 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-084-30/+33
* Fix assertion at shutdown or on QObject destruction.Milian Wolff2014-01-083-32/+37
* 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-274-71/+143
* Optimize SignalHandler by obsoleting the call to senderSignalIndex.Milian Wolff2013-12-271-17/+16
* Cleanup and optimize code a bit by calling senderSignalIndex less.Milian Wolff2013-12-271-6/+10
* Port MetaObjectPublisher benchmarks to C++.Milian Wolff2013-12-277-199/+388
* Add some C++ tests for QWebChannel and QMetaObjectPublisher.Milian Wolff2013-12-274-0/+273
* Add gitattributes and gitignore files.Milian Wolff2013-12-202-0/+6
* Add standalone C++/Qt example which opens HTML client in a browser.Milian Wolff2013-12-207-0/+268
* Restructure sources and assimilate to Qt module structure.Milian Wolff2013-12-1248-404/+534
* Port the MetaObjectPublisher to C++.Milian Wolff2013-12-1113-549/+1087
* Optimize and cleanup code by moving WebChannel.qml logic into C++.Milian Wolff2013-12-058-82/+47
* Cleanup code a bit.Milian Wolff2013-12-053-7/+5
* Make it possible to disconnect from signals on the client side.Milian Wolff2013-12-054-11/+120
* compileThomas McGuire2013-11-271-0/+1
* Test QObject wrapping, when factory-style methods are called.Milian Wolff2013-11-253-1/+114
* Use strict mode in JavaScript files.Milian Wolff2013-11-252-0/+4