| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Also removed all the SPDX tags and -QTAS license extensions.
Change-Id: I06802ea7b48ad749db3a696e9ec598b4aec6892c
Reviewed-by: Robert Griebl <robert.griebl@qt.io>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Similar to the autogenerated backends, the media_qtro backend is now
able to connect to a new host as the connection is now part of the
actual backend and not maintained in the plugin anymore.
In addition the ivimedia-simulation-server doesn't use a second QtRO
connection for the USB Device Simulation anymore, instead the
SearchAndBrowseModelBackend instance is now registered on the same
connection with a different name. This enables to use the simulation
also on a tcp connection and is not limited to local sockets anymore.
Fixes: AUTOSUITE-1144
Change-Id: Ieb57157836e69c1c50c69f7f1af952d57939ba54
Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This module provides helper functions when using QtRemoteObjects and
starts using it in the autogenerator templates and the handwritten
servers. The helper provides the following:
* generic error handling
* conversion from QIviPendingReply to a pending call on the source side
* conversion to QIviPendingReply on the replica side
Change-Id: Ic9030c89b8153626340cc786d97ecdae416e699d
Fixes: AUTOSUITE-929
Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
|
|
The media-simulation is the same as from the simulation plugin
and is reused in the server.
Change-Id: Ie20f62b7aee1579322425278de167d2032c6bba1
Fixes: AUTOSUITE-814
Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
|