3407 Commits (99c1affbbb08093a35651b17aacd014ac8cc8911)
 

Author SHA1 Message Date
Lorenz Meier 99c1affbbb Added 3DR Skywalker 11 years ago
Lorenz Meier 6a48cef37d Cleaned up PX4 autostart, made indices consistent and added new configs 11 years ago
Lorenz Meier f566744a2d Added missing include dir 11 years ago
Lorenz Meier f029110b38 Merge pull request #443 from DonLakeFlyer/UnitTest 11 years ago
Don Gagne f83b8b1002 Fixed broken Unit Test 11 years ago
Don Gagne b82ed5c525 Allow AutoTests to bring up UI 11 years ago
Don Gagne a45a5756f1 AutoTest runner is now part of main 11 years ago
Don Gagne 0526d3be12 Unit Tests are now part of main build 11 years ago
Lorenz Meier e59fa1557b Merge pull request #439 from Susurrus/simpleCheckRates 11 years ago
Lorenz Meier a7ffa8a814 Merge pull request #440 from thomasgubler/eclipse_gitignore 11 years ago
Lorenz Meier 87294969c6 Merge pull request #442 from DonLakeFlyer/BrokenWindowsBuild 11 years ago
Don Gagne 33242c7011 Fix broken Windows build 11 years ago
Thomas Gubler f158d7d687 add eclipse settings folder to gitignore file 11 years ago
Bryant Mairs 0558263616 Converted LinkInterface from a pure-virtual interface into an abstract base class. This centralized the data rate calculation code for all subclasses. Also added the necessary code to provide upstream/downstream data rate calculations for all LinkInterface-derived classes. 11 years ago
Bryant Mairs f80968c575 Removed some unused debugging code from QGCXPlaneLink. 11 years ago
Lorenz Meier 4c76e1f8c0 Merge pull request #438 from DonLakeFlyer/OSGOptional 11 years ago
Don Gagne 26b50767bd Remove hardwired inclusion of OSG 11 years ago
Lorenz Meier 6caef01204 Merge pull request #437 from Susurrus/simpleCheckRates 11 years ago
Bryant Mairs 03e904d567 Moved configuration constants in DebugConsole to proper static const types. 11 years ago
Bryant Mairs 2955d35297 Don't update the ConsoleDebug data rates UI if no link exists (like on startup). 11 years ago
Bryant Mairs 16e8aab2f2 Add display of the outgoing data rate to the debug console widget. 11 years ago
Bryant Mairs c4db113de3 Renamed getNominalDataRate to getConnectionSpeed. Also added upstream/downstream data rate functions to all Link classes. 11 years ago
Bryant Mairs 144ef96579 Removed various bits of dead code. 11 years ago
Bryant Mairs 0fe7fa8da6 Refactor data rate calculations in DebugConsole. 11 years ago
Bryant Mairs 56da98ee48 Added a downstream text label to the debug console. 11 years ago
Lorenz Meier 17883dbb96 Merge pull request #428 from DrTon/alt_speed_fix 12 years ago
Anton Babushkin fd497bc65a Merge branch 'master' into alt_speed_fix 12 years ago
Lorenz Meier 9dea5ac9f4 Merge pull request #423 from DonLakeFlyer/LinkInterfaceCleanup 12 years ago
Lorenz Meier 651fdd2698 Merge pull request #430 from DonLakeFlyer/UnitTestFixes 12 years ago
Lorenz Meier bcff0d5251 Merge pull request #434 from Susurrus/exposeSysTime 12 years ago
Bryant cf17ec0ed9 Merge branch 'master' of https://github.com/mavlink/qgroundcontrol into exposeSysTime 12 years ago
Bryant 112d89ffdb Expose the SYSTEM_TIME message to the rest of QGC. 12 years ago
Don Gagne b588e69e24 Can't spell 12 years ago
Don Gagne ddb4f8775d Fixed UnitTest code and bugs found by unit tests 12 years ago
Don Gagne a389160c4d Make qgroundcontrol.pri agnostic to app name 12 years ago
Don Gagne 6ca4d234d6 Fix AutoTest build breaks 12 years ago
Don Gagne 5a50e9c9b4 Comment change 12 years ago
Don Gagne 60a06d6abd Merge branch 'UnitTestFixes' of https://github.com/DonLakeFlyer/qgroundcontrol into UnitTestFixes 12 years ago
Lorenz Meier 7d136acad1 Merge pull request #429 from DonLakeFlyer/LinuxWindowsFixes 12 years ago
Don Gagne 4a91f435f4 Windows build required atlbase.h 12 years ago
Anton Babushkin b9d8484fbe Altitude splitted to altitudeAMSL and altitudeRelative, speed splitted to airSpeed and groundSpeed. PrimaryFlightDisplay uses airSpeed for FW and groundSpeed for MC. 12 years ago
Don Gagne 44cb715f84 Use same resource file list between builds 12 years ago
Lorenz Meier d2ede70558 Merge pull request #426 from thomasgubler/fix_type_compile_error 12 years ago
Don Gagne 694091f9bc Fixed broken UnitTest build 12 years ago
Thomas Gubler c014645853 change type of port from uint16_t to quint16 12 years ago
Lorenz Meier c472a494dd Merge pull request #424 from DrTon/acceptance_fix 12 years ago
Anton Babushkin ff5a3fe3d1 Fix crash when acceptance in pixels == 0 12 years ago
Lorenz Meier 2f1d35c510 Merge pull request #422 from DonLakeFlyer/Mavericks_Fix 12 years ago
Don Gagne bfe8684e2b 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. 12 years ago
Lorenz Meier bd2da1d28b Merge pull request #417 from thomasgubler/linux_text2speech 12 years ago