1. 19 Aug, 2016 1 commit
  2. 28 Jul, 2016 1 commit
  3. 25 Jul, 2016 1 commit
  4. 19 Jul, 2016 1 commit
  5. 17 Jul, 2016 2 commits
  6. 26 Jun, 2016 1 commit
  7. 25 Jun, 2016 1 commit
  8. 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
  9. 13 Jun, 2016 1 commit
  10. 12 Jun, 2016 2 commits
  11. 08 Jun, 2016 1 commit
  12. 06 Jun, 2016 2 commits
  13. 31 May, 2016 1 commit
  14. 29 May, 2016 2 commits
  15. 26 May, 2016 1 commit
  16. 24 May, 2016 1 commit
  17. 23 May, 2016 1 commit
  18. 08 May, 2016 1 commit
  19. 28 Apr, 2016 1 commit
  20. 25 Apr, 2016 1 commit
  21. 17 Apr, 2016 1 commit
  22. 15 Apr, 2016 3 commits
  23. 13 Apr, 2016 1 commit
  24. 12 Apr, 2016 1 commit
  25. 10 Apr, 2016 2 commits
  26. 07 Apr, 2016 1 commit
  27. 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
  28. 28 Mar, 2016 1 commit
  29. 25 Mar, 2016 1 commit
  30. 24 Mar, 2016 1 commit
  31. 13 Mar, 2016 2 commits