fw/altos
13 years agoaltosui: Initialize display thread state in constructor instead of run
Keith Packard [Sat, 20 Nov 2010 08:09:03 +0000 (00:09 -0800)]
altosui: Initialize display thread state in constructor instead of run

Some state will get set before run is called, initializing it there
can be too late.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: calling thread.interrupt with null thread doesn't work well
Keith Packard [Sat, 20 Nov 2010 07:18:51 +0000 (23:18 -0800)]
altosui: calling thread.interrupt with null thread doesn't work well

This was a left-over from debugging the previous patch.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: When switching log files, don't terminate log thread
Keith Packard [Sat, 20 Nov 2010 07:09:15 +0000 (23:09 -0800)]
altosui: When switching log files, don't terminate log thread

The log thread automatically switches output files when the incoming
telemetry changes. Don't use 'close' for that as 'close' terminates
the log thread as well as closing the file. Create a new
'close_log_file' function which just closes the file.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: switch channel selector to combo box. Shorten displayed device names
Keith Packard [Sat, 20 Nov 2010 06:44:48 +0000 (22:44 -0800)]
altosui: switch channel selector to combo box. Shorten displayed device names

A combo box displays the current value, which is quite nice to
have. Add a 'toShortString' for AltosDevice so that the window frames
and error messages don't have extra spaces generated by the
altos_device toString method.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoupdate turnon scripts to use stashed copies of stable release firmware
Bdale Garbee [Sat, 20 Nov 2010 06:33:42 +0000 (23:33 -0700)]
update turnon scripts to use stashed copies of stable release firmware

13 years agoaltosui: Use timeouts to recover from broken packet links.
Keith Packard [Sat, 20 Nov 2010 02:25:48 +0000 (18:25 -0800)]
altosui: Use timeouts to recover from broken packet links.

This puts timeouts every place the system reads from the packet link
and aborts the in-progress operation if it takes more than a second to
get a response.

Also mixed in here are persistent igniter status displays for the
ejection testing UI.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agodoc: Document the 'Flash Image' operation.
Keith Packard [Fri, 19 Nov 2010 12:44:29 +0000 (20:44 +0800)]
doc: Document the 'Flash Image' operation.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agodoc: git ignore generated doc files
Keith Packard [Fri, 19 Nov 2010 12:29:14 +0000 (20:29 +0800)]
doc: git ignore generated doc files

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agodoc: Add preliminary altosui documentation
Keith Packard [Fri, 19 Nov 2010 12:26:49 +0000 (20:26 +0800)]
doc: Add preliminary altosui documentation

Also, update the Makefile to allow for further documents to be added
without a lot of custom rules.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Clean up global AltosUI configuration settings dialog
Keith Packard [Fri, 19 Nov 2010 09:16:03 +0000 (17:16 +0800)]
altosui: Clean up global AltosUI configuration settings dialog

This dialog had a mish-mash of styles and was confusing.
Now it's got a label for each line, and suitable setters for
each element

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Unify datafile selection to AltosDataChooser
Keith Packard [Fri, 19 Nov 2010 09:14:17 +0000 (17:14 +0800)]
altosui: Unify datafile selection to AltosDataChooser

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>
13 years agoaltosui: Add igniter ground testing code
Keith Packard [Fri, 19 Nov 2010 07:41:30 +0000 (15:41 +0800)]
altosui: Add igniter ground testing code

Not yet hooked up, but the UI is finished.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Add igniter status to ascent and descent tabs
Keith Packard [Tue, 16 Nov 2010 14:46:29 +0000 (22:46 +0800)]
altosui: Add igniter status to ascent and descent tabs

Monitor igniters during all phases of the flight.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Cleanup flight UI layout
Keith Packard [Tue, 16 Nov 2010 14:20:00 +0000 (22:20 +0800)]
altosui: Cleanup flight UI layout

Use common constants for fonts and insets
Shrink fonts so that the window is < 600 pixels tall.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Add callsign configuration in AltosUI configuration dialog
Keith Packard [Tue, 16 Nov 2010 13:49:59 +0000 (21:49 +0800)]
altosui: Add callsign configuration in AltosUI configuration dialog

