summaryrefslogtreecommitdiffstats
path: root/src/remoteobjects/qremoteobjectpacket.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-06-141-38/+2
* Replace Q_DECLARE_METATYPE with QT_DECL_METATYPE_EXTERNSona Kurazyan2022-06-091-0/+2
* Fix warnings on Android with developer-buildAssam Boudjelthia2021-10-041-6/+7
* 6.2 cleanupBrett Stottlemyer2021-09-081-0/+1
* Allow PODs to include enums/flagsBrett Stottlemyer2021-09-071-12/+36
* Handle enums/flags as hash/map keysBrett Stottlemyer2021-08-171-18/+81
* Support general QMap<*>/QHash<*> types with a proxyBrett Stottlemyer2021-08-171-3/+167
* Fix crash when using QList<*> with a proxyMichael Brasser2021-08-081-2/+154
* Refactor decodeVariant to pass by rvalue ref/std::moveBrett Stottlemyer2021-08-041-3/+3
* Remove dead code in serializeDefinition()Brett Stottlemyer2021-07-191-7/+4
* Make sure dynamic types set enumCount properlyBrett Stottlemyer2021-06-291-1/+2
* Switch usage of QList<QVariant> to QVariantListBrett Stottlemyer2021-06-291-1/+1
* Rename the classes for adding a custom transport supportSona Kurazyan2021-06-171-3/+3
* Move client-side Codec to IoDeviceBaseBrett Stottlemyer2021-05-271-2/+34
* Refactor serialization code into an abstracted classBrett Stottlemyer2021-05-271-70/+74
* qHash now uses size_tMårten Nordheim2021-03-031-1/+1
* Clean-up integer conversion warningsSona Kurazyan2021-02-261-10/+12
* Simplify deserializeQVariantListMårten Nordheim2021-02-251-9/+3
* Clean-up warningsSona Kurazyan2021-02-221-4/+4
* Avoid constructing QMetaType from type id when possibleSona Kurazyan2021-02-161-24/+22
* Fix loop warningsBrett Stottlemyer2021-02-151-3/+3
* Fix QMetaType Deprecation warningsBrett Stottlemyer2021-02-151-28/+34
* Fix the build with current qtbase devSimon Hausmann2020-01-251-1/+1
* Eradicate some simple Q_FOREACH loopsMarc Mutz2019-07-041-1/+1
* Make sure class enums work dynamicallyBrett Stottlemyer2019-05-201-6/+19
* Support Q_GADGETs with enumsBrett Stottlemyer2019-05-201-104/+141
* Fix dynamic use_enum logic (Qt types only)Brett Stottlemyer2019-05-181-24/+106
* More fixes for (dynamic) enums in signals and slotsBrett Stottlemyer2019-05-171-13/+17
* Fix dynamic enums in Props and SignalsBrett Stottlemyer2019-05-071-7/+66
* Fix handling of QVariant propertiesBrett Stottlemyer2019-05-061-4/+36
* Fix registration for dynamic ReplicasBrett Stottlemyer2019-05-011-70/+113
* Fix include directivesFriedemann Kleint2019-01-181-1/+1
* Handle null QAIM propertyv5.12.0-rc2v5.12.0BogDan Vatra2018-11-271-1/+17
* Implement dynamic gadgetsv5.12.0-alpha1BogDan Vatra2018-09-061-2/+72
* Support non-CONSTANT pointer typesBrett Stottlemyer2018-04-251-0/+3
* Allow nodes to proxy (or convert) replicasBrett Stottlemyer2018-04-251-2/+0
* Allow recursive packetizing of typesBrett Stottlemyer2018-04-051-138/+88
* Make (internal) Source objects hierarchicalBrett Stottlemyer2018-04-041-2/+2
* Say hello to QRemoteObjectNode::heartbeatInterval propertyBogDan Vatra2017-12-081-0/+14
* Send also the methods and then signals parameter namesBogDan Vatra2017-11-021-4/+12
* Send enum detailsBogDan Vatra2017-11-021-6/+46
* Send and check the protocol versionv5.10.0-beta3BogDan Vatra2017-10-241-0/+7
* 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
* Send property information of the changed signalsBogDan Vatra2016-06-201-2/+4
* Fix serialization of enum valuesKevin Funk2016-05-031-1/+10
* Reduce code duplication a bitKevin Funk2016-05-031-34/+14
* Provide type name for source locationsKevin Funk2016-03-211-2/+2
* Make connection-factories publicBrett Stottlemyer2015-12-021-0/+2
* Enhance .rep enum handlingKevin Funk2015-12-011-2/+22