~swmail/qgroundcontrolbuild/+git/trunk:Stable_V4.4

Last commit made on 2024-06-11
Get this branch:
git clone -b Stable_V4.4 https://git.launchpad.net/~swmail/qgroundcontrolbuild/+git/trunk

Branch merges

Branch information

Name:
Stable_V4.4
Repository:
lp:~swmail/qgroundcontrolbuild/+git/trunk

Recent commits

15bdfd5... by Julian Oes

Revert ".github: Don't upload to S3, just for this particular branch, see details:"

This reverts commit ab7c716b0ee38f05a3bf45da74d3facb5e0f4154.

8d72421... by David Sas

QGCCameraManager.cc: change log from qWarning to CameraManagerLog:

This made sense when we were not taking compid autopilot into account,
but now it will log this every vehicle connection if it isn't emulating
a mavlink camera

c1a85b0... by David Sas

VehicleMapItem.qml: fix qml warning

a2d7d18... by David Sas

OfflineMap.qml: Fix menu

f1ba395... by Brace.Ian@gmail.com

Using GST structure to confirm video decoding stream format.

9359fc4... by Julian Oes

QGeoMapReplyQGC: disable noisy warning

6eb0e42... by Julian Oes

Camera: video stream request fixup

This fixes getting the video stream.

4b50ece... by Julian Oes

QGeoMapReplyQGC: ignore SSL without OpenSSL 1.x

This fixes terrain download on Ubuntu 22.04 where only OpenSSL 3 is
available on the system but Qt5 wants OpenSSL 1.x.

This just copies the fix over from QGCFileDownload.

750f1f2... by Julian Oes

CI: upload artifacts to release

a02e74a... by Julian Oes

Vehicle: fix unit tests after camera change

Since we no longer request cameras to have specific camera component IDs
but allow the autopilot to "be" a camera as well, we need to adjust the
unit tests to account for that.