summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Correct license for snippet filesLucie Gérard2024-04-042-2/+2
* Correct license for example and snippet filesLucie Gérard2024-04-041-1/+1
* Use NO_GENERATE_CPP_EXPORTS explicitlyAlexey Edelev2024-03-252-0/+2
* 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
* Re-allow names containing ENUM in rep filesMårten Nordheim2023-11-271-3/+7
* 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-302-1/+28
* Add support for class attributes in rep filesDominik Holland2023-10-172-3/+35
* 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-312-3/+3
* 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
* Remove qlalr warnings when building the moduleBrett Stottlemyer2022-12-311-27/+32
* 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-075-10/+10
* Port from container::count() and length() to size()Marc Mutz2022-10-064-8/+8
* Replace qExchange with std::exchangeMarc Mutz2022-10-063-3/+3
* Enable QtRemoteObjects example documentationJuha Vuolle2022-09-233-1/+18
* Port away from deprecated QRegularExpression::match() callIvan Solovev2022-08-301-2/+2
* Add QList<int> metatype registration so that QDataStream worksJuha Vuolle2022-08-302-0/+2
* QtRemoteObjectsQml: remove dependency from unused private headerSona Kurazyan2022-08-292-2/+0
* 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-238-8/+8
* Add license headers to cmake filesLucie Gérard2022-07-076-0/+18
* Fix race condition when accessing invalid indexElias Steurer2022-07-051-1/+4
* SourceApiMap: De-inline dtor of polymorphic classMarc Mutz2022-06-212-2/+5
* Fix typo in debug outputKai Köhne2022-06-201-2/+3
* Use SPDX license identifiersLucie Gérard2022-06-1479-2804/+156
* Replace Q_DECLARE_METATYPE with QT_DECL_METATYPE_EXTERNSona Kurazyan2022-06-098-12/+34
* Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2022-05-131-1/+1
* repparser: add missing #include <QHash>, <QSet>Marc Mutz2022-04-051-0/+2