Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | update changelogs for Debian builddebian/0.6+302+g4918f73 | Bdale Garbee | 2010-08-11 |
| | |||
* | update changelogs for Debian builddebian/0.6+301+gf63f16a | Bdale Garbee | 2010-08-11 |
| | |||
* | update changelogs for Debian builddebian/0.6+300+ga0a9b44 | Bdale Garbee | 2010-08-11 |
| | |||
* | update changelogs for Debian builddebian/0.6+299+ge075b86 | Bdale Garbee | 2010-08-05 |
| | |||
* | update changelogs for Debian builddebian/0.6+298+g410de62 | Bdale Garbee | 2010-08-05 |
| | |||
* | add freetts as a build dep | Bdale Garbee | 2010-08-05 |
| | |||
* | update changelogs for Debian builddebian/0.6+296+gd091099 | Bdale Garbee | 2010-08-05 |
| | |||
* | update changelogs for Debian builddebian/0.6+295+gaed55ef | Bdale Garbee | 2010-08-05 |
| | |||
* | working on java packaging details | Bdale Garbee | 2010-08-05 |
| | |||
* | move to science menu | Bdale Garbee | 2010-08-05 |
| | |||
* | update changelogs for Debian builddebian/0.6+292+g8fc261c | Bdale Garbee | 2010-07-31 |
| | |||
* | see if my new freetts package works | Bdale Garbee | 2010-07-31 |
| | |||
* | update changelogs for Debian builddebian/0.6+290+g7877496 | Bdale Garbee | 2010-07-29 |
| | |||
* | Merge remote branch 'origin/master' | Keith Packard | 2010-07-29 |
|\ | |||
| * | update changelogs for Debian builddebian/0.6+277+gd184819 | Bdale Garbee | 2010-07-29 |
| | | |||
| * | add a jdk to the build deps | Bdale Garbee | 2010-07-29 |
| | | |||
| * | update changelogs for Debian builddebian/0.6+275+g89109f9 | Bdale Garbee | 2010-07-29 |
| | | |||
| * | ugh, fixing failure due to aborted builddebian/0.6+274+g865d5cd | Bdale Garbee | 2010-07-29 |
| | | |||
| * | add swig as a build dep | Bdale Garbee | 2010-07-29 |
| | | |||
| * | update changelogs for Debian builddebian/0.6+272+g62b4cc5 | Bdale Garbee | 2010-07-29 |
| | | |||
| * | update changelogs for Debian builddebian/0.6+271+g27a2d0c | Bdale Garbee | 2010-07-29 |
| | | |||
| * | update changelogs for Debian builddebian/0.6+270+g537492d | Bdale Garbee | 2010-07-29 |
| | | |||
| * | update changelogs for Debian builddebian/0.6+269+gadf6cbc | Bdale Garbee | 2010-07-29 |
| | | |||
| * | update changelogs for Debian builddebian/0.6+268+gd0fd53b | Bdale Garbee | 2010-07-29 |
| | | |||
* | | Make altosui test script executable | Keith Packard | 2010-07-29 |
| | | |||
* | | altosui: remove option to install to alternate volume | Keith Packard | 2010-07-29 |
| | | |||
* | | Moved Mac OS packaging to altosui dir | Keith Packard | 2010-07-29 |
| | | |||
* | | altosui: Switch eeprom extension back to .eeprom | Keith Packard | 2010-07-29 |
| | | |||
* | | Add Mac OS X packaging bits | Keith Packard | 2010-07-29 |
| | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | | altosui: construct Darwin application directory | Keith Packard | 2010-07-29 |
| | | | | | | | | | | | | | | This adds the necessary files and build steps to construct AltosUI.app on a Darwin system. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | | libaltos: build with java src encoding UTF8 | Keith Packard | 2010-07-29 |
| | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | | altosui: remove debug printf | Keith Packard | 2010-07-29 |
| | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | | altosui: Close serial, join reader thread, free altos_file | Keith Packard | 2010-07-29 |
| | | | | | | | | | | | | | | | | | | Separating out the close and free actions ensures that the reader thread will not access freed memory or dereference a null pointer while shutting down the connection to the serial device. Otherwise, a race condition exists between the serial close and the thread join. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | | altosui: Remove unnecessary freetts .jar files | Keith Packard | 2010-07-29 |
| | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | | altosui: check for closed serial device before reading | Keith Packard | 2010-07-29 |
|/ | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | Reset GPS ready status when GPS comes unlocked on the pad | Keith Packard | 2010-07-28 |
| | | | | | | | If GPS becomes unlocked, then report that in the UI and via voice. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altosui: report rocket ground bearing at landing only if known | Keith Packard | 2010-07-28 |
| | | | | | | if state.from_pad is null, then there isn't any data to report. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altosui: Replace device dialog. Center eeprom monitor. | Keith Packard | 2010-07-28 |
| | | | | | | | | This adds a custom dialog for selecting device, which makes it look much nicer on the screen and allows the user to double-click on an entry to select it. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altosui: Fix Save flight data monitor layout, add cancel | Keith Packard | 2010-07-28 |
| | | | | | | | | Use GridBagLayout to improve the appearance of the flight data monitor widget, add a cancel button to stop loading data (useful if the connection is wedged). Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altosui: Add progress bar for eeprom downloading status | Keith Packard | 2010-07-28 |
| | | | | | | | This has a progress bar tracking the state and block count while downloading stuff from telemetrum. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altosui: Add eeprom data capture function. No UI yet. | Keith Packard | 2010-07-28 |
| | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | Merge remote branch 'keithp/macos' | Keith Packard | 2010-07-28 |
|\ | |||
| * | Force java source encoding to UTF-8 | Keith Packard | 2010-07-27 |
| | | |||
* | | Remove debug printf | Keith Packard | 2010-07-28 |
| | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | | Add voice test command for help in adjusting volume. | Keith Packard | 2010-07-28 |
| | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | | Make voice and channel menus work. | Keith Packard | 2010-07-28 |
| | | | | | | | | | | | | Stores voice and channel data to preferences. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | | altosui: Catch errors opening USB devices. Limit list to relevant devices | Keith Packard | 2010-07-28 |
| | | | | | | | | | | | | | | Avoids a segfault when failing to open a device. Limit listed telemetry devices to just TeleDongle units. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | | Merge branch 'macos' | Keith Packard | 2010-07-28 |
|\ \ | |||
| * | | Java voice reporting cleanups. | Keith Packard | 2010-07-27 |
| | | | | | | | | | | | | | | | | | | | | | | | | Make sure it says something at the end of a log file replay. Make sure it reports max speed after motor burn out, and max height after apogee. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
| * | | Java clean ups -- use varargs where possible, remove AltosSerialReader | Keith Packard | 2010-07-27 |
| | | | | | | | | | | | | | | | | | | | | | | | | Add methods that format stuff using String.format for voice and serial link, remove AltosSerialReader class and just embed that in the AltosSerial class directly. Signed-off-by: Keith Packard <keithp@keithp.com> |