- Apr 29, 2015
-
-
Don Gagne authored
-
- Apr 02, 2015
-
-
Don Gagne authored
- All resources are either under src or under resources dirs - Removed files top level directory - Move flightgear files to top level dir
-
- Mar 22, 2015
-
-
Don Gagne authored
Also many LinkManager API changes to further isolate all link management inside LinkManager.
-
- Mar 04, 2015
-
-
Bryant authored
-
dogmaphobic authored
-
- Feb 26, 2015
-
-
Don Gagne authored
Waiting for real fix to put back. Issue #1275
-
- Feb 17, 2015
-
-
dogmaphobic authored
Removed "Clear Text" context menu from roll down dialog Fixed "Clear Text" context menu in Info Dialog (renamed to "Clear Messages" in the process)
-
dogmaphobic authored
Shrunk the Message drop down dialog a bit. Made the Message drop down dialog slightly transparent.
-
dogmaphobic authored
-
- Feb 13, 2015
-
-
dogmaphobic authored
The goal of this first installment is to organize the code a bit so it's more readable, clean up a bit of left over cruft, and manage link configurations (and links in general).
-
- Feb 02, 2015
-
-
Don Gagne authored
No need to force them to show
-
- Dec 30, 2014
-
-
Don Gagne authored
No need to force them to show
-
- Dec 12, 2014
-
-
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.
-
- Dec 10, 2014
-
-
Don Gagne authored
-
- 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 27, 2014
- Nov 26, 2014
-
-
Don Gagne authored
- allow unit tests to use QGCApplication - clear global singletons for each unit test run
-
- Nov 25, 2014
-
-
Don Gagne authored
-
- Nov 24, 2014
- Nov 21, 2014
-
-
Don Gagne authored
-
- Nov 19, 2014
-
-
Julian Oes authored
-
- Nov 17, 2014
-
-
Don Gagne authored
-
- Nov 11, 2014
-
-
Julian Oes authored
-
- Sep 02, 2014
-
-
Thomas Gubler authored
-
- Aug 23, 2014
-
-
Thomas Gubler authored
also adds AMSL output in ft
-
- Aug 05, 2014
-
-
Bryant Mairs authored
-
- Jul 23, 2014
-
-
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.
-
- Jul 15, 2014
-
-
Lorenz Meier authored
-
- Jul 01, 2014
-
-
Bryant Mairs authored
-
- May 12, 2014
-
-
Anton Babushkin authored
-
- May 11, 2014
- Apr 27, 2014
-
-
Julian Oes authored
-
- Mar 15, 2014
-
-
VArdulov authored
-
- Mar 13, 2014
-
-
VArdulov authored
-
- Mar 04, 2014
-
-
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>
-
- Feb 22, 2014
-
-
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.
-