summaryrefslogtreecommitdiffstats
path: root/src/remoteobjects/qremoteobjectsource.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port from container::count() and length() to size()Marc Mutz2022-10-061-4/+4
* Replace qExchange with std::exchangeMarc Mutz2022-10-061-1/+1
* SourceApiMap: De-inline dtor of polymorphic classMarc Mutz2022-06-211-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-141-38/+2
* Fix header change replicationJoni Poikelin2021-10-131-3/+5
* Handle enums/flags as hash/map keysBrett Stottlemyer2021-08-171-8/+2
* Clean-up the qremoteobjectsource.h headerSona Kurazyan2021-07-301-0/+108
* Fix crash when remoting QML objects with sub-objectsMichael Brasser2021-07-221-9/+24
* Rename the classes for adding a custom transport supportSona Kurazyan2021-06-171-3/+3
* Refactor serialization code into an abstracted classBrett Stottlemyer2021-05-271-12/+14
* Clean-up integer conversion warningsSona Kurazyan2021-02-261-7/+7
* Clean-up warningsSona Kurazyan2021-02-221-3/+3
* Use QList instead of QVectorJarek Kobus2021-02-161-3/+3
* Fix QMetaType Deprecation warningsBrett Stottlemyer2021-02-151-5/+7
* Fix compilation with Qt 6Sona Kurazyan2021-02-151-2/+2
* Fix crash with same-named subobjects or modelsMichael Brasser2020-07-281-5/+6
* Update dependencies.yamlMichael Brasser2020-07-271-1/+1
* Don't connect overloaded signalsMichael Brasser2020-07-271-4/+28
* Annual QStringLiteral sweepMarc Mutz2019-08-051-1/+1
* Eradicate some more tricky Q_FOREACH loopsMarc Mutz2019-07-141-1/+1
* QRemoteObjectRootSource: fix quadratic loopMarc Mutz2019-07-141-1/+4
* Support Q_GADGETs with enumsBrett Stottlemyer2019-05-201-1/+1
* More fixes for (dynamic) enums in signals and slotsBrett Stottlemyer2019-05-171-1/+3
* Fix handling of QVariant propertiesBrett Stottlemyer2019-05-061-1/+1
* Fix registration for dynamic ReplicasBrett Stottlemyer2019-05-011-6/+14
* Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-02-011-15/+38
|\
| * QVariant is also a standalone type and we must treated accordinglyBogDan Vatra2018-12-211-15/+38
* | Fix include directivesFriedemann Kleint2019-01-181-3/+3
|/
* 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