1. 26 May, 2016 2 commits
  2. 24 May, 2016 1 commit
  3. 05 May, 2016 3 commits
  4. 04 May, 2016 1 commit
  5. 20 Apr, 2016 1 commit
  6. 15 Apr, 2016 1 commit
  7. 13 Apr, 2016 2 commits
  8. 29 Mar, 2016 1 commit
  9. 25 Mar, 2016 1 commit
  10. 13 Mar, 2016 2 commits
  11. 11 Mar, 2016 2 commits
  12. 10 Mar, 2016 1 commit
  13. 07 Mar, 2016 1 commit
  14. 06 Mar, 2016 1 commit
  15. 22 Feb, 2016 1 commit
    • Don Gagne's avatar
      Usability plug bug fixes · 9931529c
      Don Gagne authored
      - Sensors summary now shows you how man compasses you have
      - Fix for APM accel cal. Can only use first accel offsets.
      9931529c
  16. 19 Feb, 2016 2 commits
  17. 17 Feb, 2016 1 commit
  18. 01 Feb, 2016 1 commit
  19. 18 Jan, 2016 5 commits
  20. 17 Jan, 2016 1 commit
  21. 16 Jan, 2016 2 commits
  22. 15 Jan, 2016 2 commits
  23. 13 Jan, 2016 1 commit
  24. 10 Jan, 2016 1 commit
  25. 04 Jan, 2016 1 commit
    • Tomaz Canabrava's avatar
      Modernize Qt connections · f0e2e153
      Tomaz Canabrava authored
      First commit of modernizarion of Qt signal connections,
      the new signal connection is very userfull because of a few
      nice things:
      
      - it's checked at compile time instead of runtime
      - it can connect to any function or method, so we don't need
      to use slots anymore
      - it's way faster because it doesn't need to work with string
      comparisson, but it's basically a direct call.
      Signed-off-by: 's avatarTomaz Canabrava <tomaz.canabrava@intel.com>
      f0e2e153
  26. 03 Jan, 2016 2 commits