1. 01 Feb, 2020 2 commits
  2. 10 Nov, 2019 1 commit
    • DonLakeFlyer's avatar
      · d9bbe9bd
      DonLakeFlyer authored
      Separate progress bar handling for initial load, write and read batching
      d9bbe9bd
  3. 08 Nov, 2019 1 commit
  4. 13 Jun, 2019 1 commit
    • Don Gagne's avatar
      · 19e2c074
      Don Gagne authored
      Fix crash caused by NULL vehicle
      19e2c074
  5. 16 Apr, 2019 1 commit
  6. 12 Dec, 2018 1 commit
    • Don Gagne's avatar
      · 338100b0
      Don Gagne authored
      Fix cases of _logVehiclePrefix usage with missing componentId
      338100b0
  7. 29 Nov, 2018 1 commit
    • Don Gagne's avatar
      · 6f6a526f
      Don Gagne authored
      Initialization of Fact prior to Qt init causes crash.
      6f6a526f
  8. 07 Nov, 2018 1 commit
    • Don Gagne's avatar
      · 0e6902e3
      Don Gagne authored
      Clarify category map usage
      0e6902e3
  9. 03 May, 2018 1 commit
  10. 12 Mar, 2018 1 commit
  11. 16 Feb, 2018 1 commit
  12. 12 Jan, 2018 1 commit
  13. 07 Jan, 2018 1 commit
  14. 18 May, 2017 1 commit
  15. 06 Mar, 2017 3 commits
  16. 14 Feb, 2017 1 commit
  17. 27 Nov, 2016 1 commit
  18. 25 Nov, 2016 1 commit
  19. 24 Nov, 2016 1 commit
  20. 18 Sep, 2016 1 commit
  21. 15 Sep, 2016 1 commit
  22. 14 Sep, 2016 1 commit
  23. 29 Aug, 2016 1 commit
  24. 23 Jun, 2016 1 commit
    • Don Gagne's avatar
      Performance fixes · ca438f88
      Don Gagne authored
      - Cache only supported on PX4. Solo sends param updates at a high rate
      to update gimbal values. This was causing the cache to update itself at
      too high of a rate, killing performance, especially on iOS.
      - Fixed read/write index usage to provide correct progress bar updates
      ca438f88
  25. 13 Jun, 2016 1 commit
  26. 31 May, 2016 1 commit
  27. 29 May, 2016 1 commit
  28. 26 May, 2016 1 commit
  29. 15 Apr, 2016 1 commit
  30. 10 Apr, 2016 1 commit
  31. 24 Mar, 2016 1 commit
  32. 05 Mar, 2016 1 commit
  33. 19 Feb, 2016 1 commit
    • Don Gagne's avatar
      Header re-structuring · e513494c
      Don Gagne authored
      I removed some needed headers from a top level file which then causes a
      ripple effect downstream
      e513494c
  34. 18 Feb, 2016 2 commits
    • Nate Weibley's avatar
      Remove dead parameter cache code · 708096b5
      Nate Weibley authored
      Conflicts:
      	src/FactSystem/ParameterLoader.cc
      708096b5
    • 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
  35. 17 Feb, 2016 2 commits