fix up for an 0.7 release
[fw/altos] / ao-tools / altosui /
2010-08-27 Bdale Garbeefix path to installed shared library
2010-08-27 Bdale GarbeeMerge branch 'bdale'
2010-08-27 Bdale Garbeefix man page delivery path
2010-08-27 Bdale Garbeeinstall altosui man page
2010-08-27 Bdale Garbeefix permissions on installed jar file, switch from...
2010-08-27 Bdale Garbeefix up the wrapper's path to the jar file
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 Garbeeadd an install target for altosui
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-27 Keith Packardaltosui: Remove debug printf from AltosState.java
2010-08-27 Keith Packardaltosui: When parsing saved telem files, errors shouldn...
2010-08-27 Keith Packardaltosui: Serial line is in UTF-8 encoding. Deal with it.
2010-08-27 Keith Packardaltosui: Add support for old (version < 3) telemetry...
2010-08-27 Keith Packardaltosui: AltosEepromReader was mis-setting boost tick
2010-08-27 Keith Packardaltosui: add rssi and distance/dir from pad to CSV...
2010-08-27 Keith Packardaltosui: Add AltosGreatCircle constructors
2010-08-27 Keith Packardaltosui: Move number parsing code to Altos general...
2010-08-24 Keith Packardaltosui: flush replies from serial link when entering...
2010-08-24 Keith Packardaltosui: write USB serial number string while flashing
2010-08-24 Keith Packardaltosui: always display romconfig ui while flashing
2010-08-24 Keith Packardaltosui: fetch existing romconfig for flashing
2010-08-24 Keith Packardaltosui: Delay mapping Flash UI until flashing actually...
2010-08-24 Keith Packardaltosui: disable radio monitoring while using serial...
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-24 Bdale GarbeeMerge branch 'new-packet-format' of ssh://git.gag.com...
2010-08-24 Keith Packardaltosui: make default Manifest look for built-in freetts
2010-08-24 Keith Packardaltosui: Finish device programming code
2010-08-24 Keith Packardaltosui: Remove debug printf from AltosRomconfig
2010-08-24 Keith Packardaltosui: flush serial output before waiting for reply
2010-08-24 Keith Packardaltosui: remove debug printf from AltosHexfile
2010-08-24 Keith Packardaltosui: Add lots more cc1111 debug interface functions
2010-08-24 Keith Packardaltosui: pad TM config dialog values to avoid clipping...
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 Bdale Garbeeworking on java packaging details
2010-08-23 Keith Packardaltosui: Set callsign when fetching eeprom data over...
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: Add comments to Eeprom reader
2010-08-06 Keith Packardaltosui: Compute flight state from eeprom data
2010-08-05 Bdale Garbeeworking on java packaging details
2010-08-05 Keith Packardaltosui: Split flight record out of telemetry class
2010-08-05 Keith Packardaltosui: Explicitly initialize Altos 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: Capture config and version info in .eeprom...
2010-07-31 Keith Packardaltosui: rename AltosEeprom -> AltosEepromDownload...
2010-07-31 Bdale Garbeesee if my new freetts package works
2010-07-29 Keith PackardMerge remote branch 'origin/master'
2010-07-29 Keith PackardMake altosui test script executable
2010-07-29 Keith Packardaltosui: remove option to install to alternate volume
2010-07-29 Keith Packardaltosui: Switch eeprom extension back to .eeprom
2010-07-29 Keith PackardAdd Mac OS X packaging bits
2010-07-29 Keith Packardaltosui: construct Darwin application directory
2010-07-29 Keith Packardaltosui: remove debug printf
2010-07-29 Keith Packardaltosui: Close serial, join reader thread, free altos_file
2010-07-29 Keith Packardaltosui: Remove unnecessary freetts .jar files
2010-07-29 Keith Packardaltosui: check for closed serial device before reading
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: Replace device dialog. Center eeprom monitor.
2010-07-29 Keith Packardaltosui: Fix Save flight data monitor layout, add cancel
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-28 Keith PackardForce java source encoding to UTF-8
2010-07-27 Keith PackardJava voice reporting cleanups.
2010-07-27 Keith PackardJava clean ups -- use varargs where possible, remove...
2010-07-27 Keith PackardRemove directories as .class file dependencies; it...
2010-07-27 Keith PackardClean up altosui build a bit
2010-07-27 Keith PackardAdd application icons for Mac OS X
2010-07-27 Keith PackardRe-enable Linux support for altosui.
2010-07-27 Keith PackardRe-enable freetts
2010-07-27 Keith PackardPresent list of altos devices in nice format
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 PackardTD reports "not-connected" when GPS has 0 sats
2010-04-06 Keith Packardserial port read function cannot be interrupted. poll...
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 PackardMake .jar file
next