add compass bearing during descent
[fw/altos] / ao-tools / altosui / AltosUI.java
2010-11-11 Anthony Townsadd --replay command line argument
2010-11-09 Keith Packardaltosui: Create buttons for main actions
2010-11-09 Keith Packardaltosui: Split out flight monitoring to separate window
2010-10-06 Keith Packardaltosui: Remove ability to graph data in .csv files
2010-09-29 Keith Packardaltosui: Add KML file export.
2010-09-28 Anthony TownsMerge branch 'master' of git://git.gag.com/fw/altos
2010-09-28 Keith Packardaltosui: Create iterables for log file scanning. Split...
2010-09-24 Anthony TownsMerge branch 'master' of git://git.gag.com/fw/altos
2010-09-20 Keith Packardaltosui: remove unused ReplayThread wrapper classes
2010-09-20 Keith Packardaltosui: Factor some UI elements into separate classes
2010-09-20 Anthony TownsMerge branch 'master' of git://git.gag.com/fw/altos
2010-09-14 Anthony TownsAdd graphing.
2010-09-10 Anthony TownsMerge branch 'master' of git://git.gag.com/fw/altos
2010-09-10 Keith Packardaltosui: conflating USB product and vendor IDs is a...
2010-09-10 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2010-09-10 Keith Packardaltosui: Display error dialog when AltOS JNI library...
2010-09-05 Anthony TownsMerge branch 'master' of git://git.gag.com/fw/altos
2010-09-05 Keith Packardaltosui: Prevent voice altitude data from queueing up
2010-09-05 Keith Packardaltosui: Start idle thread after the rocket leaves...
2010-09-05 Keith Packardaltosui: When replay thread is interrupted, don't make...
2010-09-05 Keith Packardaltosui: Add elevation and range data to main display
2010-09-05 Keith PackardUse autotools for altosui and libaltos
2010-09-04 Keith Packardaltosui: Add icons to application and Windows menus.
2010-09-03 Keith Packardaltosui: Catch I/O errors on telemetry device, report...
2010-09-03 Keith Packardaltosui: Allow 'connect to device' when already connected
2010-09-03 Keith Packardaltosui: Report telemetry CRC errors in UI
2010-08-27 Bdale GarbeeMerge branch 'bdale'
2010-08-27 Keith PackardMerge remote branch 'origin/master' into new-packet...
2010-08-27 Keith Packardaltosui: add elevation and range information
2010-08-27 Bdale GarbeeMerge branch 'new-packet-format' of ssh://git.gag.com...
2010-08-27 Keith Packardaltosui: command line args are converted to csv format
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 Anthony TownsMerge branch 'master' of git://git.gag.com/fw/altos
2010-08-24 Keith Packardaltosui: Separate out log file choosing dialog to share...
2010-08-24 Bdale GarbeeMerge branch 'new-packet-format' of ssh://git.gag.com...
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