summaryrefslogtreecommitdiff
path: root/micropeak
Commit message (Collapse)AuthorAge
* micropeak: Use new 'last logdir' preference for MicroPeak save/load dialogsKeith Packard2013-05-09
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* micropeak: Oops. Lost the call to actually start downloading dataKeith Packard2013-04-14
| | | | | | Lost when adding the 'help' text somehow; presumably a debugging issue. Signed-off-by: Keith Packard <keithp@keithp.com>
* micropeak: Improve download docs and UIKeith Packard2013-03-11
| | | | | | | Add text explaining that the LED and phototransistor must be touching to both the doc and the UI. Signed-off-by: Keith Packard <keithp@keithp.com>
* all: clean up .gitignore files and Makefile clean targetsMike Beattie2013-02-15
| | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
* micropeak: Remove Info.plistKeith Packard2013-02-10
| | | | | | It's built from Info.plist.in Signed-off-by: Keith Packard <keithp@keithp.com>
* Build Windows .nsi files in configure scriptKeith Packard2013-02-10
| | | | | | These need the library version numbers embedded in them. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosuilib/micropeak: Add state markers to micropeak graphKeith Packard2013-02-10
| | | | | | I think this makes the micropeak graph as functional as the altosui graph Signed-off-by: Keith Packard <keithp@keithp.com>
* micropeak: Use altosuilib graphing functionsKeith Packard2013-02-10
| | | | | | Move these out of micropeak and into shared code Signed-off-by: Keith Packard <keithp@keithp.com>
* micropeak: Update Makefile to versioned Java librariesKeith Packard2013-02-04
| | | | | | Library names have changed; deal with it. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add version numbers to java librariesKeith Packard2013-01-29
| | | | | | | Make our private java library names include a version number so we can ship and install multiple versions at the same time. Signed-off-by: Keith Packard <keithp@keithp.com>
* Change AltosLib to altoslibKeith Packard2013-01-29
| | | | | | Follow Java conventions Signed-off-by: Keith Packard <keithp@keithp.com>
* micropeak: fix 'make clean' and .gitignoreKeith Packard2013-01-22
| | | | | | Make git status clean in micropeak dir Signed-off-by: Keith Packard <keithp@keithp.com>
* micropeak: Add mac build file Info.plistKeith Packard2013-01-22
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* micropeak: Respect font size preference in MicroPeak stats tabKeith Packard2013-01-22
| | | | | | | This uses the font size preference to adjust the size of the text shown in the Statistics tab. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui/micropeak: Let native window system place windowsKeith Packard2013-01-20
| | | | | | | | Instead of forcing windows to our choice of positions, let the host window pick reasonable locations. This avoids having all of our windows appear on top of one another. Signed-off-by: Keith Packard <keithp@keithp.com>
* micropeak: Fetch Mac and Windows drivers when creating packagesKeith Packard2013-01-17
| | | | | | This downloads the FTDI drivers from FTDI during the build process Signed-off-by: Keith Packard <keithp@keithp.com>
* micropeak: Show decimeters in stats windowKeith Packard2013-01-16
| | | | | | We're promising this kindof accuracy, so we'd best show it off Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui,micropeak: Link altoslib.jar and altosuilib.jar before compilingKeith Packard2013-01-10
| | | | | | The symlinks for the libraries have to be present before compiling stuff. Signed-off-by: Keith Packard <keithp@keithp.com>
* 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>
* 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>
* 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>
* 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>
* 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>
* Lots more work on the MicroPeak applicationKeith Packard2012-12-28
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Add file chooser for MicroPeakKeith Packard2012-12-25
| | | | | | Needs reasonable directory tracking Signed-off-by: Keith Packard <keithp@keithp.com>