altoslib: Mark listener as 'not running' on EOF.
authorKeith Packard <keithp@keithp.com>
Sat, 7 Feb 2015 22:43:11 +0000 (14:43 -0800)
committerKeith Packard <keithp@keithp.com>
Sat, 7 Feb 2015 22:43:11 +0000 (14:43 -0800)
This adds a 'running' member to the AltosListenerState class, and when
the replay reader reaches EOF, marks the listener as no longer
running.

AltosUI and TeleGPS now display 'done' in the 'Age' field when this
occurs, to let the user know that the replay is over.

Also make sure that the display timers are stopped when this happens,
or when the window is closed.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found