This callsign is used during packet communication.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: add reboot button to telemetrum configuration UI
Keith Packard [Mon, 15 Nov 2010 15:14:51 +0000 (23:14 +0800)]
altosui: add reboot button to telemetrum configuration UI

This lets you reconfigure and reboot telemetrum, including over the
radio link.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: eliminate menu bar, moving elements to buttons.
Keith Packard [Mon, 15 Nov 2010 14:38:35 +0000 (22:38 +0800)]
altosui: eliminate menu bar, moving elements to buttons.

This adds a new 'configure AltosUI' dialog to set the log directory
and voice preferences.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: oops, missed a file in the previous commit
Keith Packard [Mon, 15 Nov 2010 14:04:44 +0000 (22:04 +0800)]
altosui: oops, missed a file in the previous commit

AltosSerialInUseException.java just defines a new exception, thanks to
java for making this live in a separate file.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: With --replay option, exit when replay window is closed
Keith Packard [Sun, 14 Nov 2010 11:26:57 +0000 (03:26 -0800)]
altosui: With --replay option, exit when replay window is closed

Otherwise, the application hangs around forever.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Replace flight status table with labels, fix resize.
Keith Packard [Sun, 14 Nov 2010 01:09:51 +0000 (17:09 -0800)]
altosui: Replace flight status table with labels, fix resize.

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>
13 years agoaltosui: Open serial device at 'new' time. Prohibit duplicate opens.
Keith Packard [Sun, 14 Nov 2010 00:07:04 +0000 (16:07 -0800)]
altosui: Open serial device at 'new' time. Prohibit duplicate opens.

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>
13 years agoaltosui: Eliminate unncessary import altosui lines
Keith Packard [Sat, 13 Nov 2010 23:19:14 +0000 (15:19 -0800)]
altosui: Eliminate unncessary import altosui lines

Java appears to automatically import every module from the current
package.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Add RF calibration to TeleMetrum config dialog
Keith Packard [Sat, 13 Nov 2010 01:02:22 +0000 (17:02 -0800)]
altosui: Add RF calibration to TeleMetrum config dialog

I think that's the last user-settable value.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoMerge remote branch 'aj/buttonbox' into buttonbox
Keith Packard [Thu, 11 Nov 2010 06:11:21 +0000 (22:11 -0800)]
Merge remote branch 'aj/buttonbox' into buttonbox

13 years agoadd compass bearing during descent
Anthony Towns [Thu, 11 Nov 2010 06:06:32 +0000 (16:06 +1000)]
add compass bearing during descent

13 years agoadd compass bearing to voice output
Anthony Towns [Thu, 11 Nov 2010 05:57:52 +0000 (15:57 +1000)]
add compass bearing to voice output

13 years agouse grayled.png for off
Anthony Towns [Thu, 11 Nov 2010 05:52:01 +0000 (15:52 +1000)]
use grayled.png for off

13 years agoreduce font size for FlightInfoTable
Anthony Towns [Thu, 11 Nov 2010 05:45:43 +0000 (15:45 +1000)]
reduce font size for FlightInfoTable

13 years agoread preferences for --replay
Anthony Towns [Thu, 11 Nov 2010 05:43:05 +0000 (15:43 +1000)]
read preferences for --replay

13 years agoadd --replay command line argument
Anthony Towns [Thu, 11 Nov 2010 05:40:37 +0000 (15:40 +1000)]
add --replay command line argument

13 years agouse value_font for values
Anthony Towns [Thu, 11 Nov 2010 05:38:27 +0000 (15:38 +1000)]
use value_font for values

13 years agoaltos: Use grey leds when unlit - easier to see
Keith Packard [Thu, 11 Nov 2010 00:28:19 +0000 (16:28 -0800)]
altos: Use grey leds when unlit - easier to see

13 years agoaltosui: Add ascent, descent and landed tabs
Keith Packard [Wed, 10 Nov 2010 07:34:32 +0000 (23:34 -0800)]
altosui: Add ascent, descent and landed tabs

