altosui: switch channel selector to combo box. Shorten displayed device names
authorKeith Packard <keithp@keithp.com>
Sat, 20 Nov 2010 06:44:48 +0000 (22:44 -0800)
committerKeith Packard <keithp@keithp.com>
Sat, 20 Nov 2010 06:48:11 +0000 (22:48 -0800)
commit594e80572821f1848db062d0cff18ca8bf0d90ce
tree10a626e1752894b540af115c9e4d12ff089885b8
parentfa07afc73bc5eccff8464a2def05ad600da33c97
altosui: switch channel selector to combo box. Shorten displayed device names

A combo box displays the current value, which is quite nice to
have. Add a 'toShortString' for AltosDevice so that the window frames
and error messages don't have extra spaces generated by the
altos_device toString method.

Signed-off-by: Keith Packard <keithp@keithp.com>
ao-tools/altosui/AltosChannelMenu.java
ao-tools/altosui/AltosConfig.java
ao-tools/altosui/AltosDebug.java
ao-tools/altosui/AltosDevice.java
ao-tools/altosui/AltosEepromDownload.java
ao-tools/altosui/AltosFlashUI.java
ao-tools/altosui/AltosFlightUI.java
ao-tools/altosui/AltosIgniteUI.java
ao-tools/altosui/AltosSerial.java
ao-tools/altosui/AltosTelemetryReader.java
ao-tools/altosui/AltosUI.java