summaryrefslogtreecommitdiff
path: root/ao-tools/altosui/AltosCSVUI.java
Commit message (Collapse)AuthorAge
* altosui: Add KML file export.Keith Packard2010-09-28
| | | | | | | Command line has switches now, --kml and --csv Export save dialog has combo box to select kml or csv result. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Create iterables for log file scanning. Split out display threadsKeith Packard2010-09-27
| | | | | | | | | Convert from log file reading paradigm to using iterators which is more idiomatic for java. Split more code out of AltosUI.java, including the display update threads for telemetry monitoring and logfile replay.x Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: set default .csv file name in file save dialogKeith Packard2010-09-10
| | | | | | | This uses setSelectedFile to specify which output filename to make the default in the save dialog. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Add ability to create CSV file from telem or eeprom filesKeith Packard2010-08-24
This creates a comma separated value file to export data for external programs. Signed-off-by: Keith Packard <keithp@keithp.com>