- 26 Mar, 2018 1 commit
-
-
Gus Grubba authored
-
- 22 Mar, 2018 1 commit
-
-
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).
-
- 07 Mar, 2018 3 commits
-
-
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
-
- 03 Mar, 2018 1 commit
-
-
Gus Grubba authored
Add message asking user confirmation to end a flight
-
- 02 Mar, 2018 1 commit
-
-
Gus Grubba authored
Remove delete flights and add "End" active flight instead Work on flight geometry (flight list)
-
- 01 Mar, 2018 3 commits
-
-
Gus Grubba authored
-
Gus Grubba authored
Implementing authorization management
-
Gus Grubba authored
Flight management with date range, delete flights.
-
- 28 Feb, 2018 2 commits
-
-
Gus Grubba authored
-
Gus Grubba authored
-
- 27 Feb, 2018 2 commits
-
-
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)
-
- 26 Feb, 2018 1 commit
-
-
Gus Grubba authored
Have different modes for the Airspace Widget (Plan/Fly)
-
- 24 Feb, 2018 2 commits
-
-
Gus Grubba authored
-
Gus Grubba authored
-
- 23 Feb, 2018 1 commit
-
-
Gus Grubba authored
-
- 22 Feb, 2018 2 commits
-
-
Gus Grubba authored
-
Gus Grubba authored
-
- 21 Feb, 2018 1 commit
-
-
Gus Grubba authored
-
- 20 Feb, 2018 2 commits
-
-
Gus Grubba authored
-
Gus Grubba authored
Permit refactoring QGCButton tweaks
-
- 18 Feb, 2018 1 commit
-
-
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.
-
- 17 Feb, 2018 4 commits
-
-
Gus Grubba authored
-
Gus Grubba authored
Collect rulesets from briefing
-
Gus Grubba authored
-
Gus Grubba authored
-
- 16 Feb, 2018 4 commits
-
-
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)
-
- 15 Feb, 2018 2 commits
-
-
Gus Grubba authored
-
Gus Grubba authored
-
- 01 Feb, 2018 2 commits
-
-
Gus Grubba authored
Attempt at producing a distributable binary (failed because of OpenSSL dependencies)
-
Gus Grubba authored
-
- 30 Jan, 2018 4 commits
-
-
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
-