1. 02 Nov, 2018 1 commit
    • Don Gagne's avatar
      · 4d1ee19f
      Don Gagne authored
      Option driven firmware version check
      4d1ee19f
  2. 31 Oct, 2018 1 commit
    • Don Gagne's avatar
      · 6fa62bfb
      Don Gagne authored
      Fix flag checks
      6fa62bfb
  3. 30 Oct, 2018 1 commit
  4. 26 Oct, 2018 1 commit
    • Don Gagne's avatar
      · 6f05b038
      Don Gagne authored
      Heading to Home on Vehicle FactGroup
      6f05b038
  5. 25 Oct, 2018 4 commits
  6. 24 Oct, 2018 1 commit
  7. 03 Oct, 2018 1 commit
  8. 01 Oct, 2018 1 commit
    • Don Gagne's avatar
      · e07b730b
      Don Gagne authored
      Add support for specifying fixed RTK base position
      e07b730b
  9. 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
  10. 27 Sep, 2018 1 commit
    • Don Gagne's avatar
      · 2fd39fe1
      Don Gagne authored
      Move ArduPilot preflight check handling to generic QGC
      2fd39fe1
  11. 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
  12. 03 Sep, 2018 1 commit
  13. 24 Aug, 2018 1 commit
  14. 31 Jul, 2018 1 commit
    • Don Gagne's avatar
      · 6701b08d
      Don Gagne authored
      Fix negative wind direction
      6701b08d
  15. 26 Jun, 2018 4 commits
  16. 25 Jun, 2018 1 commit
  17. 22 Jun, 2018 1 commit
  18. 20 Jun, 2018 2 commits
  19. 19 Jun, 2018 1 commit
  20. 15 Jun, 2018 1 commit
  21. 01 Jun, 2018 1 commit
  22. 30 May, 2018 2 commits
  23. 27 May, 2018 1 commit
  24. 21 May, 2018 1 commit
  25. 20 May, 2018 1 commit
  26. 19 May, 2018 1 commit
  27. 16 May, 2018 4 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
    • acfloria's avatar
    • 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