1. 07 Dec, 2018 1 commit
    • Don Gagne's avatar
      · 0679186c
      Don Gagne authored
      Fix bit check
      0679186c
  2. 06 Dec, 2018 1 commit
    • Don Gagne's avatar
      · 4bd1390c
      Don Gagne authored
      Show orbit telemetry status on map
      4bd1390c
  3. 03 Dec, 2018 1 commit
    • Don Gagne's avatar
      · e5a412db
      Don Gagne authored
      Fix connections to offline vehicle
      e5a412db
  4. 30 Nov, 2018 1 commit
  5. 02 Nov, 2018 1 commit
    • Don Gagne's avatar
      · 4d1ee19f
      Don Gagne authored
      Option driven firmware version check
      4d1ee19f
  6. 30 Oct, 2018 1 commit
  7. 26 Oct, 2018 1 commit
    • Don Gagne's avatar
      · 6f05b038
      Don Gagne authored
      Heading to Home on Vehicle FactGroup
      6f05b038
  8. 25 Oct, 2018 4 commits
  9. 24 Oct, 2018 1 commit
  10. 03 Oct, 2018 1 commit
  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