leonardosimovic
f658b74836
feat: give credit to elevation provider
2 years ago
leonardosimovic
e7b7908152
feat: replace airmap terrain with copernicus
2 years ago
leonardosimovic
d0c61b2f79
perf(MapEngine): avoid some unnecessary string copies
2 years ago
Beat Küng
81dea5ace6
QGCFileDownload: handle OpenSSL build time vs runtime version mismatch
2 years ago
Beat Küng
9478bcecf2
FirmwareUpgradeController: remove unuse variables & use https for firmware.ardupilot.org
2 years ago
Beat Küng
c716fbb283
QGCExternalLibs.pri: switch to all mavlink dialect by default
...
This allows to use messages from development.xml
2 years ago
Beat Küng
cb39702cc6
mavlink: update submodule
2 years ago
Don Gagne
41d651bdab
Revert deleted functionality
2 years ago
Don Gagne
0a357eb900
Revert "Support custom builds with joysticks which are buttons only"
...
This reverts commit 48d1441493
.
2 years ago
PX4BuildBot
faba9a788e
Update PX4 Firmware metadata Mon Aug 21 15:20:25 UTC 2023
2 years ago
Jacob Dahl
3840476213
apply selected color to InstrumentValueLabel text
2 years ago
Sergii Lisovenko
345621601b
Add APMRemoteSupportComponent to CMake Lists
...
This update modifies the CMakeLists.txt files in both the AutoPilotPlugins directory and within the APM subdirectory, adding APMRemoteSupportComponent to the list of components included in the project's build. This change is necessary to ensure that the new APMremoteSupportComponent is compiled when the project is built.
2 years ago
James Mare
0c428b5cfc
Fix an unbounded loop in the joystick code
...
This fixes a bug introduced in b62a533 which, when a joystick was disabled
and uncalibrated, caused unbounded recursive calls to Joystick::startPolling.
2 years ago
James Mare
f0b5646b4c
Rework Vehicle Joystick Handling
...
This fixes a number of issues with the way joysticks were handled
in a multi vehicle context. I reworked the way vehicle determine
to enable and capture the joystick input, as well as seperating
setJoystickEnable from saveJoystick to seperate runtime and saved
state.
2 years ago
Don Gagne
1d59706e2b
Fix normal and adsb vehicle sizing
...
Fix
2 years ago
James Mare
6a62796e0b
PositionManager: clear values on changing source
...
This prevents getting stuck with old values latched in the UI.
Which would happen if the new position source didn't get an update.
2 years ago
James Mare
aa950c9aed
Fix UI Displaying incorrect serial port list
...
The list of serial ports that ended up in the UI was from
QSerialPortInfo::availablePorts(), however the list available
to be used is a filtered list from QGCSerialPortInfo::availablePorts()
Changed so that the UI pulls the filtered list, and no ports present
which dont actually work.
2 years ago
James Mare
4cca4c8884
Fix skipping of NMEA serial ports
...
QGCSerialPortInfo skips over serial ports which are not the first in any
composite device. However this is how some internal NMEA GPS's present.
So if the description contains 'NMEA', dont skip them.
2 years ago
Don Gagne
4474702f4d
Android supports no serial/bluetooth build and home app
...
Fixes
2 years ago
Don Gagne
c7b40691c1
New translations qgc-json.ts (Chinese Simplified)
2 years ago
Don Gagne
a2536a7fba
New translations qgc.ts (Chinese Simplified)
2 years ago
Don Gagne
72c0f4e60b
Add support for mavlink FENCE_STATUS
2 years ago
Don Gagne
0995771381
Update for latest Copter fence support
2 years ago
Don Gagne
1c90dba540
Notify user of touch area toggle
2 years ago
Don Gagne
e6929a3fd9
Switch date format to fix small screens
2 years ago
Don Gagne
e56b1725f3
Increase size of click area for flight mode change
2 years ago
Don Gagne
551fbc0790
Allow easter eggs to work on mobile
2 years ago
Don Gagne
ed093aff6b
Add showTouchAreas support
2 years ago
Don Gagne
0695c93fad
Increase touch area border size for better visibility
2 years ago
Don Gagne
bee8528c2b
Prevent virtual keyboard from popping up on combo box entry
2 years ago
Don Gagne
67be0d7441
Fix turning on edit for mobile
2 years ago
Don Gagne
f9ac752320
Android support for serial/bluetooth disabling
2 years ago
Don Gagne
7b49824ab0
Remove noisy qmake output
2 years ago
PX4BuildBot
e7ccce4844
Update PX4 Firmware metadata Tue Aug 8 17:55:21 UTC 2023
2 years ago
Don Gagne
48d1441493
Support custom builds with joysticks which are buttons only
...
For example a Herelink controller custom build will use this.
2 years ago
Junwoo Hwang
9b6b359928
PX4SimpleFlightModes.qml: Rename the variable for bugfix
...
This was introduced in
d5dc4f1af1
,
and the refactor didn't fix the case for RC_MAP_FLAPS case correctly,
leading to the bug report: https://github.com/PX4/PX4-Autopilot/issues/21927
2 years ago
PX4BuildBot
27341c8335
Update PX4 Firmware metadata Fri Aug 4 15:21:33 UTC 2023
2 years ago
Don Gagne
4003b48c5d
Fix sd card permission
2 years ago
Don Gagne
fa9bf8a00f
Allow app data to save to sd card on android
2 years ago
davidsastresas
a07c4c257d
ToolStrip.qml: Fix Flickable height, it was bigger than panel
2 years ago
PX4BuildBot
1130ab3ba4
Update PX4 Firmware metadata Thu Jul 27 14:30:37 UTC 2023
2 years ago
PX4BuildBot
84a985224d
Update PX4 Firmware metadata Tue Jul 25 21:20:11 UTC 2023
2 years ago
Matt Skelton
4fe11c223d
add Sentera 65R camera model
2 years ago
PX4BuildBot
6ab6ef1792
Update PX4 Firmware metadata Mon Jul 17 09:23:30 UTC 2023
2 years ago
davidsastresas
e748380e10
LinkManager: use range based loop instead when getting links
2 years ago
davidsastresas
6c4ff9c862
APM support forwarding: Add toolbar indicator just to APMFirmwarePlugin
2 years ago
davidsastresas
63f1c86998
APM support forwarding: linkManager and MavlinkProtocol backend implementation
2 years ago
davidsastresas
e74147f4c7
APM support forwarding: Add APMRemoteSupportComponent to APM conf submenus
2 years ago
davidsastresas
850d4938bf
APM support forwarding: Add new host to appSettings:
...
This new host is different to the standard mavlink forwarding
one because it is meant to get disconnected when QGC closes
so the users don't leave by mistake the connection to the
support servers opened
2 years ago
davidsastresas
ce6e99aade
APM support forwarding: Add artwork
2 years ago