summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix static builds and building of testsSimon Hausmann2014-10-041-0/+1
* | Fix: Delete objects even when no transport is availableLutz Schönemann2014-10-061-0/+2
* | Added a generic node.js debug client as an exampleSumedha Widyadharma2014-09-195-1/+176
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-09-0253-1379/+927
|\ \ | |/
| * Fixing failing testcasesLutz Schönemann2014-08-261-4/+21
| * Update license headers and add new licensesJani Heikkinen2014-08-2640-1317/+828
| * Get rid of setTimeout calls in qwebchannel.js client code.Milian Wolff2014-08-263-27/+8
| * Doc: Edited links JavaScript API page and other documentation fixes.Jerome Pasion2014-08-234-11/+14
| * Doc: Add extensions used by example files to .qdocconfTopi Reinio2014-08-212-2/+3
| * Fixing property update for wrapped objectsLutz Schönemann2014-08-192-2/+33
| * Remove the extra semi-colonsThiago Macieira2014-08-182-4/+4
| * Doc: Enabled linking to qtdoc.Jerome Pasion2014-08-181-1/+1
| * Remove unused #include statementSumedha Widyadharma2014-08-131-1/+0
| * Doc: Fix example documentation and pathsTopi Reinio2014-08-1321-10/+15
| * Fixing idlestate if used with synchronous transportLutz Schönemann2014-08-121-1/+1
* | Bump versionOswald Buddenhagen2014-08-091-1/+1
|/
* Call unwrapQObject for every response we getLutz Schönemann2014-08-082-11/+48
* Added a nodeJS exampleOswald Buddenhagen2014-08-076-1/+167
* Make standalone example mostly self-contained.Milian Wolff2014-08-074-4/+38
* Fix namespace build of testFrederik Gladhorn2014-08-042-0/+6
* Fixup documentation issues.Milian Wolff2014-08-045-9/+9
* Use UUIDs to identify wrapped objectsLutz Schönemann2014-08-031-7/+2
* Enable the QML tests even when QtWebKit is not available.Milian Wolff2014-08-032-4/+6
* 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