summaryrefslogtreecommitdiff
path: root/altosui
Commit message (Collapse)AuthorAge
* 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>
* 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>
* altosui: Use system look&feelKeith Packard2011-08-23
| | | | | | Turn on the 'be less ugly bit' Signed-off-by: Keith Packard <keithp@keithp.com>
* 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>
* 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>
* 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>
* altosui: Disable 'max flight log' config when there are stored flightsKeith Packard2011-08-20
| | | | | | | | | When flights are stored in flash, the maximum flight log value cannot be changed as the flight data might need to be moved around in memory. Check for this case by looking for stored flights and disabling the combo box when storage is not empty. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: remove debug printf in pad paneKeith Packard2011-08-20
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Add 'On-board Data Logging' indicator to pad tabKeith Packard2011-08-14
| | | | | | | | This shows whether the on-board data memory is full, or is ready to record the flight. This is indicated in the telemetry stream by a flight number of '0'. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Ancient log files used 'apogee' for 'coast' stateKeith Packard2011-08-14
| | | | | | | | 2009-07-18-serial-004-flight-000 says 'apogee' for the apogee-detect phase of the flight; map this to coast so that this flight replays correctly (although the log terminates at apogee...) Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Respect storage limits in flight log max config0.9.6.0Keith Packard2011-08-14
| | | | | | | | Compute the maximum flight log using the data returned from the 'f' command (total storage and erase block size). Limit menu to choices which fall within this limit, complain if the user asks for too big a value. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: don't set channel when using radio settingKeith Packard2011-08-14
| | | | | | | altos now sets the radio back to channel 0 when the radio setting is changed. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: AltosSerial.flush_input shouldn't discard Interrupted exceptionsKeith Packard2011-08-13
| | | | | | | | The eeprom download code wants to interrupt serial communication so that it can stop downloading stuff in the middle of a run. Make flush_input pass the exception along instead of discarding it. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Eliminate inter-chunk flush_input callsKeith Packard2011-08-13
| | | | | | | Once the serial line is nicely synchronized, we don't need to flush input between chunks. This speeds up eeprom downloading quite a bit. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Devices with log-format can also delete flightsKeith Packard2011-08-13
| | | | | | Any device with either flight-log-max or log-format can delete flights. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Add support for TeleScience eeprom downloadKeith Packard2011-08-13
| | | | | | | | Using the existing eeprom methods, fetch and save TeleScience eeprom data, storing to a filename generated from the serial/flight from the TM connected to the TS board. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Clean up eeprom parsing a bitKeith Packard2011-08-13
| | | | | | | Export basic parsing and checksum functions for shared use. Create 'erased' function to check a chunk of eeprom data for data. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Add companion support to the flight UI and CSV conversionKeith Packard2011-08-13
| | | | | | | Shows the companion data in a new tab. Also put companion data into CSV file. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Don't try to use non-basestations for remote eeprom downloadKeith Packard2011-08-13
| | | | | | | Companion boards may also have eeprom data to fetch; don't try to use them as a radio. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/altosui: Report log format in the version commandKeith Packard2011-08-13
| | | | | | | | This will make it easier to figure out what the contents of the flash should look like from altosui; the current 'guessing' mechanism will not scale to many more formats. Signed-off-by: Keith Packard <keithp@keithp.com>
* libaltos: Mis-allocated device list in libaltosKeith Packard2011-08-13
| | | | | | Would overrun mis-allocated array, causing chaos. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Add telemetry docs to debian/linux/mac/windows packagesKeith Packard2011-08-10
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Move launch-sites.txt file to altusmetrum.orgKeith Packard2011-08-10
| | | | | | | | The official URL is now: http://www.altusmetrum.org/AltOS/launch-sites.txt Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Plot reasonable data from Tm filesKeith Packard2011-08-10
| | | | | | | Don't plot acceleration based on baro data. Display baro speed if accel speed isn't available. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Prune telemetry file graphs to just the flightKeith Packard2011-08-10
| | | | | | Remove data earlier than 1 second before boost and data after landing. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Add a 'Graph Flight' button to the 'landed' tabKeith Packard2011-08-10
| | | | | | | This lets you see the results of a flight as soon as the rocket lands using the telemetry data. Signed-off-by: Keith Packard <keithp@keithp.com>
* Altosui: Add flight statistics tab to graph windowKeith Packard2011-08-10
| | | | | | Provide basic flight stats alongside the flight graph. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Ship TeleMini v1.0 firmware with fat blobsKeith Packard2011-08-09
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Ensure serial code tracks reply nesting correctlyKeith Packard2011-08-09
| | | | | | | Trap any exceptional return conditions from 'get_reply' to make sure in_reply gets decremented. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Don't export product defs from libaltosKeith Packard2011-08-09
| | | | | | | As we add new products, that would change the ABI generated for java, invaliding old library versions sitting around for windows and mac. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Add close button to 'fire' dialogKeith Packard2011-08-08
| | | | | | Easier to hit than the tiny close box in the frame. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Make set of telemetries to use while scanning configurableKeith Packard2011-08-08
| | | | | | with a preference to remember across application runs. Signed-off-by: Keith Packard <keithp@keithp.com>