summaryrefslogtreecommitdiff
path: root/ao-tools/altosui/AltosGraphUI.java
Commit message (Collapse)AuthorAge
* Move altosui to the top level, placing libaltos inside it.Keith Packard2010-11-24
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Unify datafile selection to AltosDataChooserKeith Packard2010-11-19
| | | | | | | Instead of having several separate intefaces, use a single dialog for selecting data files for graph/export/replay. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Eliminate unncessary import altosui linesKeith Packard2010-11-13
| | | | | | | Java appears to automatically import every module from the current package. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Remove ability to graph data in .csv filesKeith Packard2010-10-06
| | | | | | | There's no reason to support these files when the raw .eeprom or .telem files which generate them should be used instead. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: use Altos constants in graphing codeKeith Packard2010-09-27
| | | | | | The Altos class nicely defines constants for all of the flight states. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add graphing.Anthony Towns2010-09-15