<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altosui, branch 1.0.9.4</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.0.9.4</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.0.9.4'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2012-03-28T07:49:29+00:00</updated>
<entry>
<title>altosui: Disable launch controller button</title>
<updated>2012-03-28T07:49:29+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-03-28T07:49:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=bdfcc9112c41c494de23594963980a730b625cc4'/>
<id>urn:sha1:bdfcc9112c41c494de23594963980a730b625cc4</id>
<content type='text'>
The launch controller should just be a separate program.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Add Configure Ground Station dialog (trac #29)</title>
<updated>2012-03-28T07:42:19+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-03-28T07:37:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=cf1e95810559584705d0b8a787375938c68e07c6'/>
<id>urn:sha1:cf1e95810559584705d0b8a787375938c68e07c6</id>
<content type='text'>
Allows the user to configure the teledongle frequency without opening
up the flight monitor window, and also shows the teledongle fixed
values like radio calibration, serial number and software version.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Sanity check values from device configuration</title>
<updated>2012-03-28T05:54:17+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-03-28T05:54:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b98f75dbcccd40c8cbf32c3bfd21bd6f5648b861'/>
<id>urn:sha1:b98f75dbcccd40c8cbf32c3bfd21bd6f5648b861</id>
<content type='text'>
If someone has down-graded and re up-graded the firmware, the config
entries may be garbage. Sanity check them to avoid crashing the UI.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Make 'monitor idle' work with older TeleMetrum firmware (trac #28)</title>
<updated>2012-03-28T05:03:05+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-03-28T05:02:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3f0379db7067eaf104892a82b9c49142087adece'/>
<id>urn:sha1:3f0379db7067eaf104892a82b9c49142087adece</id>
<content type='text'>
Older TM firmware did not have the 'done' line at the end of the GPS
report, rather it would just stop after showing the Flags value. Check
the TM version and stop looking for GPS data when the Flags line appears.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Mark data 'Age' in monitor idle UI too</title>
<updated>2012-03-28T04:49:58+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-03-28T04:49:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=7a9baabaf33db5e30eb4ef8f923a4fd96fd28fb4'/>
<id>urn:sha1:7a9baabaf33db5e30eb4ef8f923a4fd96fd28fb4</id>
<content type='text'>
Just like with the flight monitor UI, it's nice to know how old the
data in the monitor idle UI is, in case the data link to the TM isn't reliable.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Catch attempt to set radio frequency to 0.0 -- use default</title>
<updated>2012-03-28T04:48:43+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-03-28T04:48:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2f19f9a0eaba22789fdc07a52849e8aaf6fe4695'/>
<id>urn:sha1:2f19f9a0eaba22789fdc07a52849e8aaf6fe4695</id>
<content type='text'>
Monitor idle was setting the frequency to 0, which takes a while with
the new native radio frequency setting code. Don't do that, instead
pull out the preferred frequency for that, as is done in other places
where a frequency of 0.0 is used.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Find actual landing time when computing stats (trac #23)</title>
<updated>2012-03-28T04:15:51+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-03-28T04:13:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=170510bb183715e9ba580b180f20657d6602644e'/>
<id>urn:sha1:170510bb183715e9ba580b180f20657d6602644e</id>
<content type='text'>
Look for the last time the height went from &gt;10m to &lt;2m from the
nominal landing altitude and use that as the landing time when
computing things like main descent speed, time under main etc.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Change flight data saving UI to separate download/delete selections</title>
<updated>2012-03-28T01:24:51+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-03-28T01:24:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0952224c36eba25db34bd147d2d579c66b15bbf8'/>
<id>urn:sha1:0952224c36eba25db34bd147d2d579c66b15bbf8</id>
<content type='text'>
First pop up a dialog to select flights for download. Download
them. Then, after that, pop up a *new* dialog to select flights for
delete. Offer to delete all of the downloaded flights by default. Then
delete the flights.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Show only supported telemetry version</title>
<updated>2012-03-27T18:58:39+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-03-27T18:58:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d77a4ea206d627635159f35c76c744687d4e633b'/>
<id>urn:sha1:d77a4ea206d627635159f35c76c744687d4e633b</id>
<content type='text'>
Make it clear in the UI which telemetry versions are supported,
providing the combobox only for new firmware which supports all versions.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Configure radio with new direct frequency setting</title>
<updated>2012-03-27T17:45:34+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-03-27T17:38:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d8ebb83e64d66fa159e75aa560d39d80bb6d9d04'/>
<id>urn:sha1:d8ebb83e64d66fa159e75aa560d39d80bb6d9d04</id>
<content type='text'>
Instead of computing the radio setting in altosui, let the radio do it directly.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
