- Sep 15, 2020
-
-
DonLakeFlyer authored
Landing Pattern: Loiter to alt optional support
-
- Jul 31, 2020
-
-
DonLakeFlyer authored
Replace qFuzzyCompare with better functioning QGC::fuzzyCompare
-
- Jul 18, 2020
-
-
DonLakeFlyer authored
New standalone mission editor unit test
-
- Jul 17, 2020
-
-
DonLakeFlyer authored
Support for Vehicle and Firmware classes
-
- Jun 30, 2020
-
-
DonLakeFlyer authored
Harden FTPManager::download against packet loss
-
- Jun 26, 2020
-
-
DonLakeFlyer authored
More work on vehicle connect state machine(s)
-
- Jun 21, 2020
-
-
DonLakeFlyer authored
New initial connect state machine which supports COMPONENT_INFORMATION
-
- Jun 05, 2020
-
-
Patrick José Pereira authored
Signed-off-by:
Patrick José Pereira <patrickelectric@gmail.com>
-
- May 03, 2020
-
-
DoinLakeFlyer authored
More work on crash fixes
-
- Mar 15, 2020
-
-
DoinLakeFlyer authored
Force consistent setting for offline vehicle
-
- Feb 01, 2020
-
-
Gus Grubba authored
-
- May 15, 2019
-
-
Gus Grubba authored
-
Gus Grubba authored
-
- Nov 01, 2018
-
-
Don Gagne authored
FW Landing Pattern: Support for stop photo/video. Plus item unit test.
-
- Oct 24, 2018
-
-
Patrick José Pereira authored
Signed-off-by:
Patrick José Pereira <patrickelectric@gmail.com>
-
- May 28, 2018
-
-
DonLakeFlyer authored
-
- Feb 05, 2018
-
-
DonLakeFlyer authored
-
- Sep 13, 2017
-
-
Don Gagne authored
-
- Aug 11, 2017
-
-
Don Gagne authored
-
- May 25, 2017
-
-
DonLakeFlyer authored
-
- May 08, 2017
-
-
DonLakeFlyer authored
-
- Aug 26, 2016
-
-
Don Gagne authored
-
- Aug 25, 2016
-
-
Don Gagne authored
-
- Jun 23, 2016
-
-
Don Gagne authored
-
- May 31, 2016
-
-
Lorenz Meier authored
-
- Dec 05, 2015
-
-
Don Gagne authored
-
- Nov 29, 2015
-
-
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.
-
- Nov 23, 2015
-
-
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
-
- Nov 19, 2015
-
-
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
-
- Nov 18, 2015
-
-
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
-
- Oct 30, 2015
- Oct 19, 2015
-
-
Don Gagne authored
-
- Feb 03, 2015
-
-
dogmaphobic authored
-
- Feb 02, 2015
-
-
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).
-
- Jan 29, 2015
-
-
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()
-
- Jan 28, 2015
-
-
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.
-
dogmaphobic authored
WIP issue #1173. Adding default suffix (extension). While at it, added selected filter support and removed unit test assert about its use.
-