- 27 Apr, 2015 1 commit
-
-
Don Gagne authored
-
- 22 Apr, 2015 1 commit
-
-
dogmaphobic authored
-
- 20 Apr, 2015 1 commit
-
-
Don Gagne authored
-
- 14 Apr, 2015 1 commit
-
-
Don Gagne authored
-
- 02 Apr, 2015 1 commit
-
-
Don Gagne authored
- All resources are either under src or under resources dirs - Removed files top level directory - Move flightgear files to top level dir
-
- 01 Apr, 2015 2 commits
- 13 Mar, 2015 1 commit
-
-
Don Gagne authored
If it doesn’t exist it will be prefilled with all registered categories set to false
-
- 09 Mar, 2015 1 commit
-
-
dogmaphobic authored
Created new ScreenTools exported control for QML code to obtain screen DPI factor to be used for computing font point sizes. This code used to be in the tool bar code and now is available to all QML widgets. Moved global mouse position tool into ScreenTools as I felt it would be a place to collect these sort of functionality. Replaced Tree used in the Safety Component from a PNG file to a SVG file as the PNG was not scaling up properly.
-
- 07 Mar, 2015 1 commit
-
-
Don Gagne authored
-
- 19 Feb, 2015 1 commit
-
-
Basil Huber authored
changed criticalMessageBoxOnMainThread(const QString& title, const QString& msg) to QGCMessageBox::warning
-
- 18 Feb, 2015 1 commit
-
-
Basil Huber authored
-
- 17 Feb, 2015 5 commits
-
-
dogmaphobic authored
Shrunk the Message drop down dialog a bit. Made the Message drop down dialog slightly transparent.
-
Basil Huber authored
Replace QMessageBox::warning by QGCApplication::criticalMessageBoxOnMainThread and removed unnecessary copying action
-
dogmaphobic authored
-
Basil Huber authored
Added to ". Please provide a different file name to save to." to the error dialog
-
Basil Huber authored
changed QGCApplication::saveTempFlightDataLogOnMainThread(QString tempLogfile) to enable overwriting files existing file is removed before saving file (QFile::copy cannot overwrite files)
-
- 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
Since this is generic Qml support not specific to FactSystem
-
- 04 Feb, 2015 2 commits
-
-
Don Gagne authored
-
dogmaphobic authored
-
- 03 Feb, 2015 1 commit
-
-
dogmaphobic authored
-
- 02 Feb, 2015 3 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).
-
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()
-
- 28 Jan, 2015 1 commit
-
-
dogmaphobic authored
WIP issue #1173. Adding default suffix (extension). While at it, added selected filter support and removed unit test assert about its use.
-
- 27 Dec, 2014 1 commit
-
-
Don Gagne authored
QQuickWidget can’t handle this
-
- 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.
-
- 11 Dec, 2014 1 commit
-
-
Don Gagne authored
-
- 10 Dec, 2014 1 commit
-
-
Don Gagne authored
-
- 09 Dec, 2014 2 commits
- 08 Dec, 2014 1 commit
-
-
Don Gagne authored
-
- 05 Dec, 2014 1 commit
-
-
Don Gagne authored
-
- 03 Dec, 2014 1 commit
-
-
Don Gagne authored
This is done by tweaking the application name when running unit test
-