altosui: Remove debug printf from AltosState.java
[fw/altos] / ao-tools / altosui / AltosUI.java
2010-08-24 Keith Packardaltosui: Add ability to create CSV file from telem...
2010-08-24 Keith Packardaltosui: refactor logfile chooser dialog to share more...
2010-08-24 Keith Packardaltosui: Separate out log file choosing dialog to share...
2010-08-23 Keith Packardaltosui: Add debug dongle API, split flash UI out
2010-08-23 Keith Packardaltosui: Add .ihx file reading code and stub out flashi...
2010-08-23 Keith Packardaltosui: Add TeleMetrum configuration
2010-08-22 Keith Packardaltosui: Make teledongle callsign configurable
2010-08-18 Keith Packardaltosui: Select devices by USB vendor/product ID.
2010-08-07 Keith Packardaltosui: Start adding code to write csv files from...
2010-08-06 Keith Packardaltosui: Compute flight state from eeprom data
2010-08-05 Keith Packardaltosui: Split flight record out of telemetry class
2010-08-01 Keith Packardaltosui: Split status and info panels into separate...
2010-07-31 Keith Packardaltosui: Clear displayed data rows as needed.
2010-07-31 Keith Packardaltosui: Merge gps date and time classes into gps class
2010-07-31 Keith Packardaltosui: rename AltosEeprom -> AltosEepromDownload...
2010-07-29 Keith PackardReset GPS ready status when GPS comes unlocked on the pad
2010-07-29 Keith Packardaltosui: report rocket ground bearing at landing only...
2010-07-29 Keith Packardaltosui: Add progress bar for eeprom downloading status
2010-07-28 Keith Packardaltosui: Add eeprom data capture function. No UI yet.
2010-07-28 Keith PackardMerge remote branch 'keithp/macos'
2010-07-28 Keith PackardRemove debug printf
2010-07-28 Keith PackardAdd voice test command for help in adjusting volume.
2010-07-28 Keith PackardMake voice and channel menus work.
2010-07-28 Keith Packardaltosui: Catch errors opening USB devices. Limit list...
2010-07-28 Keith PackardMerge branch 'macos'
2010-07-27 Keith PackardJava voice reporting cleanups.
2010-07-27 Keith PackardJava clean ups -- use varargs where possible, remove...
2010-07-26 Keith PackardSwitch AltosUI to libaltos for device access
2010-05-18 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2010-05-18 Keith PackardFinish basic flight monitoring UI with voice using...
2010-04-22 Keith PackardMore ALtosUI changes
2010-04-08 Keith PackardMerge remote branch 'origin/master'
2010-04-08 Keith PackardMerge remote branch 'origin/master' into altosui
2010-04-06 Keith PackardEnable telemetry monitoring
2010-04-06 Keith PackardInterrupt running replay thread when starting another...
2010-04-06 Keith PackardAdd Linux device discovery
2010-04-05 Keith PackardClean up some altosui comments
2010-04-04 Keith PackardUse RXTX for serial comm. Add logdir preference saving
2010-04-03 Keith PackardRemove unused cell renderer class
2010-04-03 Keith PackardRemove GPS data missing from skytraq. Save max height...
2010-04-03 Keith PackardReport current gps nsat, not last locked nsat
2010-04-03 Keith PackardClean up GPS data formatting
2010-04-03 Keith PackardFix state updates
2010-04-03 Keith PackardFix status update
2010-04-03 Keith PackardFix up table formatting
2010-04-03 Keith PackardDisplay table of flight info. gps is not working yet...
2010-04-02 Keith PackardSteal C code from ao-view
2010-04-02 Keith PackardAdd telem parsing code
2010-03-31 Keith PackardStart adding java-based UI