summaryrefslogtreecommitdiff
path: root/ao-tools/altosui/AltosEeprom.java
Commit message (Collapse)AuthorAge
* altosui: rename AltosEeprom -> AltosEepromDownload, split out Altos constantsKeith Packard2010-07-31
| | | | | | | Renames the eeprom downloading code and adds a new file to share the flight data constants across the various UI modules. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Switch eeprom extension back to .eepromKeith Packard2010-07-29
|
* altosui: Fix Save flight data monitor layout, add cancelKeith Packard2010-07-28
| | | | | | | | Use GridBagLayout to improve the appearance of the flight data monitor widget, add a cancel button to stop loading data (useful if the connection is wedged). Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Add progress bar for eeprom downloading statusKeith Packard2010-07-28
| | | | | | | This has a progress bar tracking the state and block count while downloading stuff from telemetrum. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Add eeprom data capture function. No UI yet.Keith Packard2010-07-28
Signed-off-by: Keith Packard <keithp@keithp.com>