1. 17 Jul, 2020 1 commit
    • DonLakeFlyer's avatar
      · 2debdad3
      DonLakeFlyer authored
      Support for Vehicle and Firmware classes
      2debdad3
  2. 30 Jun, 2020 1 commit
    • DonLakeFlyer's avatar
      · 271ccccb
      DonLakeFlyer authored
      Harden FTPManager::download against packet loss
      271ccccb
  3. 26 Jun, 2020 1 commit
    • DonLakeFlyer's avatar
      · b730b4b7
      DonLakeFlyer authored
      More work on vehicle connect state machine(s)
      b730b4b7
  4. 21 Jun, 2020 1 commit
    • DonLakeFlyer's avatar
      · 22758326
      DonLakeFlyer authored
      New initial connect state machine which supports COMPONENT_INFORMATION
      22758326
  5. 05 Jun, 2020 1 commit
  6. 03 May, 2020 1 commit
    • DoinLakeFlyer's avatar
      · 8abf00c6
      DoinLakeFlyer authored
      More work on crash fixes
      8abf00c6
  7. 15 Mar, 2020 1 commit
    • DoinLakeFlyer's avatar
      · 127271cd
      DoinLakeFlyer authored
      Force consistent setting for offline vehicle
      127271cd
  8. 01 Feb, 2020 1 commit
  9. 15 May, 2019 2 commits
  10. 01 Nov, 2018 1 commit
    • Don Gagne's avatar
      · 92e7bf38
      Don Gagne authored
      FW Landing Pattern: Support for stop photo/video. Plus item unit test.
      92e7bf38
  11. 24 Oct, 2018 1 commit
  12. 28 May, 2018 1 commit
  13. 05 Feb, 2018 1 commit
  14. 13 Sep, 2017 1 commit
  15. 11 Aug, 2017 1 commit
  16. 25 May, 2017 1 commit
  17. 08 May, 2017 1 commit
  18. 26 Aug, 2016 1 commit
  19. 25 Aug, 2016 1 commit
  20. 23 Jun, 2016 1 commit
  21. 31 May, 2016 1 commit
  22. 05 Dec, 2015 1 commit
  23. 29 Nov, 2015 1 commit
    • 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
  24. 23 Nov, 2015 1 commit
    • 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
  25. 19 Nov, 2015 1 commit
    • 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
  26. 18 Nov, 2015 1 commit
    • 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
  27. 30 Oct, 2015 3 commits
  28. 19 Oct, 2015 1 commit
  29. 03 Feb, 2015 1 commit
  30. 02 Feb, 2015 2 commits
    • 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
  31. 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
  32. 28 Jan, 2015 2 commits
  33. 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
  34. 11 Dec, 2014 1 commit
  35. 10 Dec, 2014 1 commit