1. 26 Jun, 2020 1 commit
  2. 24 Jun, 2020 1 commit
  3. 10 Dec, 2018 1 commit
  4. 18 Nov, 2018 2 commits
  5. 11 Nov, 2018 2 commits
  6. 05 Sep, 2018 1 commit
  7. 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
  8. 15 Aug, 2018 4 commits
  9. 14 Aug, 2018 1 commit
  10. 10 Aug, 2018 2 commits
  11. 09 Aug, 2018 1 commit
  12. 08 Aug, 2018 1 commit
  13. 02 Aug, 2018 2 commits
  14. 01 Aug, 2018 2 commits
    • 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
    • Gus Grubba's avatar
      Update weather icon string · 467c4eb5
      Gus Grubba authored
      467c4eb5
  15. 31 Jul, 2018 1 commit
  16. 24 Jul, 2018 2 commits
  17. 23 Jul, 2018 3 commits
  18. 19 Jul, 2018 1 commit
  19. 11 Jul, 2018 1 commit
  20. 25 Jun, 2018 2 commits
  21. 23 Jun, 2018 1 commit
  22. 22 Jun, 2018 3 commits
  23. 19 Jun, 2018 1 commit
  24. 11 Jun, 2018 1 commit
  25. 26 Mar, 2018 1 commit
  26. 22 Mar, 2018 1 commit
    • Gus Grubba's avatar
      Airmap API key integration. · f4131710
      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).
      f4131710