summaryrefslogtreecommitdiff
path: root/ao-tools/altosui/Makefile.am
Commit message (Collapse)AuthorAge
* Move altosui to the top level, placing libaltos inside it.Keith Packard2010-11-24
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* AltosSiteMap: major refactoringAnthony Towns2010-11-21
|
* AltosSiteMap: automatic fetching of map dataAnthony Towns2010-11-21
|
* Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonboxAnthony Towns2010-11-20
|\ | | | | | | | | Conflicts: ao-tools/altosui/AltosFlightUI.java
| * altosui: Unify datafile selection to AltosDataChooserKeith Packard2010-11-19
| | | | | | | | | | | | | | Instead of having several separate intefaces, use a single dialog for selecting data files for graph/export/replay. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altosui: Add igniter ground testing codeKeith Packard2010-11-19
| | | | | | | | | | | | Not yet hooked up, but the UI is finished. Signed-off-by: Keith Packard <keithp@keithp.com>
* | altosui: tile site mapsAnthony Towns2010-11-19
| |
* | Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonboxAnthony Towns2010-11-18
|\| | | | | | | | | Conflicts: ao-tools/altosui/AltosFlightUI.java
| * altosui: eliminate menu bar, moving elements to buttons.Keith Packard2010-11-15
| | | | | | | | | | | | | | This adds a new 'configure AltosUI' dialog to set the log directory and voice preferences. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altosui: Replace flight status table with labels, fix resize.Keith Packard2010-11-13
| | | | | | | | | | | | | | | | | | | | | | | | There's no reason to use a table for the flight status data, replace that with a selection of widgets instead. Also, set all of the grid bag constraints for the various flight status displays so that resize does something sensible. Adds a scrollbar to the table display so that it can shrink. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altosui: Open serial device at 'new' time. Prohibit duplicate opens.Keith Packard2010-11-13
| | | | | | | | | | | | | | | | | | | | | | With the per-serial UI, there's never a reason to create a serial device without opening it right away. This eliminates the bug caused by not opening the serial device for telemetry reception. Serial devices can now be opened only once; this eliminates errors when trying to reflash or configure devices while receiving telemetry. Signed-off-by: Keith Packard <keithp@keithp.com>
* | add site map tab, at least for QRS launchesAnthony Towns2010-11-12
|/
* altosui: Add ascent, descent and landed tabsKeith Packard2010-11-09
| | | | | | This completes the set of tabs for in-flight status information. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Add tab UI with 'pad' mode.Keith Packard2010-11-09
| | | | | | | This creates a multi-tab interface for flight monitoring and includes a special tab for 'pad' mode. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Create abstract interface for flight data displayKeith Packard2010-11-09
| | | | | | | This allows the implementation of the flight data display to occur in the flight UI instead of the display thread. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Split out flight monitoring to separate windowKeith Packard2010-11-08
| | | | | | | | | This creates a per-TD (or replay) window to contain the flight monitoring information, allowing multiple monitors. This also adds per-TD preferences for monitoring channel. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Separate out jfreechart and jcommon directoriesKeith Packard2010-10-06
| | | | | | This allows these packages to be referenced separately Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Remove ability to graph data in .csv filesKeith Packard2010-10-06
| | | | | | | There's no reason to support these files when the raw .eeprom or .telem files which generate them should be used instead. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Add KML file export.Keith Packard2010-09-28
| | | | | | | Command line has switches now, --kml and --csv Export save dialog has combo box to select kml or csv result. Signed-off-by: Keith Packard <keithp@keithp.com>
* Hax0r graphing to support telem/eeprom filesAnthony Towns2010-09-28
|
* Merge branch 'master' of git://git.gag.com/fw/altosAnthony Towns2010-09-28
|\
| * altosui: Create iterables for log file scanning. Split out display threadsKeith Packard2010-09-27
| | | | | | | | | | | | | | | | | | Convert from log file reading paradigm to using iterators which is more idiomatic for java. Split more code out of AltosUI.java, including the display update threads for telemetry monitoring and logfile replay.x Signed-off-by: Keith Packard <keithp@keithp.com>
* | Merge branch 'master' of git://git.gag.com/fw/altosAnthony Towns2010-09-24
|\|
| * altosui: Factor some UI elements into separate classesKeith Packard2010-09-20
| | | | | | | | | | | | Clean up AltosUI by moving the two main tables to separate class files. Signed-off-by: Keith Packard <keithp@keithp.com>
* | Add JFreeChart to Makefile.amAnthony Towns2010-09-15
|/
* Add --with-fat-dir configure option to publish finished stand-alone bitsKeith Packard2010-09-09
| | | | | | | | | --with-fat-dir specifies a directory to copy the finished linux/macosx/windows stand-alone ("fat") packages to. A sub-directory will be created under the specified directory based on the product version number and the files copied there. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: libaltos.so is built with libtool -- it's in ../libaltos/.libsKeith Packard2010-09-09
| | | | | | It used to be in ../libaltos Signed-off-by: Keith Packard <keithp@keithp.com>
* initial cut at an altosui man pageBdale Garbee2010-09-09
|
* altosui: Store libaltos.so in $(libdir)/altosKeith Packard2010-09-09
| | | | | | It's not a public library, so hide it away in a subdirectory. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: remove FATJAR from all-local to avoid building fat .jar fileKeith Packard2010-09-09
| | | | | | | | the fat .jar file is used in non-native builds to run from a directory containing all of the freetts jar files along with the altosui jar file. We don't want this on a real install where freetts is installed separately. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: hack to make JAVAROOT directory get created before javac runsKeith Packard2010-09-09
| | | | | | | This ensures that the JAVAROOT directory gets created by adding it to the variable used to set the CLASSPATH environment value. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Add explicit requirement to create classes directoryKeith Packard2010-09-09
| | | | | | The implicit ordering doesn't appear reliable. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: ensure that 'altosui' script is installed. Pass arguments along.Keith Packard2010-09-05
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Use local .class files in the classpathKeith Packard2010-09-05
| | | | | This ensures that compiling only a few changed files will locate the old .class files instead of using a stale .jar file.
* altosui: Fix linux fat distributionKeith Packard2010-09-04
| | | | | | | | Again, use 'cp -p' instead of 'cp -a' to get files into the archive instead of links. Also, make the shell script 'altosui' instead of 'altosui-fat'. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Fix up Mac OSX .zip fileKeith Packard2010-09-04
| | | | | | | | Must contain 'altosui.jar' instead of altosui-fat.jar. Also, was using 'cp -a' instead of 'cp -p' which made files represented by symlinks not end up in the archive. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Fix windows installer to ship correct filesKeith Packard2010-09-04
| | | | | | Was shipping altosui.jar instead of altosui-fat.jar Signed-off-by: Keith Packard <keithp@keithp.com>
* Add version numbers to released files. Set version to 0.7.1Keith Packard2010-09-04
| | | | | | | | Instead of using git revision counts for version numbers, use explicit versions numbers configured in the configure.ac file. Expose published files with version numbers. Signed-off-by: Keith Packard <keithp@keithp.com>
* 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>