Skip to content
  1. Jun 30, 2020
    • DonLakeFlyer's avatar
      · 271ccccb
      DonLakeFlyer authored
      Harden FTPManager::download against packet loss
      271ccccb
  2. Jun 26, 2020
    • DonLakeFlyer's avatar
      · b730b4b7
      DonLakeFlyer authored
      More work on vehicle connect state machine(s)
      b730b4b7
  3. Jun 21, 2020
    • DonLakeFlyer's avatar
      · 22758326
      DonLakeFlyer authored
      New initial connect state machine which supports COMPONENT_INFORMATION
      22758326
  4. Jun 05, 2020
  5. May 03, 2020
    • DoinLakeFlyer's avatar
      · 8abf00c6
      DoinLakeFlyer authored
      More work on crash fixes
      8abf00c6
  6. Mar 15, 2020
    • DoinLakeFlyer's avatar
      · 127271cd
      DoinLakeFlyer authored
      Force consistent setting for offline vehicle
      127271cd
  7. Feb 01, 2020
  8. May 15, 2019
  9. Nov 01, 2018
    • Don Gagne's avatar
      · 92e7bf38
      Don Gagne authored
      FW Landing Pattern: Support for stop photo/video. Plus item unit test.
      92e7bf38
  10. Oct 24, 2018
  11. May 28, 2018
  12. Feb 05, 2018
  13. Sep 13, 2017
  14. Aug 11, 2017
  15. May 25, 2017
  16. May 08, 2017
  17. Aug 26, 2016
  18. Aug 25, 2016
  19. Jun 23, 2016
  20. May 31, 2016
  21. Dec 05, 2015
  22. Nov 29, 2015
    • Don Gagne's avatar
      Autoconnect restructuring · ca6eccda
      Don Gagne authored
      Windows OS doesn’t disconnect port when you pull plug on USB. This
      caused all sorts of problems with previous logic. New logic handles
      this correctly.
      ca6eccda
  23. Nov 23, 2015
    • Don Gagne's avatar
      Auto connect support · b9cb57ec
      Don Gagne authored
      - Pervasive change to automatically connect to known board types
      - Lots of additional changes along with this:
      - More exposure of objects/properties to Qml
      - Much restructuring in LinkManager and LinkManager clients
      b9cb57ec
  24. Nov 19, 2015
    • Don Gagne's avatar
      Auto connect support · 18dc3d04
      Don Gagne authored
      - Pervasive change to automatically connect to known board types
      - Lots of additional changes along with this:
      - More exposure of objects/properties to Qml
      - Much restructuring in LinkManager and LinkManager clients
      18dc3d04
  25. Nov 18, 2015
    • Don Gagne's avatar
      Auto connect support · aaed8c2d
      Don Gagne authored
      - Pervasive change to automatically connect to known board types
      - Lots of additional changes along with this:
      - More exposure of objects/properties to Qml
      - Much restructuring in LinkManager and LinkManager clients
      aaed8c2d
  26. Oct 30, 2015
  27. Oct 19, 2015
  28. Feb 03, 2015
  29. Feb 02, 2015
    • dogmaphobic's avatar
      Changing the defaultSuffix argument from a pointer to a const. · 77f442fd
      dogmaphobic authored
      Changing the order of the QGCFileDialog::getSaveFileName() function. The idea was to expand the existing QFileDialog version but as we removed the selectedFilter, we might as well make this more intuitive. The options argument is the one trully optional and should be last.
      Adding an example to the documentation on how to go about figuring out what file type was returned by these functions.
      77f442fd
    • dogmaphobic's avatar
      Removed the “selectedFilter” argument from the QGCFileDialog functions along... · 209d354c
      dogmaphobic authored
      Removed the “selectedFilter” argument from the QGCFileDialog functions along with references to it in unit tests.
      Fixed function declarations and prototypes formatting while at it.
      Changed the caption of a few file save dialogs with a more descriptive text (explicitly telling what is being saved).
      209d354c
  30. Jan 29, 2015
    • 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
  31. Jan 28, 2015
  32. Dec 12, 2014
  33. Dec 11, 2014
  34. Dec 10, 2014
  35. Dec 09, 2014
Loading