1. 26 Jun, 2016 1 commit
  2. 25 Jun, 2016 1 commit
  3. 23 Jun, 2016 2 commits
    • 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
    • Don Gagne's avatar
      Arrival of secondary components can't be guaranteed · 8af16687
      Don Gagne authored
      They may show up after parameters ready is signaled. No way around this
      since this is a protocol problem. So can’t test secondary component.
      8af16687
  4. 13 Jun, 2016 1 commit
  5. 12 Jun, 2016 2 commits
  6. 08 Jun, 2016 1 commit
  7. 06 Jun, 2016 2 commits
  8. 31 May, 2016 1 commit
  9. 29 May, 2016 2 commits
  10. 26 May, 2016 1 commit
  11. 24 May, 2016 1 commit
  12. 23 May, 2016 1 commit
  13. 08 May, 2016 1 commit
  14. 28 Apr, 2016 1 commit
  15. 25 Apr, 2016 1 commit
  16. 17 Apr, 2016 1 commit
  17. 15 Apr, 2016 3 commits
  18. 13 Apr, 2016 1 commit
  19. 12 Apr, 2016 1 commit
  20. 10 Apr, 2016 2 commits
  21. 07 Apr, 2016 1 commit
  22. 31 Mar, 2016 1 commit
    • Tomaz Canabrava's avatar
      Only accept numbers in FactTextEdit · 8f137cdc
      Tomaz Canabrava authored
      All facts are numeric, atm. this means that the input should only
      accept numbers. it already had the     inputMethodHints:   Qt.ImhFormattedNumbersOnly
      option, but for some reason it still accepted letters and symbols.
      by adding a     validator: DoubleValidator {} we limit the characters
      to numbers only - and if the value is a integer, it will still work.
      
      Tested by adding waypoints on the map & messing with the GPS coordinates.
      Signed-off-by: 's avatarTomaz Canabrava <tomaz.canabrava@intel.com>
      8f137cdc
  23. 28 Mar, 2016 1 commit
  24. 25 Mar, 2016 1 commit
  25. 24 Mar, 2016 1 commit
  26. 13 Mar, 2016 2 commits
  27. 07 Mar, 2016 1 commit
  28. 06 Mar, 2016 1 commit
  29. 05 Mar, 2016 2 commits
  30. 02 Mar, 2016 2 commits