Skip to content
  1. Dec 29, 2013
  2. Dec 28, 2013
  3. Dec 26, 2013
    • Don Gagne's avatar
      Unit Tests are now part of main build · 0526d3be
      Don Gagne authored
      - debug builds always compile unit tests in
      - seperate qgcunittest.pro is no longer needed
      - found out the hard way that you can’t use debug or release as a
      scope. You need to use the CONFIG(debug,debug|relase) macro (in this
      example to test fro debug). Reason is that debug and release show up
      multiple times in CONFIG, last debug wins. This is what the CONFIG
      macro does. Without it, it’s luck as to what you get. I found OSX was
      getting debug, Linux was getting a debug build, build into release
      directories. QT_DEBUG set randomly. Lot’s of problems.
      0526d3be
  4. Dec 25, 2013
    • 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
  5. Dec 24, 2013
    • Don Gagne's avatar
      Remove hardwired inclusion of OSG · 26b50767
      Don Gagne authored
      The remainder of .pro and .pri files have conditional inclusion of
      OpenSceneGraph bases on availability. Removed this line which always
      includes it and overrides the conditional include which is already in
      other parts of the make files.
      26b50767
  6. Dec 12, 2013
  7. Dec 10, 2013
    • 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
  8. Nov 29, 2013
  9. Nov 28, 2013
  10. Oct 20, 2013
    • John Tapsell's avatar
      Add an XY plot widget · 6c59f5f4
      John Tapsell authored
      This allows you to add XY graph plots of any data.  For example,
      x,y position data of a servo.
      6c59f5f4
  11. Oct 18, 2013
  12. Oct 13, 2013
  13. Sep 11, 2013
  14. Sep 01, 2013
  15. Aug 25, 2013
  16. Aug 23, 2013
  17. Aug 18, 2013
  18. Aug 17, 2013
  19. Aug 16, 2013
  20. Aug 13, 2013
  21. Aug 07, 2013
  22. Aug 06, 2013
  23. Aug 03, 2013
  24. Aug 01, 2013
  25. Jul 31, 2013
  26. Jul 30, 2013
Loading