This completes the set of tabs for in-flight status information.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Add tab UI with 'pad' mode.
Keith Packard [Tue, 9 Nov 2010 22:40:58 +0000 (14:40 -0800)]
altosui: Add tab UI with 'pad' mode.

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>
13 years agoaltosui: Create abstract interface for flight data display
Keith Packard [Tue, 9 Nov 2010 18:21:34 +0000 (10:21 -0800)]
altosui: Create abstract interface for flight data display

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>
13 years agoaltosui: Fix more calls to AltosPreferences.channel()
Keith Packard [Tue, 9 Nov 2010 06:17:26 +0000 (22:17 -0800)]
altosui: Fix more calls to AltosPreferences.channel()

Oops. Two more.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Fix channel setting at serial open time
Keith Packard [Tue, 9 Nov 2010 06:10:46 +0000 (22:10 -0800)]
altosui: Fix channel setting at serial open time

Was using the previous non-device-specific preferences API.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Create buttons for main actions
Keith Packard [Tue, 9 Nov 2010 06:07:04 +0000 (22:07 -0800)]
altosui: Create buttons for main actions

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Split out flight monitoring to separate window
Keith Packard [Sat, 6 Nov 2010 06:44:47 +0000 (23:44 -0700)]
altosui: Split out flight monitoring to separate window

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>
13 years agoaltosui: Separate out jfreechart and jcommon directories
Keith Packard [Wed, 6 Oct 2010 23:42:27 +0000 (16:42 -0700)]
altosui: Separate out jfreechart and jcommon directories

This allows these packages to be referenced separately

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Remove ability to graph data in .csv files
Keith Packard [Wed, 6 Oct 2010 23:25:49 +0000 (16:25 -0700)]
altosui: Remove ability to graph data in .csv files

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>
13 years agoremove the csv build dep, as that code will be abandoned
Bdale Garbee [Wed, 6 Oct 2010 23:14:35 +0000 (17:14 -0600)]
remove the csv build dep, as that code will be abandoned

13 years agoupdate changelogs for Debian build debian/0.7.1+32+g8103432
Bdale Garbee [Wed, 6 Oct 2010 22:27:57 +0000 (16:27 -0600)]
update changelogs for Debian build

13 years agoupdate changelogs for Debian build debian/0.7.1+31+g635066c
Bdale Garbee [Wed, 6 Oct 2010 22:26:33 +0000 (16:26 -0600)]
update changelogs for Debian build

13 years agoupdate changelogs for Debian build debian/0.7.1+30+g4396aaa
Bdale Garbee [Wed, 6 Oct 2010 22:26:19 +0000 (16:26 -0600)]
update changelogs for Debian build

13 years agoadd build-dep on libcsv-java
Bdale Garbee [Wed, 6 Oct 2010 22:25:22 +0000 (16:25 -0600)]
add build-dep on libcsv-java

13 years agoupdate changelogs for Debian build debian/0.7.1+28+gd8a2f4c
Bdale Garbee [Wed, 6 Oct 2010 22:19:35 +0000 (16:19 -0600)]
update changelogs for Debian build

13 years agoadd build dep on jfreechart lib
Bdale Garbee [Wed, 6 Oct 2010 22:18:45 +0000 (16:18 -0600)]
add build dep on jfreechart lib

13 years agoaltosui: Add KML file export.
Keith Packard [Wed, 29 Sep 2010 00:56:49 +0000 (17:56 -0700)]
altosui: Add KML file export.

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>
13 years agoMerge remote branch 'aj/master'
Keith Packard [Tue, 28 Sep 2010 05:28:07 +0000 (22:28 -0700)]
Merge remote branch 'aj/master'

13 years agoAdd callsign/serial/flight to graph title
Anthony Towns [Tue, 28 Sep 2010 05:27:07 +0000 (15:27 +1000)]
Add callsign/serial/flight to graph title

13 years agoaltosui: use Altos constants in graphing code
Keith Packard [Tue, 28 Sep 2010 05:26:56 +0000 (22:26 -0700)]
altosui: use Altos constants in graphing code

The Altos class nicely defines constants for all of the flight states.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoHax0r graphing to support telem/eeprom files
Anthony Towns [Tue, 28 Sep 2010 04:45:01 +0000 (14:45 +1000)]
Hax0r graphing to support telem/eeprom files

13 years agoMerge branch 'master' of git://git.gag.com/fw/altos
Anthony Towns [Tue, 28 Sep 2010 02:55:47 +0000 (12:55 +1000)]
Merge branch 'master' of git://git.gag.com/fw/altos

