- 04 Feb, 2015 1 commit
-
-
dogmaphobic authored
-
- 03 Feb, 2015 2 commits
-
-
dogmaphobic authored
-
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
-
- 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()
-
- 04 Dec, 2014 1 commit
-
-
Don Gagne authored
-
- 25 Nov, 2014 1 commit
-
-
Don Gagne authored
Do not dynamic cast or de-reference QObject, since object is either in destructor or may have already been destroyed.
-
- 24 Nov, 2014 1 commit
-
-
Don Gagne authored
Using QFileDialog directly on OS X can hang intermittently due to Qt bug.
-
- 27 Jun, 2014 1 commit
-
-
Bryant Mairs authored
-
- 12 Jan, 2014 2 commits
- 20 Oct, 2013 1 commit
-
-
John Tapsell authored
This allows you to add XY graph plots of any data. For example, x,y position data of a servo.
-
- 19 Oct, 2013 1 commit
-
-
John Tapsell authored
-
- 18 Oct, 2013 5 commits
-
-
John Tapsell authored
-
John Tapsell authored
Clean up when exactly we should save settings, and add in checks to make sure we do not do it incorrectly
-
John Tapsell authored
-
John Tapsell authored
-
John Tapsell authored
This fixes a bunch of bugs with setting the title for widgets, deleting widgets, etc. It also reduces the amount of code duplication, which is always a good thing.
-
- 14 Oct, 2013 1 commit
-
-
John Tapsell authored
-
- 13 Oct, 2013 4 commits
-
-
John Tapsell authored
-
John Tapsell authored
-
John Tapsell authored
-
John Tapsell authored
-
- 03 May, 2013 1 commit
-
-
Michael Carpenter authored
-
- 01 May, 2013 8 commits
-
-
Michael Carpenter authored
Variable calibration procedure text based on the autopilot, stored in files/%autopilot%/general/calibration/description.txt. Added a new QGCTextLabel type for QGW files, which can display MAV text or hardcoded text. Added tabular configuration screens based on folder structure inside the files/autopilot/airframe folders
-
Michael Carpenter authored
-
Michael Carpenter authored
-
Michael Carpenter authored
Fixed valueChanged bug in QGCParamSlider and added in automatic min/max slider values based on param QVariant type
-
Michael Carpenter authored
Configuration parameters are now split into two categories, General and Advanced, where General parameters are anything defined in the configuration file and Advanced are anything not defined in the configuration file, but the autopilot still returns when requesting a parameter list.
-
Michael Carpenter authored
This commit still allows configuration widgets to be loaded from qgc files assuming that there is no APM generated xml file (arduplane.pdef.xml) in the files/%autopilorname%/ directory. This filename needs to be configurable, and selectable at runtime. It is not yet.
-
Michael Carpenter authored
APM configuration, battery and extra sensors
-
Michael Carpenter authored
-
- 15 Apr, 2013 1 commit
-
-
Lorenz Meier authored
-
- 21 Sep, 2011 1 commit
-
-
LM authored
-
- 20 Sep, 2011 1 commit
-
-
LM authored
Fixed roll angle in Google earth, still not smooth. Fixed a number of threading issues. Fixed all custom widget related bugs. Improved MAVLink decoder. Reduced CPU usage substantially across all views
-
- 19 Sep, 2011 1 commit
-
-
LM authored
-
- 08 Sep, 2011 1 commit
-
-
LM authored
-