Skip to content
  1. Jun 23, 2019
  2. May 17, 2019
  3. May 14, 2019
  4. Apr 01, 2019
  5. Mar 29, 2019
  6. Mar 28, 2019
  7. Mar 27, 2019
  8. Mar 19, 2019
  9. Mar 18, 2019
  10. Mar 05, 2019
    • Stefan Dunca's avatar
      Add support for overriding install config steps · 6b9722b3
      Stefan Dunca authored
      Add QGC_DISABLE_INSTALLER_SETUP to CONFIG will override config in QGCInstaller.pri.
      However, QGCInstaller.pri can be imported in the custom one. In this way
      a custom build can generate it's own installer config or add pre and post steps.
      6b9722b3
  11. Feb 28, 2019
  12. Feb 27, 2019
    • Don Gagne's avatar
      · da2fdf65
      Don Gagne authored
      ArduPilot for configurable mavlink stream rates
      da2fdf65
  13. Jan 17, 2019
  14. Jan 14, 2019
  15. Dec 19, 2018
  16. Dec 13, 2018
  17. Dec 09, 2018
  18. Nov 12, 2018
  19. Nov 07, 2018
    • Don Gagne's avatar
      · ad064b52
      Don Gagne authored
      Expose guided altitude settings. Rearrange Fly and Plan view settings.
      ad064b52
  20. Nov 01, 2018
    • Don Gagne's avatar
      · 92e7bf38
      Don Gagne authored
      FW Landing Pattern: Support for stop photo/video. Plus item unit test.
      92e7bf38
  21. Oct 25, 2018
  22. Oct 15, 2018
  23. Aug 15, 2018
  24. Aug 14, 2018
  25. Aug 09, 2018
    • Gus Grubba's avatar
      iOS Build · 5dff94bf
      Gus Grubba authored
      Fix xcode project and restore LaunchImage
      Cleanup unused icons
      5dff94bf
  26. Aug 06, 2018
    • Gus Grubba's avatar
      iOS Build · 2befad08
      Gus Grubba authored
      Fix xcode project and restore LaunchImage
      Cleanup unused icons
      2befad08
  27. Jul 20, 2018
  28. Jul 14, 2018
  29. Jun 26, 2018
  30. Jun 15, 2018
  31. Jun 05, 2018
  32. Jun 01, 2018
  33. May 16, 2018
    • acfloria's avatar
      Allow tracking multiple heartbeats for a single link · 66fcbc2a
      acfloria authored
      Add the HeartbeatTimer class to track a single heartbeat for a single link.
      For every new received heartbeat an instance of the class is created.
      Every instance emits a signal if it timed out or the timer is restarted.
      Each vehicle then decides based on all different signals which link is the
      priority link.
      66fcbc2a
  34. May 01, 2018
  35. Apr 30, 2018
  36. Apr 05, 2018
  37. Mar 23, 2018
  38. Mar 22, 2018
    • 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
Loading