1. 12 Mar, 2015 1 commit
  2. 10 Mar, 2015 1 commit
  3. 05 Mar, 2015 1 commit
  4. 01 Mar, 2015 1 commit
  5. 25 Feb, 2015 1 commit
  6. 20 Feb, 2015 1 commit
  7. 18 Feb, 2015 2 commits
  8. 17 Feb, 2015 1 commit
  9. 14 Feb, 2015 2 commits
    • 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
  10. 13 Feb, 2015 2 commits
  11. 12 Feb, 2015 1 commit
  12. 09 Feb, 2015 1 commit
    • 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
  13. 26 Dec, 2014 3 commits
  14. 24 Dec, 2014 1 commit
  15. 12 Dec, 2014 1 commit
    • Don Gagne's avatar
      Move UAS and MAVLinkProtocol back to main thread · fc493d75
      Don Gagne authored
      Plus a large number of other changes to allow for orderly shutdown of
      objects without crashes or asserts. This is need for unit tests to
      create/delete global state around every test.
      fc493d75
  16. 11 Dec, 2014 1 commit
  17. 10 Dec, 2014 3 commits
  18. 09 Dec, 2014 3 commits
  19. 05 Dec, 2014 2 commits
  20. 03 Dec, 2014 1 commit
  21. 01 Dec, 2014 1 commit
    • 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
  22. 30 Nov, 2014 1 commit
  23. 27 Nov, 2014 5 commits
  24. 26 Nov, 2014 1 commit
  25. 25 Nov, 2014 2 commits
    • Don Gagne's avatar
      File renames · 68a59a78
      Don Gagne authored
      68a59a78
    • Don Gagne's avatar
      Use new QGCMessageBox apis · db7b86fb
      Don Gagne authored
      Subclass of QMessageBox which re-implements the static public
      functions. There are two reasons for this:
      1) The QMessageBox implementation on OSX does now show the title
      string. This leads to message boxes which don't make much sense. So on
      OSX we set title to text and text to informative text.
      2) If parent is NULL, we set parent to MainWindow::instance. This
      prevents message boxes which can go behind MainWindow
      db7b86fb