summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * micropeak: Note when libaltos failsKeith Packard2013-01-10
| | | | | | | | | | | | | | Not getting any device list back from MicroUSB means the library wasn't found, so pop up a dialog box explaining the situation. Signed-off-by: Keith Packard <keithp@keithp.com>
| * micropeak: Create 'micropeak' script correctlyKeith Packard2013-01-10
| | | | | | | | | | | | Add altoslibdir, remove -cp argument Signed-off-by: Keith Packard <keithp@keithp.com>
| * micropeak: Demonstrate how to hide various parts of the graphKeith Packard2013-01-10
| | | | | | | | | | | | This just shows how to disable a series and axis; it's not used here. Signed-off-by: Keith Packard <keithp@keithp.com>
| * micropeak: Report recorded apogee instead of searching flight dataKeith Packard2013-01-10
| | | | | | | | | | | | | | | | This makes sure we report the true apogee value instead of looking for the maximum height value in the flight data, in case the flight recording ended before the apogee was reached. Signed-off-by: Keith Packard <keithp@keithp.com>
| * Fix up 'make fat' to build all libs and micropeak tooKeith Packard2013-01-10
| | | | | | | | | | | | There are now three libraries to build for both altosui and micropeak. Signed-off-by: Keith Packard <keithp@keithp.com>
| * libaltos: Need to check for tty/ttyACMx before ttyACMxKeith Packard2013-01-10
| | | | | | | | | | | | | | Otherwise, we'll find 'tty' when looking for 'ttyACMx' and no good will come from that Signed-off-by: Keith Packard <keithp@keithp.com>
| * Merge remote-tracking branch 'origin/micropeak-logging'Keith Packard2013-01-10
| |\
| | * altosui: Create .dmg file for Mac OS X installationsKeith Packard2013-01-06
| | | | | | | | | | | | | | | | | | Easier for users than a zip file Signed-off-by: Keith Packard <keithp@keithp.com>
| | * micropeak: Add ReadMe.rtf to Mac distributionKeith Packard2013-01-06
| | | | | | | | | | | | | | | | | | | | | There are *two* steps to installing MicroPeak on Mac OSX. Best help out the poor user by explaining that. Signed-off-by: Keith Packard <keithp@keithp.com>
| | * micropeak: Create Mac OS X packageKeith Packard2013-01-06
| | | | | | | | | | | | | | | | | | Includes the FTDI driver and the MicroPeak app Signed-off-by: Keith Packard <keithp@keithp.com>
| | * micropeak: Suggest filenames for saving dataKeith Packard2013-01-05
| | | | | | | | | | | | | | | | | | Uses the format '<year>-<month>-<day>-flight-<number>.mpd' Signed-off-by: Keith Packard <keithp@keithp.com>
| | * micropeak: Create .dmg file for apple. Create micropeak-jdb scriptKeith Packard2013-01-05
| | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| | * micropeak: Use new libaltos entry point for FTDI devicesKeith Packard2013-01-05
| | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| | * micropeak: Move raw view caret to top. Make raw text uneditableKeith Packard2013-01-05
| | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| | * micropeak: Remove debug printf for command lineKeith Packard2013-01-05
| | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| | * Add separate code path for listing FTDI devicesKeith Packard2013-01-05
| | | | | | | | | | | | | | | | | | | | | This lets the library do different things for FTDI devices, as is required on Windows (for instance) Signed-off-by: Keith Packard <keithp@keithp.com>
| | * micropeak: Use data.export for Raw display. Change to MPHKeith Packard2013-01-03
| | | | | | | | | | | | | | | | | | | | | data.export already knows how to format stuff, so use that to construct the raw data presentation for the GUI too. Signed-off-by: Keith Packard <keithp@keithp.com>
| | * micropeak: Export in lots of unitsKeith Packard2013-01-03
| | | | | | | | | | | | | | | | | | meters, feet, mach and gs Signed-off-by: Keith Packard <keithp@keithp.com>
| | * micropeak: Add command line export optionKeith Packard2013-01-03
| | | | | | | | | | | | | | | | | | micropeak --export <foo.mpd> will create <foo.csv> full of useful data. Signed-off-by: Keith Packard <keithp@keithp.com>
| | * micropeak: Add Mac OS Info.plist fileKeith Packard2013-01-03
| | | | | | | | | | | | | | | | | | needed to build a Mac OS X application Signed-off-by: Keith Packard <keithp@keithp.com>
| | * micropeak: Change graph tooltip units on the flyKeith Packard2013-01-02
| | | | | | | | | | | | | | | | | | Make sure the tooltips show the right units when they change Signed-off-by: Keith Packard <keithp@keithp.com>
| | * micropeak: Use JTextArea instead of TextAreaKeith Packard2013-01-02
| | | | | | | | | | | | | | | | | | Looks nicer and doesn't appear to have the same weird clipping problem Signed-off-by: Keith Packard <keithp@keithp.com>
| | * altosuilib: Fix install issues on LinuxKeith Packard2013-01-02
| | | | | | | | | | | | | | | | | | | | | altosuilib.jar wasn't getting installed micropeak was using the wrong name Signed-off-by: Keith Packard <keithp@keithp.com>
| | * micropeak: Add view of raw data in GUIKeith Packard2013-01-02
| | | | | | | | | | | | | | | | | | Looks just like the export file Signed-off-by: Keith Packard <keithp@keithp.com>
| | * micropeak: Add CSV exportKeith Packard2013-01-02
| | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| | * micropoint: Add MicroDataPointKeith Packard2013-01-02
| | | | | | | | | | | | | | | | | | This holds height/speed/accel data all in one place Signed-off-by: Keith Packard <keithp@keithp.com>
| | * altoslib: Remove unused fake product_micropeak_serialKeith Packard2013-01-02
| | | | | | | | | | | | | | | | | | Code cleanups have made this no longer useful Signed-off-by: Keith Packard <keithp@keithp.com>
| | * altosui: Remove duplicate AltosUSBDeviceKeith Packard2013-01-02
| | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| | * altosui: Use shared AltosUIListenerKeith Packard2013-01-02
| | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| | * altosui: Use shared AltosUIFrame and AltosUIDialogKeith Packard2013-01-02
| | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| | * altosui: Use shared AltosFontListener classKeith Packard2013-01-02
| | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| | * altosui: Use shared AltosDeviceDialogKeith Packard2013-01-02
| | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| | * altosui: Remove AltosVersion.javaKeith Packard2013-01-02
| | | | | | | | | | | | | | | | | | Version data now stored in AltosUIVersion.java Signed-off-by: Keith Packard <keithp@keithp.com>
| | * altosui: Use altosuilib for configurationKeith Packard2013-01-02
| | | | | | | | | | | | | | | | | | Start moving to shared UI code Signed-off-by: Keith Packard <keithp@keithp.com>
| | * libaltos: Remove a couple of spurious debug printfsKeith Packard2013-01-02
| | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| | * Rename AltosConfigureUI to AltosUIConfigureKeith Packard2013-01-01
| | | | | | | | | | | | | | | | | | Leave AltosConfigureUI for AltosUI Signed-off-by: Keith Packard <keithp@keithp.com>
| | * micropeak: Check CRC on downloadedKeith Packard2013-01-01
| | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| | * Build micropeak by defaultKeith Packard2013-01-01
| | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| | * Build installable versions of MicroPeak GUIKeith Packard2013-01-01
| | | | | | | | | | | | | | | | | | | | | Makes windows/mac/linux versions. Windows version appears to work on Wine at least. Signed-off-by: Keith Packard <keithp@keithp.com>
| | * micropeak: Add 'Close' menu item. Fix start locationKeith Packard2013-01-01
| | | | | | | | | | | | | | | | | | | | | Let the window system pick a spot to place the application windows. This avoids having them all sit on top of one another. Signed-off-by: Keith Packard <keithp@keithp.com>
| | * micropeak: Fix chart colorsKeith Packard2013-01-01
| | | | | | | | | | | | | | | | | | Need to apply custom colors after setting the theme Signed-off-by: Keith Packard <keithp@keithp.com>
| | * micropeak is code complete now.Keith Packard2013-01-01
| | | | | | | | | | | | | | | | | | Added save and download functionality. Removed 'new' from file menu. Signed-off-by: Keith Packard <keithp@keithp.com>
| | * Merge remote-tracking branch 'origin/master' into micropeak-loggingKeith Packard2012-12-31
| | |\
| | * | Allow CC1120 to sit on other SPI bussesKeith Packard2012-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reading the incoming data bypasses the SPI API and touches the SPI data register directly; which port that is needs to be specified in the pins file Signed-off-by: Keith Packard <keithp@keithp.com>
| | * | micropeak: Add flight stats paneKeith Packard2012-12-31
| | | | | | | | | | | | | | | | | | | | | | | | Shows graph or stats in alternate panes Signed-off-by: Keith Packard <keithp@keithp.com>
| | * | micropeak: Use altosuilibKeith Packard2012-12-31
| | | | | | | | | | | | | | | | | | | | | | | | This removes a pile of code stolen from altosui Signed-off-by: Keith Packard <keithp@keithp.com>
| | * | altoslib: Add units change notification listKeith Packard2012-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows the UI to automatically respond to changes in the preferred units. Signed-off-by: Keith Packard <keithp@keithp.com>
| | * | Create altosuilib to share code between altosui and micropeakKeith Packard2012-12-31
| | | | | | | | | | | | | | | | | | | | | | | | Need to convert altosui to using it, but that shouldn't be hard Signed-off-by: Keith Packard <keithp@keithp.com>
| | * | Merge remote-tracking branch 'origin/master' into micropeak-loggingKeith Packard2012-12-28
| | |\ \
| | * | | Lots more work on the MicroPeak applicationKeith Packard2012-12-28
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>