1. 16 Feb, 2015 1 commit
    • Basil Huber's avatar
      Repaired feature to save images from video downlink (fixes #1239) · 8e45fe85
      Basil Huber authored
      problem:
      in src/ui$/HUD.cc copyImage(UASInterface* u): u->getImage() was called twice. The first called already erased the buffer.
      
      changes:
      src/ui/HUD.cc: copyImage(UASInterface* u): instead of getting the image a second time, we take the one we already fetched
      8e45fe85
  2. 10 Feb, 2015 2 commits
  3. 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
  4. 07 Feb, 2015 1 commit
  5. 04 Feb, 2015 2 commits
  6. 03 Feb, 2015 5 commits
  7. 02 Feb, 2015 9 commits
  8. 31 Jan, 2015 1 commit
  9. 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
  10. 21 Jan, 2015 1 commit
  11. 08 Jan, 2015 1 commit
  12. 01 Jan, 2015 1 commit
  13. 31 Dec, 2014 1 commit
  14. 30 Dec, 2014 5 commits
  15. 28 Dec, 2014 3 commits
  16. 26 Dec, 2014 3 commits
  17. 23 Dec, 2014 2 commits