summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix js src path in HTML chat clientSumedha Widyadharma2014-08-011-1/+1
* Properly disconnect a transport from the QtMetaObjectPublisher.Milian Wolff2014-08-014-1/+21
* Install missing index.html for standalone exampleSumedha Widyadharma2014-08-011-0/+2
* Add documentation for the QtWebChannel module.Milian Wolff2014-08-0125-85/+681
* Refactor JavaScript QWebChannel to take an external transport object.Milian Wolff2014-07-303-55/+51
* Refactor and streamline API and IPC protocol.Milian Wolff2014-07-2918-602/+499
* added module.export for use with nodejsBernd Lamecker2014-07-291-0/+7
* Fix compile warning with clang.Milian Wolff2014-07-281-1/+1
* Align .qmake.conf with other Qt modules.Milian Wolff2014-07-281-2/+2
* Fix wrong include of qwebchannelglobal.h.Milian Wolff2014-07-281-1/+1
* Use defineProperty instead of __define[SG]etter__Sumedha Widyadharma2014-07-271-20/+22
* The standalone example depends on QtWidgetsSumedha Widyadharma2014-07-241-1/+1
* 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-177-6/+3
* Make the QWebChannel QML API publically accessible.Milian Wolff2014-07-1524-134/+316
* Make the registered objects of a QWebChannel accessible.Milian Wolff2014-07-052-0/+6
* Do not link against QtNetWork.Milian Wolff2014-07-041-1/+1
* Only depend optionally on QtWebSockets, and only use it in the example.Milian Wolff2014-07-0410-85/+214
* 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