- Jun 07, 2018
-
-
DonLakeFlyer authored
-
DonLakeFlyer authored
-
- Jun 05, 2018
-
-
DonLakeFlyer authored
Also distinguish Emergency Stop better
-
- Jun 04, 2018
-
-
DonLakeFlyer authored
-
- Jun 03, 2018
-
-
DonLakeFlyer authored
-
- May 29, 2018
-
-
DonLakeFlyer authored
The idea here is to prevent people from accidentally flashing the wrong firmware
-
- May 25, 2018
-
-
Gus Grubba authored
-
DonLakeFlyer authored
-
DonLakeFlyer authored
* Added support for sat count to Sensors check control
-
- May 24, 2018
-
-
DonLakeFlyer authored
* QGCCheckListItem -> PreFlightCheckButton * CheckList -> PreFlightCheckList
-
DonLakeFlyer authored
-
- May 22, 2018
-
-
DonLakeFlyer authored
-
- May 18, 2018
-
-
DonLakeFlyer authored
-
- May 11, 2018
-
-
Philipp Oettershagen authored
-
Philipp Oettershagen authored
Automated preflight checklist: Initial commit. Note that this requires an autopilot firmware that writes the respective health flags in the SYS_STATUS mavlink message
-
- Apr 30, 2018
-
-
DonLakeFlyer authored
-
DonLakeFlyer authored
-
DonLakeFlyer authored
-
- Apr 11, 2018
-
-
Don Gagne authored
-
DonLakeFlyer authored
-
DonLakeFlyer authored
-
- Apr 10, 2018
-
-
DonLakeFlyer authored
-
Don Gagne authored
-
- Mar 23, 2018
-
-
DonLakeFlyer authored
-
DonLakeFlyer authored
-
- Mar 22, 2018
-
-
Gus Grubba authored
The build system will look for src/Airmap/Airmap_api_key.h If it find is, it will used the provided API key and client ID for Airmap. That file should provide two strings: static const char* kAirmapAPIKey = "key data"; static const char* kAirmapClientID = "id data"; Local builds, without these will have no Airmap support by default (users can always enter their own within the Airmap settings panel).
-
DonLakeFlyer authored
-
- Mar 14, 2018
-
-
Gus Grubba authored
-
- Mar 13, 2018
-
-
DonLakeFlyer authored
For much better performance
-
- Mar 12, 2018
-
-
DonLakeFlyer authored
This forces a commit on any uncommitted TextFields
-
- Mar 07, 2018
-
-
Gus Grubba authored
Added (UI) support for vehicles exposing more than one camera.
-
Gus Grubba authored
-
- Feb 27, 2018
-
-
Gus Grubba authored
Cleaning up old vehicle manager and getting it ready to actually provide services for a vehicle (flight management) Added submit flight plan Added update flight plan Disable flight features as these don't seem to be quite working (values must be initialized and validated before submission as backend doesn't validate and the objects don't initialize their members)
-
- Feb 22, 2018
-
-
Gus Grubba authored
-
- Feb 21, 2018
-
-
Gus Grubba authored
Create a "Dead Mouse Area" control to eat mouse events underneath desired area. This is to prevent mouse events from leaking through controls underneath the area. Replace original "NoMouseThroughRectangle" as this is more versatile. Prevent mouse through events from leaking underneath the Fly View tool strip.
-
Gus Grubba authored
Adding missing qgcView to QGCMapPolygonVisuals instance in SurveyMapVisual.qml
-
- Feb 20, 2018
-
-
Gus Grubba authored
-
Gus Grubba authored
Permit refactoring QGCButton tweaks
-
- Feb 18, 2018
-
-
Gus Grubba authored
Make all argument to AirMap queries based on what the screen shows (bounding rectangle and/or radius), respecting the limits imposed by AirMap.
-
- Feb 16, 2018
-
-
Gus Grubba authored
AirspaceManager is now exposed by QGroundControlQmlGlobal instead of Vehicle (available all the time)
-