- 13 Feb, 2014 10 commits
-
-
Bryant authored
-
Bryant authored
-
Bryant authored
-
Bryant authored
-
Bryant authored
Also fixed some code in QGCPX4VehicleConfig to remove unnecessary DialogBare references.
-
Bryant authored
Added documentation and clarified messages to the user.
-
Bryant authored
This feature can be enabled at compile-time and documentation has been added to the README.
-
Bryant authored
Speech synthesis support can now be disabled (DEFINES+=DISABLE_SPEECH) Speech synthesis dependencies are now checked before enabling. When support cannot be enabled, the user is now notified.
-
Bryant authored
MAVLink dialects can now be specified as a list, so multiple dialects can be compiled in simultaneously (may result in conflicts between dialects). MAVLink dialects are checked for existance before support is added. Users are notified of which dialects are used and which cannot be added and why. The README now has info about specifying MAVLink dialects.
-
Bryant authored
Now properly checks for if QUpgrade submodule has been cloned. Allows for disabled QUpgrade compilation. Altered some code so that compiling without the QUpgrade module could succeed. Updated README about QUpgrade submodule.
-
- 12 Feb, 2014 4 commits
-
-
Thomas Gubler authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
- 11 Feb, 2014 1 commit
-
-
Don Gagne authored
-
- 06 Feb, 2014 1 commit
-
-
Thomas Gubler authored
Conflicts: src/comm/QGCFlightGearLink.cc
-
- 05 Feb, 2014 1 commit
-
-
Julian Oes authored
-
- 04 Feb, 2014 1 commit
-
-
Lorenz Meier authored
-
- 03 Feb, 2014 1 commit
-
-
Lorenz Meier authored
-
- 02 Feb, 2014 5 commits
-
-
Lorenz Meier authored
PX4 config: Remove the specialized throttle handling - this needs testing, but doing the math on paper it doesn’t look like a special case is needed / wanted here.
-
Lorenz Meier authored
Use the reversed values for the four control channels as well. Not using them would make the display very confusing.
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- 01 Feb, 2014 2 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
Enable RC calibration mode during RC calibration to tell vehicle to ignore stick inputs for that period
-
- 25 Jan, 2014 1 commit
-
-
Lorenz Meier authored
-
- 13 Jan, 2014 1 commit
-
-
Don Gagne authored
-
- 12 Jan, 2014 2 commits
- 09 Jan, 2014 1 commit
-
-
Don Gagne authored
-
- 08 Jan, 2014 9 commits
-
-
Don Gagne authored
TeamCity caught this, but I thought the error was from my warnings work. Turns out it was a real build failure. Windows doesn’t know which floating point floor to use. In reality the parentheses are in the wrong place and should be the floor of the divide by 2. But integer division is always floor, so it’s not needed at all.
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
Always evaluated to false due to signed/unsigned
-
Don Gagne authored
Delete of last link would cause crash. Need to check for -1 which signals no selection in combo box.
-
Don Gagne authored
Fixing -Wuninitialized
-
Don Gagne authored
Fixing -Wuninitialized
-