summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump versionv5.4.25.4.2Oswald Buddenhagen2015-01-161-1/+1
* Bump version to 5.4.1v5.4.15.4.1Thiago Macieira2014-12-081-1/+1
* Update plugins.qmltypesKai Koehne2014-12-042-32/+32
* Fix crash on signal after deregistrationLutz Schönemann2014-12-034-9/+42
* Fix: Delete objects even when no transport is availableLutz Schönemann2014-12-021-0/+2
* Make objects inside properties accessible.Milian Wolff2014-12-024-36/+101
* Remove obsolete conversion work-around.5.4.0Milian Wolff2014-10-172-19/+1
* Never manually connect to the destroyed signal of any object.Milian Wolff2014-10-172-23/+12
* Minor optimization: Do not send list of empty enums.Milian Wolff2014-10-171-1/+3
* Added some more examplesBernd Lamecker2014-10-1618-10/+823
* Revert "Added some more examples"Jani Heikkinen2014-10-1315-634/+8
* Added some more examplesBernd Lamecker2014-10-1015-8/+634
* Fix static builds and building of testsSimon Hausmann2014-10-041-0/+1
* 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
* 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