- Mar 26, 2018
-
-
Gus Grubba 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).
-
- Mar 07, 2018
-
-
Gus Grubba authored
-
Gus Grubba authored
It builds clean but the resources still get messed up (loads true qml files instead of dummy ones, and it crashes...)
-
Gus Grubba authored
-
- Mar 03, 2018
-
-
Gus Grubba authored
Add message asking user confirmation to end a flight
-
- Mar 02, 2018
-
-
Gus Grubba authored
Remove delete flights and add "End" active flight instead Work on flight geometry (flight list)
-
- Mar 01, 2018
-
-
Gus Grubba authored
-
Gus Grubba authored
Implementing authorization management
-
Gus Grubba authored
Flight management with date range, delete flights.
-
- Feb 28, 2018
-
-
Gus Grubba authored
-
Gus Grubba authored
-
- Feb 27, 2018
-
-
Gus Grubba authored
-
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 26, 2018
-
-
Gus Grubba authored
Have different modes for the Airspace Widget (Plan/Fly)
-
- Feb 24, 2018
-
-
Gus Grubba authored
-
Gus Grubba authored
-
- Feb 23, 2018
-
-
Gus Grubba authored
-
- Feb 22, 2018
-
-
Gus Grubba authored
-
Gus Grubba authored
-
- Feb 21, 2018
-
-
Gus Grubba authored
-
- 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 17, 2018
-
-
Gus Grubba authored
-
Gus Grubba authored
Collect rulesets from briefing
-
Gus Grubba authored
-
Gus Grubba authored
-
- Feb 16, 2018
-
-
Gus Grubba authored
Add flight plan deletion
-
Gus Grubba authored
Moved flight planning away from "Flight Management" to its own class. Planning does not need a connected vehicle.
-
Gus Grubba authored
-
Gus Grubba authored
AirspaceManager is now exposed by QGroundControlQmlGlobal instead of Vehicle (available all the time)
-
- Feb 15, 2018
-
-
Gus Grubba authored
-
Gus Grubba authored
-
- Feb 01, 2018
-
-
Gus Grubba authored
Attempt at producing a distributable binary (failed because of OpenSSL dependencies)
-
Gus Grubba authored
-
- Jan 30, 2018
-
-
Gus Grubba authored
-
Gus Grubba authored
Fix sorting issues with QmlObjectListModel Show airspaces in Plan View as well
-
Gus Grubba authored
An rather unfruitful attempt at consolidating Advisories and Airspaces (they are both arrays of Airspaces). No such luck as they vary wildly. In the end, I'm now exposing the restrictions (Polygons) directly (and inherently) instead of copying them. Tweaked polygon overlay colors and borders.
-
Gus Grubba authored
Added an "unavailable" icon for when no vehicle is connected Toggle restriction overlays (map) on/off based on the airspace widget being expanded/collapsed respectively
-