- Feb 17, 2015
-
-
dogmaphobic authored
Shrunk the Message drop down dialog a bit. Made the Message drop down dialog slightly transparent.
-
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 07, 2015
-
-
Don Gagne authored
Since this is generic Qml support not specific to FactSystem
-
- Feb 04, 2015
-
-
Don Gagne authored
-
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
-
- 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
WIP issue #1173. Adding default suffix (extension). While at it, added selected filter support and removed unit test assert about its use.
-
- Dec 27, 2014
-
-
Don Gagne authored
QQuickWidget can’t handle this
-
- Dec 26, 2014
- Dec 20, 2014
-
-
Don Gagne authored
When using DeleteOnClose with a QQuickWidget, the shutdown sequence causes the MainWindow destructor loop back onto itself.
-
- Dec 12, 2014
-
-
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.
-
- Dec 11, 2014
-
-
Don Gagne authored
-
- Dec 10, 2014
-
-
Don Gagne authored
-
- Dec 09, 2014
- Dec 08, 2014
-
-
Don Gagne authored
-
- Dec 05, 2014
-
-
Don Gagne authored
-
- Dec 03, 2014
-
-
Don Gagne authored
This is done by tweaking the application name when running unit test
-
- 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 30, 2014
-
-
Don Gagne authored
-
- Nov 28, 2014
-
-
Don Gagne authored
Allows for UI unit tests to be written: - Ability to respond to expected message boxes - Ability to fail test if unexpected message boxes occurs
-
- Nov 27, 2014
-
-
Don Gagne authored
-
- Nov 26, 2014
- Nov 25, 2014
-
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
Should have known better!
-
Don Gagne authored
-
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
-
- Nov 24, 2014
-
-
Don Gagne authored
- Also renamed QGCCore->QGCApplication to better reflect usage. - New global qgcApp api to access main QHCApplication singleton
-
- Nov 05, 2014
-
-
Don Gagne authored
-
- Nov 01, 2014
-
-
Don Gagne authored
-