summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'mjb/prefs_interface'Keith Packard2012-09-20
|\
| * altosui: remove un-used importMike Beattie2012-09-14
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosui: revert AltosUIPreferences init() methodMike Beattie2012-09-14
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosui: Add return to try/catch.. duhMike Beattie2012-09-14
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosui: add missing try/catchMike Beattie2012-09-14
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosui/altoslib: bug fixes, update Makefile.amMike Beattie2012-09-14
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosui/altoslib: Add call to …Preferences.init() with backend object, ↵Mike Beattie2012-09-14
| | | | | | | | | | | | remove static init() Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altoslib: Add AltosPreferencesBackend.java to Makefile.amMike Beattie2012-09-14
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosui/altoslib: add methods to interface, fix imports/exceptions in BT codeMike Beattie2012-09-14
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosui: add missing methods for Backend, fix BT code.Mike Beattie2012-09-14
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altoslib/altosui: begin moving preferences "backend" into interfaceMike Beattie2012-09-14
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
* | Merge remote-tracking branch 'mjb/altosui_mjb'Keith Packard2012-09-20
|\|
| * altosui: comment out obsolete code - could probably remove the file.Mike Beattie2012-09-14
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosui: add type to … implements Comparable.Mike Beattie2012-09-14
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosui: comment out/remove dead codeMike Beattie2012-09-14
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosui: access class variables by class, not instanceMike Beattie2012-09-14
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosui: remove redundant catchesMike Beattie2012-09-14
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosui: comment out un-used classes and associated importsMike Beattie2012-09-14
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosui: comment out un-used fields and methodsMike Beattie2012-09-14
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosui: remove un-used importsMike Beattie2012-09-14
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
* | further refinment of Releasing documentBdale Garbee2012-09-16
| |
* | releasing 1.1.11.1.1Bdale Garbee2012-09-16
| |
* | Add release notes for version 1.1.1Keith Packard2012-09-16
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* | altos: Fix telemini sdcdb init fileKeith Packard2012-09-16
| | | | | | | | | | | | Set the driver source path for the debugger Signed-off-by: Keith Packard <keithp@keithp.com>
* | altosui: Gather Tm sensor data in Monitor Idle modeKeith Packard2012-09-16
| | | | | | | | | | | | | | | | Tm is pretty much the same as TM for the analog sensors, it's just missing the accelerometr. Use the same code for constructing an AltosRecord for it Signed-off-by: Keith Packard <keithp@keithp.com>
* | altos: Need to use 16-bit counts for ao_xmem functionsKeith Packard2012-09-14
| | | | | | | | | | | | | | | | | | Trying to use 8-bit counts is a nice optimization which fails when the count is larger than 255, as is the case with clearing the flash block in the AT45 driver. This bug resulted in the inability to erase flights on TeleMetrum v1.0 boards. Signed-off-by: Keith Packard <keithp@keithp.com>
* | altosui: Show over-ground-distance in Descent tabKeith Packard2012-09-14
| | | | | | | | | | | | Helps to know where the rocket might land. Signed-off-by: Keith Packard <keithp@keithp.com>
* | altosui: Remove debugging from KML exportKeith Packard2012-09-14
| | | | | | | | | | | | Left in from testing the Eeprom export bug Signed-off-by: Keith Packard <keithp@keithp.com>
* | altosui: Fix Landed tab unitsKeith Packard2012-09-14
| | | | | | | | | | | | | | | | | | | | And clean up the whole flight value reporting code base. It would be nice to create a separate class to make this easier; at present there's a bunch of customization embedded in how values are presented in each tab. Reported by: Bdale Garbee <bdale@gag.com> Signed-off-by: Keith Packard <keithp@keithp.com>
* | altoslib: Update GPS seen_values in AltosEepromIterableKeith Packard2012-09-14
| | | | | | | | | | | | | | Otherwise, KML export won't ever get GPS data to write. Reported by: Bob Brown <prefect@kloudbusters.org> Signed-off-by: Keith Packard <keithp@keithp.com>
* | altoslib: Remove duplicate seen_ values in AltosEepromIterableKeith Packard2012-09-14
|/ | | | | | These are defined in AltosRecord; duplicating them is not a good plan Signed-off-by: Keith Packard <keithp@keithp.com>
* add note about checking doc copyright date and revision history to ReleasingBdale Garbee2012-09-13
|
* doc: Add revision history for 1.1. Update copyright dateKeith Packard2012-09-13
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos1.1Bdale Garbee2012-09-13
|\
| * doc: Document imperial units and groundstation configurationKeith Packard2012-09-13
| | | | | | | | | | | | What it says on the tin. Signed-off-by: Keith Packard <keithp@keithp.com>
* | Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2012-09-13
|\|
| * altosui: Exit with an error status when file processing failsKeith Packard2012-09-12
| | | | | | | | | | | | | | If the user provides any files on the command line, and if processing them fails in some way, exit immediately with an error indication. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altosui: Leave new_gps indication until gps value is usedKeith Packard2012-09-12
| | | | | | | | | | | | | | | | | | | | | | | | During replay, AltosState may not see a new GPS value as soon as it lands in the state field as additional records with the same timestamp may come in after the GPS record. Instead of resetting the new_gps indication when the new record is created, wait until the new_gps indication is seen by the AltosState update code and have that clear the new_gps indication. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altosui: Stop downloading eeprom data on a block full of invalid dataKeith Packard2012-09-12
| | | | | | | | | | | | | | When no valid records are found within an eeprom block, we assume that no more data will be found within the entire storage area. Signed-off-by: Keith Packard <keithp@keithp.com>
* | document workaround for 'make fat' not building altoslibBdale Garbee2012-09-12
|/
* update Releasing for non-native versioning and builds on debian branchBdale Garbee2012-09-12
|
* Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2012-09-12
|\
| * altosui: Serialize data access in TD config codeKeith Packard2012-09-12
| | | | | | | | | | | | | | | | | | Setting the values was being done in the UI thread instead of the Serial thread, which left the serial thread with uninitialized values when it went to update the displayed value for the current frequency. All fixed now. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altosui: Lock access to preferences dataKeith Packard2012-09-12
| | | | | | | | | | | | | | These are accessed by several different threads, so keep things sane by just holding locks across all access. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altosui: Add multi-sized icons to all windowsKeith Packard2012-09-12
| | | | | | | | | | | | This lets the window system pick a better size for presentation Signed-off-by: Keith Packard <keithp@keithp.com>
| * Reference specific dependent jars in the AltosUI launchersTom Marble2012-09-12
| |
| * doc: Mention changes to flight data download UIKeith Packard2012-09-12
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * altosui: Initialize flight velocity to zero when reading eeprom filesKeith Packard2012-09-12
| | | | | | | | | | | | | | | | Otherwise, the integration of velocity will start at MISSING and get stranger. Fortunately, we know the initial velocity of the rocket when sitting on the pad. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altosui: Don't say a decimal point for distances in metersKeith Packard2012-09-11
| | | | | | | | | | | | Useful for distances in miles, but not meters. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altosui: Initialize imperial units checkbox with correct valueKeith Packard2012-09-11
| | | | | | | | | | | | | | Use imperial units preference instead of serial debug preference. Cut & paste programming failure... Signed-off-by: Keith Packard <keithp@keithp.com>