- 16 Mar, 2014 4 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
Added 2 kPA offset to pressure measurements to get HIL closer to reality
-
Lorenz Meier authored
Message view
-
- 15 Mar, 2014 1 commit
-
-
VArdulov authored
-
- 14 Mar, 2014 3 commits
-
-
Lorenz Meier authored
Warnings as Errors off by default
-
Don Gagne authored
Also changed WarningsAsErrorsOff to WarningsAsErrorsOn to be used by TeamCity builds.
-
Don Gagne authored
Removed completely unused variables. Ifdef’ed out variable which is referenced from commented out code.
-
- 13 Mar, 2014 1 commit
-
-
VArdulov authored
-
- 08 Mar, 2014 3 commits
-
-
Lorenz Meier authored
Removed -Werror for Mac since QT wont build otherwise.
-
David Goodman authored
-
Susurrus authored
mapripper: autocontinue to next zoom level after 3s
-
- 05 Mar, 2014 6 commits
- 04 Mar, 2014 2 commits
-
-
Lorenz Meier authored
Fix distance to next waypoint widget in QuickView.
-
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>
-
- 03 Mar, 2014 1 commit
-
-
Thomas Gubler authored
Flightgear HIL: remove disable-intro-music argument
-
- 01 Mar, 2014 2 commits
-
-
Thomas Gubler authored
-
Thomas Gubler authored
-
- 28 Feb, 2014 1 commit
-
-
Don Gagne 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
-
- 23 Feb, 2014 2 commits
- 22 Feb, 2014 10 commits
-
-
Don Gagne authored
This fix was pulled across from current QSerialPort codebase. I looked into pulling across newer version of full QSerialPort. While doing that I discovered that the version we are using has already been hacked to work with us. It was fairly involved to redo those hacks. So decided to pull individual change across instead since our version is already not clean. When we switch to Qt5 all this will go away.
-
Don Gagne authored
-
Don Gagne authored
Changes to allow msbuild to build installers
-
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.
-
Lorenz Meier authored
Failed QObject::Connect fix
-
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 1 commit
-
-
Don Gagne authored
Issue 535 fix
-