summaryrefslogtreecommitdiff
path: root/ao-tools/altosui/AltosStatusTable.java
Commit message (Collapse)AuthorAge
* altosui: Split out flight monitoring to separate windowKeith Packard2010-11-05
| | | | | | | | | This creates a per-TD (or replay) window to contain the flight monitoring information, allowing multiple monitors. This also adds per-TD preferences for monitoring channel. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Factor some UI elements into separate classesKeith Packard2010-09-20
Clean up AltosUI by moving the two main tables to separate class files. Signed-off-by: Keith Packard <keithp@keithp.com>