13 years agoaltosui: Deal with eeprom dates going backwards across wrap
Keith Packard [Tue, 28 Sep 2010 01:52:30 +0000 (18:52 -0700)]
altosui: Deal with eeprom dates going backwards across wrap

eeprom timestamps can go backwards as the GPS time stamps are
recorded when the first GPS character is received, but not placed into
the eeprom log until the last GPS packet is complete. If this happens
at the same time the tick count is wrapping, then the tick count will
wrap backwards across the 0 boundary causing time to jump forwards.

Fix this by letting time go backwards across the tick boundary, which
requires that we know when the first 'real' tick is read from the
eeprom file.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: .CSV output: add link quality, gps hdop and sat C/N0 numbers
Keith Packard [Tue, 28 Sep 2010 01:51:05 +0000 (18:51 -0700)]
altosui: .CSV output: add link quality, gps hdop and sat C/N0 numbers

This makes the CSV files contain all of the available information.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Create iterables for log file scanning. Split out display threads
Keith Packard [Tue, 28 Sep 2010 00:11:48 +0000 (17:11 -0700)]
altosui: Create iterables for log file scanning. Split out display threads

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>
13 years agoMerge branch 'master' of git://git.gag.com/fw/altos
Anthony Towns [Fri, 24 Sep 2010 00:28:06 +0000 (10:28 +1000)]
Merge branch 'master' of git://git.gag.com/fw/altos

13 years agoaltosui: Require 4 sats for 'good' GPS data
Keith Packard [Thu, 23 Sep 2010 23:52:51 +0000 (16:52 -0700)]
altosui: Require 4 sats for 'good' GPS data

Wait for 10 consecutive GPS reports with at least 4 sats before
reporting "GPS ready" state.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: remove unused ReplayThread wrapper classes
Keith Packard [Mon, 20 Sep 2010 13:30:49 +0000 (06:30 -0700)]
altosui: remove unused ReplayThread wrapper classes

These aren't used now that the replay opener dialog knows how to build
a reader from a filename.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Factor some UI elements into separate classes
Keith Packard [Mon, 30 Aug 2010 21:00:04 +0000 (14:00 -0700)]
altosui: Factor some UI elements into separate classes

Clean up AltosUI by moving the two main tables to separate class files.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoMerge branch 'master' of git://git.gag.com/fw/altos
Anthony Towns [Mon, 20 Sep 2010 12:05:26 +0000 (22:05 +1000)]
Merge branch 'master' of git://git.gag.com/fw/altos

13 years agoaltosui: Write raw sensor data to .csv files
Keith Packard [Sun, 19 Sep 2010 09:52:29 +0000 (02:52 -0700)]
altosui: Write raw sensor data to .csv files

For data export, provide the raw sensor samples instead of the
filtered values.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Use recorded ground acceleration when reading eeprom files
Keith Packard [Sun, 19 Sep 2010 09:50:43 +0000 (02:50 -0700)]
altosui: Use recorded ground acceleration when reading eeprom files

The flight software records 1000 accelerometer samples and records
that in the flight log. Use that value instead of using the very few
samples recorded in the eeprom before boost is detected. This
generates far more accurate accerometer data in the .csv files.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoAdd JFreeChart to Makefile.am
Anthony Towns [Tue, 14 Sep 2010 21:24:04 +0000 (07:24 +1000)]
Add JFreeChart to Makefile.am

13 years agoAdd graphing.
Anthony Towns [Tue, 14 Sep 2010 20:51:05 +0000 (06:51 +1000)]
Add graphing.

13 years agoMerge branch 'master' of git://git.gag.com/fw/altos
Anthony Towns [Sat, 11 Sep 2010 05:15:14 +0000 (15:15 +1000)]
Merge branch 'master' of git://git.gag.com/fw/altos

13 years agoaltosui: Remember directory containing firmware files
Keith Packard [Sat, 11 Sep 2010 04:07:14 +0000 (21:07 -0700)]
altosui: Remember directory containing firmware files

