yaoling
b0198d7a72
Update MissionController.cc
...
save to kml use double number with 10 valid digits。
8 years ago
Don Gagne
b93d394452
Merge pull request #5677 from bluerobotics/pr-update-gamecontrollerdb
...
Update joystick mapping database
8 years ago
Don Gagne
a88a702407
Merge pull request #5665 from mavlink/ftp_robustify
...
Make FTP more robust
8 years ago
Don Gagne
33357eb6ba
Merge pull request #5682 from DonLakeFlyer/MoveTo5.9
...
Move to Qt 5.9.1
8 years ago
DonLakeFlyer
8094bbed67
Move to Qt 5.9.1
8 years ago
Don Gagne
bfd05e56be
Merge pull request #5673 from DonLakeFlyer/ManualControlWork
...
Assume all vehicles support MANUAL_CONTROL
8 years ago
Don Gagne
a3c0a7539e
Merge pull request #5676 from DonLakeFlyer/TurnaroundDistance
...
Survey: Bump multi-rotor turnaround distance
8 years ago
Beat Küng
0b4a53db09
LogDownloadController: only skip entry if size==0 && APM firmware
...
On PX4, under certain circumstances and in rare cases, there can be log
files with 0 size. In that case QGC ignored the entry and tried to
re-request the entry indefinitely.
8 years ago
Beat Küng
b9b1f1efac
ParameterEditorDialog: disable setting focus on mobile
...
mobile needs more testing before we can enable this.
A test on an android phone was successful however.
8 years ago
Jacob Walser
2296322d91
No mouseover on mobile
8 years ago
Beat Küng
2962b35d0c
FileManagerTest: add random drops to test retry behavior
8 years ago
Gus Grubba
e2a03fe8d0
Debug info
8 years ago
Don Gagne
daa5fb62c1
Bump multi-rotor turnaround distance
8 years ago
Jacob Walser
100447e90c
Hide PiP hide button unless mouse is over PiP window
8 years ago
Jacob Walser
7621b65935
Use direct parent to determine PiP width
8 years ago
Jacob Walser
e4f2220bd0
Click and drag to resize PiP window instead of grow and shrink buttons
8 years ago
Gus Grubba
4d66ea3d58
Adding support for custom value.
8 years ago
Beat Küng
b09904d8c5
ParameterEditorDialog: set focus to the text field when changing parameters
8 years ago
Beat Küng
8ed298602d
QGCViewDialog: accept the numlock enter key in addition to the return key
...
helpful for example when editing parameters
8 years ago
Beat Küng
dcc977c4b6
ParameterEditor: allow searching for multiple independent words
8 years ago
Don Gagne
c5a4ee6231
Assume all vehicles support MANUAL_CONTROL
8 years ago
Jacob Walser
87bbb74dc4
Fix joystick tx mode initialization
8 years ago
Beat Küng
6c764aa494
FileManagerTest: account for retry in the timeout
8 years ago
Beat Küng
b556237758
FileManager: handle missing data for burst downloads
...
If there are dropped packets during a burst download, the offsets and sizes
of the missing chunks are stored in a queue, and after the burst is
completed, they're requested individually.
8 years ago
Beat Küng
fd4f80dd6f
FileManager: add retry handling
...
This stores the last request and resends it after a timeout, with a max
of 6 retries.
It also checks for old incoming packets and drops them.
8 years ago
Beat Küng
f4f033ec7a
FileManager: add createDirectory method
8 years ago
Beat Küng
c5ba28a97b
fix FileManager alignment issue: RequestHeader & Request structs need to be packed
8 years ago
Don Gagne
add505fa77
Merge pull request #5663 from dagar/pr-roi
...
PX4 Firmware add DO_SET_ROI
8 years ago
Don Gagne
08e31a4277
Merge pull request #5661 from bluerobotics/pr-text-overflow-frame-params
...
Fix sub frame parameter download text overflow
8 years ago
Don Gagne
529f9afc82
Merge pull request #5660 from bluerobotics/pr-text-overflow-safety
...
Fix text overflow on sub safety page
8 years ago
Don Gagne
f58af567ad
Merge pull request #5655 from bluerobotics/pr-brand-image
...
Allow user-selectable brand image
8 years ago
Don Gagne
54a181e827
Merge pull request #5654 from bluerobotics/pr-sub-vehicle-image
...
Add ROV flightmap image for Sub to differentiate from boat.
8 years ago
Daniel Agar
a3c3994f9f
PX4 Firmware add DO_SET_ROI
8 years ago
dheideman
81256109c3
Update joystick mapping database
8 years ago
Don Gagne
89ef602281
Merge pull request #5659 from DonLakeFlyer/HomeDirty
...
Plan: If vehicle updates home position don't mark plan dirty
8 years ago
dheideman
7745beb7d1
Fix sub frame parameter download text overflow
8 years ago
DonLakeFlyer
42c65be7dd
If vehicle updates home position don't mark plan dirty
8 years ago
dheideman
ab798f871f
Reformat brand image qml property for readability
8 years ago
Jacob Walser
17770480fe
Don't allow resizing PiP for small screens
8 years ago
Jacob Walser
693adfc62a
Use grow and shrink names instead of bigger and smaller
8 years ago
dheideman
1560cda09d
Make brand image settings respect brandImageSettings.visible
8 years ago
Gus Grubba
032eef303b
Parse min, max, step and unit off camera definition file
...
Ignore Fact index if there are no enums (avoid adding an "Unknown" entry)
Add function to convert and clamp a (Fact) value.
8 years ago
dheideman
23561c4a5c
Move User Brand Image to new factgroup
8 years ago
Jacob Walser
f4613c9433
Mark overridden methods as such
8 years ago
dheideman
cbbdf425fc
Remove userBrandImageLinked fact
8 years ago
Don Gagne
2f6e34b4ed
Merge pull request #5656 from DonLakeFlyer/NumericSpeech
...
Numeric speech: Negative numbers and "m" postfix
8 years ago
DonLakeFlyer
15631ad098
Better reading of numbers like -10.5m
8 years ago
DonLakeFlyer
9c5cbf3889
Use #pragma once
8 years ago
Jacob Walser
5977a6327f
Set mipmap property to true for brandimage
8 years ago
dheideman
6846243197
Add user-selectable brand image capability
8 years ago