- 12 Dec, 2014 1 commit
-
-
Don Gagne authored
Plus a large number of other changes to allow for orderly shutdown of objects without crashes or asserts. This is need for unit tests to create/delete global state around every test.
-
- 10 Dec, 2014 1 commit
-
-
Don Gagne authored
-
- 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
-
- 27 Nov, 2014 2 commits
- 26 Nov, 2014 1 commit
-
-
Don Gagne authored
- allow unit tests to use QGCApplication - clear global singletons for each unit test run
-
- 25 Nov, 2014 1 commit
-
-
Don Gagne authored
-
- 24 Nov, 2014 2 commits
- 21 Nov, 2014 1 commit
-
-
Don Gagne authored
-
- 19 Nov, 2014 1 commit
-
-
Julian Oes authored
-
- 17 Nov, 2014 1 commit
-
-
Don Gagne authored
-
- 11 Nov, 2014 1 commit
-
-
Julian Oes authored
-
- 02 Sep, 2014 1 commit
-
-
Thomas Gubler authored
-
- 23 Aug, 2014 1 commit
-
-
Thomas Gubler authored
also adds AMSL output in ft
-
- 05 Aug, 2014 1 commit
-
-
Bryant Mairs authored
-
- 23 Jul, 2014 1 commit
-
-
Bryant authored
SLUGS has maintained their patches out-of-tree for a long while now. These will eventually get merged back in, but it'll be easier to evaluate them as fresh commits instead of modifications to this old & dead code, so we'll delete this for now.
-
- 15 Jul, 2014 1 commit
-
-
Lorenz Meier authored
-
- 01 Jul, 2014 1 commit
-
-
Bryant Mairs authored
-
- 12 May, 2014 1 commit
-
-
Anton Babushkin authored
-
- 11 May, 2014 2 commits
- 27 Apr, 2014 1 commit
-
-
Julian Oes authored
-
- 15 Mar, 2014 1 commit
-
-
VArdulov authored
-
- 13 Mar, 2014 1 commit
-
-
VArdulov authored
-
- 04 Mar, 2014 1 commit
-
-
Paul Chavent authored
This patch fixes a bug that display 0 for distances to waypoint more than 10km. Besides that, it also homogenize the naming of the label to "distToWaypoint" instead of "distToWP". Old configuration files (in home directory), should be hacked or removed in order to see this change. Signed-off-by: Paul Chavent <paul.chavent@onera.fr>
-
- 22 Feb, 2014 2 commits
-
-
Don Gagne authored
There is no such things as a clicked signal on QWidget. You activate new UAS from right-click menu.
-
Don Gagne authored
The connect call was generating debug output to identify that it was failing. After looking at the code realized that this connect is not needed. The group box is removed when UASListWidget::removeUAS method is called. Second change in the file fixes a crashing bug when the last UAS is removed. Need to exit the iterator after we modify it.
-
- 21 Feb, 2014 4 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Bryant authored
-
Bryant authored
-
- 20 Feb, 2014 1 commit
-
-
Bryant authored
Right-click menu works cleaner. Coloring of output text is correct. Output text now handles all severities of messages.
-
- 12 Jan, 2014 2 commits
- 08 Jan, 2014 2 commits
- 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.
-
- 14 Oct, 2013 1 commit
-
-
John Tapsell authored
Replace 9 seperate valueChanged() signals with just 1, and remove the resultant tons of code duplication
-
- 13 Oct, 2013 1 commit
-
-
John Tapsell authored
-