Skip to content
  1. Feb 12, 2014
    • Don Gagne's avatar
      Fix macro redefinition errors · 96fd7a03
      Don Gagne authored
      This removes a race condition between both qwt and qt against math.h on
      windows with _USE_MATH_DEFINES set. If math.h comes after qwt or qt
      math headers the math defines will be redefined. Really nasty to track
      down and ordering problems. So instead I just removed using math
      defines on windows and fall back to asin definition of M_PI_2. This
      will have some slight perf impact since it calls function instead of
      using constant. But I doubt on any of today’s machine it really makes a
      difference.
      96fd7a03
  2. Feb 04, 2014
  3. Jan 12, 2014
  4. Jan 08, 2014
  5. Jan 02, 2014
  6. Sep 10, 2013
  7. Aug 13, 2013
  8. Aug 08, 2013
  9. Aug 03, 2013
  10. Jul 30, 2013
    • tstellanova's avatar
      Start adjusting config UI · 64bb126e
      tstellanova authored
      Start move to single column layout for advanced parameters; Fix
      crashing bug in PrimaryFlightDisplay when uas is removed and then
      re-added; workaround compiler warning in GeneralBlockPanelKernel,
      64bb126e
  11. Jul 16, 2013
  12. Jul 09, 2013
  13. Jul 04, 2013
  14. Jul 01, 2013
  15. Jun 28, 2013
  16. Jun 08, 2013
  17. Jun 07, 2013
  18. May 01, 2013
  19. Apr 16, 2013
  20. Jan 09, 2013
  21. Dec 01, 2012
  22. Nov 26, 2012
  23. Nov 17, 2012
  24. Nov 04, 2012
  25. Nov 01, 2012
  26. Oct 18, 2012
  27. Sep 19, 2012
  28. Sep 16, 2012
  29. Sep 15, 2012
  30. Sep 14, 2012
  31. Sep 06, 2012
  32. Sep 05, 2012
  33. Sep 03, 2012
  34. Aug 23, 2012
Loading