Don Gagne
67be0d7441
Fix turning on edit for mobile
2 years ago
davidsastresas
d420961f49
DO_SET_HOME command support:
...
This commit adds support for setting home clicking on map.
It is shown as another action in the submenu when we click
over the map with an active vehicle online.
As per mavlink specs, this command must use AMSL altitude,
so we need to first query terrain altitude, and when received
send the command.
Several checks have been implemented, and in case terrain
altitude is not shown at the selected location a popup will
appear indicating there are no terrain data for the specified location
2 years ago
Sergii Lisovenko
19e4a69f58
Fix aimap deleting for cmake build
2 years ago
Don Gagne
d8ff5522dc
Remove AirMap support ( #10726 )
...
Airmap platform SDK is no longer supported by Airmap
2 years ago
DieBorr
14e9b94b1b
Add Frontend UI for GripperAction Feature
...
Now the user can release and grab the gripper while the UAV has
motors armed with the action button and also while the motors are
disarmed in a specific toolbar option.
2 years ago
DieBorr
937783eeb2
Fix Fly View Typo
2 years ago
Don Gagne
a39bf87f4f
Add keyboard support to SliderSwitch
2 years ago
Don Gagne
2bc8c6ee26
Show stock image as background when Waiting For Video ( #10604 )
...
Add background to make it easier to read
Update
2 years ago
Nick Exton
39736a0773
Add Custom Actions to existing Guided Actions pane
2 years ago
Patrick José Pereira
61f9c2cd02
src: FlyViewVideo: Remove Double-click text after 10 seconds
...
People wants to usue fullscreen without some text on the mididle of the screen,
10 seconds is enough to get the message.
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2 years ago
Patrick José Pereira
05e7669c57
FlightDisplayViewUVC: Fix wrong indentation
...
Added by #10349
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2 years ago
Zdanek
4695cb3c5f
Refactor and fix Video manager issues #10348
2 years ago
Don Gagne
040a6f1276
Moved Guided Confirm slider to top of window
2 years ago
Beat Küng
5e6b77db85
UI: add health and arming check reporting UI
3 years ago
lss
2f14b59793
Rework fly view map guided mode menu
3 years ago
RomanBapst
2c19a68eeb
only show speed change action if speed limits are known
...
Signed-off-by: RomanBapst <bapstroman@gmail.com>
3 years ago
RomanBapst
98d5ef3e56
addressed review comments
...
Signed-off-by: RomanBapst <bapstroman@gmail.com>
3 years ago
RomanBapst
e51a859b49
support speed changes from the flyview
...
- allow changing maximum horizontal cruise speed for multirotors
- allow changing equivalent airspeed setpoint for fixed wings
Signed-off-by: RomanBapst <bapstroman@gmail.com>
3 years ago
RomanBapst
452e5ac589
GuidedAltitudeSlider: refactored to become generic value slider
...
- added option for linear range
- customize display text
Signed-off-by: RomanBapst <bapstroman@gmail.com>
3 years ago
Don Gagne
c1286b652a
Convert remaining dialogs to QGCPopupDialog
3 years ago
Don Gagne
670a12b361
New QGCPopupDialog rework
3 years ago
murata
d034e538cb
Support for various languages
4 years ago
Don Gagne
5722fad470
Fix problems which were popping warnings causing QT_FATAL_WARNINGS to not be usable
...
Android serial port fix
4 years ago
Don Gagne
a9e5fea731
Fix signal handling
4 years ago
Philipp Borgers
80645327ae
fix implicitly defined properties in Connections
...
Implicitly defined properties are deprecated in newer Qt versions.
This changes the syntax of the property functions to the new style.
4 years ago
Patrick José Pereira
68f16f5d79
FlyViewWidgetLayer: Change layout based on layout option/state
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
Patrick José Pereira
f4caad6c9e
TelemetryValuesBar: Improve user experience with new edit and layout option
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
Patrick José Pereira
5f66c25d22
MultiVehicleList: Fix delegate item which does not have access to parent
...
Access parent by id
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
Val Doroshchuk
694ac0ceb5
Introduce obstacle distance overlay
...
It receives mavlink message obstacle_distance and shows distances in a circular array fashion.
Added a setting in Safety/Object Detection section to show the overlay.
Can be used independently to collision prevention features.
There are two overlays: Video and Map overlay
In different styles.
The styles could be changed in particular qml file.
https://github.com/mavlink/qgroundcontrol/issues/7670
4 years ago
Remek Zajac
f3406a33cc
Limit disconnection scope when switching active vehicle - don't disconnect PlanMapItems ( #9757 )
...
* limit disconnection scope
* add test
* review comment
* review comments
4 years ago
Ljung323
bb35a2779a
use containsMouse
4 years ago
Ljung323
cf2e161893
show message to exit video fullscreen mode
4 years ago
DonLakeFlyer
7d25fb1ed0
Fix display of vertical instrument panel
4 years ago
DonLakeFlyer
7f05a23803
Fix pause and change alt command sequencing
...
Work
4 years ago
david sastre
4b88a13670
TelemetryValuesBar: change panel from transparent to opaque
4 years ago
Don Gagne
73cb69ebb6
Revert "TelemetryValuesBar: custom transparency by settings"
...
This reverts commit 671943640d
.
4 years ago
Willian Galvani
6f8311b89f
Vehicle: hide 'No GPS Lock' message if GPS is not present
4 years ago
david sastre
671943640d
TelemetryValuesBar: custom transparency by settings
...
Under some basemaps the default alpha value
for this panel was too transparent for the
user to see clearly the values. This commit
makes this alpha channel variable by a
setting under appsetings
4 years ago
Willian Galvani
735d6f69b3
VirtualJoystick: remove sub from yAxisPositiveRangeOnly condition ( #9204 )
...
Sub currently handles throttle in the 0-1000 range
https://github.com/ArduPilot/ardupilot/issues/8818
4 years ago
Patrick José Pereira
29c0c7a08b
FlyView: Fix pipoverlay logic when widget goes in window state ( #9183 )
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
Don Gagne
5d401e5592
Fix Pre-Flight checklist ( #9194 )
...
* Fix for multi-battery changes
* Change to QGCPopupDialog and Control 2 fixes
4 years ago
Patrick José Pereira
894370efee
Fix map scale behaviour ( #9178 )
...
* FlyViewWidgetLayer: Fix check for fullState condition
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
* FlyViewMap: Add MapScale when map is in windowState
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
Daniel Agar
f6c221443f
cmake updates
5 years ago
Don Gagne
66753e2111
VehicleLinkManager: Major refactor on how QGC manages comm links ( #9101 )
...
New VehicleLinkManager implementation
5 years ago
Roie Geron
6f8611b6dd
fixed typo in VirtualJoystick.qml ( #9063 )
...
activeVehicle - >_activeVehicle
caused the virtual joystick to malfunction
5 years ago
DonLakeFlyer
b1dafad52c
Refactor/fixes for ProximityRadar and friends
5 years ago
DonLakeFlyer
f3404af441
Clean up references to MainRootWindow globals
5 years ago
DonLakeFlyer
49b22ebe9e
Fix positioning at high scaling
5 years ago
Daniel Agar
e6ba7cfcc0
cmake build updates/fixes
5 years ago
gaste olivier
0d4a3116db
- bug fix in distance sensor message handler
...
- add NOTIFY for distanceSensor property
- add DistanceSensorReadingsChange() callback prototype
- revert excessive NOTIFY
- adding MaxSensor into DistanceSensor frame handling
- add proximity radar view in map view
- add proximity radar view in video view
change distance label positioning in video view
clean up unwanted comments
- space up proximity sectors
- revert unwanted changes in qgroundcontrol.qrc
squashed commits
5 years ago