- 05 Dec, 2014 1 commit
-
-
Don Gagne authored
This makes unit test output easier to read
-
- 03 Dec, 2014 1 commit
-
-
Don Gagne authored
This makes unit test output easier to read
-
- 01 Dec, 2014 1 commit
-
-
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
-
- 25 Nov, 2014 1 commit
-
-
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
-
- 23 Nov, 2014 1 commit
-
-
Lorenz Meier authored
Map widget: make all connections that might suffer from multiple connect logic issues unique, found by Nyaruko
-
- 23 Oct, 2014 1 commit
-
-
Don Gagne authored
-
- 02 Sep, 2014 1 commit
-
-
Thomas Gubler authored
-
- 23 Aug, 2014 1 commit
-
-
Thomas Gubler authored
also adds AMSL output in ft
-
- 27 Jun, 2014 1 commit
-
-
Bryant Mairs authored
-
- 26 Jun, 2014 1 commit
-
-
Lorenz Meier authored
-
- 03 Jun, 2014 3 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- 19 May, 2014 2 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- 17 May, 2014 2 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- 13 Jan, 2014 1 commit
-
-
Don Gagne authored
-
- 07 Jan, 2014 1 commit
-
-
Don Gagne authored
Not sure what qmake # escape is. So fixed the problem instead.
-
- 28 Dec, 2013 1 commit
-
-
Don Gagne authored
-
- 11 Dec, 2013 1 commit
-
-
Anton Babushkin authored
Altitude splitted to altitudeAMSL and altitudeRelative, speed splitted to airSpeed and groundSpeed. PrimaryFlightDisplay uses airSpeed for FW and groundSpeed for MC.
-
- 08 Dec, 2013 1 commit
-
-
Anton Babushkin authored
-
- 30 Aug, 2013 3 commits
-
-
David Goodman authored
-
David Goodman authored
-
David Goodman authored
-
- 14 Aug, 2013 2 commits
-
-
David Goodman authored
-
David Goodman authored
-
- 31 Jul, 2013 1 commit
-
-
tstellanova authored
Add map type selector menu; use Bing maps by default; zoom to a more human scale on Go Home
-
- 21 Jul, 2013 1 commit
-
-
tstellanova authored
Add map type selector menu; use Bing maps by default; zoom to a more human scale on Go Home
-
- 01 Jul, 2013 1 commit
-
-
Lorenz Meier authored
-
- 10 Jun, 2013 1 commit
-
-
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.
-
- 07 Jun, 2013 1 commit
-
-
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.
-
- 28 May, 2013 1 commit
-
-
Michael Carpenter authored
Fix for static const float cannot be initialized within a class definition, and other windows compile errors.
-
- 25 May, 2013 2 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- 10 May, 2013 1 commit
-
-
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
-
- 01 May, 2013 2 commits
-
-
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.
-
- 30 Apr, 2013 1 commit
-
-
Lorenz Meier authored
-
- 29 Apr, 2013 1 commit
-
-
Lorenz Meier authored
-