1. 13 Apr, 2014 1 commit
  2. 05 Mar, 2014 1 commit
  3. 01 Mar, 2014 1 commit
  4. 22 Feb, 2014 1 commit
    • Don Gagne's avatar
      QSerialPort emitting constant errors on Unix environment · fa264952
      Don Gagne authored
      This fix was pulled across from current QSerialPort codebase. I looked
      into pulling across newer version of full QSerialPort. While doing that
      I discovered that the version we are using has already been hacked to
      work with us. It was fairly involved to redo those hacks. So decided to
      pull individual change across instead since our version is already not
      clean. When we switch to Qt5 all this will go away.
      fa264952
  5. 15 Feb, 2014 3 commits
    • Don Gagne's avatar
      Silence makefile override warnings · 33acee39
      Don Gagne authored
      qserialport and qextserialport use the pattern of += into
      PUBLIC_HEADERS and PRIVATE_HEADERS. This leads to the same header being
      included twice. Which in turn causes the rule for moc in the makefile
      to be added twice, hence the warning. Using *= instead of += removes
      the duplication.
      33acee39
    • Don Gagne's avatar
      Silence warnings in qwt · 8f0f540f
      Don Gagne authored
      The latest version of qwt does have these warnings fixed. But the
      latest version also has removed some deprecated printing functionality
      which we are currently using. I gave a try at updating but it looked
      fairly involved and over my level of understanding for that part of the
      code. So pragmas for now. When someone does upgrade qwt the pragmas
      will no longer be needed.
      8f0f540f
    • Don Gagne's avatar
      Fix warnings in opmapcontrol · 7b32f32c
      Don Gagne authored
      I looked at the latest version of opmapcontrol in OpenPilot. This has
      not yet been fixed. So added pragma to silence.
      7b32f32c
  6. 13 Feb, 2014 5 commits
    • Don Gagne's avatar
      Silence makefile override warnings · dea781f2
      Don Gagne authored
      qserialport and qextserialport use the pattern of += into
      PUBLIC_HEADERS and PRIVATE_HEADERS. This leads to the same header being
      included twice. Which in turn causes the rule for moc in the makefile
      to be added twice, hence the warning. Using *= instead of += removes
      the duplication.
      dea781f2
    • Don Gagne's avatar
      Silence warnings in qwt · 74136aa7
      Don Gagne authored
      The latest version of qwt does have these warnings fixed. But the
      latest version also has removed some deprecated printing functionality
      which we are currently using. I gave a try at updating but it looked
      fairly involved and over my level of understanding for that part of the
      code. So pragmas for now. When someone does upgrade qwt the pragmas
      will no longer be needed.
      74136aa7
    • Don Gagne's avatar
      Fix warnings in opmapcontrol · 326627ae
      Don Gagne authored
      I looked at the latest version of opmapcontrol in OpenPilot. This has
      not yet been fixed. So added pragma to silence.
      326627ae
    • Bryant's avatar
      Removed unnecessary qextserialport libray. · e5ff5501
      Bryant authored
      Replaced by /libs/serialport
      e5ff5501
    • Bryant's avatar
      Removed unneeded qserialport library. · 9d32ca15
      Bryant authored
      Replaced by /libs/serialport.
      9d32ca15
  7. 12 Feb, 2014 1 commit
    • 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
  8. 04 Feb, 2014 1 commit
  9. 12 Jan, 2014 1 commit
  10. 08 Jan, 2014 2 commits
  11. 02 Jan, 2014 2 commits
  12. 10 Sep, 2013 1 commit
  13. 13 Aug, 2013 1 commit
  14. 08 Aug, 2013 1 commit
  15. 03 Aug, 2013 1 commit
  16. 30 Jul, 2013 1 commit
    • 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
  17. 16 Jul, 2013 1 commit
  18. 09 Jul, 2013 1 commit
  19. 04 Jul, 2013 1 commit
  20. 01 Jul, 2013 2 commits
  21. 28 Jun, 2013 1 commit
  22. 08 Jun, 2013 1 commit
  23. 07 Jun, 2013 2 commits
  24. 01 May, 2013 1 commit
  25. 16 Apr, 2013 1 commit
  26. 09 Jan, 2013 1 commit
  27. 01 Dec, 2012 1 commit
  28. 26 Nov, 2012 2 commits
  29. 17 Nov, 2012 1 commit