Skip to content
  1. Mar 30, 2015
  2. Mar 28, 2015
    • Don Gagne's avatar
      Remove link ids and add link mavlink channel · 4f5984b3
      Don Gagne authored
      Link ids were being used interchangeably with the mavlink channel for
      the link. Link ids handed out as a numerically increasing integer. Once
      the counter went past MAVLINK_COMM_NUM_BUFFERS all hell would break
      loose and cause memory corruption.
      4f5984b3
  3. Mar 26, 2015
  4. Dec 10, 2014
  5. Dec 01, 2014
    • Bryant's avatar
      Remove all unnecessary calls to QSettings.sync(). · 6359f78a
      Bryant authored
      This function is called automatically when a QSettings object is destroyed,
      so is rarely needed to be called explicitly.
      
      There are still some cases where
      a QSettings object is passed-by-reference, so there I left the sync() calls as
      it's unclear how permanent those objects are and if they'd call sync() before
      application shutdown
      6359f78a
    • Don Gagne's avatar
      Fix broken connect · e7908d74
      Don Gagne authored
      e7908d74
  6. Nov 27, 2014
  7. Nov 24, 2014
  8. Jul 24, 2014
  9. Jan 08, 2014
  10. 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
  11. Dec 23, 2013
  12. Dec 22, 2013
  13. Aug 15, 2013
  14. Aug 03, 2013
  15. Jun 05, 2013
  16. May 21, 2013
  17. Dec 10, 2012
  18. Oct 04, 2012
  19. Sep 19, 2012
  20. Sep 18, 2012
  21. Aug 27, 2012
  22. Aug 07, 2012
  23. Jul 30, 2012
  24. Jul 25, 2012
  25. Jul 13, 2012
  26. Sep 16, 2011
  27. Sep 02, 2011
  28. Jul 31, 2011
  29. Jul 29, 2011
  30. Jul 28, 2011
  31. Jul 16, 2011
  32. Jul 14, 2011
Loading