summaryrefslogtreecommitdiff
path: root/altosui/AltosEepromDownload.java
Commit message (Expand)AuthorAge
* altosui, altoslib: Move eeprom download code to altoslibKeith Packard2013-11-12
* altosui: Make AltosEepromDownload not swing-dependentKeith Packard2013-11-12
* altoslib: Start moving eeprom download logic to altoslibKeith Packard2013-11-12
* altoslib: Raise ParseException on invalid eeprom formatKeith Packard2013-11-12
* altosui: Set 'flight' value in AltosEepromMonitor window during downloadKeith Packard2013-09-06
* altoslib/altosui: Add TeleMini-v1.0 eeprom supportKeith Packard2013-09-06
* altoslib: Finish AltosState changes. Update version number.Keith Packard2013-09-05
* altoslib/altosui: Further AltosState transition workKeith Packard2013-08-31
* altoslib, altosui: Restructured state management now does TM eeprom filesKeith Packard2013-08-29
* altosui: Missing 'break' after selecting 'mega' format detectionKeith Packard2013-05-26
* altosui: Stop downloading mega eeprom on empty blockKeith Packard2013-05-26
* Add Mini logging format. Use in EasyMinilpcKeith Packard2013-05-19
* name change from MegaMetrum to TeleMegaBdale Garbee2013-04-22
* altosui: Display block number while downloading flights. Track #51Keith Packard2013-02-10
* Add version numbers to java librariesKeith Packard2013-01-29
* Change AltosLib to altoslibKeith Packard2013-01-29
* altosui: Correct megametrum eeprom filename dateKeith Packard2012-10-21
* altosui: Accept serial number of zero for eeprom downloadKeith Packard2012-10-16
* altosui: access class variables by class, not instanceMike Beattie2012-09-14
* altosui: remove un-used importsMike Beattie2012-09-14
* altosui: Stop downloading eeprom data on a block full of invalid dataKeith Packard2012-09-12
* Reverted package name to 'altosui' from 'AltosUI'Tom Marble2012-09-11
* Changed package name from altosui to AltosUITom Marble2012-09-10
* altosui: Catch errors in state value when saving flight logsKeith Packard2012-09-09
* altosui: Fix flight data download for TM. Look for MM flights when graphingKeith Packard2012-07-03
* altosui: More changes to migrate code to altoslibKeith Packard2012-06-04
* altosui: Complete split out of separate java libraryKeith Packard2012-06-02
* altosui: Quick hacks to download megametrum data and convert to CSVKeith Packard2012-06-01
* altosui: Change flight data saving UI to separate download/delete selectionsKeith Packard2012-03-27
* altosui: Report error message back from libaltosKeith Packard2011-08-28
* altos: AltosSerial.flush_input shouldn't discard Interrupted exceptionsKeith Packard2011-08-13
* altosui: Eliminate inter-chunk flush_input callsKeith Packard2011-08-13
* altosui: Add support for TeleScience eeprom downloadKeith Packard2011-08-13
* altos/altosui: Report log format in the version commandKeith Packard2011-08-13
* altosui: Convert from channels to frequenciesKeith Packard2011-08-08
* Merge branch 'telemini' into telebtKeith Packard2011-04-19
|\
| * altosui: oops - lost state changes when downloading eeprom data.Keith Packard2011-04-13
| * altos/altosui: Log averaged baro sensor data in Tm/TnKeith Packard2011-04-09
* | altosui: Add low-level Bluetooth APIsKeith Packard2011-04-08
|/
* altosui: Tell serial device which frame to use for timeout dialogsKeith Packard2011-03-27
* altosui: Remove extra AltosEepromBlock layerKeith Packard2011-03-25
* altosui: Add support for downloading TeleMini/TeleNano flight logsKeith Packard2011-03-25
* altosui: Display eeprom parsing errors to userKeith Packard2011-02-19
* altosui: Remove debug message when eeprom downloads are complete.Keith Packard2011-01-16
* altosui: Reset eeprom download instance variables before reading flightKeith Packard2011-01-16
* altosui: Add eeprom 'manage' ui to download and delete multiple flightsKeith Packard2011-01-12
* altosui: Add support for parsing list of flights from the 'l' commandKeith Packard2011-01-11
* altosui: Split eeprom download code apartKeith Packard2011-01-11
* altosui: Flight data download GUI operations called only from main threadKeith Packard2010-11-25
* Move altosui to the top level, placing libaltos inside it.Keith Packard2010-11-24