1. 20 Oct, 2020 1 commit
    • Don Gagne's avatar
      Param crash (#9124) · d4bff450
      Don Gagne authored
      * Remove unneeded mutex
      
      * Cleanup LinkInterface, fix connect/disconnect bug
      d4bff450
  2. 18 Oct, 2020 1 commit
  3. 07 Oct, 2020 1 commit
  4. 15 Aug, 2020 1 commit
    • DonLakeFlyer's avatar
      · 4b8834cc
      DonLakeFlyer authored
      Cherry pick UDPLink range for fixes from Stable
      4b8834cc
  5. 27 Jul, 2020 1 commit
    • DonLakeFlyer's avatar
      · a764f8c5
      DonLakeFlyer authored
      Add mutex for _sessionTargets access. Remove range_for usage. General cleanup
      a764f8c5
  6. 08 Jun, 2020 1 commit
  7. 27 May, 2020 1 commit
  8. 26 May, 2020 1 commit
    • Jacob Dahl's avatar
      Updated mavlink forwarding implementation to forward all mavlink messages... · af2309a9
      Jacob Dahl authored
      Updated mavlink forwarding implementation to forward all mavlink messages received on all channels onto a single UDP port. A new mavlink forwarding UDP link is created if forwarding is enabled. The mavlink settings page now has a Fact checkbox for enabling forwarding and a fact text field for specifying the host name.
      af2309a9
  9. 20 May, 2020 1 commit
  10. 01 Feb, 2020 1 commit
  11. 21 Aug, 2019 1 commit
    • Pierre TILAK's avatar
      Add oucoming messages in log · 3536f1af
      Pierre TILAK authored
      To have both order from the GCS and drone messages in logs
      So that it's possible to analyze the complete exchange between QGC and the
      drone.
      
      - Add a signal emitted by writeBytes of each LinkInterface
      - Connect this signal to MAVLinkProtocol::logSentBytes in LinkManager
      - MAVLinkProtocol::logSentBytes will parse and log messages sent from
        QGC
      3536f1af
  12. 19 Aug, 2019 1 commit
  13. 11 Aug, 2019 1 commit
  14. 20 May, 2019 1 commit
  15. 24 Oct, 2018 2 commits
  16. 30 Jun, 2018 1 commit
  17. 18 Apr, 2018 1 commit
  18. 16 Apr, 2018 1 commit
  19. 11 Apr, 2018 1 commit
  20. 08 Feb, 2018 1 commit
  21. 05 Feb, 2018 2 commits
  22. 23 Oct, 2017 1 commit
  23. 12 Jun, 2017 1 commit
  24. 01 May, 2017 1 commit
  25. 11 Jan, 2017 1 commit
  26. 30 Dec, 2016 1 commit
  27. 26 Dec, 2016 1 commit
  28. 31 May, 2016 1 commit
  29. 03 May, 2016 1 commit
  30. 25 Mar, 2016 3 commits
  31. 04 Feb, 2016 1 commit
  32. 15 Jan, 2016 1 commit
  33. 05 Jan, 2016 1 commit
  34. 23 Dec, 2015 1 commit
  35. 02 Dec, 2015 1 commit
  36. 23 Nov, 2015 1 commit
    • Don Gagne's avatar
      Auto connect support · b9cb57ec
      Don Gagne authored
      - Pervasive change to automatically connect to known board types
      - Lots of additional changes along with this:
      - More exposure of objects/properties to Qml
      - Much restructuring in LinkManager and LinkManager clients
      b9cb57ec