1. 29 Oct, 2018 1 commit
  2. 26 Oct, 2018 2 commits
  3. 24 Oct, 2018 3 commits
  4. 15 Oct, 2018 1 commit
  5. 02 Oct, 2018 1 commit
    • Don Gagne's avatar
      · 11be16f2
      Don Gagne authored
      Enable/Disable based on fixed base position
      11be16f2
  6. 01 Oct, 2018 1 commit
    • Don Gagne's avatar
      · e07b730b
      Don Gagne authored
      Add support for specifying fixed RTK base position
      e07b730b
  7. 29 Sep, 2018 1 commit
    • Don Gagne's avatar
      · 4afd9baa
      Don Gagne authored
      Added support for qgcRebootRequired Fact meta data value.
      4afd9baa
  8. 27 Sep, 2018 1 commit
  9. 25 Sep, 2018 1 commit
    • Don Gagne's avatar
      · 9a9f2049
      Don Gagne authored
      Prevent clicks going through top level items
      9a9f2049
  10. 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
  11. 09 Aug, 2018 1 commit
  12. 03 Aug, 2018 1 commit
    • Don Gagne's avatar
      · 2e877b1d
      Don Gagne authored
      Add new Help page under Settings
      2e877b1d
  13. 14 Jul, 2018 1 commit
  14. 22 Jun, 2018 2 commits
  15. 20 Jun, 2018 1 commit
  16. 05 Jun, 2018 1 commit
  17. 03 Jun, 2018 2 commits
  18. 25 May, 2018 1 commit
  19. 24 May, 2018 1 commit
  20. 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
      Add AdvancedLinkSettings fact to the general app settings · 7ea3296d
      acfloria authored
      This setting enables/disables the LinkIndicator toolbar in which the primary link can be chosen.
      7ea3296d
    • acfloria's avatar
      Add the LinkIndicator to the toolbar · 77df3be8
      acfloria authored
      The LinkIndicator shows the connected links and lets the user select the priority link,
      77df3be8
  21. 11 May, 2018 1 commit
  22. 03 May, 2018 2 commits
  23. 02 May, 2018 1 commit
  24. 30 Apr, 2018 1 commit
  25. 14 Apr, 2018 1 commit
  26. 05 Apr, 2018 1 commit
  27. 04 Apr, 2018 1 commit
  28. 28 Mar, 2018 1 commit
  29. 23 Mar, 2018 1 commit
  30. 21 Mar, 2018 1 commit
  31. 27 Feb, 2018 1 commit
    • Gus Grubba's avatar
      Cleaning up old vehicle manager and getting it ready to actually provide... · 9359c154
      Gus Grubba authored
      Cleaning up old vehicle manager and getting it ready to actually provide services for a vehicle (flight management)
      Added submit flight plan
      Added update flight plan
      Disable flight features as these don't seem to be quite working (values must be initialized and validated before submission as backend doesn't validate and the objects don't initialize their members)
      9359c154