- 16 Mar, 2014 1 commit
-
-
Lorenz Meier authored
-
- 14 Mar, 2014 1 commit
-
-
Don Gagne authored
Removed completely unused variables. Ifdef’ed out variable which is referenced from commented out code.
-
- 05 Mar, 2014 1 commit
-
-
Don Gagne authored
Fixes Issue #542
-
- 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>
-
- 01 Mar, 2014 1 commit
-
-
Thomas Gubler authored
-
- 26 Feb, 2014 1 commit
-
-
Don Gagne authored
-
- 25 Feb, 2014 1 commit
-
-
Don Gagne authored
Also commented out noisy serial link error output
-
- 24 Feb, 2014 1 commit
-
-
Don Gagne authored
-
- 22 Feb, 2014 7 commits
-
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
MainWindow::loadDataView has been commented out for 9 months now. Removed commented out code instead of leaving cruft in.
-
Don Gagne authored
showLabel was connected to signal but not set as a slot
-
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
ui->waitingLabel is deleted and set to NULL when mode is PX4. Must check for NULL before using it.
-
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 3 commits
- 20 Feb, 2014 1 commit
-
-
Bryant authored
All it does is clutter the terminal and it's not doing anything anyways.
-
- 19 Feb, 2014 2 commits
-
-
Don Gagne authored
-
Lorenz Meier authored
-
- 18 Feb, 2014 4 commits
-
-
Don Gagne authored
-
Thomas Gubler authored
-
Don Gagne authored
-
Thomas Gubler authored
-
- 17 Feb, 2014 5 commits
-
-
Don Gagne authored
-
Lorenz Meier authored
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
-
- 15 Feb, 2014 2 commits
-
-
Don Gagne authored
Use a pragma around our use of that header to silence the warning. OSG 3.01 has these warnings, 3.2 has fixed them, but 3.2 doesn’t isn’t the widely used release yet. So at some point when we upgrade to 3.2 this will no longer be needed.
-
Lorenz Meier authored
-
- 14 Feb, 2014 8 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
Disable the active WP setting in the edit list, as its super error prone - only allow it in the view list and switch between views based on activity on the system / UI
-