<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altosui/AltosUI.java, branch teleterra-mockup</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=teleterra-mockup</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=teleterra-mockup'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2011-04-26T04:17:07+00:00</updated>
<entry>
<title>altosui: Separate out flash debug code to separate thread</title>
<updated>2011-04-26T04:17:07+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-04-26T04:17:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2e7b7b80432bb251ac39efa1fa05d32b5f250e14'/>
<id>urn:sha1:2e7b7b80432bb251ac39efa1fa05d32b5f250e14</id>
<content type='text'>
This avoids blocking the Swing thread while waiting for the serial
device.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Use persistent list of bluetooth devices for device dialogs</title>
<updated>2011-04-19T15:43:40+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-04-19T15:43:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=17f38e045fcd8ca0224095c0b2b7b098df77a8d8'/>
<id>urn:sha1:17f38e045fcd8ca0224095c0b2b7b098df77a8d8</id>
<content type='text'>
Store a list of known bluetooth devices as preferences. Always include
those in device dialogs with an option to go browse for more devices
in both the device dialog and the Configure AltosUI dialog.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Make bluetooth dialog modal</title>
<updated>2011-04-18T23:16:38+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-04-18T23:16:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f249e5926f5fd9f86c41e7f0a414193533d4d8b0'/>
<id>urn:sha1:f249e5926f5fd9f86c41e7f0a414193533d4d8b0</id>
<content type='text'>
This allows it to be displayed correctly while the device dialog box
(also modal) is up.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Create abstract AltosDevice class</title>
<updated>2011-04-14T17:12:29+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-04-14T17:12:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9cdef76c1275b343099d0d01af82d7eadd36a410'/>
<id>urn:sha1:9cdef76c1275b343099d0d01af82d7eadd36a410</id>
<content type='text'>
This will wrap either USB or BT devices. The USB device constants have
been moved to Altos.java

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Add primitive bluetooth device manager UI.</title>
<updated>2011-04-14T16:47:09+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-04-09T02:46:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5b3f18b38d80aa041b971204bf7a94278bd9584a'/>
<id>urn:sha1:5b3f18b38d80aa041b971204bf7a94278bd9584a</id>
<content type='text'>
This isn't useful, but does inquire for available bluetooth devices
and show them in a list.

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>altosui: Add eeprom 'manage' ui to download and delete multiple flights</title>
<updated>2011-01-12T20:40:45+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-01-12T20:40:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=8801b8c1947bd39f7c985b91a2ba8dbc81bcc91a'/>
<id>urn:sha1:8801b8c1947bd39f7c985b91a2ba8dbc81bcc91a</id>
<content type='text'>
This shows the list of available flights and provides options to
download and/or delete each one.

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>
