index
:
qt/qtremoteobjects.git
5.10
5.11
5.12
5.13
5.14
5.15
5.9
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
wip/cmake
wip/serialization
Qt distributed object system
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
remoteobjects
Commit message (
Expand
)
Author
Age
Files
Lines
*
Expose (private) API for creating QtRO types
Brett Stottlemyer
2025-01-07
6
-76
/
+497
*
[minor] Remove dead code
Brett Stottlemyer
2024-12-02
1
-1
/
+0
*
Refactor dynamic (Replica) class creation
Brett Stottlemyer
2024-12-02
1
-83
/
+145
*
Refactor dynamic Gadget creation
Brett Stottlemyer
2024-12-02
1
-31
/
+71
*
Refactor: trackConnection -> trackReference
Brett Stottlemyer
2024-12-02
1
-20
/
+24
*
Assert fail in tst_usertypes::complexInQml
Tatiana Borisova
2024-11-04
1
-2
/
+6
*
Doc: Put qt6_ CMake commands in help index
Kai Köhne
2024-08-27
1
-4
/
+4
*
Doc: Replace \instantiates with \nativetype
Paul Wicking
2024-08-20
1
-2
/
+2
*
Docs: Organize topics in the Qt Remote Objects project
Alexei Cazacov
2024-08-07
3
-8
/
+45
*
Remove the use of GENERATE_CPP_EXPORTS argument
Alexey Edelev
2024-06-10
1
-1
/
+0
*
Correct license for snippet files
Lucie Gérard
2024-04-04
2
-2
/
+2
*
Correct license for example and snippet files
Lucie Gérard
2024-04-04
1
-1
/
+1
*
Fix slot return values of container<pod>
Marc Hüskens
2024-03-13
1
-0
/
+1
*
Replace #pragma once with traditional header guards
Marc Mutz
2024-02-28
1
-1
/
+4
*
Fix link error creating Python bindings for namespace QtRemoteObjects
Friedemann Kleint
2024-01-08
1
-1
/
+1
*
QConnectedReplicaImplementation: don't call deleteLater() on a nullptr
Marc Mutz
2023-12-20
1
-2
/
+4
*
QNX QIODevice subclasses: remove Q_DECLARE_TYPEINFOs
Marc Mutz
2023-12-08
1
-2
/
+0
*
Doc: Fix template information for qRegisterRemoteObjectsServer/Client
Luca Di Sera
2023-11-20
1
-2
/
+2
*
Doc: Fix template information for QRemoteObjectNode members
Luca Di Sera
2023-11-20
1
-2
/
+2
*
Highlight Time Server / Client Application examples
Kai Köhne
2023-11-16
1
-0
/
+3
*
Fix a crash due to null QHostAddress in the TCP/IP backend
Friedemann Kleint
2023-11-10
1
-8
/
+9
*
repc: Add support for #HEADER and #FOOTER lines
Dominik Holland
2023-10-30
1
-0
/
+19
*
Add support for class attributes in rep files
Dominik Holland
2023-10-17
1
-0
/
+27
*
Document simpleswitch examples
Øystein Heskestad
2023-10-11
1
-0
/
+0
*
Doc: Fix issues and enable documentation testing in CI
Topi Reinio
2023-10-10
2
-1
/
+4
*
QtROIoDeviceBasePrivate: fix memleak of the codec object
Ivan Solovev
2023-09-18
2
-2
/
+4
*
Add a static method setLocalServerOptions to QRemoteObjectHost
Øystein Heskestad
2023-09-11
7
-2
/
+62
*
Mark the whole repo with QT_NO_CONTEXTLESS_CONNECT
Ahmad Samir
2023-08-31
1
-1
/
+1
*
Doc: Fix typedef description of QRemoteObjectSourceLocation(s)
Andreas Eliasson
2023-08-28
1
-4
/
+7
*
Doc: Fix description for QRemoteObjectReplica::state()
Andreas Eliasson
2023-08-23
1
-3
/
+2
*
Update snippets to match the simpleswitch examples they are taken from
Øystein Heskestad
2023-08-16
1
-41
/
+42
*
Doc: Remove \ingroup all-examples command from the docs
Jaishree Vyas
2023-07-12
1
-1
/
+0
*
Revamp WebSockets example
Øystein Heskestad
2023-06-06
1
-0
/
+0
*
Revamp SSL example
Øystein Heskestad
2023-06-06
1
-0
/
+0
*
Remove remains of qmake conversion from CMakeLists.txt files
Friedemann Kleint
2023-02-22
1
-5
/
+0
*
Fix connect example in doc sample
Carl Schwan
2023-02-21
3
-2
/
+4
*
QRemoteObjectMetaObjectManager: fix -Wunused-but-set-variable
Marc Mutz
2023-01-20
1
-4
/
+0
*
Fix missing QIODevice disconnect() signal connection
Lionel Fafchamps
2022-12-12
1
-1
/
+1
*
CMake: Use new _qt_internal_get_tool_wrapper_script_path
Alexandru Croitor
2022-10-28
1
-5
/
+12
*
Port from container::count() and length() to size() - V4
Marc Mutz
2022-10-09
2
-4
/
+4
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
3
-6
/
+6
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-06
3
-7
/
+7
*
Replace qExchange with std::exchange
Marc Mutz
2022-10-06
3
-3
/
+3
*
Enable QtRemoteObjects example documentation
Juha Vuolle
2022-09-23
3
-1
/
+18
*
Add QList<int> metatype registration so that QDataStream works
Juha Vuolle
2022-08-30
2
-0
/
+2
*
Add QtRO over BT LE example
BogDan Vatra
2022-08-29
3
-1
/
+2
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-08-23
5
-5
/
+5
*
Add license headers to cmake files
Lucie Gérard
2022-07-07
3
-0
/
+9
*
Fix race condition when accessing invalid index
Elias Steurer
2022-07-05
1
-1
/
+4
*
SourceApiMap: De-inline dtor of polymorphic class
Marc Mutz
2022-06-21
2
-2
/
+5
[next]