summaryrefslogtreecommitdiffstats
path: root/src/remoteobjects/qremoteobjectnode.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.13' into tqtc/lts-5.15-ope...v5.15.13-lts-lgplTarja Sundqvist2024-01-041-4/+0
|\
| * QRemoteObjectMetaObjectManager: fix -Wunused-but-set-variableMarc Mutz2023-01-201-4/+0
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.9' into tqtc/lts-5.15-open...v5.15.9-lts-lgplTarja Sundqvist2023-03-231-1/+3
|\|
| * Check nullptr before using pointerZhang Hao2022-02-101-1/+3
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...v5.15.4-lts-lgplTarja Sundqvist2022-04-071-6/+19
|\|
| * ExternalIODevice fixesBrett Stottlemyer2021-03-091-0/+8
| * Document the QtRemoteObjects::InitialAction enum and its usageSona Kurazyan2021-03-021-6/+11
* | Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-251-19/+19
|/
* Update commercial license headersTarja Sundqvist2021-01-271-19/+19
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-241-5/+22
|\
| * Fix bug in reverse proxyPeng Xie2020-03-161-5/+22
* | Improve enableRemoting/disableRemoting documentationv5.15.0-beta2Michael Brasser2020-03-101-4/+4
* | Expose Host to enable remoting of source objects from QMLMichael Brasser2020-01-211-1/+62
|/
* Doc: Fix documentation warningsv5.14.0-rc1Topi Reinio2019-11-141-5/+7
* Merge remote-tracking branch 'origin/5.13' into 5.14v5.14.0-beta2Qt Forward Merge Bot2019-10-191-0/+1
|\
| * Ensure default enum registration uses matching sizeMichael Brasser2019-10-181-0/+1
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-08-311-9/+14
|\|
| * Doc: Fix link errorsNico Vertriest2019-08-271-9/+14
* | Annual QStringLiteral sweepMarc Mutz2019-08-051-3/+3
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-161-1/+1
|\|
| * Fix reported error for HandshakeMichael Brasser2019-07-081-1/+1
* | Eradicate some more tricky Q_FOREACH loopsMarc Mutz2019-07-141-6/+10
* | Eradicate some simple Q_FOREACH loopsMarc Mutz2019-07-041-1/+2
* | Eradicate Java-style iterators and mark the module free of themMarc Mutz2019-07-031-3/+2
|/
* Make sure class enums work dynamicallyBrett Stottlemyer2019-05-201-6/+31
* Support Q_GADGETs with enumsBrett Stottlemyer2019-05-201-59/+121
* Fix dynamic use_enum logic (Qt types only)Brett Stottlemyer2019-05-181-16/+22
* More fixes for (dynamic) enums in signals and slotsBrett Stottlemyer2019-05-171-6/+68
* Fix a couple of metaObject vs m_metaObject issuesBrett Stottlemyer2019-05-061-2/+6
* Fix handling of QVariant propertiesBrett Stottlemyer2019-05-061-16/+33
* Ensure proxied objects are correctly unproxiedMichael Brasser2019-05-011-8/+24
* Fix registration for dynamic ReplicasBrett Stottlemyer2019-05-011-13/+36
* Fix crash with AllowExternalRegistration and QtRO schemaBrett Stottlemyer2019-03-071-0/+6
* Fix restart/nullptr crashBrett Stottlemyer2019-03-051-2/+3
* Doc: Fix link errors qremoteobjectnode.cppNico Vertriest2019-02-011-1/+1
* Doc: Fix link errors qremoteobjecthost.cppNico Vertriest2019-01-301-19/+17
* Fix include directivesFriedemann Kleint2019-01-181-1/+1
* Handle null QAIM propertyv5.12.0-rc2v5.12.0BogDan Vatra2018-11-271-3/+3
* Make sure types needed for MODELs are registeredBrett Stottlemyer2018-11-071-0/+2
* Break socket listen out of QRemoteObjectSourceIo constructorv5.12.0-beta4Lee Helpingstine2018-11-061-0/+8
* Clarify in which conditions addHostSideConnection can be usedBogDan Vatra2018-10-261-1/+2
* Unregister types that are not neededv5.12.0-beta3v5.12.0-beta2BogDan Vatra2018-10-091-10/+38
* Update documentationMaurice Kalinowski2018-09-261-1/+5
* Implement dynamic gadgetsv5.12.0-alpha1BogDan Vatra2018-09-061-0/+118
* Update import statement to "import QtRemoteObjects 5.12"Michael Brasser2018-08-281-1/+1
* Add basic documention for use from QMLMichael Brasser2018-08-241-5/+54
* Fix crash with ObjectList and in-process replicasMichael Brasser2018-08-221-3/+8
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-08-211-15/+35
|\
| * Fix issue proxying modelsMichael Brasser2018-08-141-15/+35
* | Support externally generated QIODevicesBrett Stottlemyer2018-08-151-15/+133