1. 24 Aug, 2020 1 commit
    • DonLakeFlyer's avatar
      · f3404af4
      DonLakeFlyer authored
      Clean up references to MainRootWindow globals
      f3404af4
  2. 21 Aug, 2020 1 commit
    • DonLakeFlyer's avatar
      · 0d1a709d
      DonLakeFlyer authored
      Move UAVCAN config to Vehicle
      0d1a709d
  3. 20 Aug, 2020 1 commit
    • DonLakeFlyer's avatar
      · 9d4088b0
      DonLakeFlyer authored
      Move calibration methods to Vehicle
      9d4088b0
  4. 21 Jul, 2020 1 commit
  5. 29 Jun, 2020 1 commit
    • DonLakeFlyer's avatar
      · 09c26a30
      DonLakeFlyer authored
      Component Information FTP download support
      09c26a30
  6. 13 Jun, 2020 1 commit
    • DonLakeFlyer's avatar
      · b70a4f01
      DonLakeFlyer authored
      LinkInterface and Vehicle uses mutexes to synchronize writing bytes to the link instead of queued signals
      b70a4f01
  7. 25 May, 2020 3 commits
  8. 22 May, 2020 1 commit
  9. 17 Apr, 2020 1 commit
    • DoinLakeFlyer's avatar
      · 284a2c08
      DoinLakeFlyer authored
      App messages now use simple modal message dialogs. Vehicle messages continue to use non-modal popup.
      284a2c08
  10. 14 Apr, 2020 1 commit
    • DoinLakeFlyer's avatar
      · 17313b9b
      DoinLakeFlyer authored
      Set RC To Param support
      17313b9b
  11. 27 Mar, 2020 1 commit
    • DoinLakeFlyer's avatar
      · 1396001f
      DoinLakeFlyer authored
      Remove unused HIL code
      1396001f
  12. 01 Feb, 2020 3 commits
  13. 17 Jan, 2020 1 commit
  14. 13 Nov, 2019 1 commit
    • DonLakeFlyer's avatar
      · 683113a0
      DonLakeFlyer authored
      Remove unused code
      683113a0
  15. 23 Sep, 2019 1 commit
    • DonLakeFlyer's avatar
      · 1c2e8fe9
      DonLakeFlyer authored
      Better flight trajectory point algorithm
      1c2e8fe9
  16. 22 Aug, 2019 1 commit
  17. 19 Aug, 2019 1 commit
  18. 11 Aug, 2019 1 commit
  19. 17 Jul, 2019 2 commits
    • Gus Grubba's avatar
      Map camera controls · e28abddc
      Gus Grubba authored
      Map gimbal controls
      Keep track of gimbal position within Vehicle
      e28abddc
    • Gus Grubba's avatar
      Update UI · 089860de
      Gus Grubba authored
      Add gimbal to external control signal
      089860de
  20. 09 Jul, 2019 3 commits
  21. 13 Jun, 2019 1 commit
  22. 10 Apr, 2019 1 commit
  23. 11 Nov, 2018 2 commits
  24. 29 Oct, 2018 1 commit
  25. 24 Oct, 2018 1 commit
  26. 27 Sep, 2018 1 commit
    • Don Gagne's avatar
      · 2fd39fe1
      Don Gagne authored
      Move ArduPilot preflight check handling to generic QGC
      2fd39fe1
  27. 30 May, 2018 2 commits
  28. 02 May, 2018 1 commit
  29. 20 Oct, 2017 1 commit
  30. 18 Sep, 2017 2 commits
    • Beat Küng's avatar
      FileManager: handle missing data for burst downloads · b5562377
      Beat Küng authored
      If there are dropped packets during a burst download, the offsets and sizes
      of the missing chunks are stored in a queue, and after the burst is
      completed, they're requested individually.
      b5562377
    • Beat Küng's avatar
      FileManager: add retry handling · fd4f80dd
      Beat Küng authored
      This stores the last request and resends it after a timeout, with a max
      of 6 retries.
      It also checks for old incoming packets and drops them.
      fd4f80dd