Gus Grubba
9d255f45e1
Merge pull request #7447 from mavlink/cameraStorage
...
Check and respect camera storage status
6 years ago
Gus Grubba
85dc293700
Check and respect camera storage status
6 years ago
Gus Grubba
4a529bd85b
Merge pull request #7446 from mavlink/skipAPM
...
Don't offer Ardupilot firmware if support for it is not available.
6 years ago
Gus Grubba
ecff5451a3
Merge pull request #7428 from MatejFranceskin/pr-hide-microhard-passwords
...
Made Microhard password fields hidden
6 years ago
Gus Grubba
2cd878dc25
Don't offer Ardupilot firmware if support for it is not available.
6 years ago
Gus Grubba
04db295179
Merge pull request #7443 from mavlink/qgc4
...
Move to QtQuick
6 years ago
Gus Grubba
b6dbe95178
Fix runtime QML warnings
6 years ago
Gus Grubba
0806f85771
Preload Settings, Vehicle Setup and Analyze views
6 years ago
Gus Grubba
628220133a
Remove stale files
6 years ago
Gus Grubba
889639c933
Add some of the Analyze panels to mobile builds
6 years ago
Gus Grubba
b5143c6b9c
Splitting qgcresources.qrc as the Windows build is barfing on it.
6 years ago
Gus Grubba
0862749789
Remove qwt from cmake build
6 years ago
Gus Grubba
5b5e3902fe
Updating changelog
6 years ago
Gus Grubba
eaee1073c1
Exclude Ardupilot only command
6 years ago
Gus Grubba
42bbf1192a
Merge branch 'master' of https://github.com/mavlink/qgroundcontrol into qgc4
6 years ago
Don Gagne
49ef8c141c
Merge pull request #7429 from patrickelectric/firmware_upgrade_devices
...
Warn user when multiple devices are connected while doing the firmware upgrade
6 years ago
Gus Grubba
ca8ee3ad6e
Merge branch 'master' of https://github.com/mavlink/qgroundcontrol into qgc4
...
# Conflicts:
# src/FlightDisplay/VirtualJoystick.qml
# src/ui/preferences/GeneralSettings.qml
6 years ago
Gus Grubba
26fdfb7f27
Disable iOS CI as it needs to update Qt
6 years ago
Gus Grubba
cff1ee6f86
Error message indicates Qt 5.12 is required but in reality, it's 5.11. Android CI will need to be updated as it is still using 5.9.
6 years ago
Patrick José Pereira
8371c95c37
FirmwareUpgrade: Add warning message about multiple devices connected
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
6 years ago
Gus Grubba
1a694d0422
Skip dialog tests
6 years ago
Gus Grubba
6e11fae8f2
Re-enable a subset of unittesting
6 years ago
Don Gagne
5be9accf12
Merge pull request #7442 from DonLakeFlyer/ArduPIlotParamMavlink
...
Handle ArduPilot strangeness with respect to components and mavlink spec for params
6 years ago
Don Gagne
aa2b46e6b3
Merge pull request #7216 from Williangalvani/fixDeadband
...
Change joystick deadband adjustment to dragging horizontally
6 years ago
Don Gagne
5cc3f3dcc9
Merge pull request #7375 from patrickelectric/joystick_virtual
...
Improve virtual joystick functionality
6 years ago
DonLakeFlyer
83b500d0b1
Handle ArduPilot strangeness with respect to components and mavlink spec for parameter messages
6 years ago
Gus Grubba
6331f7bc32
Restored FirmwareUpgrade.qml as it was beyond repair. Also fixed some issues that were present in the original, master version.
...
Added "hasAPMSupport" to QGroundControl global control. This is to determine if APM support is enabled or not.
6 years ago
Gus Grubba
7eb9fbc658
Merge branch 'master' of https://github.com/mavlink/qgroundcontrol into qgc4
...
# Conflicts:
# qgroundcontrol.qrc
# src/Microhard/MicrohardSettings.qml
# src/VehicleSetup/FirmwareUpgrade.qml
6 years ago
Gus Grubba
ef73157290
Merge pull request #7439 from mavlink/cameraSupport
...
Camera info requests
6 years ago
Don Gagne
3b82eb842f
Merge pull request #7432 from DonLakeFlyer/ArduPilotManifest
...
Firmware Upgrade: Use ArduPilot manifest to get firmware listings
6 years ago
PX4 Build Bot
a1bd19625d
Update mavlink v2.0 submodule Mon May 13 06:54:25 UTC 2019
6 years ago
Daniel Agar
f0d4844664
cmake update AutoPilotPlugins source files
6 years ago
Gus Grubba
3a2b0f3309
Check for camera info when receiving heartbeats from camera component IDs only.
6 years ago
Don Gagne
dffa38fd8f
Handle fmuv2/v3
6 years ago
Don Gagne
cf28b0be38
Don't hideDialog when it doesn't flash
6 years ago
Patrick José Pereira
6917d469f2
FirmwareUpgradeController: Add availableBoardsName function
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
6 years ago
Patrick José Pereira
aa44690300
QGCSerialPortInfo: Add const in canFlash function
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
6 years ago
Gus Grubba
745bec250a
Fix parenting issue
6 years ago
Gus Grubba
ec1f5ee906
Don't offer ArduPilot if no support for it is available.
6 years ago
Gus Grubba
d7a538a519
CP - Fix compiler warnings (Android)
6 years ago
Patrick José Pereira
e89d23b99b
JoystickThumbPad: Fix invalid axis value calculation
...
When the item is not visible, the width and height are not valid,
resulting in wrong output values
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
6 years ago
Patrick José Pereira
3c9a246f99
FlightDisplayView: Use virtualJoystickCentralized setting
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
6 years ago
Patrick José Pereira
c72abd336f
Add virtualJoystickCentralized setting
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
6 years ago
Matej Frančeškin
ea3515abd5
Made Microhard password fields hidden
6 years ago
Don Gagne
914e2e0825
Switch to using firmware manifest for ArduPilot flashing
6 years ago
Gus Grubba
63778dc407
Merge pull request #7362 from Williangalvani/fixLosingVideo2
...
Delay adding filesink to recording branch until after an I-frame arrives
6 years ago
Gus Grubba
1423da76f3
Merge pull request #7295 from MatejFranceskin/pr-microhard-remove-unneeded-config
...
PR Remove Microhard configuration for air and ground unit IPs as they're not needed.
6 years ago
Gus Grubba
d778158a40
Merge branch 'master' of https://github.com/mavlink/qgroundcontrol into qgc4
6 years ago
Don Gagne
27a70b8176
Merge pull request #7423 from jarivanewijk/master
...
Add NXP FMUK66V3 firmware urls
6 years ago
Gus Grubba
c61fa31d31
Add fonts for Korean
...
Fixed places where the font family was not being defined (therefore using the default system font)
6 years ago