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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a static method setLocalServerOptions to QRemoteObjectHost
Øystein Heskestad
2023-09-11
1
-1
/
+4
*
Use SPDX license identifiers
Lucie Gérard
2022-06-14
1
-38
/
+2
*
Update the outdated '### Qt 6' comment
Sona Kurazyan
2021-06-24
1
-2
/
+2
*
Refactor serialization code into an abstracted class
Brett Stottlemyer
2021-05-27
1
-0
/
+1
*
Switch to using QStringView in a handful of functions
Mårten Nordheim
2021-03-10
1
-4
/
+4
*
Use QList instead of QVector
Jarek Kobus
2021-02-16
1
-2
/
+2
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2020-03-24
1
-0
/
+2
|
\
|
*
Fix bug in reverse proxy
Peng Xie
2020-03-16
1
-0
/
+2
*
|
Expose Host to enable remoting of source objects from QML
Michael Brasser
2020-01-21
1
-2
/
+7
|
/
*
Break socket listen out of QRemoteObjectSourceIo constructor
v5.12.0-beta4
Lee Helpingstine
2018-11-06
1
-1
/
+2
*
Fix includes in public headers
Friedemann Kleint
2018-08-27
1
-2
/
+2
*
Support externally generated QIODevices
Brett Stottlemyer
2018-08-15
1
-3
/
+11
*
Merge remote-tracking branch 'origin/5.11' into dev
Liang Qi
2018-04-30
1
-0
/
+7
|
\
|
*
Allow nodes to proxy (or convert) replicas
Brett Stottlemyer
2018-04-25
1
-0
/
+7
*
|
Clean up override/final, consistent destructors
Brett Stottlemyer
2018-03-20
1
-0
/
+1
|
/
*
Say hello to QRemoteObjectNode::heartbeatInterval property
BogDan Vatra
2017-12-08
1
-0
/
+5
*
Optionally cache QAIM data prior to initialized signal
BogDan Vatra
2017-11-29
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.10' into dev
Liang Qi
2017-11-24
1
-1
/
+2
|
\
|
*
Send and check the protocol version
v5.10.0-beta3
BogDan Vatra
2017-10-24
1
-1
/
+2
*
|
Prefix abstract class with "Abstract"
Kevin Funk
2017-10-06
1
-9
/
+9
*
|
Don't change visibility of timerEvent method
Kevin Funk
2017-09-27
1
-2
/
+2
*
|
Cleanup: Get rid off uses of Q_PRIVATE_SLOT
Kevin Funk
2017-09-25
1
-6
/
+1
*
|
Turn PersistedStore into a QObject
Kevin Funk
2017-09-22
1
-7
/
+15
*
|
Modernize: Use override where possible
Kevin Funk
2017-09-21
1
-4
/
+4
|
/
*
Add MODEL keyword to repc
Brett Stottlemyer
2017-05-19
1
-1
/
+1
*
Correct QtRO license headers and added missing license files
v5.9.0-beta4
Jani Heikkinen
2017-05-02
1
-13
/
+19
*
Replace Q_DECL_OVERRIDE -> override
Kevin Funk
2017-03-29
1
-4
/
+4
*
Replace Q_NULLPTR -> nullptr
Kevin Funk
2017-03-29
1
-7
/
+7
*
Fixes for license check
Brett Stottlemyer
2017-01-14
1
-21
/
+13
*
Allow Replica property values to persist
Brett Stottlemyer
2016-10-19
1
-0
/
+15
*
Use Q_NULLPTR everywhere
BogDan Vatra
2016-07-22
1
-4
/
+4
*
QRemoteObjectNode: Add error signal
Kevin Funk
2016-07-18
1
-1
/
+4
*
Rename dynamic acquire method
Brett Stottlemyer
2016-04-29
1
-1
/
+1
*
Introduce QRemoteObjectNode::instances
Kevin Funk
2016-04-04
1
-0
/
+15
*
Rename QAbstractItemFoo -> QAbstractItemModelFoo
Kevin Funk
2016-03-21
1
-2
/
+2
*
Add default constructor for Replicas
Brett Stottlemyer
2015-12-31
1
-3
/
+3
*
Make QtRO Node available to QML
Brett Stottlemyer
2015-12-31
1
-7
/
+8
*
Convert Nodes to QObject based class(es)
Brett Stottlemyer
2015-12-31
1
-24
/
+81
*
Fix handling of invalid urls
Brett Stottlemyer
2015-11-30
1
-2
/
+3
*
Add setName() to Nodes
Brett Stottlemyer
2015-07-03
1
-0
/
+1
*
Add support for acquire()'ing named Sources
Brett Stottlemyer
2015-06-10
1
-8
/
+2
*
Allow to define the name used for remote objects.
Sebastian Sauer
2015-05-26
1
-1
/
+1
*
Remove internal waitForSource from setRegistryUrl
Brett Stottlemyer
2015-05-08
1
-0
/
+1
*
Extend QAbstractItemReplica to handle tree-models
Sebastian Sauer
2015-04-15
1
-1
/
+2
*
Model acquire with specified name works now.
Björn Breitmeyer
2015-03-06
1
-1
/
+7
*
Add reasonable support for QAIM
Brett Stottlemyer
2015-03-06
1
-1
/
+5
*
Remove QMetaObject parameter from enableRemoting()
Brett Stottlemyer
2015-02-26
1
-1
/
+1
*
Allow .rep API to differ from Source API
Brett Stottlemyer
2015-01-27
1
-0
/
+8
*
Remove QRemoteObjectSource type
Brett Stottlemyer
2014-12-03
1
-2
/
+0
*
Fix includes in public headers
Kevin Funk
2014-11-06
1
-6
/
+4
[next]