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
/
tests
/
auto
/
integration
/
tst_integration.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change license for test files
Lucie Gérard
2024-04-04
1
-1
/
+1
*
Fix slot return values of container<pod>
Marc Hüskens
2024-03-13
1
-1
/
+27
*
Mark the whole repo with QT_NO_CONTEXTLESS_CONNECT
Ahmad Samir
2023-08-31
1
-2
/
+3
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-06
1
-22
/
+22
*
Use SPDX license identifiers
Lucie Gérard
2022-06-14
1
-27
/
+2
*
Android: use localabstract socket on Android tests
Assam Boudjelthia
2022-04-28
1
-3
/
+5
*
Compile autotests for INTEGRITY
Tatiana Borisova
2021-09-24
1
-1
/
+3
*
Provide a schema for abstract local sockets
Brett Stottlemyer
2021-08-31
1
-0
/
+3
*
Switch usage of QList<QVariant> to QVariantList
Brett Stottlemyer
2021-06-29
1
-3
/
+3
*
Don't try to access replica's connection when it's not initialized yet
Sona Kurazyan
2021-06-28
1
-0
/
+17
*
Port QRemoteObjectRegistry to new property system
Sona Kurazyan
2021-06-04
1
-0
/
+84
*
Migrate from old signal/slot connection syntax (part 2)
Sona Kurazyan
2021-02-26
1
-11
/
+11
*
Migrate from old signal/slot connection syntax
Sona Kurazyan
2021-02-25
1
-7
/
+7
*
Clean-up warnings
Sona Kurazyan
2021-02-22
1
-3
/
+3
*
Use QList instead of QVector
Jarek Kobus
2021-02-16
1
-5
/
+6
*
Fix QMetaType Deprecation warnings
Brett Stottlemyer
2021-02-15
1
-2
/
+2
*
Fix compilation with Qt 6
Sona Kurazyan
2021-02-15
1
-2
/
+2
*
Update dependencies.yaml
Michael Brasser
2020-07-27
1
-2
/
+0
*
[minor] Fix joined lines in tst_integration
Brett Stottlemyer
2020-07-08
1
-1
/
+2
*
Ensure tests work in cmake Multi-Config
Brett Stottlemyer
2020-06-29
1
-6
/
+3
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-04-07
1
-3
/
+3
|
\
|
*
Fix deprecation warnings
Friedemann Kleint
2020-03-30
1
-3
/
+3
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-03-10
1
-0
/
+26
|
\
|
|
*
Fix QML bindings to second replica properties
Michael Brasser
2020-02-25
1
-0
/
+26
*
|
Fix tests with latest qtbase
Simon Hausmann
2020-01-25
1
-0
/
+2
|
/
*
Change address URL for local tests in tst_integration
Assam Boudjelthia
2019-08-26
1
-4
/
+2
*
More fixes for (dynamic) enums in signals and slots
Brett Stottlemyer
2019-05-17
1
-2
/
+3
*
Fix crash with AllowExternalRegistration and QtRO schema
Brett Stottlemyer
2019-03-07
1
-0
/
+14
*
Break socket listen out of QRemoteObjectSourceIo constructor
v5.12.0-beta4
Lee Helpingstine
2018-11-06
1
-4
/
+20
*
Fix crash with ObjectList and in-process replicas
Michael Brasser
2018-08-22
1
-0
/
+22
*
Support externally generated QIODevices
Brett Stottlemyer
2018-08-15
1
-5
/
+54
*
Refactor integration tests
Brett Stottlemyer
2018-06-25
1
-339
/
+254
*
Fix handling of CONSTANT properties
Brett Stottlemyer
2018-04-25
1
-2
/
+8
*
Simplify integration tests w/ QFETCH_GLOBAL
Brett Stottlemyer
2018-04-17
1
-13
/
+64
*
Merge remote-tracking branch 'origin/5.10' into dev
Liang Qi
2017-11-24
1
-4
/
+11
|
\
|
*
tst_integration: Fix executable lookup
Kevin Funk
2017-09-25
1
-4
/
+11
*
|
Prefix abstract class with "Abstract"
Kevin Funk
2017-10-06
1
-1
/
+1
*
|
Add QRemoteObjectSettingsStore
Kevin Funk
2017-10-05
1
-2
/
+9
*
|
Test NOTIFY signal from parent
Michael Brasser
2017-09-25
1
-3
/
+43
*
|
Turn PersistedStore into a QObject
Kevin Funk
2017-09-22
1
-5
/
+9
|
/
*
Correct QtRO license headers and added missing license files
v5.9.0-beta4
Jani Heikkinen
2017-05-02
1
-16
/
+11
*
Don't hide QObject::setProperty for dynamic replicas
v5.9.0-beta2
Michael Brasser
2017-04-12
1
-0
/
+60
*
Replace Q_DECL_OVERRIDE -> override
Kevin Funk
2017-03-29
1
-2
/
+2
*
Fixes for license check
Brett Stottlemyer
2017-01-14
1
-21
/
+13
*
QRemoteObjectNode: Fix crash on bogus input
Kevin Funk
2016-12-19
1
-0
/
+25
*
[Behavior change] Default to no PROP setter
Brett Stottlemyer
2016-12-01
1
-4
/
+54
*
Allow Replica property values to persist
Brett Stottlemyer
2016-10-19
1
-17
/
+71
*
Add new test for delayed registry init
Kevin Funk
2016-10-17
1
-0
/
+16
*
Generate, send and check class signature for .rep generated classes
BogDan Vatra
2016-09-08
1
-5
/
+5
*
tst_integration: Apply coding style
Kevin Funk
2016-07-18
1
-23
/
+46
[next]