- 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
-
- Nov 23, 2014
-
-
Lorenz Meier authored
Map widget: make all connections that might suffer from multiple connect logic issues unique, found by Nyaruko
-
- Oct 23, 2014
-
-
Don Gagne authored
-
- Sep 02, 2014
-
-
Thomas Gubler authored
-
- Aug 23, 2014
-
-
Thomas Gubler authored
also adds AMSL output in ft
-
- Jun 27, 2014
-
-
Bryant Mairs authored
-
- Jun 26, 2014
-
-
Lorenz Meier authored
-
- Jun 03, 2014
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- May 19, 2014
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- May 17, 2014
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- Jan 13, 2014
-
-
Don Gagne authored
-
- Jan 07, 2014
-
-
Don Gagne authored
Not sure what qmake # escape is. So fixed the problem instead.
-
- Dec 28, 2013
-
-
Don Gagne authored
-
- Dec 11, 2013
-
-
Anton Babushkin authored
Altitude splitted to altitudeAMSL and altitudeRelative, speed splitted to airSpeed and groundSpeed. PrimaryFlightDisplay uses airSpeed for FW and groundSpeed for MC.
-
- Dec 08, 2013
-
-
Anton Babushkin authored
-
- Aug 30, 2013
-
-
David Goodman authored
-
David Goodman authored
-
David Goodman authored
-
- Aug 14, 2013
-
-
David Goodman authored
-
David Goodman authored
-
- Jul 31, 2013
-
-
tstellanova authored
Add map type selector menu; use Bing maps by default; zoom to a more human scale on Go Home
-
- Jul 21, 2013
-
-
tstellanova authored
Add map type selector menu; use Bing maps by default; zoom to a more human scale on Go Home
-
- Jul 01, 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.
-
- May 28, 2013
-
-
Michael Carpenter authored
Fix for static const float cannot be initialized within a class definition, and other windows compile errors.
-
- May 25, 2013
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- May 10, 2013
-
-
Michael Carpenter authored
Change so Waypoints are the same across maps, and offline waypoints get appeneded to the end of the MAV's waypoint list on connect
-
- May 01, 2013
-
-
Michael Carpenter authored
-
Michael Carpenter authored
The right click menu will only show up when connected to an APM autopilot, since this feature is APM only.
-
- Apr 30, 2013
-
-
Lorenz Meier authored
-
- Apr 29, 2013
-
-
Lorenz Meier authored
-
- Jan 19, 2013
-
-
Lorenz Meier authored
-
- Sep 11, 2012
-
-
Lorenz Meier authored
X-Plane HIL proven both ways, data conversion and controls feedback set up correctly, needs actual HIL flights tests now
-
- Jul 28, 2012
-
-
Jessica authored
Put libraries into one libs directory under qgroundcontrol. Changed the neccessary files with references to those libraries.
-