<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altosui, branch 1.3.2.2</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.3.2.2</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.3.2.2'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2014-06-03T05:07:39+00:00</updated>
<entry>
<title>altosui: Display error message when parsing pyro channel values fails</title>
<updated>2014-06-03T05:07:39+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-03T05:07:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ace5f42b5567cff07a61b622171ac364ea8c165d'/>
<id>urn:sha1:ace5f42b5567cff07a61b622171ac364ea8c165d</id>
<content type='text'>
Build an exception handling chain to get numeric parse errors
propagated all the way back to the original 'save' command and up into
a dialog window, including the pyro channel, field and value that were
in error.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Fix pyro channel value formatting</title>
<updated>2014-06-03T05:06:22+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-03T05:06:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=206fbb99d28961ce159e3affdd5c96f5e379a603'/>
<id>urn:sha1:206fbb99d28961ce159e3affdd5c96f5e379a603</id>
<content type='text'>
Was using %6.1f for 1 and 2 fraction digit values as the
conditional structure for figuring out which format to use was
broken.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>telegps: Add config for tracker starting distances</title>
<updated>2014-05-31T00:32:52+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-31T00:17:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2d9842ee011139f5783a102ceb2b7f4c88b1a10f'/>
<id>urn:sha1:2d9842ee011139f5783a102ceb2b7f4c88b1a10f</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>telegps: Add graph display</title>
<updated>2014-05-29T21:36:14+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-29T21:36:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=bf684a4c290573a3aa627fd8ddf6f6ebbe5fa057'/>
<id>urn:sha1:bf684a4c290573a3aa627fd8ddf6f6ebbe5fa057</id>
<content type='text'>
Moved the altosui graph files to altosuilib and fixed things up.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>java: Refactor AltosFlightDisplay units and font update handling</title>
<updated>2014-05-29T21:03:58+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-29T21:03:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f80075be4ebb9c5fe00c24b8c7638fad23267424'/>
<id>urn:sha1:f80075be4ebb9c5fe00c24b8c7638fad23267424</id>
<content type='text'>
Make AltosFlightDisplay explicitly implement AltosFontListener and
AltosUnitsListener interfaces to make everyone use the same API. Then,
actually go implement units listeners so that changing units updates
all of the active displays immediately

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>telegps: Add info table</title>
<updated>2014-05-29T17:16:15+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-29T17:16:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=71715337eb532a1fbe1a753240e7417d5223489f'/>
<id>urn:sha1:71715337eb532a1fbe1a753240e7417d5223489f</id>
<content type='text'>
Move a couple of files from altosui to altosuilib, hook up the info
table after changing it to implement the AltosFlightDisplay interface

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>telegps: Add flash device functionality</title>
<updated>2014-05-29T05:53:06+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-29T05:53:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=13f84be8d1568a3fc2ed5eef5dcc2093c149285e'/>
<id>urn:sha1:13f84be8d1568a3fc2ed5eef5dcc2093c149285e</id>
<content type='text'>
Move bits from altosui to altosuilib and use those.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>telegps: Add 'Info' tab</title>
<updated>2014-05-29T05:02:32+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-29T04:56:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3871b9ac036e3adfa1da089245fc7973b268c921'/>
<id>urn:sha1:3871b9ac036e3adfa1da089245fc7973b268c921</id>
<content type='text'>
This contains a summary of the tracking info, including position,
speed and course.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>telegps: Hook up data download dialog</title>
<updated>2014-05-29T05:02:32+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-29T03:58:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=4cec35564324f909dcddeb7c0d83a2daa8223042'/>
<id>urn:sha1:4cec35564324f909dcddeb7c0d83a2daa8223042</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>telegps: Add scan UI</title>
<updated>2014-05-29T05:02:31+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-29T03:48:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9a4c2c7fc6af922d052e23a1b99bf847fbf9b0e9'/>
<id>urn:sha1:9a4c2c7fc6af922d052e23a1b99bf847fbf9b0e9</id>
<content type='text'>
Move scan UI bits into altosuilib, allow telegps to not show telemetry
format options.

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