1. 17 Oct, 2019 1 commit
  2. 11 Oct, 2019 2 commits
  3. 10 Oct, 2019 1 commit
  4. 06 Oct, 2019 1 commit
  5. 05 Oct, 2019 1 commit
  6. 08 Jul, 2019 1 commit
  7. 03 Jul, 2019 1 commit
  8. 23 Jun, 2019 1 commit
  9. 19 Jun, 2019 1 commit
  10. 06 Jan, 2019 1 commit
    • Don Gagne's avatar
      · ac7247ec
      Don Gagne authored
      Fix jscript complaint
      ac7247ec
  11. 28 Dec, 2018 2 commits
    • Don Gagne's avatar
      · 9ad555d0
      Don Gagne authored
      Hide guided map indicators when vehicle goes away
      9ad555d0
    • Don Gagne's avatar
      · 75f3cba8
      Don Gagne authored
      Better show/hide behavior of guided map indicators
      75f3cba8
  12. 10 Dec, 2018 2 commits
  13. 06 Dec, 2018 1 commit
    • Don Gagne's avatar
      · 4bd1390c
      Don Gagne authored
      Show orbit telemetry status on map
      4bd1390c
  14. 05 Dec, 2018 1 commit
    • Don Gagne's avatar
      · 20485a46
      Don Gagne authored
      * Add support for showing rotation on QGCMapCircle.
      * Support rotation change for Orbit
      20485a46
  15. 02 Sep, 2018 1 commit
    • Gus Grubba's avatar
      Added option to enable/disable Airspaces on map · 5c956faa
      Gus Grubba authored
      Limit all queries to areas smaller than 500km^2. If an area of interest is greater, clip to 500km^2 centered on current ROI's center.
      Removed the identifier "Airmap" from error messages coming from Airmap.
      Added a clipping function to QGCGeoBoundingCube (clip polygon to given area)
      5c956faa
  16. 15 Aug, 2018 1 commit
    • Gus Grubba's avatar
      Handle airspace colors. · d877104e
      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.
      d877104e
  17. 08 Aug, 2018 1 commit
  18. 01 Aug, 2018 1 commit
    • Gus Grubba's avatar
      Switch advisory API · e67ba35d
      Gus Grubba authored
      Handle flight start/end time
      Handle start/stop traffic monitor
      Only start telemetry if enabled
      Added a "Now" button for the flight start time
      Collect advisories only when the rules change
      e67ba35d
  19. 23 Jul, 2018 1 commit
    • Gus Grubba's avatar
      Updates in general was only done if a POI changed. This caused changes related... · b66447ff
      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.
      b66447ff
  20. 19 Jul, 2018 1 commit
  21. 13 Jul, 2018 1 commit
  22. 11 Jul, 2018 1 commit
  23. 26 Jun, 2018 1 commit
  24. 20 Jun, 2018 1 commit
  25. 19 Jun, 2018 1 commit
  26. 07 Jun, 2018 1 commit
  27. 16 Mar, 2018 1 commit
  28. 14 Mar, 2018 1 commit
  29. 22 Feb, 2018 1 commit
  30. 21 Feb, 2018 1 commit
  31. 18 Feb, 2018 1 commit
  32. 16 Feb, 2018 1 commit
  33. 30 Jan, 2018 1 commit
  34. 29 Jan, 2018 1 commit
    • Gus Grubba's avatar
      Add alert to air traffic · 97d3383c
      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
      97d3383c
  35. 27 Jan, 2018 1 commit
  36. 29 Nov, 2017 2 commits
    • Beat Küng's avatar
      AirMap: refactor for multi-vehicle support & base class API · d17f10d2
      Beat Küng authored
      - add multi-vehicle support: each vehicle has now a per-vehicle AirMap
        object that takes care of flight creation, traffic & telemetry
      - add a base class API layer so that the interface between QGC and the
        AirMap implementation is clear, and easier to change
      - removes polygon upload to vehicle (needs a better solution)
      d17f10d2
    • Gus Grubba's avatar
      Make AirMapController as part of a Vehicle rather than a creatable QML... · d09847fc
      Gus Grubba authored
      Make AirMapController as part of a Vehicle rather than a creatable QML instance. This is ultimately linked to a vehicle and not the view. Eventually a lot of the code currently in AirMapManager will have to come here as well so the data persists with a vehicle. AirMapManager should only handle the global aspects.
      Added a temporary indicator right below the toolbar. It's only visible if a permission (of any kind) exists. I need to understand better how this works before coming up with a more permanent solution.
      Restored toolbar to its original state (brand logo and whatnot)
      d09847fc