- Apr 18, 2015
-
-
dogmaphobic authored
-
- Feb 04, 2015
-
-
dogmaphobic 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).
-
dogmaphobic authored
Added a dialog asking the user about overwritting an existing file.
-
dogmaphobic authored
Remove erroneous use of QFileDialog::selectNameFilter(). No filters are to be selected. The argument selectedFilter is a pointer to a String to receive the filter selected/used by the user.
-
dogmaphobic authored
-
dogmaphobic authored
-
- Jan 31, 2015
-
-
dogmaphobic authored
-
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()
-
- Jan 28, 2015
-
-
dogmaphobic authored
Added appropriate AcceptMode to AcceptSave so the OpenFileSave shows the proper Save button instead of the default Open button.
-
dogmaphobic authored
-
dogmaphobic authored
WIP issue #1173. Adding default suffix (extension). While at it, added selected filter support and removed unit test assert about its use.
-
- Dec 26, 2014
-
-
Don Gagne authored
Moving methods from MainWindow to QGCApplication so that more things can run without a window. Helpful for testing.
-
- Dec 03, 2014
- Dec 01, 2014