Instead of forcing the user to navigate to the firmware directory each
time, this remembers the previous directory and starts there.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: set default .csv file name in file save dialog
Keith Packard [Sat, 11 Sep 2010 03:55:05 +0000 (20:55 -0700)]
altosui: set default .csv file name in file save dialog

This uses setSelectedFile to specify which output filename to make the
default in the save dialog.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agomake the column headers comma separated, too, so they align with the data
Bdale Garbee [Fri, 10 Sep 2010 16:42:35 +0000 (10:42 -0600)]
make the column headers comma separated, too, so they align with the data

13 years agoMerge branch 'master' of git://git.gag.com/fw/altos
Anthony Towns [Fri, 10 Sep 2010 06:11:34 +0000 (16:11 +1000)]
Merge branch 'master' of git://git.gag.com/fw/altos

13 years agoupdate changelogs for Debian build debian/0.7.1
Bdale Garbee [Fri, 10 Sep 2010 06:09:25 +0000 (00:09 -0600)]
update changelogs for Debian build

13 years agoaltosui: Stop parsing eeprom file after hitting 'landed' state 0.7.1
Keith Packard [Fri, 10 Sep 2010 06:04:59 +0000 (23:04 -0700)]
altosui: Stop parsing eeprom file after hitting 'landed' state

Sometimes there are additional records found in the eeprom file; the
reader is mostly worried about not losing anything, so it reads as
much as it can. However, the last record written for any flight is the
'landed' record, so we can stop looking at the file after hitting that.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Fill in time value of last Eeprom record read from file
Keith Packard [Fri, 10 Sep 2010 06:04:14 +0000 (23:04 -0700)]
altosui: Fill in time value of last Eeprom record read from file

The last record is handled separately, and was missing the code to
compute the time. Sigh.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Remove debug printfs from AltosTelemetryReader
Keith Packard [Fri, 10 Sep 2010 05:55:47 +0000 (22:55 -0700)]
altosui: Remove debug printfs from AltosTelemetryReader

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agorewind packaging changelog, again
Bdale Garbee [Fri, 10 Sep 2010 05:57:34 +0000 (23:57 -0600)]
rewind packaging changelog, again

13 years agoupdate changelogs for Debian build
Bdale Garbee [Fri, 10 Sep 2010 05:52:20 +0000 (23:52 -0600)]
update changelogs for Debian build

13 years agorewind packaging changelog
Bdale Garbee [Fri, 10 Sep 2010 05:51:23 +0000 (23:51 -0600)]
rewind packaging changelog

13 years agoMerge branch 'master' of git://git.gag.com/fw/altos
Anthony Towns [Fri, 10 Sep 2010 05:50:01 +0000 (15:50 +1000)]
Merge branch 'master' of git://git.gag.com/fw/altos

13 years agoaltosui: Fix telemetry file reader to handle tick count wrapping
Keith Packard [Fri, 10 Sep 2010 05:30:48 +0000 (22:30 -0700)]
altosui: Fix telemetry file reader to handle tick count wrapping

The telemetry reader was ignoring tick count wrapping, so you'd see
time go backwards in jumps. Not useful.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoupdate changelogs for Debian build
Bdale Garbee [Fri, 10 Sep 2010 04:50:03 +0000 (22:50 -0600)]
update changelogs for Debian build

13 years agoAdd --with-fat-dir configure option to publish finished stand-alone bits
Keith Packard [Fri, 10 Sep 2010 04:28:10 +0000 (21:28 -0700)]
Add --with-fat-dir configure option to publish finished stand-alone bits

--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>
13 years agoaltosui: libaltos.so is built with libtool -- it's in ../libaltos/.libs
Keith Packard [Fri, 10 Sep 2010 03:59:29 +0000 (20:59 -0700)]
altosui: libaltos.so is built with libtool -- it's in ../libaltos/.libs

It used to be in ../libaltos

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Remove some debug printfs.
Keith Packard [Fri, 10 Sep 2010 03:39:41 +0000 (20:39 -0700)]
altosui: Remove some debug printfs.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoAdd firmware and libaltos to 'fat' target at top-level
Keith Packard [Fri, 10 Sep 2010 03:36:12 +0000 (20:36 -0700)]
Add firmware and libaltos to 'fat' target at top-level

