Skip to content
  1. Sep 04, 2016
  2. Aug 29, 2016
  3. Aug 25, 2016
  4. Aug 20, 2016
  5. Aug 19, 2016
  6. Jul 28, 2016
  7. Jul 25, 2016
  8. Jul 19, 2016
  9. Jul 17, 2016
  10. Jun 26, 2016
  11. Jun 25, 2016
  12. Jun 23, 2016
    • 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
  13. Jun 13, 2016
  14. Jun 12, 2016
  15. Jun 08, 2016
  16. Jun 06, 2016
  17. May 31, 2016
  18. May 29, 2016
  19. May 26, 2016
  20. May 24, 2016
  21. May 23, 2016
  22. May 08, 2016
  23. Apr 28, 2016
  24. Apr 25, 2016
  25. Apr 17, 2016
  26. Apr 15, 2016
  27. Apr 13, 2016
  28. Apr 12, 2016
  29. Apr 10, 2016
  30. Apr 07, 2016
  31. Mar 31, 2016
    • 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: default avatarTomaz Canabrava <tomaz.canabrava@intel.com>
      8f137cdc
Loading