1. 14 May, 2015 1 commit
  2. 13 May, 2015 1 commit
  3. 12 May, 2015 1 commit
  4. 10 May, 2015 1 commit
  5. 06 May, 2015 1 commit
  6. 30 Apr, 2015 1 commit
  7. 29 Apr, 2015 2 commits
  8. 28 Apr, 2015 3 commits
  9. 23 Apr, 2015 1 commit
  10. 20 Apr, 2015 1 commit
  11. 18 Apr, 2015 1 commit
  12. 16 Apr, 2015 2 commits
  13. 02 Apr, 2015 1 commit
    • Don Gagne's avatar
      Resource restructuring · d5146cd2
      Don Gagne authored
      - All resources are either under src or under resources dirs
      - Removed files top level directory
      - Move flightgear files to top level dir
      d5146cd2
  14. 01 Apr, 2015 1 commit
  15. 29 Mar, 2015 4 commits
  16. 28 Mar, 2015 2 commits
    • Don Gagne's avatar
      Fixed the fixme! · 2d79df2b
      Don Gagne authored
      2d79df2b
    • Don Gagne's avatar
      Remove link ids and add link mavlink channel · 4f5984b3
      Don Gagne authored
      Link ids were being used interchangeably with the mavlink channel for
      the link. Link ids handed out as a numerically increasing integer. Once
      the counter went past MAVLINK_COMM_NUM_BUFFERS all hell would break
      loose and cause memory corruption.
      4f5984b3
  17. 22 Mar, 2015 2 commits
  18. 19 Mar, 2015 2 commits
  19. 13 Mar, 2015 2 commits
  20. 12 Mar, 2015 1 commit
  21. 10 Mar, 2015 1 commit
  22. 05 Mar, 2015 1 commit
  23. 01 Mar, 2015 1 commit
  24. 25 Feb, 2015 1 commit
  25. 20 Feb, 2015 1 commit
  26. 18 Feb, 2015 2 commits
  27. 17 Feb, 2015 1 commit
  28. 14 Feb, 2015 1 commit
    • dogmaphobic's avatar
      Fixing asynchronous issue with link disconnect. · e0d94b4d
      dogmaphobic authored
      I noticed that some times, the disconnect signal would get to the updateConnect button (tool bar) before the link was physically disconnected. That would cause it to count it as a still connected link and get the connect button logic out of sync.
      While at it, added an interface to the UDP link to return its configuration instance. That allows the LinkManager to unlink it when disconnecting it.
      e0d94b4d