- Feb 18, 2015
-
-
Don Gagne authored
Switched to new. I’ve seen this before with other Qt classes and have had to change the usage in the same way.
-
- Feb 17, 2015
-
-
Don Gagne authored
-
- Dec 12, 2014
-
-
Lorenz Meier authored
-
- Dec 05, 2014
-
-
Don Gagne authored
This makes unit test output easier to read
-
- Dec 03, 2014
-
-
Don Gagne authored
This makes unit test output easier to read
-
- Dec 01, 2014
-
-
Bryant authored
This function is called automatically when a QSettings object is destroyed, so is rarely needed to be called explicitly. There are still some cases where a QSettings object is passed-by-reference, so there I left the sync() calls as it's unclear how permanent those objects are and if they'd call sync() before application shutdown
-
- 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
-