1. 25 Dec, 2013 3 commits
  2. 24 Dec, 2013 3 commits
  3. 23 Dec, 2013 3 commits
  4. 22 Dec, 2013 5 commits
  5. 19 Dec, 2013 5 commits
  6. 17 Dec, 2013 2 commits
  7. 12 Dec, 2013 8 commits
  8. 11 Dec, 2013 1 commit
  9. 10 Dec, 2013 3 commits
    • Don Gagne's avatar
      Use same resource file list between builds · 44cb715f
      Don Gagne authored
      Linux build was broken due to the fact that it wasn’t copying qml
      files. With each build flavor having it’s own seperate copy code it was
      easy for these to get out of sync. Centralized the copy list so that it
      remains in sync across flavors.
      44cb715f
    • Lorenz Meier's avatar
      Merge pull request #426 from thomasgubler/fix_type_compile_error · d2ede705
      Lorenz Meier authored
      change type of port from uint16_t to quint16
      d2ede705
    • Don Gagne's avatar
      Fixed broken UnitTest build · 694091f9
      Don Gagne authored
      Build files were broken for unit test. Seems to difficult to try to kep
      qgroundcontrol.pro and qgcunittest.pro in sync with each other. Instead
      I made qgcunittest.pro just include qgroundcontrol.pro. This required
      some tweaks to allow TARGET to be set from the outside as well as to
      leave out main.cc. Also needed to modify qgroundcontrol.pri to use
      TARGET instead of hardcoding app name. This way it can build either
      qgroundcontrol.pp or qgcunittest.app. At this point only works on osx.
      694091f9
  10. 08 Dec, 2013 4 commits
  11. 07 Dec, 2013 3 commits
    • Don Gagne's avatar
      Removed LinkInterface methods which were never being called. Updated various... · bfe8684e
      Don Gagne authored
      Removed LinkInterface methods which were never being called. Updated various LinkInterface implementation classes to remove the methods. Some methods such as the ones which measure data rates or bits sent/received were implemented in only some of the implementation classes, and in some cases implemented incorrectly. If they were called, the values returned would be incorrect. Although there was some partial implementation for these I removed them as well since in all case they were never being called by any code. In checking Blame, these came across in 2010 and have remained unimplemented since them, so I figure better to clean up than leave crufty, unused, half finished stuff in.
      bfe8684e
    • Lorenz Meier's avatar
      Merge pull request #417 from thomasgubler/linux_text2speech · bd2da1d2
      Lorenz Meier authored
      re-enable linux text to speech and fix use of deprecated function
      bd2da1d2
    • Lorenz Meier's avatar
      Merge pull request #421 from thomasgubler/fix_setmode · e36112fb
      Lorenz Meier authored
      Fix setmode (in-air disarm fix)
      e36112fb