summaryrefslogtreecommitdiff
path: root/ao-tools/altosui/AltosDisplayThread.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: Initialize display thread state in constructor instead of runKeith Packard2010-11-20
| | | | | | | Some state will get set before run is called, initializing it there can be too late. Signed-off-by: Keith Packard <keithp@keithp.com>
* add compass bearing to voice outputAnthony Towns2010-11-11
|
* altosui: Add ascent, descent and landed tabsKeith Packard2010-11-09
| | | | | | This completes the set of tabs for in-flight status information. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Create abstract interface for flight data displayKeith Packard2010-11-09
| | | | | | | This allows the implementation of the flight data display to occur in the flight UI instead of the display thread. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Split out flight monitoring to separate windowKeith Packard2010-11-08
| | | | | | | | | 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: 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>