summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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>
| * | update Debian build-deps in preparation for 1.1 releaseBdale Garbee2012-09-11
| | |
* | | Use explicit build deps for altosui (avoids * wildcarding)Tom Marble2012-09-11
| |/ |/|
* | Changed package name from altosui to AltosUITom Marble2012-09-10
|/
* Test commit (comment) to confirm push worksTom Marble2012-09-10
|
* altosui: Use units conversion functions everywhere.Keith Packard2012-09-10
| | | | | | Provide a configuration option to select imperial units and use them everywhere Signed-off-by: Keith Packard <keithp@keithp.com>
* altoslib: Add imperial units conversion supportKeith Packard2012-09-10
| | | | | | "Redneck" mode support Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump version to 1.0.9.7Keith Packard2012-09-09
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/telelco: Search for available firing nodes at boot timeKeith Packard2012-09-09
| | | | | | Query for available firing nodes, limiting device selections to those found. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/telefire: Add steady warble when the LCO arm switch is onKeith Packard2012-09-09
| | | | | | And make debugging a run-time option too. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/stm: Fix basic time interval to 10ms -- was 10.1msKeith Packard2012-09-09
| | | | | | Counting from 0 to 100 takes 10.1ms, so count to 99 instead. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/spiradio: Label LEDs so that the radio code can use themKeith Packard2012-09-09
| | | | | | Mark which should be on for TX and which for RX Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Try to get remote cmac time closer to realityKeith Packard2012-09-09
| | | | | | | | Record the time after the packet was sent, but before the return packet arrives to try and more closely approximate the time the packet arrived at the other end. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Clean up flight data definitionsKeith Packard2012-09-09
| | | | | | | These just shuffle the various definitions of data macros around to make the include files more sensible looking. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: include ao_arch_funcs.h at the very end of ao.hKeith Packard2012-09-09
| | | | | | Move it below the definition of the ms5607 init function Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Allow products without MS5607Keith Packard2012-09-09
| | | | | | | The define for a missing MS5607 was wrong, so anything using the fancy multi-sensor data code would break without an MS5607 in place. Signed-off-by: Keith Packard <keithp@keithp.com>
* ao_tools/ao-send-telem: Only start real-time on valid statesKeith Packard2012-09-09
| | | | | | | Check state to make sure it is < ao_flight_landed to keep invalid states from switching to real-time playback mode. Signed-off-by: Keith Packard <keithp@keithp.com>
* altoslib: Add in a bunch of java files mising after Mike's cleanupsKeith Packard2012-09-09
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Merge remote-tracking branch 'mjb/altoslib_mjb'Keith Packard2012-09-09
|\
| * altoslib: move distinct classes to separate files.Mike Beattie2012-09-07
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>