summaryrefslogtreecommitdiff
path: root/src/webchannel/qmetaobjectpublisher.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix setting properties of QJson{Value,Array,Object} type.Milian Wolff2016-05-261-8/+12
* Enable calling C++ functions taking QJson arguments via webchannel.Milian Wolff2016-05-251-5/+24
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-2/+2
|\
| * Compile when QML is disabled5.5Andy Shaw2015-09-291-0/+4
* | Fix builds without qml moduleJulien Corjon2015-07-241-0/+4
* | Fix wrap registered object issueLutz Schönemann2015-05-151-3/+6
|/
* Update copyright headersv5.5.0-alpha1Antti Kokko2015-02-171-6/+6
* Merge branch '5.4' into devMilian Wolff2015-02-041-43/+69
|\
| * Fix crash on signal after deregistrationLutz Schönemann2014-12-031-0/+1
| * Fix: Delete objects even when no transport is availableLutz Schönemann2014-12-021-0/+2
| * Make objects inside properties accessible.Milian Wolff2014-12-021-28/+45
* | Make the tests less flaky and don't send empty property updates.Milian Wolff2015-01-161-4/+6
* | Do not broadcast signals or property changes of wrapped qobjectsBernd Lamecker2014-12-191-14/+55
* | Separate registered and autoregistered QObjectsSumedha Widyadharma2014-12-151-23/+30
* | Do not broadcast initialization data to all clients.Milian Wolff2014-12-081-25/+20
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-201-19/+4
|\ \ | |/
| * Remove obsolete conversion work-around.5.4.0Milian Wolff2014-10-171-18/+1
| * Minor optimization: Do not send list of empty enums.Milian Wolff2014-10-171-1/+3
* | Fix: Delete objects even when no transport is availableLutz Schönemann2014-10-061-0/+2
|/
* Update license headers and add new licensesJani Heikkinen2014-08-261-18/+10
* Fixing property update for wrapped objectsLutz Schönemann2014-08-191-2/+3
* Fixing idlestate if used with synchronous transportLutz Schönemann2014-08-121-1/+1
* Use UUIDs to identify wrapped objectsLutz Schönemann2014-08-031-7/+2
* Properly disconnect a transport from the QtMetaObjectPublisher.Milian Wolff2014-08-011-1/+6
* Refactor and streamline API and IPC protocol.Milian Wolff2014-07-291-81/+59
* Make the QWebChannel QML API publically accessible.Milian Wolff2014-07-151-1/+1
* Refactor code to use QWebChannelAbstractTransport and QtWebSockets.Milian Wolff2014-07-041-3/+7
* Send response data only to target client.Milian Wolff2014-03-211-26/+29
* Use an enum for message types instead of strings.Milian Wolff2014-03-211-20/+41
* Make the underlying transport mechanism of the webchannel pluggable.Milian Wolff2014-02-061-1/+1
* Fix compilation when building with namespaced Qt.Milian Wolff2014-01-311-0/+4
* Fixup license headers of the files written by me.Milian Wolff2014-01-161-3/+2
* Properly convert JSON data to target type of function parameter.Milian Wolff2014-01-101-1/+5
* Fix regression in handling of var-emitting signals from QML.Milian Wolff2014-01-091-1/+19
* Simplify usage of QWebChannel on the server side.Milian Wolff2014-01-081-202/+142
* Optimize: Use property-indices instead of names for notifications.Milian Wolff2014-01-081-19/+17
* Fix assertion at shutdown or on QObject destruction.Milian Wolff2014-01-081-2/+0
* Optimize client initialization by using QJson directly.Milian Wolff2013-12-271-33/+38
* Port MetaObjectPublisher benchmarks to C++.Milian Wolff2013-12-271-160/+16
* Add standalone C++/Qt example which opens HTML client in a browser.Milian Wolff2013-12-201-0/+12
* Restructure sources and assimilate to Qt module structure.Milian Wolff2013-12-121-0/+730