summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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>
* 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>
* 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>
* | Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2012-09-12
|\|
| * Clean up Windows event handles on com port closeKeith Packard2012-09-11
| | | | | | | | | | | | | | | | | | | | This avoids having to wait for the receiver to timeout before we can open the same com port again. This patch also adds a bit more debugging -- it prints Windows error messages to stdout along with the file/line where the error was generated. Signed-off-by: Keith Packard <keithp@keithp.com>
| * Include AltosLib.jar in windows installKeith Packard2012-09-11
| | | | | | | | | | | | Otherwise, altosui doesn't do much. Signed-off-by: Keith Packard <keithp@keithp.com>
| * Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosTom Marble2012-09-11
| |\
| * | Added the feature to AC to default --with-android to $ANDROID_SDK (if set)Tom Marble2012-09-11
| | | | | | | | | | | | | | | | | | | | | Fixed typos in altosui/Makefile.am (had removed JCOMMON, but it's from AC) Jenkins changes: - added android sdk - will now record artifacts: altoslib/AltosLib.jar,altosui/altosui.jar,**/*.apk
* | | releasing 1.1Bdale Garbee2012-09-11
| |/ |/|
* | Use ft/s for imperial speedsKeith Packard2012-09-11
| | | | | | | | | | | | Bob Brown thinks this unit will be more useful than mph Signed-off-by: Keith Packard <keithp@keithp.com>
* | Add Version 1.1 release notes.Keith Packard2012-09-11
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* | altosui: Imperial units for graphs tooKeith Packard2012-09-11
|/ | | | | | Just to be consistent Signed-off-by: Keith Packard <keithp@keithp.com>
* Reverted package name to 'altosui' from 'AltosUI'Tom Marble2012-09-11
| | | | Also added emacs backup regex (*~) to .gitignore
* Add appropriate Java build deps as given from autoconfTom Marble2012-09-11
|
* Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosTom Marble2012-09-11
|\
| * Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2012-09-11
| |\
| | * Fix Latin-1 encoded copyright symbols in AltosDroid java codeKeith Packard2012-09-11
| | | | | | | | | | | | | | | | | | Otherwise, we get complaints when compiling these files. Signed-off-by: Keith Packard <keithp@keithp.com>