summaryrefslogtreecommitdiffstats
path: root/src/remoteobjects/qremoteobjectpacket_p.h
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in debug outputKai Köhne2022-06-201-2/+3
* Use SPDX license identifiersLucie Gérard2022-06-141-38/+2
* Replace Q_DECLARE_METATYPE with QT_DECL_METATYPE_EXTERNSona Kurazyan2022-06-091-1/+2
* Make sure all private headers include at least one otherThiago Macieira2022-03-081-1/+2
* Handle enums/flags as hash/map keysBrett Stottlemyer2021-08-171-0/+1
* Support general QMap<*>/QHash<*> types with a proxyBrett Stottlemyer2021-08-171-0/+27
* Fix crash when using QList<*> with a proxyMichael Brasser2021-08-081-0/+27
* Refactor decodeVariant to pass by rvalue ref/std::moveBrett Stottlemyer2021-08-041-2/+2
* Rename the classes for adding a custom transport supportSona Kurazyan2021-06-171-3/+3
* Fix static analyzer warningsSona Kurazyan2021-05-311-0/+5
* Move client-side Codec to IoDeviceBaseBrett Stottlemyer2021-05-271-30/+6
* Refactor serialization code into an abstracted classBrett Stottlemyer2021-05-271-34/+114
* Use QList instead of QVectorJarek Kobus2021-02-161-1/+1
* Avoid constructing QMetaType from type id when possibleSona Kurazyan2021-02-161-1/+1
* Support Q_GADGETs with enumsBrett Stottlemyer2019-05-201-7/+0
* Fix dynamic use_enum logic (Qt types only)Brett Stottlemyer2019-05-181-1/+3
* More fixes for (dynamic) enums in signals and slotsBrett Stottlemyer2019-05-171-3/+6
* Fix handling of QVariant propertiesBrett Stottlemyer2019-05-061-1/+2
* Fix registration for dynamic ReplicasBrett Stottlemyer2019-05-011-2/+2
* Fix include directivesFriedemann Kleint2019-01-181-6/+6
* Implement dynamic gadgetsv5.12.0-alpha1BogDan Vatra2018-09-061-0/+7
* Fix errors reported by CoverityMichael Brasser2018-04-251-1/+1
* Allow recursive packetizing of typesBrett Stottlemyer2018-04-051-9/+41
* Make (internal) Source objects hierarchicalBrett Stottlemyer2018-04-041-3/+3
* Say hello to QRemoteObjectNode::heartbeatInterval propertyBogDan Vatra2017-12-081-0/+5
* Send and check the protocol versionv5.10.0-beta3BogDan Vatra2017-10-241-0/+1
* Correct QtRO license headers and added missing license filesv5.9.0-beta4Jani Heikkinen2017-05-021-13/+19
* Fixes for license checkBrett Stottlemyer2017-01-141-21/+13
* Fix several coverity warningsBrett Stottlemyer2016-12-051-0/+1
* Fix warnings from syncqt.plKevin Funk2016-11-301-0/+11
* Generate, send and check class signature for .rep generated classesBogDan Vatra2016-09-081-3/+4
* Send property information of the changed signalsBogDan Vatra2016-06-201-2/+2
* Provide type name for source locationsKevin Funk2016-03-211-2/+26
* Make connection-factories publicBrett Stottlemyer2015-12-021-43/+3
* Enhance .rep enum handlingKevin Funk2015-12-011-0/+3
* Less pointer-handlingKevin Funk2015-11-301-1/+1
* [perf] Pass property index, not nameBrett Stottlemyer2015-08-311-57/+2
* [internal] Don't use QRemoteObjectPacketBrett Stottlemyer2015-08-311-115/+40
* [internal] Remove packet->serialize()Brett Stottlemyer2015-08-311-34/+13
* [internal] Separate packet enum from classBrett Stottlemyer2015-08-311-13/+14
* Fix const char* constructor of RawString.Björn Breitmeyer2015-08-281-1/+7
* Reuse the QVariantList in marshall args during serialization.Björn Breitmeyer2015-08-281-0/+2
* Reuse memory during PropertyChangePacket de/serialization.Björn Breitmeyer2015-08-281-1/+52
* Further performance improvements by avoiding allocation.Björn Breitmeyer2015-08-271-1/+4
* Improved backend transmission performance.Björn Breitmeyer2015-08-271-32/+45
* Fix/Enhance datastream handlingBrett Stottlemyer2015-07-071-0/+3
* Fix connection between Replica and ReplicaPrivateBrett Stottlemyer2015-06-141-1/+0
* QRemoteObjectSourcePrivate -> QRemoteObjectSourceKevin Funk2015-04-301-5/+5
* Fix slots with argumentsSebastian Sauer2015-04-011-2/+0
* [internal] Use SourcePrivate for encoder packetsBrett Stottlemyer2015-03-031-9/+7