1. 18 Feb, 2015 2 commits
  2. 17 Feb, 2015 4 commits
  3. 16 Feb, 2015 2 commits
  4. 14 Feb, 2015 1 commit
    • 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
  5. 13 Feb, 2015 3 commits
  6. 10 Feb, 2015 2 commits
  7. 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
  8. 07 Feb, 2015 1 commit
  9. 04 Feb, 2015 2 commits
  10. 03 Feb, 2015 5 commits
  11. 02 Feb, 2015 9 commits
  12. 31 Jan, 2015 1 commit
  13. 29 Jan, 2015 1 commit
    • dogmaphobic's avatar
      Added default suffixes to these functions: · 32495fc4
      dogmaphobic authored
      QGCApplication::saveTempFlightDataLogOnMainThread()
      MainWindow::startVideoCapture()
      QGCBaseParamWidget::saveParametersToFile()
      QGCDataPlot2D::savePlot()
      QGCDataPlot2D::saveCsvLog()
      WaypointList::saveWaypoints()
      QGCToolWidget::exportWidget()
      LinechartWidget::startLogging()
      
      Making sure defaultSuffix doesn’t start with a dot (i.e. “.bar”)
      
      QGCFileDialog::getSaveFileName()
      
      Assert if defaultSuffix contains a dot (i.e. “.bar”)
      
      UnitTest::_getSaveFileName()
      32495fc4
  14. 21 Jan, 2015 1 commit
  15. 08 Jan, 2015 1 commit
  16. 01 Jan, 2015 1 commit
  17. 31 Dec, 2014 1 commit
  18. 30 Dec, 2014 2 commits