Don Gagne
3a0f835760
Terrain display in MissionItemStatus
8 years ago
Gus Grubba
0c4cec1f99
Buffer overrun in UAS.cc
8 years ago
DonLakeFlyer
1c29cbfd99
Correct hiding of heading on TAKEOFF command
8 years ago
DonLakeFlyer
2d1f2d193e
Home Position reset while in edit mode
8 years ago
Lorenz Meier
fbb112d037
Revert "Remove FileManager unit test"
...
This reverts commit ac73682a3d
.
8 years ago
Lorenz Meier
978e352333
Revert "Temp removal of Onboard File"
...
This reverts commit 6620f803ff
.
8 years ago
Beat Küng
328ce3343d
FileManager: fix upload complete
...
Previously, a completed file upload lead to this assert:
Q_ASSERT(!_ackTimer.isActive());
because _closeUploadSeesion() was called twice, thus activating the timer
twice.
8 years ago
Beat Küng
c3496b9c7e
QGCUASFileView.cc: fix upload complete
8 years ago
dheideman
256fed269b
Flight display: Fixed TypeErrors on startup without gstream installed
8 years ago
Don Gagne
8b72be79a1
Fix timeout logic
8 years ago
DonLakeFlyer
b0f341d63c
10 sec timeout on vehicle
8 years ago
DonLakeFlyer
2f7deb1b66
Stack callsign below altitude
8 years ago
dheideman
317636e677
Flight display: Create property variable
8 years ago
dheideman
e43147716f
Flight display: Remove video record button when gstreamer is not installed
8 years ago
Lorenz Meier
4776f1d437
Flight display: Add callsign to transponders
8 years ago
DonLakeFlyer
ea72b8bf54
Better display of vehicle indicators for multi-vehicle
8 years ago
Don Gagne
e910070a21
Add support for ADSB vehicle display
8 years ago
DonLakeFlyer
260b4bc11c
Commands which apply to all vehicles
...
Plus other ui tweaks
8 years ago
DonLakeFlyer
0690559b7a
Add support for multi-vehicle variants
8 years ago
DonLakeFlyer
98221f29a1
Fix instrument panel position when multi-vehicle radios visible
8 years ago
DonLakeFlyer
f320ab0fbf
Switch take control mode to Loiter
8 years ago
DonLakeFlyer
5950221ecd
Separate positioning for multiple vehicles
8 years ago
Don Gagne
c90f4735d4
Add mission signals
8 years ago
Don Gagne
69d26f948f
Give access to mavlink message stream to core plugin
8 years ago
DonLakeFlyer
86f4b9a488
Update for ArduCopter 3.5 release
8 years ago
DonLakeFlyer
dd5519c4b1
Resume Mission showing up at wrong times
8 years ago
DonLakeFlyer
877b3cce4f
Handle bogus lat/lon from ArduPilot
8 years ago
DonLakeFlyer
bcf9e70b5c
More overlap for image stitching
8 years ago
DonLakeFlyer
5a5deef879
Correct creation of MAVLinkDecoder
8 years ago
Lorenz Meier
023239026d
Survey settings: Default to 70% overlap as sane default
8 years ago
Gus Grubba
5f3729db70
Enable QtQuick compiler for iOS store builds.
...
Hide "Save Path" as it breaks the UI in General Settings.
8 years ago
Patrick José Pereira
4b793f8dc0
FactSliderPanel.qml: Correct brackets position
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
8 years ago
DonLakeFlyer
01dea2019a
Hide wind rose until bugs are fixed
8 years ago
DonLakeFlyer
e20eedb070
Fix for centerChanged double signaling
8 years ago
Lorenz Meier
403028efc5
PX4 tuning UI: Remove unused params
8 years ago
Daniel Agar
840889b1dd
PX4 copy current custom modes
8 years ago
Lorenz Meier
12a4359d82
Shorten the set mode retries to get feedback to the user faster
8 years ago
Don Gagne
50bdc46d64
New polygon center calc
8 years ago
Don Gagne
d6bcee73fc
Delay creation of MAVLinkDecoder until it is needed
...
Helps battery life
8 years ago
Lorenz Meier
fa461adae7
PX4 Firmware plugin: First try to switch flight mode, then arm if successful - which is a lot safer than arming and then seeing if we can switch modes.
8 years ago
Lorenz Meier
16cda58bdf
Firmwareplugin: Trim retry period to something that matches closer the users attention and is still long enough to allow for multiple heartbeats to pass through
8 years ago
Lorenz Meier
31cac73153
Vehicle: Only expose deep-down protocol errors if actively enabled
8 years ago
Don Gagne
4b8147d3aa
Fix trigger start for images everywhere
8 years ago
Don Gagne
aca64fffdb
Use trigger immediately for TRIGG_DIST
8 years ago
DonLakeFlyer
942ecb8fa7
Support for camera min trigger interval validation
8 years ago
DonLakeFlyer
394c6b16cc
GoTo Location fixes
...
- Don't allow goto click while other guided ui is visible
- Use NoMouseThroughRectangle for guided ui popups
- Better visuals for goto indicator in map
8 years ago
DonLakeFlyer
a98b5b2e23
index == -1: Show label in indicator and to the side
8 years ago
DonLakeFlyer
34783952ae
Rectangle control which eats mouse events bleeding through below
8 years ago
DonLakeFlyer
9fee8ee969
Bounding extension was too short
...
Caused intersection failure in some cases
8 years ago
DonLakeFlyer
6f0516bde2
Option to take images in turnarounds
8 years ago