- 07 Oct, 2020 1 commit
-
-
Don Gagne authored
New VehicleLinkManager implementation
-
- 15 Sep, 2020 1 commit
-
-
DonLakeFlyer authored
Landing Pattern: Loiter to alt optional support
-
- 31 Jul, 2020 1 commit
-
-
DonLakeFlyer authored
Replace qFuzzyCompare with better functioning QGC::fuzzyCompare
-
- 18 Jul, 2020 1 commit
-
-
DonLakeFlyer authored
New standalone mission editor unit test
-
- 17 Jul, 2020 1 commit
-
-
DonLakeFlyer authored
Support for Vehicle and Firmware classes
-
- 30 Jun, 2020 1 commit
-
-
DonLakeFlyer authored
Harden FTPManager::download against packet loss
-
- 26 Jun, 2020 1 commit
-
-
DonLakeFlyer authored
More work on vehicle connect state machine(s)
-
- 21 Jun, 2020 1 commit
-
-
DonLakeFlyer authored
New initial connect state machine which supports COMPONENT_INFORMATION
-
- 05 Jun, 2020 1 commit
-
-
Patrick José Pereira authored
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
-
- 03 May, 2020 1 commit
-
-
DoinLakeFlyer authored
More work on crash fixes
-
- 15 Mar, 2020 1 commit
-
-
DoinLakeFlyer authored
Force consistent setting for offline vehicle
-
- 01 Feb, 2020 1 commit
-
-
Gus Grubba authored
-
- 15 May, 2019 2 commits
-
-
Gus Grubba authored
-
Gus Grubba authored
-
- 01 Nov, 2018 1 commit
-
-
Don Gagne authored
FW Landing Pattern: Support for stop photo/video. Plus item unit test.
-
- 24 Oct, 2018 1 commit
-
-
Patrick José Pereira authored
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
-
- 28 May, 2018 1 commit
-
-
DonLakeFlyer authored
-
- 05 Feb, 2018 1 commit
-
-
DonLakeFlyer authored
-
- 13 Sep, 2017 1 commit
-
-
Don Gagne authored
-
- 11 Aug, 2017 1 commit
-
-
Don Gagne authored
-
- 25 May, 2017 1 commit
-
-
DonLakeFlyer authored
-
- 08 May, 2017 1 commit
-
-
DonLakeFlyer authored
-
- 26 Aug, 2016 1 commit
-
-
Don Gagne authored
-
- 25 Aug, 2016 1 commit
-
-
Don Gagne authored
-
- 23 Jun, 2016 1 commit
-
-
Don Gagne authored
-
- 31 May, 2016 1 commit
-
-
Lorenz Meier authored
-
- 05 Dec, 2015 1 commit
-
-
Don Gagne authored
-
- 29 Nov, 2015 1 commit
-
-
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.
-
- 23 Nov, 2015 1 commit
-
-
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
-
- 19 Nov, 2015 1 commit
-
-
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
-
- 18 Nov, 2015 1 commit
-
-
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
-
- 30 Oct, 2015 3 commits
- 19 Oct, 2015 1 commit
-
-
Don Gagne authored
-
- 03 Feb, 2015 1 commit
-
-
dogmaphobic authored
-
- 02 Feb, 2015 2 commits
-
-
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.
-
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).
-
- 29 Jan, 2015 1 commit
-
-
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()
-
- 28 Jan, 2015 1 commit
-
-
dogmaphobic authored
Revert premature assumption that adding support for selected filters in Open Save would not affect all other file dialog operations. As is, unit tests requires all or nothing.
-