Skip to content
  1. Feb 25, 2015
  2. Feb 20, 2015
  3. Feb 18, 2015
  4. Feb 17, 2015
  5. Feb 14, 2015
    • dogmaphobic's avatar
      Fixing asynchronous issue with link disconnect. · e0d94b4d
      dogmaphobic authored
      I noticed that some times, the disconnect signal would get to the updateConnect button (tool bar) before the link was physically disconnected. That would cause it to count it as a still connected link and get the connect button logic out of sync.
      While at it, added an interface to the UDP link to return its configuration instance. That allows the LinkManager to unlink it when disconnecting it.
      e0d94b4d
    • dogmaphobic's avatar
      Forcing no proxy for UDP connections. · 3fd9497c
      dogmaphobic authored
      This came through google groups and as the change is right where I'd been working, I added it here to avoid collision.
      3fd9497c
  6. Feb 13, 2015
  7. Feb 12, 2015
  8. 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
  9. Dec 26, 2014
  10. Dec 24, 2014
  11. Dec 12, 2014
  12. Dec 11, 2014
  13. Dec 10, 2014
  14. Dec 09, 2014
  15. Dec 05, 2014
  16. Dec 03, 2014
  17. 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
  18. Nov 30, 2014
  19. Nov 27, 2014
  20. Nov 26, 2014
  21. Nov 25, 2014
  22. Nov 24, 2014
Loading