1. 27 Feb, 2019 1 commit
    • Don Gagne's avatar
      · 5fb168e1
      Don Gagne authored
      Add support for DEFINE replacement in FactMetaData enumString/Value json loading
      5fb168e1
  2. 18 Nov, 2018 1 commit
  3. 29 Sep, 2018 1 commit
    • Don Gagne's avatar
      · 4afd9baa
      Don Gagne authored
      Added support for qgcRebootRequired Fact meta data value.
      4afd9baa
  4. 30 Apr, 2018 2 commits
  5. 10 Apr, 2018 1 commit
  6. 24 Feb, 2018 1 commit
  7. 31 Jan, 2018 2 commits
    • Gus Grubba's avatar
      Fix unit translators · be0c7005
      Gus Grubba authored
      It was broken when temperature translation was added in babbfbd1
      The system wasn't quite setup to handle anything other than speed and distance. Changed so any arbitrary unit type can be converted to another.
      be0c7005
    • Gus Grubba's avatar
      Fix unit translators · 7d945931
      Gus Grubba authored
      It was broken when temperature translation was added in babbfbd1
      The system wasn't quite setup to handle anything other than speed and distance. Changed so any arbitrary unit type can be converted to another.
      7d945931
  8. 22 Jan, 2018 1 commit
  9. 12 Jan, 2018 2 commits
  10. 07 Jan, 2018 1 commit
  11. 20 Dec, 2017 1 commit
  12. 25 Sep, 2017 1 commit
  13. 19 Sep, 2017 1 commit
  14. 15 Sep, 2017 1 commit
  15. 08 Aug, 2017 1 commit
    • Gus Grubba's avatar
      Added the concept of a read only parameter. · aa490d2c
      Gus Grubba authored
      Removed guess work from what parameters must be refreshed/updated when some other parameter changes. Added a "reset" flag that indicates when a certain parameter changes, the list must be reloaded.
      Don't send a signal when setting a fact if the new value is the same.
      aa490d2c
  16. 01 Aug, 2017 1 commit
  17. 18 Jul, 2017 1 commit
  18. 06 May, 2017 1 commit
  19. 03 May, 2017 1 commit
  20. 18 Apr, 2017 1 commit
  21. 20 Feb, 2017 1 commit
  22. 19 Feb, 2017 1 commit
  23. 20 Sep, 2016 1 commit
  24. 19 Sep, 2016 1 commit
  25. 29 Aug, 2016 1 commit
  26. 19 Aug, 2016 1 commit
  27. 25 Jul, 2016 1 commit
  28. 17 Jul, 2016 2 commits
  29. 31 May, 2016 1 commit
  30. 25 Apr, 2016 1 commit
  31. 12 Apr, 2016 1 commit
  32. 13 Mar, 2016 2 commits
  33. 06 Mar, 2016 1 commit
  34. 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