- 06 Mar, 2015 1 commit
-
-
dogmaphobic authored
-
- 05 Mar, 2015 1 commit
-
-
Don Gagne authored
Although this should theoretically be a no-op it causes a crash in Windows when running unit tests. Also parent toolbar in constructor.
-
- 04 Mar, 2015 2 commits
-
-
dogmaphobic authored
-
dogmaphobic authored
-
- 13 Feb, 2015 1 commit
-
-
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).
-
- 07 Feb, 2015 1 commit
-
-
Don Gagne authored
-
- 04 Feb, 2015 1 commit
-
-
dogmaphobic authored
-
- 02 Feb, 2015 5 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).
-
Don Gagne authored
-
Don Gagne authored
- Central widget no longer stacked. Views are added/removed to layout to switch view - Dock Widgets are globals with single instance of each type - Both central views and dock widgets are just-in-time created saving lots of memory
-
dogmaphobic authored
-
- 31 Jan, 2015 1 commit
-
-
dogmaphobic authored
-
- 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()
-
- 30 Dec, 2014 2 commits
- 26 Dec, 2014 3 commits
- 20 Dec, 2014 1 commit
-
-
Don Gagne authored
When using DeleteOnClose with a QQuickWidget, the shutdown sequence causes the MainWindow destructor loop back onto itself.
-
- 12 Dec, 2014 1 commit
-
-
Don Gagne authored
Plus a large number of other changes to allow for orderly shutdown of objects without crashes or asserts. This is need for unit tests to create/delete global state around every test.
-
- 10 Dec, 2014 1 commit
-
-
Don Gagne authored
-
- 09 Dec, 2014 4 commits
- 05 Dec, 2014 1 commit
-
-
Don Gagne authored
Previously link were just destroyed
-
- 03 Dec, 2014 3 commits
- 02 Dec, 2014 4 commits
- 01 Dec, 2014 6 commits
-
-
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
-
Bryant authored
-
Bryant authored
Fixes bugs with savings settings for the window state, theme, UAS-connected view, and low-power mode. Also removes some unneccesary logic that attempted to handled unclean shutdowns, which I haven't been able to reproduce.
-
Bryant authored
It was a poor proxy for better coding around the problem of bad settings or the lack of settings on first-run.
-
Bryant authored
-
Bryant authored
-