3434 Commits (616612ff8f677c89023a86cc1ad528d735d9807b)
 

Author SHA1 Message Date
Lorenz Meier 616612ff8f Merge branch 'rc_config' of github.com:mavlink/qgroundcontrol into rc_config 11 years ago
Lorenz Meier a47942f54c Only emit signals for valid ranges 11 years ago
Lorenz Meier 4d14000164 Merge branch 'master' of github.com:mavlink/qgroundcontrol into rc_config 11 years ago
Lorenz Meier 7e5acad907 Merge branch 'master' of github.com:mavlink/qgroundcontrol 11 years ago
Lorenz Meier ad7fa3547c Fixed missing port width offset in RC channel messages 11 years ago
Lorenz Meier 559aa2dde9 Added RC channels scaled port awareness 11 years ago
Lorenz Meier f2678c5c04 Extended RC config to 18 channels, dealing with multi-port messages 11 years ago
Lorenz Meier 7524a80689 Merge pull request #451 from mavlink/autostart_cleanup 11 years ago
Lorenz Meier f19760e527 Merge pull request #452 from DonLakeFlyer/TCPLinkUnitTest 11 years ago
Don Gagne f00d8adf3d Missing EOF newlines 11 years ago
Lorenz Meier 284d3e7884 Merge branch 'master' into config 11 years ago
Lorenz Meier 007a41294d Support for old typo in FW 11 years ago
Don Gagne 4ee3a94a7c Fix merge 11 years ago
Don Gagne 7b5ffc31cd Cleanup of TCPLink from unit test findings 11 years ago
Don Gagne b2331bdff3 Unit test for TCPLInk 11 years ago
Don Gagne 05d02404e8 Added MultiSignalSpy 11 years ago
Lorenz Meier 9d42f68034 Merge pull request #450 from DonLakeFlyer/UnitTestMocks 11 years ago
Don Gagne ac6e12a10a Whitespace fix 11 years ago
Don Gagne af676062f1 Added/fixed license headers plus a tab 11 years ago
Don Gagne 761fef9548 Cleanup of TCPLink from unit test findings 11 years ago
Don Gagne b412d82642 Unit test for TCPLInk 11 years ago
Don Gagne 832c1ad988 Added MultiSignalSpy 11 years ago
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
Don Gagne 36fafeec1c Mock implementations of UAS, UASManager and QGCUASParamManger 11 years ago
Don Gagne 190b1d8a46 Modify consumers of UASManager and QGCUASParamManager to use new interfaces 11 years ago
Don Gagne b42a36a866 Create base interface for UASManager and QGCUASParamManager 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. 12 years ago
Bryant Mairs 2955d35297 Don't update the ConsoleDebug data rates UI if no link exists (like on startup). 12 years ago
Bryant Mairs 16e8aab2f2 Add display of the outgoing data rate to the debug console widget. 12 years ago
Bryant Mairs c4db113de3 Renamed getNominalDataRate to getConnectionSpeed. Also added upstream/downstream data rate functions to all Link classes. 12 years ago
Bryant Mairs 144ef96579 Removed various bits of dead code. 12 years ago
Bryant Mairs 0fe7fa8da6 Refactor data rate calculations in DebugConsole. 12 years ago
Bryant Mairs 56da98ee48 Added a downstream text label to the debug console. 12 years ago