Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | altosui: Add eeprom 'manage' ui to download and delete multiple flights | Keith Packard | 2011-01-12 |
| | | | | | | | This shows the list of available flights and provides options to download and/or delete each one. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altosui: Flight data download GUI operations called only from main thread | Keith Packard | 2010-11-25 |
| | | | | | | | | Swing doesn't like UI functions being called from non-dispatch thread, so fix up the eeprom download code to use SwingUtilities.invokeLater to make sure this works right. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | Move altosui to the top level, placing libaltos inside it. | Keith Packard | 2010-11-24 |
Signed-off-by: Keith Packard <keithp@keithp.com> |