summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-171-1/+2
* Minor optimization: Do not send list of empty enums.Milian Wolff2014-10-171-1/+3
* Fix static builds and building of testsSimon Hausmann2014-10-041-0/+1
* Update license headers and add new licensesJani Heikkinen2014-08-2617-306/+170
* Get rid of setTimeout calls in qwebchannel.js client code.Milian Wolff2014-08-261-2/+2
* Doc: Edited links JavaScript API page and other documentation fixes.Jerome Pasion2014-08-233-9/+10
* Doc: Add extensions used by example files to .qdocconfTopi Reinio2014-08-211-0/+1
* Fixing property update for wrapped objectsLutz Schönemann2014-08-191-2/+3
* 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-134-6/+56
* Fixing idlestate if used with synchronous transportLutz Schönemann2014-08-121-1/+1
* Call unwrapQObject for every response we getLutz Schönemann2014-08-081-3/+7
* Fixup documentation issues.Milian Wolff2014-08-044-6/+6
* Use UUIDs to identify wrapped objectsLutz Schönemann2014-08-031-7/+2
* Properly disconnect a transport from the QtMetaObjectPublisher.Milian Wolff2014-08-012-1/+7
* Add documentation for the QtWebChannel module.Milian Wolff2014-08-0111-26/+498
* Refactor JavaScript QWebChannel to take an external transport object.Milian Wolff2014-07-301-33/+13
* Refactor and streamline API and IPC protocol.Milian Wolff2014-07-298-237/+198
* added module.export for use with nodejsBernd Lamecker2014-07-291-0/+7
* Fix compile warning with clang.Milian Wolff2014-07-281-1/+1
* 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
* Adapt to rename to QtWebChannel and rename resource path as well.Milian Wolff2014-07-171-1/+1
* Make the QWebChannel QML API publically accessible.Milian Wolff2014-07-1512-115/+158
* 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-043-152/+3
* Refactor code to use QWebChannelAbstractTransport and QtWebSockets.Milian Wolff2014-07-0418-603/+186
* Do not return a function for property getters on the HTML side.Milian Wolff2014-07-031-17/+6
* Fix public headers for use with QT_NO_KEYWORDSPierre Rossi2014-06-266-9/+9
* Send response data only to target client.Milian Wolff2014-03-2112-86/+82
* Use an enum for message types instead of strings.Milian Wolff2014-03-212-31/+74
* 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-067-616/+65
* Make the underlying transport mechanism of the webchannel pluggable.Milian Wolff2014-02-0619-109/+658
* 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
* Fixup license headers of the files written by me.Milian Wolff2014-01-1618-52/+37
* Properly convert JSON data to target type of function parameter.Milian Wolff2014-01-102-44/+9
* Add declarative object-registration API to QML WebChannel.Milian Wolff2014-01-107-5/+244
* 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-0814-439/+671
* Simplify QWebChannel usage by merging webchannel.js and qobject.js.Milian Wolff2014-01-084-193/+153