1. 11 Nov, 2018 1 commit
  2. 04 Nov, 2018 1 commit
    • Don Gagne's avatar
      · c90f9a89
      Don Gagne authored
      Use correct terminology for Altitude values
      c90f9a89
  3. 02 Nov, 2018 1 commit
    • Don Gagne's avatar
      · 4d1ee19f
      Don Gagne authored
      Option driven firmware version check
      4d1ee19f
  4. 31 Oct, 2018 1 commit
    • Don Gagne's avatar
      · 6fa62bfb
      Don Gagne authored
      Fix flag checks
      6fa62bfb
  5. 30 Oct, 2018 1 commit
  6. 26 Oct, 2018 1 commit
    • Don Gagne's avatar
      · 6f05b038
      Don Gagne authored
      Heading to Home on Vehicle FactGroup
      6f05b038
  7. 25 Oct, 2018 4 commits
  8. 24 Oct, 2018 1 commit
  9. 03 Oct, 2018 1 commit
  10. 01 Oct, 2018 1 commit
    • Don Gagne's avatar
      · e07b730b
      Don Gagne authored
      Add support for specifying fixed RTK base position
      e07b730b
  11. 28 Sep, 2018 3 commits
    • Don Gagne's avatar
      · 6163ce95
      Don Gagne authored
      Fix critical check
      6163ce95
    • Don Gagne's avatar
      · 0313a43f
      Don Gagne authored
      PX4 prearm checks severity
      0313a43f
    • Don Gagne's avatar
      · 84dc0758
      Don Gagne authored
      Change to case insensitive compare
      84dc0758
  12. 27 Sep, 2018 1 commit
    • Don Gagne's avatar
      · 2fd39fe1
      Don Gagne authored
      Move ArduPilot preflight check handling to generic QGC
      2fd39fe1
  13. 04 Sep, 2018 1 commit
    • Gus Grubba's avatar
      MAVLink message receive status · b5f30ae4
      Gus Grubba authored
      Fixed the core MAVLink receiver. Among other things, it wasn't accounting for fragmented messages.
      Fixed code that monitors messages received (and lost)
      Added a section within the MAVLink panel to show the current status (for the current vehicle)
      Remove some old, unused exposed interfaces
      b5f30ae4
  14. 03 Sep, 2018 1 commit
  15. 24 Aug, 2018 1 commit
  16. 31 Jul, 2018 1 commit
    • Don Gagne's avatar
      · 6701b08d
      Don Gagne authored
      Fix negative wind direction
      6701b08d
  17. 26 Jun, 2018 4 commits
  18. 25 Jun, 2018 1 commit
  19. 22 Jun, 2018 1 commit
  20. 20 Jun, 2018 2 commits
  21. 19 Jun, 2018 1 commit
  22. 15 Jun, 2018 1 commit
  23. 01 Jun, 2018 1 commit
  24. 30 May, 2018 2 commits
  25. 27 May, 2018 1 commit
  26. 21 May, 2018 1 commit
  27. 20 May, 2018 1 commit
  28. 19 May, 2018 1 commit
  29. 16 May, 2018 2 commits
    • acfloria's avatar
      Remove the advanced link settings · 317fe902
      acfloria authored
      Show the link indicator in the tool bar if two or more links are connected and at least one of them is a high latency link.
      Show in the link indicator if a link is inactive.
      317fe902
    • acfloria's avatar
      Multi link support clean up · 7c89c4ac
      acfloria authored
      - Improve function names
      - For notifications of an active link change only show the priority keyword if multiple links are connected
      - Use QMap instead of QList for the HeartbeatTimers
      - Style improvements
      - Simplify sending the MAV_CMD_CONTROL_HIGH_LATENCY command
      7c89c4ac