Bob Long
Bob Long
This adds an empty, zero-sized panel between the HUD and the tabs. This allows for the creation of plugins that add buttons or readouts that are always visible, and don't...
I wanted to be able to edit the colors of the quickview fields (this addresses issue #2026), and to be able to adjust the precision as well. While I was...
The jump tracking array in AP_Mission only initializes when the mission is restarted, for example when disarming or when the waypoint is set to zero. This means it is possible...
With light themes, the link stats label has a dark box behind it, rendering it unreadable.  It has `bgdark` hard coded in its `Image` property. This has to be...
This allows the watchdog timeout to be adjusted in the hwdef.dat file, so that critical nodes like ESCs can recover more quickly. I haven't added this to any hwdefs yet....
The description refers to TRIM_PITCH, which was recently renamed to PTCH_TRIM_DEG.
This allows the user to select whether other MAVs, or other instances of the same MAV on redundant links, should be hidden from the map, or displayed as transparent to...
Sometimes a statustext sneaks through before the version comes in. ArduPilot 3.4 came out in 2015, so I think we can safely remove this now. I could do something backward-compatible...
Some speech events, like mode changes, fire off on all connected com ports, not just the primary. Additionally, `CurrentState` ignores the `speechenable` flag of the `MAVLinkInterface` that it's attached to,...
When launching redundant links with `ConnectionOptions`, it would always use the old-school param download, and the theme of the progress window would be wrong.