1. 24 May, 2016 1 commit
  2. 05 May, 2016 3 commits
  3. 04 May, 2016 1 commit
  4. 20 Apr, 2016 1 commit
  5. 15 Apr, 2016 1 commit
  6. 13 Apr, 2016 2 commits
  7. 29 Mar, 2016 1 commit
  8. 25 Mar, 2016 1 commit
  9. 13 Mar, 2016 2 commits
  10. 11 Mar, 2016 2 commits
  11. 10 Mar, 2016 1 commit
  12. 07 Mar, 2016 1 commit
  13. 06 Mar, 2016 1 commit
  14. 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
  15. 19 Feb, 2016 2 commits
  16. 17 Feb, 2016 1 commit
  17. 01 Feb, 2016 1 commit
  18. 18 Jan, 2016 5 commits
  19. 17 Jan, 2016 1 commit
  20. 16 Jan, 2016 2 commits
  21. 15 Jan, 2016 2 commits
  22. 13 Jan, 2016 1 commit
  23. 10 Jan, 2016 1 commit
  24. 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
  25. 03 Jan, 2016 2 commits
  26. 02 Jan, 2016 2 commits