- Oct 15, 2015
-
-
Don Gagne authored
-
- Oct 13, 2015
-
-
Don Gagne authored
-
- Aug 29, 2015
-
-
Don Gagne authored
- MultiVehicleManager is a Qml friendly replacement for UASManager - Vehicle is a replacement for both UAS and AutoPilotPlugin
-
- Aug 28, 2015
-
-
Nate Weibley authored
-
Nate Weibley authored
-
- Aug 11, 2015
-
-
Lorenz Meier authored
-
- May 31, 2015
-
-
dogmaphobic authored
-
- Mar 16, 2015
-
-
Lorenz Meier authored
Line chart widget: Auto-force ground time if offset is more than 3 seconds (30% of default view width)
-
- Feb 04, 2015
-
-
dogmaphobic authored
-
dogmaphobic authored
-
- Feb 03, 2015
-
-
dogmaphobic authored
-
dogmaphobic authored
Fixing braces Changing data plot save files to csv only Fixing LinechartWidget::startLogging() as it no longer needs to worry about a proper file name being set.
-
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).
-
dogmaphobic authored
-
- Jan 31, 2015
-
-
dogmaphobic authored
-
- 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()
-
- Dec 26, 2014
- Dec 05, 2014
-
-
Don Gagne authored
This makes unit test output easier to read
-
- Dec 04, 2014
-
-
Don Gagne authored
-
- Dec 03, 2014
-
-
Don Gagne authored
This makes unit test output easier to read
-
- Dec 01, 2014
-
-
Bryant authored
This function is called automatically when a QSettings object is destroyed, so is rarely needed to be called explicitly. There are still some cases where a QSettings object is passed-by-reference, so there I left the sync() calls as it's unclear how permanent those objects are and if they'd call sync() before application shutdown
-
- Nov 27, 2014
-
-
Don Gagne authored
-
- Nov 25, 2014
-
-
Don Gagne authored
Subclass of QMessageBox which re-implements the static public functions. There are two reasons for this: 1) The QMessageBox implementation on OSX does now show the title string. This leads to message boxes which don't make much sense. So on OSX we set title to text and text to informative text. 2) If parent is NULL, we set parent to MainWindow::instance. This prevents message boxes which can go behind MainWindow
-
Don Gagne authored
-
- Nov 24, 2014
-
-
Don Gagne authored
Using QFileDialog directly on OS X can hang intermittently due to Qt bug.
-
- Aug 05, 2014
-
-
Bryant Mairs authored
-
- Jul 26, 2014
-
-
Bryant Mairs authored
I don't think it's needed anywhere in QGC since this has been a bug for a long time.
-
- Jun 27, 2014
-
-
Bryant Mairs authored
-
Bryant Mairs authored
-
Bryant Mairs authored
-
Bryant Mairs authored
-
- Jun 26, 2014
-
-
Bryant authored
I was unsure how to update the QwtPlotPrintFilter code, so I just commented it out with a FIXME.
-
- May 05, 2014
-
-
Lorenz Meier authored
-
- Feb 22, 2014
-
-
Don Gagne authored
MainWindow::loadDataView has been commented out for 9 months now. Removed commented out code instead of leaving cruft in.
-
- Feb 12, 2014
-
-
Don Gagne authored
-
- Jan 12, 2014