summaryrefslogtreecommitdiff
path: root/micropeak/Makefile.am
Commit message (Collapse)AuthorAge
* 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: Create 'micropeak' script correctlyKeith Packard2013-01-10
| | | | | | Add altoslibdir, remove -cp argument 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>
* 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>
* 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 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>
* Start building MicroPeak GUI toolKeith Packard2012-12-25
Download, save and analyze MicroPeak flight data Signed-off-by: Keith Packard <keithp@keithp.com>