1. 23 Jun, 2019 1 commit
  2. 19 Jun, 2019 1 commit
  3. 06 Jan, 2019 1 commit
    • Don Gagne's avatar
      · ac7247ec
      Don Gagne authored
      Fix jscript complaint
      ac7247ec
  4. 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
  5. 10 Dec, 2018 2 commits
  6. 06 Dec, 2018 1 commit
    • Don Gagne's avatar
      · 4bd1390c
      Don Gagne authored
      Show orbit telemetry status on map
      4bd1390c
  7. 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
  8. 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
  9. 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
  10. 08 Aug, 2018 1 commit
  11. 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
  12. 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
  13. 19 Jul, 2018 1 commit
  14. 13 Jul, 2018 1 commit
  15. 11 Jul, 2018 1 commit
  16. 26 Jun, 2018 1 commit
  17. 20 Jun, 2018 1 commit
  18. 19 Jun, 2018 1 commit
  19. 07 Jun, 2018 1 commit
  20. 16 Mar, 2018 1 commit
  21. 14 Mar, 2018 1 commit
  22. 22 Feb, 2018 1 commit
  23. 21 Feb, 2018 1 commit
  24. 18 Feb, 2018 1 commit
  25. 16 Feb, 2018 1 commit
  26. 30 Jan, 2018 1 commit
  27. 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
  28. 27 Jan, 2018 1 commit
  29. 29 Nov, 2017 3 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
    • DonLakeFlyer's avatar
      add AirMap Controller & Manager · c92f9ca0
      DonLakeFlyer authored
      c92f9ca0
  30. 06 Sep, 2017 1 commit
  31. 15 Aug, 2017 1 commit
  32. 12 Aug, 2017 1 commit
  33. 11 Aug, 2017 1 commit
  34. 20 Jul, 2017 1 commit
  35. 19 Jul, 2017 1 commit
  36. 07 Jul, 2017 1 commit
    • DonLakeFlyer's avatar
      GoTo Location fixes · 394c6b16
      DonLakeFlyer authored
      - Don't allow goto click while other guided ui is visible
      - Use NoMouseThroughRectangle for guided ui popups
      - Better visuals for goto indicator in map
      394c6b16