- Nov 25, 2014
-
-
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
-
- Oct 07, 2014
-
-
Don Gagne authored
-
- Aug 21, 2014
-
-
Don Gagne authored
-
- Jul 15, 2014
-
-
Lorenz Meier authored
-
- Jul 02, 2014
-
-
Lorenz Meier authored
-
- Apr 27, 2014
-
-
Lorenz Meier authored
-
- Feb 13, 2014
-
-
Bryant authored
Also fixed some code in QGCPX4VehicleConfig to remove unnecessary DialogBare references.
-
- Feb 01, 2014
-
-
Lorenz Meier authored
-
- Dec 30, 2013
-
-
Lorenz Meier authored
-
- Dec 29, 2013
-
-
Lorenz Meier authored
-
- Dec 28, 2013
-
-
Don Gagne authored
-
- Sep 02, 2013
-
-
Lorenz Meier authored
-
- Aug 27, 2013
-
-
Lorenz Meier authored
-
- Aug 25, 2013
-
-
Lorenz Meier authored
-
- Aug 24, 2013
-
-
Lorenz Meier authored
-
- Aug 20, 2013
-
-
tstellanova authored
Add "skip" buttons in msg box (instead of cancel); allow user to cancel upload of rc params after reviewing them
-
tstellanova authored
Add persistRcValuesButt to allow mappings to be persisted outside the calibration mode; cleanup const params in param dataq model; add some debug for mapping problems
-
- Aug 19, 2013
-
-
Lorenz Meier authored
-
- Aug 18, 2013
-
-
Lorenz Meier authored
-
- Aug 17, 2013
-
-
Lorenz Meier authored
Checkpoint: RC calibration much better / operation, can use UI tweaks. Airframe config in, but not operational and still very functional / ugly.
-
- Aug 16, 2013
-
-
tstellanova authored
-
- Aug 13, 2013
-
-
tstellanova authored
-
tstellanova authored
-
tstellanova authored
-
- Aug 08, 2013
-
-
tstellanova authored
-
- Jul 31, 2013
-
-
tstellanova authored
-
tstellanova authored
-
- Jul 26, 2013
-
-
Lorenz Meier authored
-
- Jun 10, 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 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
-
- Jun 05, 2013
-
-
Michael Carpenter authored
-
- Jun 04, 2013
-
-
Michael Carpenter authored
-
- May 21, 2013
-
-
Michael Carpenter authored
-
- May 01, 2013
-
-
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
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.
-
- Nov 24, 2012
-
-
Lorenz Meier authored
-