- Aug 13, 2013
-
-
tstellanova authored
-
tstellanova authored
-
tstellanova authored
-
tstellanova authored
-
- Aug 08, 2013
-
-
tstellanova authored
-
tstellanova authored
-
tstellanova authored
-
- Aug 06, 2013
-
-
tstellanova authored
-
- Jun 13, 2013
-
-
Michael Carpenter authored
-
- Jun 11, 2013
-
-
Lorenz Meier authored
-
- Jun 10, 2013
-
-
Bryant authored
Finished merging QGCVehicleConfig.ui, which I hadn't done properly last night. Things are now in a usable state again.
-
Bryant authored
Removing UASes now returns the UI to an almost pristine state. This was done by altering the activeUASSet signal so that it can emit a NULL UAS. Crashes may still exist in autopilot-specific code.
-
- Jun 07, 2013
-
-
Bryant authored
Removing UASes now returns the UI to an almost pristine state. This was done by altering the activeUASSet signal so that it can emit a NULL UAS. Crashes may still exist in autopilot-specific code.
-
- Jun 06, 2013
-
-
Michael Carpenter authored
-
Michael Carpenter authored
-
- Jun 05, 2013
-
-
Michael Carpenter authored
-
Michael Carpenter authored
-
Michael Carpenter authored
Change for the new RC calibration widget, still needs an if/else to load the old one for unsupported systems
-
- Jun 04, 2013
-
-
Michael Carpenter authored
-
Michael Carpenter authored
-
- May 26, 2013
-
-
Bryant authored
Set most UI to disabled by default with it only enabled on the addition of an active UAS. Added all missing parameter control buttons to the Vehicle Config widget.
-
Bryant authored
-
Bryant authored
Small code cleanup. If statement was removed because at this point 'mav' has already been assumed to be non-null for a while.
-
- May 25, 2013
-
-
Lorenz Meier authored
-
- May 23, 2013
-
-
Michael Carpenter authored
-
- May 21, 2013
-
-
Michael Carpenter authored
-
- May 05, 2013
-
-
Lorenz Meier authored
-
- May 02, 2013
-
-
Lorenz Meier authored
-
- May 01, 2013
-
-
Michael Carpenter authored
Change for conditionally displayed config items (based on other params), and fix for layout of some config items
-
Michael Carpenter authored
Addition of new "User" param for apm.pdef.xml file, allowing for sorting config entries between general and advanced tabs
-
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
-
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
-