summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | more tweakingBdale Garbee2011-08-24
|/
* more tweaksBdale Garbee2011-08-24
|
* Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2011-08-24
|\
| * doc: Move Packet Command Mode section to System Operations chapterKeith Packard2011-08-24
| | | | | | | | | | | | It makes far more sense here. Signed-off-by: Keith Packard <keithp@keithp.com>
| * doc: Describe packet command mode a bit better.Keith Packard2011-08-24
| | | | | | | | | | | | | | | | Include comments about TeleMini in the introduction, and then explain a bit better what the best method of reliably initiating packet command mode are (start operation, then boot telemini). Signed-off-by: Keith Packard <keithp@keithp.com>
* | more doc tweaksBdale Garbee2011-08-24
|/
* more doc tweakingBdale Garbee2011-08-24
|
* doc: Document pad-mode 'on-board data logging' indicatorKeith Packard2011-08-24
| | | | | | There wasn't any documentation for this field in the 'Launch Pad' tab. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Spelling corrections in altusmetrum.xslKeith Packard2011-08-24
| | | | | | Lots of minor spelling errors. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc tweaks through chap 3Bdale Garbee2011-08-24
|
* Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2011-08-24
|\
| * altos/windows: Get latest JRE 1.6 version (Version 6 update 27)Keith Packard2011-08-24
| | | | | | | | | | | | No reason to download stale java bits. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altosui: Make flight monitor font size configurableKeith Packard2011-08-24
| | | | | | | | | | | | | | Tiny netbooks aren't tall enough for the 'usual' font size, so provide a smaller option. Then provide a bigger option, just because. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altosui: Don't trust companion telemetry record 'channels' countKeith Packard2011-08-24
| | | | | | | | | | | | | | It can be bogus, allowing the code to walk off the end of the allocated data array. Signed-off-by: Keith Packard <keithp@keithp.com>
* | update changelogs for Debian buildBdale Garbee2011-08-24
| |
* | prepare for another rebuild0.9.7.1Bdale Garbee2011-08-24
| |
* | add pkg-config to the build depsBdale Garbee2011-08-24
| |
* | update changelogs for Debian buildBdale Garbee2011-08-24
| |
* | roll changelog back in prep for another test buildBdale Garbee2011-08-24
| |
* | another test roundBdale Garbee2011-08-24
|/
* Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2011-08-24
|\
| * altosui: Try to get dialogs to look a little betterKeith Packard2011-08-24
| | | | | | | | | | | | grid bag constraints are not my friend. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altosui: Add tool-tips to config dialogsKeith Packard2011-08-24
| | | | | | | | | | | | | | Provides more information about the various settings, and, when they're disabled, tells the user why. Signed-off-by: Keith Packard <keithp@keithp.com>
| * Remove stale tools (ao-dumplog, ao-postflight, ao-view)Keith Packard2011-08-23
| | | | | | | | | | | | | | These tools have all been supplanted by altosui at this point, and keeping them around increases the build dependencies by quite a lot. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altosui: Use system look&feelKeith Packard2011-08-23
| | | | | | | | | | | | Turn on the 'be less ugly bit' Signed-off-by: Keith Packard <keithp@keithp.com>
* | update changelogs for Debian buildBdale Garbee2011-08-23
| |
* | rewind changelog to 0.9.6.0 for rebuild0.9.7.0Bdale Garbee2011-08-23
|/
* update changelogs for Debian buildBdale Garbee2011-08-23
|
* turn off auto-tagging during Debian buildBdale Garbee2011-08-23
|
* altosui: add tool-tips to the button box.Keith Packard2011-08-23
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* libaltos: fix Mac OS X function signaturesKeith Packard2011-08-23
| | | | | | altos_list_start was declared to take a (int time) parameter for some reason. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Update mac os X libraryKeith Packard2011-08-22
| | | | | | | This has been tested on 32-bit OS X and it works; dunno about 64-bit. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Reset all config data on 'reset' commandKeith Packard2011-08-22
| | | | | | This lets you switch altimeters without getting any stale data. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Only 'show' config dialog onceKeith Packard2011-08-22
| | | | | | | Otherwise, the dialog jumps back to the initial position each time the data is updated. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: fix 'magic' string to signal end of config dataKeith Packard2011-08-22
| | | | | | | | Was using "done", which happens to be displayed by the 'l' command. Switch to 'all finished' which doesn't appear in the config data output. Yes, this method is a kludge. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Can't configure flight log max on TeleMiniKeith Packard2011-08-22
| | | | | | It's only got space for one flight. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Make monitor-idle display correct 'On-board data logging' statusKeith Packard2011-08-22
| | | | | | | Count number of stored flights and see if there's space for another one. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Add --summary option to dump flight stats to stdoutKeith Packard2011-08-22
| | | | | | useful for quickly capturing sense of a flight. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Show filename in AltosGraph windowKeith Packard2011-08-22
| | | | | | Makes it easier to tell multiple windows apart Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Add date/time/serial/flight to flight stats tabKeith Packard2011-08-22
| | | | | | And switch to using the AltosConvert units conversions functions. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Capture date/time/serial/flight in AltosFlightStatsKeith Packard2011-08-22
| | | | | | Time is the time when boost was detected. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Add a few simple unit conversionsKeith Packard2011-08-22
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Add Installation Recommendations chapterKeith Packard2011-08-22
| | | | | | | Document installation suggestions, including mounting, RFI, antenna issues and ground testing. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Add note about telemetry disable mode to 1.0 release notesKeith Packard2011-08-22
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Attempt to make both 32- and 64-bit windows DLLsKeith Packard2011-08-22
| | | | | | We'll see if they work... Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui/windows: Fix a bunch of windows compiler warnings.Keith Packard2011-08-22
| | | | | | | Some of these may have actually been serious -- a write length was getting stored in a signed char... Signed-off-by: Keith Packard <keithp@keithp.com>
* altos-fat/windows: Check and install Java 1.6 as neededKeith Packard2011-08-22
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2011-08-22
|\
| * altosui: Clean up command line processing. Add --graphKeith Packard2011-08-21
| | | | | | | | | | | | | | Make the command line processing a bit less ad-hoc, track 'mode' of processing and deal with all files on the command line. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altos/altosui: Add ability to disable telemetry/rdf completelyKeith Packard2011-08-20
| | | | | | | | | | | | | | This turns off the telemetry system so that it never transmits telemetry or RDF tones. In idle mode, it will still accept packet mode connections. Signed-off-by: Keith Packard <keithp@keithp.com>