Skip to content
  1. Jul 25, 2015
  2. Jul 01, 2015
    • Don Gagne's avatar
      Run SerialLink on main thread · cf9df59c
      Don Gagne authored
      This is needed for Android since it needs to communicate with java apis
      which require everything on the main thread. The additional thread was
      not really needed since you can implement using a signal based approach
      which ends up being the same thing.
      cf9df59c
  3. Apr 23, 2015
  4. Apr 18, 2015
  5. 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
  6. Mar 13, 2015
  7. Mar 12, 2015
  8. Feb 17, 2015
  9. Feb 13, 2015
  10. Feb 12, 2015
  11. Feb 09, 2015
    • Bryant's avatar
      Fix setting the baud rate. · 5730af5c
      Bryant authored
      There's also a partial fix for the databits and stopbits. I'm unsure how to deal with the logic
      around the 'is_cdc' variable, as I can't really follow what it's for.
      5730af5c
  12. Dec 26, 2014
  13. Dec 12, 2014
  14. Dec 10, 2014
  15. 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
  16. Nov 27, 2014
  17. Nov 24, 2014
    • Don Gagne's avatar
      Link connect/disconnect only through LinkManager · f65c0a57
      Don Gagne authored
      Centralize all connecting and disconnecting of links through
      LinkManager::[Connect|Disconnect]Link api. Connect/Disconnect no longer
      allowed through LinkInterface. This allows creation of new
      LinkManager::setConnections[Suspended|Allowed] methods to disallow
      connections as needed.
      f65c0a57
  18. Nov 03, 2014
    • Don Gagne's avatar
      LinkInterface::bytesAvailable api removal · dc0c3f3d
      Don Gagne authored
      This api doesn’t make any sense given the fact that LinkInterface
      signals bytesReceived with the bytes in the signal. Also the reason why
      it is never called!
      dc0c3f3d
  19. Nov 01, 2014
  20. Oct 28, 2014
  21. Oct 27, 2014
  22. Oct 04, 2014
  23. Jul 09, 2014
  24. Jul 02, 2014
  25. Jun 10, 2014
  26. May 26, 2014
  27. May 24, 2014
  28. May 18, 2014
  29. May 15, 2014
  30. May 07, 2014
  31. Apr 21, 2014
  32. Apr 20, 2014
  33. Mar 17, 2014
  34. Mar 16, 2014
  35. Feb 25, 2014
  36. Feb 24, 2014
Loading