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
/
qremoteobjectnode.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Expose (private) API for creating QtRO types
Brett Stottlemyer
2025-01-07
1
-75
/
+138
*
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
*
Doc: Replace \instantiates with \nativetype
Paul Wicking
2024-08-20
1
-2
/
+2
*
Fix slot return values of container<pod>
Marc Hüskens
2024-03-13
1
-0
/
+1
*
Doc: Fix template information for QRemoteObjectNode members
Luca Di Sera
2023-11-20
1
-2
/
+2
*
Doc: Fix issues and enable documentation testing in CI
Topi Reinio
2023-10-10
1
-1
/
+1
*
QtROIoDeviceBasePrivate: fix memleak of the codec object
Ivan Solovev
2023-09-18
1
-1
/
+1
*
Add a static method setLocalServerOptions to QRemoteObjectHost
Øystein Heskestad
2023-09-11
1
-0
/
+31
*
Mark the whole repo with QT_NO_CONTEXTLESS_CONNECT
Ahmad Samir
2023-08-31
1
-1
/
+1
*
QRemoteObjectMetaObjectManager: fix -Wunused-but-set-variable
Marc Mutz
2023-01-20
1
-4
/
+0
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
1
-2
/
+2
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-06
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-06-14
1
-38
/
+2
*
Sweep replace setObjectName(QStringLiteral(~~~)) → QLatin1String
Marc Mutz
2022-04-05
1
-1
/
+1
*
Check nullptr before using pointer
Zhang Hao
2022-02-10
1
-1
/
+3
*
Get rid of calls to virtual methods inside constructors
Sona Kurazyan
2021-08-24
1
-45
/
+68
*
Support general QMap<*>/QHash<*> types with a proxy
Brett Stottlemyer
2021-08-17
1
-0
/
+2
*
Add ability to use class enums in .rep
Brett Stottlemyer
2021-08-17
1
-3
/
+0
*
reverseProxy: Update documentation
Mårten Nordheim
2021-08-16
1
-6
/
+5
*
Fix crash when using QList<*> with a proxy
Michael Brasser
2021-08-08
1
-0
/
+3
*
Refactor decodeVariant to pass by rvalue ref/std::move
Brett Stottlemyer
2021-08-04
1
-6
/
+6
*
Switch usage of QList<QVariant> to QVariantList
Brett Stottlemyer
2021-06-29
1
-1
/
+1
*
Update the outdated '### Qt 6' comment
Sona Kurazyan
2021-06-24
1
-2
/
+6
*
Rename the classes for adding a custom transport support
Sona Kurazyan
2021-06-17
1
-17
/
+17
*
Remove the IoDeviceBase::stream() method
Sona Kurazyan
2021-06-04
1
-7
/
+7
*
Port QRemoteObjectRegistry to new property system
Sona Kurazyan
2021-06-04
1
-0
/
+2
*
Move client-side Codec to IoDeviceBase
Brett Stottlemyer
2021-05-27
1
-14
/
+9
*
Refactor serialization code into an abstracted class
Brett Stottlemyer
2021-05-27
1
-8
/
+15
*
Switch to using QStringView in a handful of functions
Mårten Nordheim
2021-03-10
1
-1
/
+1
*
Various documentation fixes
Mårten Nordheim
2021-03-09
1
-4
/
+4
*
ExternalIODevice fixes
Brett Stottlemyer
2021-03-09
1
-0
/
+8
*
Document the QtRemoteObjects::InitialAction enum and its usage
Sona Kurazyan
2021-03-02
1
-6
/
+11
*
Clean-up integer conversion warnings
Sona Kurazyan
2021-02-26
1
-1
/
+1
*
Clean-up warnings
Sona Kurazyan
2021-02-22
1
-1
/
+1
*
Use QList instead of QVector
Jarek Kobus
2021-02-16
1
-14
/
+14
*
Avoid constructing QMetaType from type id when possible
Sona Kurazyan
2021-02-16
1
-3
/
+3
*
Fix QMetaType Deprecation warnings
Brett Stottlemyer
2021-02-15
1
-6
/
+7
*
Whitespace fixes
Brett Stottlemyer
2021-02-15
1
-95
/
+95
*
Metaobject cleanup
Brett Stottlemyer
2021-02-15
1
-16
/
+13
*
Fix compilation with Qt 6
Sona Kurazyan
2021-02-15
1
-57
/
+134
*
Update dependencies.yaml
Michael Brasser
2020-07-27
1
-0
/
+23
*
Fix proxy_test
Brett Stottlemyer
2020-06-29
1
-0
/
+1
*
Fix broken tests
Brett Stottlemyer
2020-06-12
1
-36
/
+56
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-04-07
1
-5
/
+22
|
\
|
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2020-03-24
1
-5
/
+22
|
|
\
|
|
*
Fix bug in reverse proxy
Peng Xie
2020-03-16
1
-5
/
+22
*
|
|
Update dependencies
Friedemann Kleint
2020-04-06
1
-54
/
+115
|
/
/
*
|
Improve enableRemoting/disableRemoting documentation
v5.15.0-beta2
Michael Brasser
2020-03-10
1
-4
/
+4
[next]