1. 28 Nov, 2014 3 commits
  2. 27 Nov, 2014 5 commits
  3. 26 Nov, 2014 2 commits
  4. 24 Nov, 2014 2 commits
    • Don Gagne's avatar
      Fix UAS unit test · 6d447410
      Don Gagne authored
      Destroyed signal must have been working incorrectly in the past.
      6d447410
    • Don Gagne's avatar
      Link connect/disconnect only through LinkManager · f65c0a57
      Don Gagne authored
      Centralize all connecting and disconnecting of links through
      LinkManager::[Connect|Disconnect]Link api. Connect/Disconnect no longer
      allowed through LinkInterface. This allows creation of new
      LinkManager::setConnections[Suspended|Allowed] methods to disallow
      connections as needed.
      f65c0a57
  5. 21 Nov, 2014 2 commits
  6. 17 Nov, 2014 1 commit
  7. 14 Nov, 2014 2 commits
  8. 31 Oct, 2014 1 commit
  9. 28 Oct, 2014 1 commit
  10. 23 Oct, 2014 1 commit
  11. 09 Oct, 2014 1 commit
  12. 29 Sep, 2014 1 commit
  13. 10 Sep, 2014 1 commit
  14. 03 Sep, 2014 1 commit
  15. 02 Sep, 2014 1 commit
  16. 28 Aug, 2014 2 commits
  17. 25 Aug, 2014 3 commits
  18. 23 Aug, 2014 1 commit
    • Don Gagne's avatar
      RCCalibration updates · 0b1f2f63
      Don Gagne authored
      - Updated to use RCChannelWidget
      - Removed attitude control widgets
      - Previous calibration values now shown when not actively calibrating
      0b1f2f63
  19. 21 Aug, 2014 3 commits
  20. 12 Aug, 2014 1 commit
  21. 10 Aug, 2014 2 commits
  22. 05 Aug, 2014 2 commits
    • Don Gagne's avatar
      Test FileManager against simulated server errors · b8594253
      Don Gagne authored
      Specifically much better testing for the handling of:
      - Ack responses not being sent by server
      - Getting Nak’s back from commands
      - CRC failures
      
      Also changed file validation to take into account Mock Server no longer
      sending file length in first byte of file.
      b8594253
    • Don Gagne's avatar
      Added the ability to simulate server errors · bd04903f
      Don Gagne authored
      Also changed the downloaded file contents to not include the file
      length in the first byte. This makes the code a bit less confusing.
      bd04903f
  23. 31 Jul, 2014 1 commit
    • Don Gagne's avatar
      Bump signal wait time · 2076d3d4
      Don Gagne authored
      When unit tests are being run in TeamCity the host box can end up being
      very bogged down with other builds. So need to up wait time, to take
      into account CPUs grinding.
      2076d3d4