- 06 Aug, 2014 4 commits
-
-
Lorenz Meier authored
Removed all dead code from MainWindow.
-
Bryant authored
Includes removing an if-statement that should've been dead but was erronously applied to the following statement. Dead code = bad, if-statements without braces = bad.
-
Lorenz Meier authored
Simulation button should be checkable
-
Don Gagne authored
Without this, when you go to airframe config and the current config is Simulation it will not be selected. Hence you won’t know what the current config is.
-
- 05 Aug, 2014 10 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
More comprehensive testing of FileManager error/edge cases
-
Lorenz Meier authored
Cleanup some unitialized variable issues pointed out by Valgrind
-
Lorenz Meier authored
-
Bryant Mairs authored
-
Lorenz Meier authored
-
Don Gagne authored
Specifically much better testing for the handling of: - Ack responses not being sent by server - Getting Nak’s back from commands - CRC failures Also changed file validation to take into account Mock Server no longer sending file length in first byte of file.
-
Don Gagne authored
Also changed the downloaded file contents to not include the file length in the first byte. This makes the code a bit less confusing.
-
Don Gagne authored
-
Don Gagne authored
-
- 04 Aug, 2014 1 commit
-
-
- 01 Aug, 2014 1 commit
-
-
Lorenz Meier authored
Valgrind fixes
-
- 31 Jul, 2014 20 commits
-
-
-
-
Susurrus authored
Delete outdated and unused (all) SLUGS-autopilot-specific code
-
Bryant Mairs authored
Changed to get the current voice properties, then modify then and set new ones.
-
Bryant Mairs authored
Changed to get the current voice properties, then modify then and set new ones.
-
Don Gagne authored
File manager Unit Test back on
-
Don Gagne authored
When unit tests are being run in TeamCity the host box can end up being very bogged down with other builds. So need to up wait time, to take into account CPUs grinding.
-
Don Gagne authored
-
Don Gagne authored
Need to disambiguate from video stream messages
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
Qt5 qmake seems to leave this handing around
-
-
Bryant Mairs authored
Found by valgrind.
-
Bryant Mairs authored
Found via valgrind.
-
Bryant Mairs authored
Found by valgrind.
-
Bryant Mairs authored
-
-
Don Gagne authored
Temp disable of FileManager unit test
-
Don Gagne authored
This is to get TeamCity up and running again. This unit test fails only in TeamCity for some currently unknown reason. One TC is back up, I’ll revisit and turn it back on.
-
- 30 Jul, 2014 4 commits
-
-
Lorenz Meier authored
Qtquick2
-
Lorenz Meier authored
Remove QtConcurrent from repository
-
Lorenz Meier authored
mavlink: submodule updated
-
Bryant Mairs authored
-