This ensures that all of the necessary bits are available to construct
the distribution images.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoupdate changelogs for Debian build debian/0.7+96+g48f5799
Bdale Garbee [Fri, 10 Sep 2010 03:29:20 +0000 (21:29 -0600)]
update changelogs for Debian build

13 years agoaltosui: conflating USB product and vendor IDs is a bad idea
Keith Packard [Fri, 10 Sep 2010 03:24:42 +0000 (20:24 -0700)]
altosui: conflating USB product and vendor IDs is a bad idea

We've now got a USB vendor ID called 'altusmetrum' for generic
altusmetrum devices (old USB ID 0x000A) while the general vendor name
for all devices is 'altusmetrum' as well.

This patch splits vendors and products into separate name spaces,
products are prefixed with product_ and vendor with (oddly) vendor_.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoupdate changelogs for Debian build debian/0.7+94+g1ac3d7e
Bdale Garbee [Fri, 10 Sep 2010 02:34:43 +0000 (20:34 -0600)]
update changelogs for Debian build

13 years agoinitial cut at an altosui man page
Bdale Garbee [Fri, 10 Sep 2010 02:34:22 +0000 (20:34 -0600)]
initial cut at an altosui man page

13 years agoupdate changelogs for Debian build debian/0.7+92+g0ea7576
Bdale Garbee [Fri, 10 Sep 2010 02:06:09 +0000 (20:06 -0600)]
update changelogs for Debian build

13 years agoMerge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
Bdale Garbee [Fri, 10 Sep 2010 02:05:27 +0000 (20:05 -0600)]
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos

13 years agoaltosui: Display error dialog when AltOS JNI library can't be loaded
Keith Packard [Fri, 10 Sep 2010 00:54:41 +0000 (17:54 -0700)]
altosui: Display error dialog when AltOS JNI library can't be loaded

Having an error dialog appear at application startup seems better than
simply failing to present the device dialog later on.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Store libaltos.so in $(libdir)/altos
Keith Packard [Fri, 10 Sep 2010 00:52:46 +0000 (17:52 -0700)]
altosui: Store libaltos.so in $(libdir)/altos

It's not a public library, so hide it away in a subdirectory.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Need to have JVM include path substituted into libaltos Makefile
Keith Packard [Fri, 10 Sep 2010 00:49:37 +0000 (17:49 -0700)]
altosui: Need to have JVM include path substituted into libaltos Makefile

The libaltos Makefile needs to find the relevant jni.h file, which is
found in the JVM_INCLUDE path, all nicely located by the configure.ac script.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agohandle versioning of ihx files (poorly) by just wildcarding the file name,
Bdale Garbee [Thu, 9 Sep 2010 23:27:07 +0000 (17:27 -0600)]
handle versioning of ihx files (poorly) by just wildcarding the file name,
which assumes there's only one matching .. probably ok on Debian?

13 years agoupdate changelogs for Debian build debian/0.7+86+g6c0ae7e
Bdale Garbee [Thu, 9 Sep 2010 22:27:40 +0000 (16:27 -0600)]
update changelogs for Debian build

13 years agoaltosui: remove FATJAR from all-local to avoid building fat .jar file
Keith Packard [Thu, 9 Sep 2010 22:25:18 +0000 (15:25 -0700)]
altosui: remove FATJAR from all-local to avoid building fat .jar file

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>
13 years agoaltosui: hack to make JAVAROOT directory get created before javac runs
Keith Packard [Thu, 9 Sep 2010 22:22:14 +0000 (15:22 -0700)]
altosui: hack to make JAVAROOT directory get created before javac runs

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>
13 years agoaltosui: fix telemetrum.inf FFFE:000A product names on AMD64 and ia64
Keith Packard [Thu, 9 Sep 2010 22:11:41 +0000 (15:11 -0700)]
altosui: fix telemetrum.inf FFFE:000A product names on AMD64 and ia64

This appears to matter to Vista. Dunno why.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Add explicit requirement to create classes directory
Keith Packard [Thu, 9 Sep 2010 22:10:25 +0000 (15:10 -0700)]
altosui: Add explicit requirement to create classes directory

The implicit ordering doesn't appear reliable.

Signed-off-by: Keith Packard <keithp@keithp.com>