- Feb 24, 2018
-
-
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
-
- Jan 29, 2018
-
-
Gus Grubba authored
Handled "airspace visible" state (not done) Adjusted restriction map items color and opacity Added/Updated icons for airspace traffic Adjust colors for text over maps
-
- Jan 27, 2018
-
-
Gus Grubba authored
-
Gus Grubba authored
-
Gus Grubba authored
Users can select multiple rules concurrently. In addition, some are mutually exclusive. Add logic to handle this.
-
Gus Grubba authored
Adjust Airspace control text color to match changing background color
-
Gus Grubba authored
-
Gus Grubba authored
Added an "unknown" weather icon for when I get "valid" data and no icon
-
Gus Grubba authored
-
Gus Grubba authored
-
Gus Grubba authored
-
Gus Grubba authored
-
Gus Grubba authored
-
Gus Grubba authored
-
Gus Grubba authored
-
Gus Grubba authored
-
Gus Grubba authored
Break apart string of classes into their own files as all in one file became unwieldy Expose Airspace data in a QML ready format Split global Airspace from AirMap (Only now I figured out the reason for the pure virtual root classes) Refactored a bunch of things to make it consistent and/or obvious
-