summaryrefslogtreecommitdiff
path: root/ao-tools/altosui/Makefile
Commit message (Collapse)AuthorAge
* Use autotools for altosui and libaltosKeith Packard2010-09-04
| | | | | | | This switches from hand-written Makefiles to automake with libtool for these parts of the system. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Add icons to application and Windows menus.Keith Packard2010-09-04
| | | | | | | Use the altus-metrum icon for an application icon and a windows start menu/desktop icon. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: oops. renamed the nsis file to altos-windows.nsiKeith Packard2010-09-04
| | | | | | And forgot to change the dependency in the Makefile Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Add windows installer build using 'nsis'Keith Packard2010-09-04
| | | | | | | nsis happens to be packaged in debian, and it appears to build usable installers, which is all very cool. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Catch I/O errors on telemetry device, report to userKeith Packard2010-09-03
| | | | | | | This catches the USB device being unplugged and makes sure the user sees an error dialog in this case. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Report telemetry CRC errors in UIKeith Packard2010-09-03
| | | | | | | Telemetry CRC errors can signal problems with TeleMetrum or TeleDongle units, so report them in the UI. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: build Mac OS .zip file to include pathsKeith Packard2010-09-03
| | | | | | | Without the paths, the OS X zip file doesn't create a usable application structure. Signed-off-by: Keith Packard <keithp@keithp.com>
* and a few more distclean fixesBdale Garbee2010-09-02
|
* more makefile distclean target workBdale Garbee2010-09-02
|
* add distclean targets to libaltos and altosui to all Debian package to buildBdale Garbee2010-09-02
|
* altosui: missed AltosReader.class in the MakefileKeith Packard2010-08-30
| | | | | | This caused clean builds to fail to make this file Signed-off-by: Keith Packard <keithp@keithp.com>
* don't build all the "fat" jar deliverables by defaultBdale Garbee2010-08-30
|
* make invocation of 'install' pathless to work on more Unix variantsBdale Garbee2010-08-30
|
* continue even if rm's don't have anything to doBdale Garbee2010-08-30
|
* altosui: build debian-style altosui tooKeith Packard2010-08-30
| | | | | | This adds the dependencies to make sure altosui and altosui.jar get built. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Build linux, mac and windows archives on LinuxKeith Packard2010-08-30
| | | | | | This adds 'fat' archives for each target OS. Signed-off-by: Keith Packard <keithp@keithp.com>
* fix path to installed shared libraryBdale Garbee2010-08-27
|
* fix man page delivery pathBdale Garbee2010-08-27
|
* install altosui man pageBdale Garbee2010-08-27
|
* fix permissions on installed jar file, switch from ao-view to altosui inBdale Garbee2010-08-27
| | | | the desktop file
* fix up the wrapper's path to the jar fileBdale Garbee2010-08-27
|
* add an install target for altosuiBdale Garbee2010-08-27
|
* Merge branch 'new-packet-format' of ssh://git.gag.com/scm/git/fw/altos into ↵Bdale Garbee2010-08-27
|\ | | | | | | new-package-format
| * altosui: Add ability to create CSV file from telem or eeprom filesKeith Packard2010-08-24
| | | | | | | | | | | | | | This creates a comma separated value file to export data for external programs. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altosui: Separate out log file choosing dialog to share with CSV generatorKeith Packard2010-08-23
| | | | | | | | | | | | | | This dialog will be shared with the CSV file generating code, so split it out instead of duplicating it. Signed-off-by: Keith Packard <keithp@keithp.com>
* | Merge branch 'new-packet-format' of ssh://git.gag.com/scm/git/fw/altos into ↵Bdale Garbee2010-08-23
|\| | | | | | | new-package-format
| * altosui: Add debug dongle API, split flash UI outKeith Packard2010-08-23
| | | | | | | | | | | | | | | | Create an API to talk through the debug port on another AltOS device. Split the flash UI out from the flash implementation so that a command line flash utility can be written. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altosui: Add .ihx file reading code and stub out flashing UIKeith Packard2010-08-23
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* | working on java packaging detailsBdale Garbee2010-08-23
|/
* altosui: Add TeleMetrum configurationKeith Packard2010-08-22
| | | | | | | | This presents a dialog with all of the user-settable options in the TeleMetrum set for editing. Combo boxes are used for everything except the callsign. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Start adding code to write csv files from eeprom/telem filesKeith Packard2010-08-07
| | | | | | | | This is a start to code which can write out a csv file full of flight data from either an eeprom or telem input file. It's not hooked up, but the restructuring necessary is finished and the output is started. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Split flight record out of telemetry classKeith Packard2010-08-05
| | | | | | | This will permit either telemetry or eeprom data to be used to construct the sequence of flight events for reply or data generation. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Split status and info panels into separate filesKeith Packard2010-08-01
| | | | | | This moves some code out of AltosUI.java into separate files Signed-off-by: Keith Packard <keithp@keithp.com>
* Make altosui test script executableKeith Packard2010-07-29
|
* altosui: construct Darwin application directoryKeith Packard2010-07-29
| | | | | | | This adds the necessary files and build steps to construct AltosUI.app on a Darwin system. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Remove unnecessary freetts .jar filesKeith Packard2010-07-29
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Add progress bar for eeprom downloading statusKeith Packard2010-07-28
| | | | | | | This has a progress bar tracking the state and block count while downloading stuff from telemetrum. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Add eeprom data capture function. No UI yet.Keith Packard2010-07-28
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Merge remote branch 'keithp/macos'Keith Packard2010-07-28
|\
| * Force java source encoding to UTF-8Keith Packard2010-07-27
| |
* | Remove directories as .class file dependencies; it makes them get rebuilt ↵Keith Packard2010-07-27
| | | | | | | | all the time
* | Clean up altosui build a bitKeith Packard2010-07-27
|/
* Re-enable freettsKeith Packard2010-07-26
|
* Switch AltosUI to libaltos for device accessKeith Packard2010-07-26
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Finish basic flight monitoring UI with voice using FreeTTSKeith Packard2010-05-17
| | | | | | | This captures telemetry data to log files and presents flight status information in audio form using FreeTTS. Signed-off-by: Keith Packard <keithp@keithp.com>
* More ALtosUI changesKeith Packard2010-04-22
|
* Enable telemetry monitoringKeith Packard2010-04-06
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Add Linux device discoveryKeith Packard2010-04-05
| | | | | AltosDeviceLinux.java scans /proc to locate suitable devices. This will be hooked up to the UI shortly.
* Make .jar fileKeith Packard2010-04-03
|
* Steal C code from ao-viewKeith Packard2010-04-02
|