summaryrefslogtreecommitdiffstats
path: root/src/remoteobjects/qremoteobjectnode.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix slot return values of container<pod>Marc Hüskens2024-03-131-0/+1
* Doc: Fix template information for QRemoteObjectNode membersLuca Di Sera2023-11-201-2/+2
* Doc: Fix issues and enable documentation testing in CITopi Reinio2023-10-101-1/+1
* QtROIoDeviceBasePrivate: fix memleak of the codec objectIvan Solovev2023-09-181-1/+1
* Add a static method setLocalServerOptions to QRemoteObjectHostØystein Heskestad2023-09-111-0/+31
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-08-311-1/+1
* QRemoteObjectMetaObjectManager: fix -Wunused-but-set-variableMarc Mutz2023-01-201-4/+0
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* Port from container::count() and length() to size()Marc Mutz2022-10-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-141-38/+2
* Sweep replace setObjectName(QStringLiteral(~~~)) → QLatin1StringMarc Mutz2022-04-051-1/+1
* Check nullptr before using pointerZhang Hao2022-02-101-1/+3
* Get rid of calls to virtual methods inside constructorsSona Kurazyan2021-08-241-45/+68
* Support general QMap<*>/QHash<*> types with a proxyBrett Stottlemyer2021-08-171-0/+2
* Add ability to use class enums in .repBrett Stottlemyer2021-08-171-3/+0
* reverseProxy: Update documentationMårten Nordheim2021-08-161-6/+5
* Fix crash when using QList<*> with a proxyMichael Brasser2021-08-081-0/+3
* Refactor decodeVariant to pass by rvalue ref/std::moveBrett Stottlemyer2021-08-041-6/+6
* Switch usage of QList<QVariant> to QVariantListBrett Stottlemyer2021-06-291-1/+1
* Update the outdated '### Qt 6' commentSona Kurazyan2021-06-241-2/+6
* Rename the classes for adding a custom transport supportSona Kurazyan2021-06-171-17/+17
* Remove the IoDeviceBase::stream() methodSona Kurazyan2021-06-041-7/+7
* Port QRemoteObjectRegistry to new property systemSona Kurazyan2021-06-041-0/+2
* Move client-side Codec to IoDeviceBaseBrett Stottlemyer2021-05-271-14/+9
* Refactor serialization code into an abstracted classBrett Stottlemyer2021-05-271-8/+15
* Switch to using QStringView in a handful of functionsMårten Nordheim2021-03-101-1/+1
* Various documentation fixesMårten Nordheim2021-03-091-4/+4
* ExternalIODevice fixesBrett Stottlemyer2021-03-091-0/+8
* Document the QtRemoteObjects::InitialAction enum and its usageSona Kurazyan2021-03-021-6/+11
* Clean-up integer conversion warningsSona Kurazyan2021-02-261-1/+1
* Clean-up warningsSona Kurazyan2021-02-221-1/+1
* Use QList instead of QVectorJarek Kobus2021-02-161-14/+14
* Avoid constructing QMetaType from type id when possibleSona Kurazyan2021-02-161-3/+3
* Fix QMetaType Deprecation warningsBrett Stottlemyer2021-02-151-6/+7
* Whitespace fixesBrett Stottlemyer2021-02-151-95/+95
* Metaobject cleanupBrett Stottlemyer2021-02-151-16/+13
* Fix compilation with Qt 6Sona Kurazyan2021-02-151-57/+134
* Update dependencies.yamlMichael Brasser2020-07-271-0/+23
* Fix proxy_testBrett Stottlemyer2020-06-291-0/+1
* Fix broken testsBrett Stottlemyer2020-06-121-36/+56
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-071-5/+22
|\
| * 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
* | | Update dependenciesFriedemann Kleint2020-04-061-54/+115
|/ /
* | 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
|\|