- Apr 08, 2015
-
-
Don Gagne authored
-
- Mar 31, 2015
-
-
dogmaphobic authored
New version using QtQuick along with an experimental Map Background
-
- Mar 29, 2015
-
-
Don Gagne authored
-
- Mar 28, 2015
-
-
Don Gagne authored
Link ids were being used interchangeably with the mavlink channel for the link. Link ids handed out as a numerically increasing integer. Once the counter went past MAVLINK_COMM_NUM_BUFFERS all hell would break loose and cause memory corruption.
-
- Mar 26, 2015
-
-
Don Gagne authored
-
dogmaphobic authored
-
- Mar 22, 2015
-
-
Don Gagne authored
Also many LinkManager API changes to further isolate all link management inside LinkManager.
-
- Mar 15, 2015
- Mar 13, 2015
-
-
Don Gagne authored
If it doesn’t exist it will be prefilled with all registered categories set to false
-
- Mar 07, 2015
-
-
Don Gagne authored
-
- Mar 05, 2015
-
-
Don Gagne authored
Also turn them back on
-
- Mar 04, 2015
-
-
dogmaphobic authored
-
- Mar 03, 2015
-
-
Don Gagne authored
-
- Mar 01, 2015
-
-
Don Gagne authored
-
- Feb 28, 2015
-
-
Don Gagne authored
-
- Feb 18, 2015
-
-
dogmaphobic authored
-
- Feb 13, 2015
-
-
dogmaphobic authored
The goal of this first installment is to organize the code a bit so it's more readable, clean up a bit of left over cruft, and manage link configurations (and links in general).
-
- Feb 12, 2015
- 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.
-
- Jan 09, 2015
-
-
Thomas Gubler authored
-
- Jan 01, 2015
- Dec 26, 2014
- Dec 25, 2014
-
-
Don Gagne authored
-
- Dec 23, 2014
- Dec 22, 2014
-
-
Don Gagne authored
-
- Dec 20, 2014
-
-
Don Gagne authored
This prevents mavlink signals from being emitted after link is disconnected
-
- Dec 12, 2014
- Dec 11, 2014
-
-
Don Gagne authored
-
- Dec 10, 2014
-
-
Don Gagne authored
-