- Feb 20, 2014
-
-
Bryant authored
Right-click menu works cleaner. Coloring of output text is correct. Output text now handles all severities of messages.
-
Lorenz Meier authored
3dviews
-
Lorenz Meier authored
Disable text output from GAudioOutput.
-
Bryant authored
All it does is clutter the terminal and it's not doing anything anyways.
-
- Feb 19, 2014
-
-
Lorenz Meier authored
-
Lorenz Meier authored
fix unused-but-set-variable warnings/errors in map3D
-
Lorenz Meier authored
-
- Feb 18, 2014
-
-
Thomas Gubler authored
-
Lorenz Meier authored
Turn off -Werror for Linux
-
Don Gagne authored
-
Lorenz Meier authored
Fix unused variables errors in Pixhawk build
-
Don Gagne authored
-
Thomas Gubler authored
-
- Feb 17, 2014
-
-
Lorenz Meier authored
Installers for Mac and Windows
-
Lorenz Meier authored
The build process fixup PR to rule them all
-
Lorenz Meier authored
Final Warnings fixed plus Warnings as Errors turned on
-
Don Gagne authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
No need to stop mavlink no more
-
Lorenz Meier authored
WP bugfixes
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
-
Lorenz Meier authored
-
- Feb 16, 2014
-
-
Don Gagne authored
-
Bryant authored
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
Add new waypoints based on the UAV airframe type
-
- Feb 15, 2014
-
-
Don Gagne authored
Reverted windows build change from ThirdPartyWarnings merge
-
Don Gagne authored
-
Lorenz Meier authored
Third party warnings
-
Don Gagne authored
Merge branch 'ThirdPartyWarnings' of https://github.com/DonLakeFlyer/qgroundcontrol into ThirdPartyWarnings
-
Don Gagne authored
-
Don Gagne authored
Not going to fix these two warnings in Windows builds so silence from makefile
-
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.
-
Don Gagne authored
qserialport and qextserialport use the pattern of += into PUBLIC_HEADERS and PRIVATE_HEADERS. This leads to the same header being included twice. Which in turn causes the rule for moc in the makefile to be added twice, hence the warning. Using *= instead of += removes the duplication.
-