<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/ao-tools/altosui/Altos.java, branch 1.8.6</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.8.6</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.8.6'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2010-11-24T23:09:05+00:00</updated>
<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>
<entry>
<title>altosui: Rewrite info table to mix with scroll pane well. Fix startup size</title>
<updated>2010-11-21T00:19:42+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2010-11-21T00:19:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ece2c86e2641b2cd613791293526c492b1606aa1'/>
<id>urn:sha1:ece2c86e2641b2cd613791293526c492b1606aa1</id>
<content type='text'>
Using a single table for the info table means that the scroll pane
automatically picks up the table headers and shows them above the
scrollable view.

This patch also fixes the application size at startup so that no
scrollbar is required in the info table, and the window is &lt; 800x600.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Cleanup flight UI layout</title>
<updated>2010-11-16T14:20:00+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2010-11-16T14:20:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d0eb41619544ead6d9dab3a8d024a12936c9cdd0'/>
<id>urn:sha1:d0eb41619544ead6d9dab3a8d024a12936c9cdd0</id>
<content type='text'>
Use common constants for fonts and insets
Shrink fonts so that the window is &lt; 600 pixels tall.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Add KML file export.</title>
<updated>2010-09-29T00:56:49+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2010-09-29T00:56:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f0d1468ceae065f0cdae6f6ae3323dec5636f073'/>
<id>urn:sha1:f0d1468ceae065f0cdae6f6ae3323dec5636f073</id>
<content type='text'>
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 &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Move number parsing code to Altos general class</title>
<updated>2010-08-27T06:41:26+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2010-08-27T06:41:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f0fd423d0bf83bc5c3f9d39e9c09397fbe8caed2'/>
<id>urn:sha1:f0fd423d0bf83bc5c3f9d39e9c09397fbe8caed2</id>
<content type='text'>
This moves these shared functions to the global shared class.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Compute flight state from eeprom data</title>
<updated>2010-08-06T02:49:53+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2010-08-06T02:49:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0e917f3ff822616adb147517ac961422e5fedbfd'/>
<id>urn:sha1:0e917f3ff822616adb147517ac961422e5fedbfd</id>
<content type='text'>
This lets eeprom files be used to replay flights.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Explicitly initialize Altos class</title>
<updated>2010-08-05T17:40:17+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2010-08-05T17:40:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=85a670b5a904d6750d0f179ae307baeb8fc7cbd2'/>
<id>urn:sha1:85a670b5a904d6750d0f179ae307baeb8fc7cbd2</id>
<content type='text'>
Because the Altos class is never instantiated, the static initializers
are never called, leaving the string to state mapping empty. Hand-code
the call to the initialer instead.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: rename AltosEeprom -&gt; AltosEepromDownload, split out Altos constants</title>
<updated>2010-07-31T16:57:49+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2010-07-31T16:57:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e286eb61ad2a90746c1c31f95d26d5edb48738d3'/>
<id>urn:sha1:e286eb61ad2a90746c1c31f95d26d5edb48738d3</id>
<content type='text'>
Renames the eeprom downloading code and adds a new file to share the
flight data constants across the various UI modules.

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