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