<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altosui, branch tmarble-trng</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=tmarble-trng</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=tmarble-trng'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2015-03-10T15:29:52+00:00</updated>
<entry>
<title>altosui: Add map to MonitorIdle display</title>
<updated>2015-03-10T15:29:52+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-03-10T15:29:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2c4ebe9b4b392531cd1a5bbafc4ddc38a9391af5'/>
<id>urn:sha1:2c4ebe9b4b392531cd1a5bbafc4ddc38a9391af5</id>
<content type='text'>
Nice to be able to verify that maps are working by using this mode,
instead of needing to use flight monitoring.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui/telegps: Change from variable-units snuck into master</title>
<updated>2015-03-03T06:23:22+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-03-03T06:23:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d446c90dab0aca7e501a0228f24c210758d84a1d'/>
<id>urn:sha1:d446c90dab0aca7e501a0228f24c210758d84a1d</id>
<content type='text'>
show_units_name(double) only exists on the variable-units branch...

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui/telegps: Add config option for APRS format</title>
<updated>2015-03-03T05:06:02+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-03-03T05:06:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e637367e8b940e1642a07b3b7c99147561de9cf1'/>
<id>urn:sha1:e637367e8b940e1642a07b3b7c99147561de9cf1</id>
<content type='text'>
Allow configuration of APRS compressed/uncompressed

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Run all igniter status requests from non-GUI thread</title>
<updated>2015-02-14T09:11:30+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-02-14T09:11:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0e929ee2d0a3d1b1bacd36c2c3723ab860eb40b6'/>
<id>urn:sha1:0e929ee2d0a3d1b1bacd36c2c3723ab860eb40b6</id>
<content type='text'>
Anything run from the UI thread blocks the UI entirely; the Fire
Igniters startup code to collect the number of pyro channels when
building the UI was doing that from the UI thread. Switch that around
so that the UI doesn't get built until that reply comes back, allowing
the user to see the 'connecting' dialog, and cancel it if required.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Bump java library versions</title>
<updated>2015-02-08T04:42:15+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-02-08T04:42:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=4231d68bae69d9a7d1f52205002db452cd5f986d'/>
<id>urn:sha1:4231d68bae69d9a7d1f52205002db452cd5f986d</id>
<content type='text'>
Lots of minor API/ABI changes; make sure people can install both 1.5
and 1.6 at the same time.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Mark listener as 'not running' on EOF.</title>
<updated>2015-02-07T22:43:11+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-02-07T22:43:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e70f3dca01b15b75b0b8795eb71bd12817af4800'/>
<id>urn:sha1:e70f3dca01b15b75b0b8795eb71bd12817af4800</id>
<content type='text'>
This adds a 'running' member to the AltosListenerState class, and when
the replay reader reaches EOF, marks the listener as no longer
running.

AltosUI and TeleGPS now display 'done' in the 'Age' field when this
occurs, to let the user know that the replay is over.

Also make sure that the display timers are stopped when this happens,
or when the window is closed.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Remove the dregs of AltosDroid load-old-telem code</title>
<updated>2015-02-07T22:40:17+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-02-07T22:40:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=08f07d0af123e1c307bc4c0c973da07fae8246b1'/>
<id>urn:sha1:08f07d0af123e1c307bc4c0c973da07fae8246b1</id>
<content type='text'>
AltosDroid used to scan the old .telem file to return to the previous
flight state on restart. Now it just loads the old state object
instead, a vast improvement in performance.

To do that, there were some changes in the altoslib code
required. This patch just removes those, fixing replay bugs in TeleGPS
along the way.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Package TeleDongle-v3.0 firmware with TeleGPS and AltosUI apps</title>
<updated>2015-02-06T11:36:10+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-02-06T11:36:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=14d524782af4f06d7f3722dcc852772ec493c2cc'/>
<id>urn:sha1:14d524782af4f06d7f3722dcc852772ec493c2cc</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>micropeak: Fix file association registry install on Windows</title>
<updated>2015-02-06T11:31:07+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-02-06T11:31:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=cc707432c6eaedb9587bb63ac570146b356b6bfd'/>
<id>urn:sha1:cc707432c6eaedb9587bb63ac570146b356b6bfd</id>
<content type='text'>
Need to invoke DisableX64FSRedirection before setting file association
registry entries or Windows won't find our application.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>windows: Look for current Java version in \SOFTWARE\Wow6432Node</title>
<updated>2015-02-06T11:03:58+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-02-06T11:03:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1fc5c8625f649b43d93f23a5fa1ba16773f2d0db'/>
<id>urn:sha1:1fc5c8625f649b43d93f23a5fa1ba16773f2d0db</id>
<content type='text'>
I have no idea what this is, but I found the Java version down in
there...

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