1. 17 Feb, 2014 1 commit
  2. 15 Feb, 2014 1 commit
  3. 14 Feb, 2014 3 commits
  4. 13 Feb, 2014 3 commits
  5. 12 Feb, 2014 2 commits
  6. 11 Feb, 2014 1 commit
  7. 01 Feb, 2014 2 commits
  8. 13 Jan, 2014 1 commit
  9. 12 Jan, 2014 2 commits
  10. 08 Jan, 2014 1 commit
  11. 30 Dec, 2013 1 commit
  12. 29 Dec, 2013 4 commits
  13. 28 Dec, 2013 2 commits
  14. 25 Dec, 2013 1 commit
    • Don Gagne's avatar
      Fix broken Windows build · 33242c70
      Don Gagne authored
      - NAN not available in windows headers, use cross platform friendly
      version
      - VS compiler does not allow initializing non-integral types in header
      files
      - ActiveQt libs are already installed by Win Qt4.8.5, no need to build.
      Plus this part of the makefile just loops without nmake.exe installed
      which is not part of a standard windows box
      33242c70
  15. 12 Dec, 2013 1 commit
  16. 11 Dec, 2013 1 commit
  17. 06 Dec, 2013 1 commit
  18. 05 Dec, 2013 1 commit
  19. 04 Dec, 2013 1 commit
  20. 07 Nov, 2013 1 commit
  21. 20 Oct, 2013 1 commit
  22. 14 Oct, 2013 1 commit
  23. 21 Sep, 2013 1 commit
  24. 18 Sep, 2013 1 commit
  25. 17 Sep, 2013 1 commit
  26. 12 Sep, 2013 2 commits
  27. 11 Sep, 2013 1 commit
  28. 09 Sep, 2013 1 commit
    • Jean Cyr's avatar
      Fix Spektrum pair buton such that it works every time. · 8216b137
      Jean Cyr authored
      - MAV resets the RC_DSM_BIND param back to 0 automatically but QGC
      doesn't know about this and thinks the parameter hasn't changed when the
      pair button is hit a second time. Since it thinks the param has not
      change, it doesn't transmit the update.
      - This implements method to allow to optionally force QGC to send the
      update. By default it does not
      - Also added copy statements to include the two missing DLLs
      (QtDeclarative and QtScript) automatically as part of Windows build.
      8216b137