1. 20 Sep, 2016 1 commit
  2. 19 Sep, 2016 1 commit
  3. 29 Aug, 2016 1 commit
  4. 19 Aug, 2016 1 commit
  5. 25 Jul, 2016 1 commit
  6. 17 Jul, 2016 2 commits
  7. 31 May, 2016 1 commit
  8. 25 Apr, 2016 1 commit
  9. 12 Apr, 2016 1 commit
  10. 13 Mar, 2016 2 commits
  11. 06 Mar, 2016 1 commit
  12. 18 Feb, 2016 2 commits
    • Nate Weibley's avatar
      Include type arg in method prototype · 823b9a6d
      Nate Weibley authored
      823b9a6d
    • Nate Weibley's avatar
      New parameter cache loading spec · 80ef4da8
      Nate Weibley authored
       - Request list of all parameters, expecting device to lead each component with _HASH_CHECK cache value
       - Test for hash collision, if so our cache is valid and respond with _HASH_CHECK to stop listing
       - Else: let listing continue as normal to get updated param values
       - Store each cache by systemID + componentID
      
      For #2586
      80ef4da8
  13. 12 Feb, 2016 1 commit
  14. 13 Jan, 2016 1 commit
  15. 29 Dec, 2015 1 commit
  16. 28 Dec, 2015 1 commit
  17. 16 Dec, 2015 1 commit
  18. 22 Nov, 2015 1 commit
  19. 25 Oct, 2015 2 commits
  20. 12 Oct, 2015 1 commit
  21. 09 Sep, 2015 1 commit
  22. 29 Jun, 2015 1 commit
  23. 16 Apr, 2015 3 commits
  24. 14 Apr, 2015 1 commit
  25. 24 Dec, 2014 1 commit
  26. 09 Dec, 2014 3 commits
  27. 05 Dec, 2014 2 commits
  28. 02 Dec, 2014 1 commit
  29. 30 Nov, 2014 2 commits
  30. 28 Nov, 2014 1 commit
    • Don Gagne's avatar
      New Unit Testing framework · 028c7009
      Don Gagne authored
      Allows for UI unit tests to be written:
      - Ability to respond to expected message boxes
      - Ability to fail test if unexpected message boxes occurs
      028c7009