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
/
qremoteobjectpacket.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use SPDX license identifiers
Lucie Gérard
2022-06-14
1
-38
/
+2
*
Replace Q_DECLARE_METATYPE with QT_DECL_METATYPE_EXTERN
Sona Kurazyan
2022-06-09
1
-0
/
+2
*
Fix warnings on Android with developer-build
Assam Boudjelthia
2021-10-04
1
-6
/
+7
*
6.2 cleanup
Brett Stottlemyer
2021-09-08
1
-0
/
+1
*
Allow PODs to include enums/flags
Brett Stottlemyer
2021-09-07
1
-12
/
+36
*
Handle enums/flags as hash/map keys
Brett Stottlemyer
2021-08-17
1
-18
/
+81
*
Support general QMap<*>/QHash<*> types with a proxy
Brett Stottlemyer
2021-08-17
1
-3
/
+167
*
Fix crash when using QList<*> with a proxy
Michael Brasser
2021-08-08
1
-2
/
+154
*
Refactor decodeVariant to pass by rvalue ref/std::move
Brett Stottlemyer
2021-08-04
1
-3
/
+3
*
Remove dead code in serializeDefinition()
Brett Stottlemyer
2021-07-19
1
-7
/
+4
*
Make sure dynamic types set enumCount properly
Brett Stottlemyer
2021-06-29
1
-1
/
+2
*
Switch usage of QList<QVariant> to QVariantList
Brett Stottlemyer
2021-06-29
1
-1
/
+1
*
Rename the classes for adding a custom transport support
Sona Kurazyan
2021-06-17
1
-3
/
+3
*
Move client-side Codec to IoDeviceBase
Brett Stottlemyer
2021-05-27
1
-2
/
+34
*
Refactor serialization code into an abstracted class
Brett Stottlemyer
2021-05-27
1
-70
/
+74
*
qHash now uses size_t
Mårten Nordheim
2021-03-03
1
-1
/
+1
*
Clean-up integer conversion warnings
Sona Kurazyan
2021-02-26
1
-10
/
+12
*
Simplify deserializeQVariantList
Mårten Nordheim
2021-02-25
1
-9
/
+3
*
Clean-up warnings
Sona Kurazyan
2021-02-22
1
-4
/
+4
*
Avoid constructing QMetaType from type id when possible
Sona Kurazyan
2021-02-16
1
-24
/
+22
*
Fix loop warnings
Brett Stottlemyer
2021-02-15
1
-3
/
+3
*
Fix QMetaType Deprecation warnings
Brett Stottlemyer
2021-02-15
1
-28
/
+34
*
Fix the build with current qtbase dev
Simon Hausmann
2020-01-25
1
-1
/
+1
*
Eradicate some simple Q_FOREACH loops
Marc Mutz
2019-07-04
1
-1
/
+1
*
Make sure class enums work dynamically
Brett Stottlemyer
2019-05-20
1
-6
/
+19
*
Support Q_GADGETs with enums
Brett Stottlemyer
2019-05-20
1
-104
/
+141
*
Fix dynamic use_enum logic (Qt types only)
Brett Stottlemyer
2019-05-18
1
-24
/
+106
*
More fixes for (dynamic) enums in signals and slots
Brett Stottlemyer
2019-05-17
1
-13
/
+17
*
Fix dynamic enums in Props and Signals
Brett Stottlemyer
2019-05-07
1
-7
/
+66
*
Fix handling of QVariant properties
Brett Stottlemyer
2019-05-06
1
-4
/
+36
*
Fix registration for dynamic Replicas
Brett Stottlemyer
2019-05-01
1
-70
/
+113
*
Fix include directives
Friedemann Kleint
2019-01-18
1
-1
/
+1
*
Handle null QAIM property
v5.12.0-rc2
v5.12.0
BogDan Vatra
2018-11-27
1
-1
/
+17
*
Implement dynamic gadgets
v5.12.0-alpha1
BogDan Vatra
2018-09-06
1
-2
/
+72
*
Support non-CONSTANT pointer types
Brett Stottlemyer
2018-04-25
1
-0
/
+3
*
Allow nodes to proxy (or convert) replicas
Brett Stottlemyer
2018-04-25
1
-2
/
+0
*
Allow recursive packetizing of types
Brett Stottlemyer
2018-04-05
1
-138
/
+88
*
Make (internal) Source objects hierarchical
Brett Stottlemyer
2018-04-04
1
-2
/
+2
*
Say hello to QRemoteObjectNode::heartbeatInterval property
BogDan Vatra
2017-12-08
1
-0
/
+14
*
Send also the methods and then signals parameter names
BogDan Vatra
2017-11-02
1
-4
/
+12
*
Send enum details
BogDan Vatra
2017-11-02
1
-6
/
+46
*
Send and check the protocol version
v5.10.0-beta3
BogDan Vatra
2017-10-24
1
-0
/
+7
*
Correct QtRO license headers and added missing license files
v5.9.0-beta4
Jani Heikkinen
2017-05-02
1
-13
/
+19
*
Fixes for license check
Brett Stottlemyer
2017-01-14
1
-21
/
+13
*
Send property information of the changed signals
BogDan Vatra
2016-06-20
1
-2
/
+4
*
Fix serialization of enum values
Kevin Funk
2016-05-03
1
-1
/
+10
*
Reduce code duplication a bit
Kevin Funk
2016-05-03
1
-34
/
+14
*
Provide type name for source locations
Kevin Funk
2016-03-21
1
-2
/
+2
*
Make connection-factories public
Brett Stottlemyer
2015-12-02
1
-0
/
+2
*
Enhance .rep enum handling
Kevin Funk
2015-12-01
1
-2
/
+22
[next]