summaryrefslogtreecommitdiffstats
path: root/src/remoteobjects
Commit message (Expand)AuthorAgeFilesLines
* Expose (private) API for creating QtRO typesBrett Stottlemyer2025-01-076-76/+497
* [minor] Remove dead codeBrett Stottlemyer2024-12-021-1/+0
* Refactor dynamic (Replica) class creationBrett Stottlemyer2024-12-021-83/+145
* Refactor dynamic Gadget creationBrett Stottlemyer2024-12-021-31/+71
* Refactor: trackConnection -> trackReferenceBrett Stottlemyer2024-12-021-20/+24
* Assert fail in tst_usertypes::complexInQmlTatiana Borisova2024-11-041-2/+6
* Doc: Put qt6_ CMake commands in help indexKai Köhne2024-08-271-4/+4
* Doc: Replace \instantiates with \nativetypePaul Wicking2024-08-201-2/+2
* Docs: Organize topics in the Qt Remote Objects projectAlexei Cazacov2024-08-073-8/+45
* Remove the use of GENERATE_CPP_EXPORTS argumentAlexey Edelev2024-06-101-1/+0
* Correct license for snippet filesLucie Gérard2024-04-042-2/+2
* Correct license for example and snippet filesLucie Gérard2024-04-041-1/+1
* Fix slot return values of container<pod>Marc Hüskens2024-03-131-0/+1
* Replace #pragma once with traditional header guardsMarc Mutz2024-02-281-1/+4
* Fix link error creating Python bindings for namespace QtRemoteObjectsFriedemann Kleint2024-01-081-1/+1
* QConnectedReplicaImplementation: don't call deleteLater() on a nullptrMarc Mutz2023-12-201-2/+4
* QNX QIODevice subclasses: remove Q_DECLARE_TYPEINFOsMarc Mutz2023-12-081-2/+0
* Doc: Fix template information for qRegisterRemoteObjectsServer/ClientLuca Di Sera2023-11-201-2/+2
* Doc: Fix template information for QRemoteObjectNode membersLuca Di Sera2023-11-201-2/+2
* Highlight Time Server / Client Application examplesKai Köhne2023-11-161-0/+3
* Fix a crash due to null QHostAddress in the TCP/IP backendFriedemann Kleint2023-11-101-8/+9
* repc: Add support for #HEADER and #FOOTER linesDominik Holland2023-10-301-0/+19
* Add support for class attributes in rep filesDominik Holland2023-10-171-0/+27
* Document simpleswitch examplesØystein Heskestad2023-10-111-0/+0
* Doc: Fix issues and enable documentation testing in CITopi Reinio2023-10-102-1/+4
* QtROIoDeviceBasePrivate: fix memleak of the codec objectIvan Solovev2023-09-182-2/+4
* Add a static method setLocalServerOptions to QRemoteObjectHostØystein Heskestad2023-09-117-2/+62
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-08-311-1/+1
* Doc: Fix typedef description of QRemoteObjectSourceLocation(s)Andreas Eliasson2023-08-281-4/+7
* Doc: Fix description for QRemoteObjectReplica::state()Andreas Eliasson2023-08-231-3/+2
* Update snippets to match the simpleswitch examples they are taken fromØystein Heskestad2023-08-161-41/+42
* Doc: Remove \ingroup all-examples command from the docsJaishree Vyas2023-07-121-1/+0
* Revamp WebSockets exampleØystein Heskestad2023-06-061-0/+0
* Revamp SSL exampleØystein Heskestad2023-06-061-0/+0
* Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-221-5/+0
* Fix connect example in doc sampleCarl Schwan2023-02-213-2/+4
* QRemoteObjectMetaObjectManager: fix -Wunused-but-set-variableMarc Mutz2023-01-201-4/+0
* Fix missing QIODevice disconnect() signal connectionLionel Fafchamps2022-12-121-1/+1
* CMake: Use new _qt_internal_get_tool_wrapper_script_pathAlexandru Croitor2022-10-281-5/+12
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-092-4/+4
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-073-6/+6
* Port from container::count() and length() to size()Marc Mutz2022-10-063-7/+7
* Replace qExchange with std::exchangeMarc Mutz2022-10-063-3/+3
* Enable QtRemoteObjects example documentationJuha Vuolle2022-09-233-1/+18
* Add QList<int> metatype registration so that QDataStream worksJuha Vuolle2022-08-302-0/+2
* Add QtRO over BT LE exampleBogDan Vatra2022-08-293-1/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-235-5/+5
* Add license headers to cmake filesLucie Gérard2022-07-073-0/+9
* Fix race condition when accessing invalid indexElias Steurer2022-07-051-1/+4
* SourceApiMap: De-inline dtor of polymorphic classMarc Mutz2022-06-212-2/+5