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