altosui/telegps: Undo the frequency/telemetry menu changes
authorKeith Packard <keithp@keithp.com>
Sat, 5 Jul 2014 06:38:53 +0000 (23:38 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 5 Jul 2014 07:38:09 +0000 (00:38 -0700)
commit98c3c3f7edd58358939f7dacf5b8f4c336712f5b
tree8580e11d93fb6f7c777ef175f1baf4dfdb14c4d7
parent505c6a1f8b8d68fe6f74dcb4428c860157fae3de
altosui/telegps: Undo the frequency/telemetry menu changes

Using menus for these items isn't what we want; we want to show the
current value on the screen, which is what a combo box is for. Switch
back to those and remove the frequency and telemetry config from the
TeleGPS menu bar so that Mac OS X is happy.

Signed-off-by: Keith Packard <keithp@keithp.com>
altosui/AltosConfigTDUI.java
altosui/AltosConfigUI.java
altosui/AltosFlightUI.java
altosui/AltosIdleMonitorUI.java
altosuilib/AltosFreqList.java [deleted file]
altosuilib/AltosUIFreqList.java [new file with mode: 0644]
altosuilib/AltosUITelemetryList.java [new file with mode: 0644]
altosuilib/AltosUITelemetryMenu.java [deleted file]
altosuilib/Makefile.am
telegps/TeleGPS.java
telegps/TeleGPSConfigUI.java