- 22 Dec, 2013 5 commits
-
-
Bryant Mairs authored
-
Bryant Mairs authored
Renamed getNominalDataRate to getConnectionSpeed. Also added upstream/downstream data rate functions to all Link classes.
-
Bryant Mairs authored
-
Bryant Mairs authored
Simplify calculations by assuming we only care about rates in kB/s.
-
Bryant Mairs authored
-
- 19 Dec, 2013 5 commits
-
-
Lorenz Meier authored
Altitude and speed rewrite
-
Anton Babushkin authored
-
Lorenz Meier authored
Removed LinkInterface methods which were never being called. Updated var...
-
Lorenz Meier authored
Unit Tests would not compile, once they compiled, they didn't work correctly, once working correctly they found a couple bugs
-
Lorenz Meier authored
Expose SYSTEM_TIME message to QGC
-
- 17 Dec, 2013 2 commits
-
-
-
Bryant authored
-
- 12 Dec, 2013 8 commits
-
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
Use TARGET instead of hardcoded qgroundcontrol.app name. This allows this file to build unit test app as well as qgroundcontrol app.
-
Don Gagne authored
-
Don Gagne authored
-
-
Lorenz Meier authored
Linux APM Toolbar broken, Windows build broken
-
Don Gagne authored
While testing the previous commit on Windows I found that I could not compile windows due to include of atlbase.h. This file is no longer available in SDKs. It is only available in for money versions of VIsual Studio. Luckily this include was not needed. So I just removed it and Windows now builds again with just VS Express. Tested all changes on OSX, Linux and Windows (including speech on windows, which still works).
-
- 11 Dec, 2013 1 commit
-
-
Anton Babushkin authored
Altitude splitted to altitudeAMSL and altitudeRelative, speed splitted to airSpeed and groundSpeed. PrimaryFlightDisplay uses airSpeed for FW and groundSpeed for MC.
-
- 10 Dec, 2013 3 commits
-
-
Don Gagne authored
Linux build was broken due to the fact that it wasn’t copying qml files. With each build flavor having it’s own seperate copy code it was easy for these to get out of sync. Centralized the copy list so that it remains in sync across flavors.
-
Lorenz Meier authored
change type of port from uint16_t to quint16
-
Don Gagne authored
Build files were broken for unit test. Seems to difficult to try to kep qgroundcontrol.pro and qgcunittest.pro in sync with each other. Instead I made qgcunittest.pro just include qgroundcontrol.pro. This required some tweaks to allow TARGET to be set from the outside as well as to leave out main.cc. Also needed to modify qgroundcontrol.pri to use TARGET instead of hardcoding app name. This way it can build either qgroundcontrol.pp or qgcunittest.app. At this point only works on osx.
-
- 08 Dec, 2013 4 commits
-
-
Thomas Gubler authored
-
Lorenz Meier authored
Fix crash when acceptance in pixels == 0
-
Anton Babushkin authored
-
Lorenz Meier authored
Mavericks fix to APM_Toolbar
-
- 07 Dec, 2013 5 commits
-
-
Don Gagne authored
Removed LinkInterface methods which were never being called. Updated various LinkInterface implementation classes to remove the methods. Some methods such as the ones which measure data rates or bits sent/received were implemented in only some of the implementation classes, and in some cases implemented incorrectly. If they were called, the values returned would be incorrect. Although there was some partial implementation for these I removed them as well since in all case they were never being called by any code. In checking Blame, these came across in 2010 and have remained unimplemented since them, so I figure better to clean up than leave crufty, unused, half finished stuff in.
-
Lorenz Meier authored
re-enable linux text to speech and fix use of deprecated function
-
Lorenz Meier authored
Fix setmode (in-air disarm fix)
-
Lorenz Meier authored
Use onboard remaining battery estimate by default
-
Lorenz Meier authored
Tcp support
-
- 06 Dec, 2013 1 commit
-
-
Thomas Gubler authored
-
- 05 Dec, 2013 1 commit
-
-
Thomas Gubler authored
-
- 04 Dec, 2013 1 commit
-
-
Thomas Gubler authored
-
- 29 Nov, 2013 2 commits
- 28 Nov, 2013 1 commit
-
-
Don Gagne authored
-
- 26 Nov, 2013 1 commit
-
-
Thomas Gubler authored
-