Skip to content
  1. Feb 17, 2015
  2. Feb 13, 2015
  3. Feb 12, 2015
  4. 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
  5. Dec 26, 2014
  6. Dec 12, 2014
  7. Dec 10, 2014
  8. 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
  9. Nov 27, 2014
  10. 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
  11. 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
  12. Nov 01, 2014
  13. Oct 28, 2014
  14. Oct 27, 2014
  15. Oct 04, 2014
  16. Jul 09, 2014
  17. Jul 02, 2014
  18. Jun 10, 2014
  19. May 26, 2014
  20. May 24, 2014
  21. May 18, 2014
  22. May 15, 2014
  23. May 07, 2014
  24. Apr 21, 2014
  25. Apr 20, 2014
  26. Mar 17, 2014
  27. Mar 16, 2014
  28. Feb 25, 2014
  29. Feb 24, 2014
  30. Feb 22, 2014
  31. Dec 29, 2013
  32. Dec 24, 2013
  33. Dec 22, 2013
  34. Dec 07, 2013
    • Don Gagne's avatar
      Removed LinkInterface methods which were never being called. Updated various... · bfe8684e
      Don Gagne authored
      Removed LinkInterface methods which were never being called. Updated various LinkInterface implementation classes to remove the methods. Some methods such as the ones which measure data rates or bits sent/received were implemented in only some of the implementation classes, and in some cases implemented incorrectly. If they were called, the values returned would be incorrect. Although there was some partial implementation for these I removed them as well since in all case they were never being called by any code. In checking Blame, these came across in 2010 and have remained unimplemented since them, so I figure better to clean up than leave crufty, unused, half finished stuff in.
      bfe8684e
  35. Sep 03, 2013
Loading