<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altosui/AltosAscent.java, branch debian/1.1-1</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.1-1</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.1-1'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2012-09-11T17:54:31+00:00</updated>
<entry>
<title>Reverted package name to 'altosui' from 'AltosUI'</title>
<updated>2012-09-11T17:54:31+00:00</updated>
<author>
<name>Tom Marble</name>
<email>tmarble@info9.net</email>
</author>
<published>2012-09-11T17:54:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=95268d681c9a6652d84db383f55a4fe8a4ac5173'/>
<id>urn:sha1:95268d681c9a6652d84db383f55a4fe8a4ac5173</id>
<content type='text'>
Also added emacs backup regex (*~) to .gitignore
</content>
</entry>
<entry>
<title>Changed package name from altosui to AltosUI</title>
<updated>2012-09-10T21:54:27+00:00</updated>
<author>
<name>Tom Marble</name>
<email>tmarble@info9.net</email>
</author>
<published>2012-09-10T21:54:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=708e7937cba52982b91244cf89bfbff46d346135'/>
<id>urn:sha1:708e7937cba52982b91244cf89bfbff46d346135</id>
<content type='text'>
</content>
</entry>
<entry>
<title>altosui: Use units conversion functions everywhere.</title>
<updated>2012-09-10T16:16:04+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-09-10T16:16:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=67da878f740a387d0092631ad672e024d26e4192'/>
<id>urn:sha1:67da878f740a387d0092631ad672e024d26e4192</id>
<content type='text'>
Provide a configuration option to select imperial units and use them everywhere

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Complete split out of separate java library</title>
<updated>2012-06-03T02:26:29+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-01-03T01:26:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3c2f601139d36761de6a8a2210545d082ef16133'/>
<id>urn:sha1:3c2f601139d36761de6a8a2210545d082ef16133</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Make flight monitor font size configurable</title>
<updated>2011-08-25T02:35:11+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-25T02:13:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=cbfbaabb39f9f7709d00cf3dc63cc1bc7563062e'/>
<id>urn:sha1:cbfbaabb39f9f7709d00cf3dc63cc1bc7563062e</id>
<content type='text'>
Tiny netbooks aren't tall enough for the 'usual' font size, so provide
a smaller option. Then provide a bigger option, just because.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Don't show missing igniter and gps values</title>
<updated>2011-07-07T04:38:57+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-07-07T04:38:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=8f80f5705d64469bcfb00ff11aee68364edb271b'/>
<id>urn:sha1:8f80f5705d64469bcfb00ff11aee68364edb271b</id>
<content type='text'>
The new telemetry stuff leaves state.gps always set (but empty), which
seems fine, we just need to look at state.gps.connected to see if
there's a GPS receiver on board.

For TeleNano, we also want to hide the igniter status fields as they
won't have any data present.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: swing hide/show methods are deprecated</title>
<updated>2011-03-26T05:04:09+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-03-26T05:04:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2c121f1ef495e8af3eb39210baa40e212b691894'/>
<id>urn:sha1:2c121f1ef495e8af3eb39210baa40e212b691894</id>
<content type='text'>
I don't know why, but they are, so just replace them with
setVisible calls.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Add support for telemetry version 4</title>
<updated>2011-03-23T20:27:57+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-03-23T20:27:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f3e68341f6f5daaf26dd162e4f9a06c29988986a'/>
<id>urn:sha1:f3e68341f6f5daaf26dd162e4f9a06c29988986a</id>
<content type='text'>
New telemetry format needed to support TeleNano and TeleMini

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Move altosui to the top level, placing libaltos inside it.</title>
<updated>2010-11-24T23:09:05+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2010-11-24T22:57:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3fbefb3eea981d34a09496cf8abf0119de2e35bf'/>
<id>urn:sha1:3fbefb3eea981d34a09496cf8abf0119de2e35bf</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
