Don Gagne
d8ff5522dc
Remove AirMap support ( #10726 )
...
Airmap platform SDK is no longer supported by Airmap
2 years ago
lss
2f14b59793
Rework fly view map guided mode menu
3 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
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
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
DonLakeFlyer
f3404af441
Clean up references to MainRootWindow globals
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
DonLakeFlyer
2167fdb666
Move GuidedActionsController references to global
5 years ago
DonLakeFlyer
94f8e5a10c
Fix ROI, Orbit, Goto handling
5 years ago
DoinLakeFlyer
ac08dd5a25
Re-architect toolbar for better customization capabilities. Also use less real estate.
5 years ago
DoinLakeFlyer
7644653c89
Rework Fly View into separate layers which can be customized at each layer.
5 years ago
DoinLakeFlyer
f8833519f7
More FlyView encasulation. Make QGCPipOverlay completely self contained
5 years ago
DoinLakeFlyer
6794e03570
More work on encapsulation in Fly View
5 years ago
Gus Grubba
21c6252978
Update copyright date
5 years ago
Gus Grubba
62ebf7ee7c
CP - Fix map zoom level handling
5 years ago
DonLakeFlyer
b308d72db7
Support Keep map centered on vehicle
5 years ago
Gus Grubba
c55bcd87a9
Handle ROI visibility from actual state given by the vehicle.
5 years ago
Gus Grubba
73ea13a134
Add ROI option
5 years ago
DonLakeFlyer
3081cb60df
Make Toolstrip flickable, fix maxHeight, fix bunch of margins
5 years ago
DonLakeFlyer
44fa02aa5a
ADSB server support provided through new ADSBVehicleManager implemenation
6 years ago
DonLakeFlyer
37b61fe2db
Fix scoping of visibility changes
6 years ago
DonLakeFlyer
1c2e8fe9b7
Better flight trajectory point algorithm
6 years ago
Don Gagne
f8e2dbe90e
Plugin'ized follow me support
6 years ago
Don Gagne
3924f85187
Directions arrows in Fly View
6 years ago
Don Gagne
112a644306
Hide waypoint indicators unless they are really needed
6 years ago
Don Gagne
a50d418491
Add Terrain toggle to MapScale control
6 years ago
Don Gagne
de6d62b588
Zoom buttons move to MapScale control
6 years ago
Don Gagne
d73fc45e37
Configurable maximum distance on Go To Location
6 years ago
Gus Grubba
cfeea16876
Use QtQuick.Controls 1.x menus
6 years ago
Gus Grubba
6e07b11ebf
Update all files that use a QML Menu item to QtQuick.Controls 2.4 to solve the issue of a menu showing up in random places on Android.
6 years ago
Don Gagne
fc8fd6a789
New qml base log replay status bar
6 years ago
Gus Grubba
353b727bdc
Make mainIsMap visible downstream
...
Clip PIP window so when video is set to fit width, the hight is clipped
Remove ExclusiveGroup from CameraCalc radio buttons
Remove ExclusiveGroup from FWLandingPatternEditor radio buttons
Set main window minimum width and height
6 years ago
Gus Grubba
b6a0f25c57
Make ToolStrip be at the same Y position on both Fly and Plan view
...
Make ToolStrip font smaller (Desktop builds)
Check for auto configured video stream before testing video source type
6 years ago
Gus Grubba
c2ccfda072
Allow plugin control of map scale visibility
6 years ago
Gus Grubba
13d939d66d
Don't allow map view to go invisible
...
Handle connection to non initialized target
6 years ago
Gus Grubba
c2a5337211
Use a root based global variable (mainWindow.flightDisplayMap) instead of relying on child scoped names (_flightMap)
6 years ago
Gus Grubba
e1161ae081
Handling Plan View
6 years ago
Gus Grubba
355b80645e
Remove overly redundant activeVehicle redefinitions.
...
Fixed flight widget position.
6 years ago
Gus Grubba
e55deea4d3
Get rid of QGCView, QGCViewPanel and FactPanel. All messages and dialogs are now handled in the root window.
6 years ago
Gus Grubba
1c4fdc2e36
First shot at it
6 years ago
Don Gagne
ac7247ecfd
Fix jscript complaint
6 years ago
Don Gagne
9ad555d039
Hide guided map indicators when vehicle goes away
6 years ago
Don Gagne
75f3cba8b7
Better show/hide behavior of guided map indicators
6 years ago
Don Gagne
63568769f1
Show Orbit center from telemetry
6 years ago
Gus Grubba
c40fc59e67
Handle warnings
6 years ago
Don Gagne
4bd1390c7a
Show orbit telemetry status on map
6 years ago
Don Gagne
20485a4692
* Add support for showing rotation on QGCMapCircle.
...
6 years ago
Gus Grubba
5c956faa7d
Added option to enable/disable Airspaces on map
...
Limit all queries to areas smaller than 500km^2. If an area of interest is greater, clip to 500km^2 centered on current ROI's center.
Removed the identifier "Airmap" from error messages coming from Airmap.
Added a clipping function to QGCGeoBoundingCube (clip polygon to given area)
7 years ago