- 23 Jun, 2016 7 commits
-
-
Don Gagne authored
Parameter loader fixes
-
Don Gagne authored
- Cache only supported on PX4. Solo sends param updates at a high rate to update gimbal values. This was causing the cache to update itself at too high of a rate, killing performance, especially on iOS. - Fixed read/write index usage to provide correct progress bar updates
-
Don Gagne authored
They may show up after parameters ready is signaled. No way around this since this is a protocol problem. So can’t test secondary component.
-
Don Gagne authored
- Now responds to request_list using a worker routine to send out params one at a time - Support for failure modes for unit testing
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
- 22 Jun, 2016 1 commit
-
-
Lorenz Meier authored
-
- 21 Jun, 2016 1 commit
-
-
Peter Barker authored
* Qt5.5.1 link corrected. * Qt5.5.1 tarball saves to project's root directory since qt_deps_tarball used to have prefix of /vagrant. * Add requests to update machine setup for both Travis and Vagrant * Vagrant: use config variable in place of static string * Vagrant: init and update submodules
-
- 20 Jun, 2016 2 commits
- 18 Jun, 2016 8 commits
-
-
Don Gagne authored
Removing duplicated QGCQGeoCoordinate
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Nate Weibley authored
-
Don Gagne authored
Don't show board orientation after compass cal
-
Don Gagne authored
Disregard spurious MISSION_ITEM
-
Don Gagne authored
Rework mission lines + various mission-related bug fixes
-
- 17 Jun, 2016 10 commits
-
-
Nate Weibley authored
-
Don Gagne authored
-
Don Gagne authored
-
Nate Weibley authored
-
Don Gagne authored
Fixes ardupilot abbreviations for #3588
-
Don Gagne authored
Remove animation to save perf
-
Nate Weibley authored
-
Nate Weibley authored
-
Don Gagne authored
-
Don Gagne authored
Bump joystick settle constant
-
- 16 Jun, 2016 11 commits
-
-
Nate Weibley authored
-
Nate Weibley authored
-
Nate Weibley authored
-
Nate Weibley authored
-
Nate Weibley authored
Instantiating QSettings on the stack is quite expensive (full file read+parse each time) and this was done in a tight loop with mission items as they were dragged. Very slow.
-
Nate Weibley authored
-
Nate Weibley authored
-
Nate Weibley authored
-
Nate Weibley authored
-
Nate Weibley authored
-
Don Gagne authored
PX4 mode cleanup
-