- 06 Nov, 2020 1 commit
-
-
Valentin Platzgummer authored
-
- 01 Feb, 2020 1 commit
-
-
Gus Grubba authored
-
- 15 Aug, 2018 1 commit
-
-
Gus Grubba authored
Replacing colors with the ones provided by Airmap. Adding border color and width. Adding airspace ID so it can later be linked to the advisory list.
-
- 08 Aug, 2018 1 commit
-
-
Gus Grubba authored
Added some basic color management for airspaces
-
- 23 Jul, 2018 1 commit
-
-
Gus Grubba authored
Updates in general was only done if a POI changed. This caused changes related to something other than a change in POI to be ignore. The code now "resets" the POI when such changes occur (change of ruleset for example). Ruleset selection is was not persistent. When reloading the list of rulesets for a given region, any previously selected ruleset would be reset to defaults. Also fixed several new clang warnings.
-
- 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.
-
- 30 Jan, 2018 1 commit
-
-
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.
-
- 27 Jan, 2018 4 commits
-
-
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
-