<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altosui, branch 1.3.2</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.3.2</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.3.2'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2014-01-31T02:39:39+00:00</updated>
<entry>
<title>altosui: Use letter names for pyro channels in pyro config UI</title>
<updated>2014-01-31T02:39:39+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-01-31T02:38:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=eb9262901aff4f69fa3d2357693634cbee9bca46'/>
<id>urn:sha1:eb9262901aff4f69fa3d2357693634cbee9bca46</id>
<content type='text'>
TeleMega has the extra pyro channels labeled A, B, C, D instead of 0,
1, 2, 3. Use those names in the UI to avoid confusion.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Show GPS max height in flight stats window of graph</title>
<updated>2014-01-25T06:40:49+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-01-25T06:40:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ea8c9ca9dd24a026ea5bfe5a1ac70857181a88c8'/>
<id>urn:sha1:ea8c9ca9dd24a026ea5bfe5a1ac70857181a88c8</id>
<content type='text'>
Uses the new state.max_gps_height() function.#

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Handle serial-port startup errors in idle-monitor</title>
<updated>2014-01-22T06:13:01+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-01-22T06:13:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e61c02b51e069aa58b36f59b9ca8e7c8284bc93a'/>
<id>urn:sha1:e61c02b51e069aa58b36f59b9ca8e7c8284bc93a</id>
<content type='text'>
Trap exceptions during idle monitor startup and report them.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Handle already-opened link in IgniteUI</title>
<updated>2014-01-22T06:01:39+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-01-22T06:01:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=42922b40fc695bdaa92e3fb0b41a248f7df918d0'/>
<id>urn:sha1:42922b40fc695bdaa92e3fb0b41a248f7df918d0</id>
<content type='text'>
Must run the link open from the UI thread so that we can put up the
in-use dialog immdiately; otherwise the UI thread is blocked which
means the dialog never appears and the app appears to hang.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: rate limit map downloads</title>
<updated>2014-01-20T09:38:21+00:00</updated>
<author>
<name>Anthony Towns</name>
<email>aj@erisian.com.au</email>
</author>
<published>2014-01-20T09:38:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=7a8551fe8e5f0a90cbc494842715a96f08c11900'/>
<id>urn:sha1:7a8551fe8e5f0a90cbc494842715a96f08c11900</id>
<content type='text'>
</content>
</entry>
<entry>
<title>altosui: --fetchmaps gets same number of maps as GUI</title>
<updated>2014-01-19T19:10:58+00:00</updated>
<author>
<name>Anthony Towns</name>
<email>aj@erisian.com.au</email>
</author>
<published>2014-01-19T19:10:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0faa098f05d43eefc1fa54462401171fca5034cb'/>
<id>urn:sha1:0faa098f05d43eefc1fa54462401171fca5034cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>AltosSiteMapPreload: only load 49 maps</title>
<updated>2014-01-19T18:52:43+00:00</updated>
<author>
<name>Anthony Towns</name>
<email>aj@erisian.com.au</email>
</author>
<published>2014-01-19T18:52:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=aab5873c87d6ecfe0854751746f80d4bc7ebeffa'/>
<id>urn:sha1:aab5873c87d6ecfe0854751746f80d4bc7ebeffa</id>
<content type='text'>
Google Static Maps API limits queries to 50 maps per IP per minute,
so querying a 7x7 array instead of a 9x9 array seems more likely to
work well.
</content>
</entry>
<entry>
<title>altosui: Make romconfig serial and radio cal fields 8 digits wide</title>
<updated>2014-01-19T08:17:06+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-01-19T08:17:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=7f9cda0e2531a7bba7f1b4e3b7212a62b5bec1ed'/>
<id>urn:sha1:7f9cda0e2531a7bba7f1b4e3b7212a62b5bec1ed</id>
<content type='text'>
This ensure that they are wide enough to show a cc1120 calibration
value, which is 7 digits.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>doc: Ship telemini outline as pdf file too</title>
<updated>2014-01-15T07:18:40+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-01-15T07:18:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f560d5063b1339dbfb3e6723cfadb7b4c5eace25'/>
<id>urn:sha1:f560d5063b1339dbfb3e6723cfadb7b4c5eace25</id>
<content type='text'>
Build telemini.pdf from telemini.svg and include it in all of the
released packages.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Require both libaltos32 and libaltos64 for fat Linux tarball</title>
<updated>2014-01-02T06:08:13+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-01-02T06:08:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=06ffd8022ff5ac74274c9839d42c0c47274cb8b9'/>
<id>urn:sha1:06ffd8022ff5ac74274c9839d42c0c47274cb8b9</id>
<content type='text'>
No sense shipping a broken tarball ever

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