Beat Küng
c198e9a8fe
LogDownloadController: start the timeout timer when requesting the first chunk
...
The timer was only started in _logData(), which was called after receiving
the first chunk of data (and only if that was successful), which means
if the first request failed or timed out, the UI would never switch to
a timed out state.
8 years ago
Don Gagne
8a23979ec4
Merge pull request #5709 from DonLakeFlyer/QuadPlaneTakeoff
...
Fix QuadPlane takeoff
8 years ago
DonLakeFlyer
3124cb139e
Fix QuadPlane takeoff
8 years ago
Don Gagne
59e12b8d78
Merge pull request #5671 from mavlink/ux_improvements
...
Some smaller UX improvements
8 years ago
Don Gagne
5a4e819719
Merge pull request #5708 from DonLakeFlyer/StructureScan
...
Initial Structure Scan support
8 years ago
Don Gagne
ad1dbf03b7
Merge pull request #5705 from HorusAeronaves/solve_typo
...
Solve some typos
8 years ago
Don Gagne
fd2d5549af
Merge pull request #5702 from HorusAeronaves/remove_astyle
...
tools: Remove fix_code_style.sh
8 years ago
Don Gagne
ed8e6bd44a
Merge pull request #5699 from bluerobotics/pr-mobile-default-fact
...
Add JSON key for mobile-specific default values
8 years ago
Don Gagne
801221a8d0
Initial Structure Scan support
8 years ago
Patrick José Pereira
d5cd71e0d0
ULogParser: Solve typo
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
8 years ago
Patrick José Pereira
f589aa7985
JoystickSDL: Solve typo
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
8 years ago
Patrick José Pereira
64c469d1bd
MissionItemTest: Solve typo
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
8 years ago
Don Gagne
de55d6e8d6
Merge pull request #5701 from DonLakeFlyer/CurrentMissionItem
...
Fix current mission item updates
8 years ago
Patrick José Pereira
cfbd4b5b2c
tools: Remove fix_code_style.sh
...
No one is using it.
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
8 years ago
DonLakeFlyer
ace1649c03
Fix current mission item updates
8 years ago
Don Gagne
3d8410128e
Merge pull request #5680 from HorusAeronaves/itemstatus
...
MissionItemStatus: Make waypointValuesDisplay with variable width
8 years ago
dheideman
1f220051f2
Add mobileDefaultValue JSON key functionality
8 years ago
Patrick José Pereira
d2cc64cccf
MissionItemStatus: Make waypointValuesDisplay with variable width
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
8 years ago
Daniel Agar
4757b20cc1
update PX4 airframe and param metadata ( #5696 )
8 years ago
Don Gagne
d09181faa8
Merge pull request #5688 from DonLakeFlyer/Mav2Handshake
...
Fix Mav2 handshake
8 years ago
Don Gagne
2cd805b396
Merge pull request #5667 from mavlink/increase_max_instrument_width
...
FlightDisplayViewWidgets: increase the maximum widget size from 200 to 400
8 years ago
Don Gagne
32c1645505
Merge pull request #5668 from bluerobotics/pr-fix-tx-mode
...
Fix joystick tx mode initialization
8 years ago
Don Gagne
c1465d2c1b
Merge pull request #5683 from yl5006/patch-1
...
Update MissionController.cc
8 years ago
DonLakeFlyer
b6c17f7b35
Fix Mav2 handshake
...
Still does not support multi-vehicle
8 years ago
Beat Küng
e738f2519b
FlightDisplayViewWidgets: Scale instrument size with the configured font size
...
On large/high DPI screens, the whole UI scales nicely when increasing the
font size, except for the attitude widget, that was limited to 200 pixels.
8 years ago
yaoling
fbfb4e6954
Update MissionController.cc
8 years ago
Don Gagne
043d72c2b7
Merge pull request #5653 from bluerobotics/pr-pip-resize
...
Allow resizing pip window
8 years ago
Don Gagne
2ae9a2b801
Merge pull request #5679 from mavlink/fix_log_download
...
LogDownloadController: only skip entry if size==0 && APM firmware
8 years ago
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
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
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
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