summaryrefslogtreecommitdiffstats
path: root/src/remoteobjects/qremoteobjectsource.cpp
Commit message (Expand)AuthorAgeFilesLines
* Handle null QAIM propertyv5.12.0-rc2v5.12.0BogDan Vatra2018-11-271-5/+16
* Support externally generated QIODevicesBrett Stottlemyer2018-08-151-4/+4
* Fix issues with refactored CLASS/MODEL supportMichael Brasser2018-05-171-1/+1
* Support non-CONSTANT pointer typesBrett Stottlemyer2018-04-251-24/+68
* Allow nodes to proxy (or convert) replicasBrett Stottlemyer2018-04-251-9/+9
* Allow recursive packetizing of typesBrett Stottlemyer2018-04-051-1/+8
* Make (internal) Source objects hierarchicalBrett Stottlemyer2018-04-041-75/+115
* Rework REPC QObject* handlingv5.11.0-beta3Brett Stottlemyer2018-04-041-1/+6
* Add/extend Class/Model keywords for repcBrett Stottlemyer2017-12-131-1/+64
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-241-0/+17
|\
| * Send also the methods and then signals parameter namesBogDan Vatra2017-11-021-0/+14
| * Send enum detailsBogDan Vatra2017-11-021-0/+3
* | Dissolve qconnectionfactories.h, make privateKevin Funk2017-10-061-1/+1
* | Move free qtro_* functions in QtPrivate namespaceKevin Funk2017-09-271-2/+2
|/
* Correct QtRO license headers and added missing license filesv5.9.0-beta4Jani Heikkinen2017-05-021-13/+19
* Replace Q_NULLPTR -> nullptrKevin Funk2017-03-291-1/+1
* Fixes for license checkBrett Stottlemyer2017-01-141-21/+13
* Generate, send and check class signature for .rep generated classesBogDan Vatra2016-09-081-0/+17
* Send property information of the changed signalsBogDan Vatra2016-06-201-2/+3
* Reduce code duplication a bitKevin Funk2016-05-031-19/+8
* [fix] Correct sent typeNameBrett Stottlemyer2016-03-281-1/+2
* Make connection-factories publicBrett Stottlemyer2015-12-021-3/+1
* Enhance .rep enum handlingKevin Funk2015-12-011-2/+2
* Less pointer-handlingKevin Funk2015-11-301-1/+1
* [perf] Pass property index, not nameBrett Stottlemyer2015-08-311-5/+6
* [internal] Remove packet->serialize()Brett Stottlemyer2015-08-311-9/+6
* Fix property serialization regression.Björn Breitmeyer2015-08-281-1/+1
* Reuse the QVariantList in marshall args during serialization.Björn Breitmeyer2015-08-281-7/+17
* Further performance improvements by avoiding allocation.Björn Breitmeyer2015-08-271-4/+2
* Improved backend transmission performance.Björn Breitmeyer2015-08-271-9/+12
* Remove unused codeBrett Stottlemyer2015-07-071-17/+0
* Fix WriteProperty could write into uninitialized memorySebastian Sauer2015-06-101-4/+16
* Enforce a bit of Qt coding styleKevin Funk2015-04-301-24/+24
* QRemoteObjectSourcePrivate -> QRemoteObjectSourceKevin Funk2015-04-301-13/+13
* Simplify memory mgmt for QRemoteObjectSourcePrivateKevin Funk2015-04-301-2/+8
* Fix compile time warningManpreet S. Bajwa2015-03-041-1/+1
* [Behavior fix] Only expose .rep APIBrett Stottlemyer2015-03-041-8/+8
* [Fix] Read property from adapter correctlyBrett Stottlemyer2015-03-041-2/+2
* Enable Source adapter objectsBrett Stottlemyer2015-03-031-9/+26
* [internal] Use SourcePrivate for encoder packetsBrett Stottlemyer2015-03-031-2/+2
* Allow .rep API to differ from Source APIBrett Stottlemyer2015-01-271-71/+90
* Remove QRemoteObjectSource typeBrett Stottlemyer2014-12-031-18/+0
* Fix metaobject detection for QObject SourcesBrett Stottlemyer2014-12-021-2/+2
* Put packetization types into private APIKevin Funk2014-11-211-0/+1
* Implement QRemoteObjectPending{Call, Reply}Kevin Funk2014-11-201-5/+14
* Fix property setter invocation in source objectTobias Koenig2014-10-241-5/+12
* Say hello to QtRemoteObjectsBrett Stottlemyer2014-10-161-0/+264