- Apr 27, 2014
-
-
Lorenz Meier authored
-
Julian Oes authored
-
Julian Oes authored
This reverts commit af0589b2.
-
Julian Oes authored
-
- Apr 15, 2014
-
-
Geoff Fink authored
-
- Apr 04, 2014
-
-
Lorenz Meier authored
-
- Mar 29, 2014
-
-
Don Gagne authored
-
Vladimir Ermakov authored
-
- Mar 27, 2014
-
-
Don Gagne authored
-
- Mar 26, 2014
-
-
Thomas Gubler authored
-
- Mar 17, 2014
-
-
Indri Muska authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
Avoid evil port config for CDC devices altogether, non-CDC devices (unknown devices) should be unaffected
-
Lorenz Meier authored
-
- Mar 16, 2014
-
-
Lorenz Meier authored
Do not configure the port if talking to PX4 units (since USB does not know anything about baud rate)
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- Mar 15, 2014
-
-
VArdulov authored
-
- Mar 14, 2014
-
-
Don Gagne authored
Removed completely unused variables. Ifdef’ed out variable which is referenced from commented out code.
-
- Mar 13, 2014
-
-
VArdulov authored
-
- Mar 05, 2014
-
-
Don Gagne authored
Fixes Issue #542
-
- 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>
-
- Mar 01, 2014
-
-
Thomas Gubler authored
-
- Feb 26, 2014
-
-
Don Gagne authored
-
- Feb 25, 2014
-
-
Don Gagne authored
Also commented out noisy serial link error output
-
Thomas Gubler authored
-
Thomas Gubler authored
-
- Feb 24, 2014
-
-
Thomas Gubler authored
-
Don Gagne authored
-
- Feb 22, 2014
-
-
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.
-
- Feb 21, 2014
-
-
Don Gagne authored
-