<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos, branch debian/1.6-1</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.6-1</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.6-1'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2015-02-08T05:41:19+00:00</updated>
<entry>
<title>update changelog for Debian build</title>
<updated>2015-02-08T05:41:19+00:00</updated>
<author>
<name>Bdale Garbee</name>
<email>bdale@gag.com</email>
</author>
<published>2015-02-08T05:41:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e4c3e37a6687e4b112c758b64ec94e41317493e6'/>
<id>urn:sha1:e4c3e37a6687e4b112c758b64ec94e41317493e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'branch-1.6' into debian</title>
<updated>2015-02-08T05:39:54+00:00</updated>
<author>
<name>Bdale Garbee</name>
<email>bdale@gag.com</email>
</author>
<published>2015-02-08T05:39:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f766a457323268857b3f2dfc7f42427437b71cb7'/>
<id>urn:sha1:f766a457323268857b3f2dfc7f42427437b71cb7</id>
<content type='text'>
Conflicts:
	ChangeLog
	altoslib/AltosTelemetryReader.java
	configure.ac
</content>
</entry>
<entry>
<title>update ChangeLog for release</title>
<updated>2015-02-08T05:36:22+00:00</updated>
<author>
<name>Bdale Garbee</name>
<email>bdale@gag.com</email>
</author>
<published>2015-02-08T05:36:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e2cefd8593d269ce603aaf33f4a53a5c2dcb3350'/>
<id>urn:sha1:e2cefd8593d269ce603aaf33f4a53a5c2dcb3350</id>
<content type='text'>
</content>
</entry>
<entry>
<title>document addition of TeleDongle to the set of ARM targets to save binaries for</title>
<updated>2015-02-08T05:23:38+00:00</updated>
<author>
<name>Bdale Garbee</name>
<email>bdale@gag.com</email>
</author>
<published>2015-02-08T05:23:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=26f61380ce6b4df80fa0b5a8a242cef79d5ae339'/>
<id>urn:sha1:26f61380ce6b4df80fa0b5a8a242cef79d5ae339</id>
<content type='text'>
</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>altosuilib: Don't offer to graph some GPS details that TM doesn't log</title>
<updated>2015-02-08T04:36:10+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-02-08T04:36:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c72d83ccd207b5300a90f2e84de6c5c96642478c'/>
<id>urn:sha1:c72d83ccd207b5300a90f2e84de6c5c96642478c</id>
<content type='text'>
When using a TM eeprom file, various minor GPS details are logged
(course, ground speed, climb rate, etc). Make sure these aren't
offered up for graphing.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosuilib: Get the Eeprom download progress bar working again</title>
<updated>2015-02-08T04:22:19+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-02-08T04:22:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=426bacbbd6e0573b143e7c48d71db977e53181fc'/>
<id>urn:sha1:426bacbbd6e0573b143e7c48d71db977e53181fc</id>
<content type='text'>
The eeprom download code wasn't computing the start of each state
transition correctly, so the progress bar was snapping to the end of
the chunk for each state.

Invalid state values would snap the bar to the right side.

Landed state wasn't ever seen, so the bar would not ever fill.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>doc: update 1.6 release notes with recent bug fixes</title>
<updated>2015-02-08T02:10:34+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-02-08T02:10:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=aea188e4227993c508c7045d02f2bc87abd4e428'/>
<id>urn:sha1:aea188e4227993c508c7045d02f2bc87abd4e428</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosuilib: Set the icon and title of the telemetry scanning dialog</title>
<updated>2015-02-08T01:49:39+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-02-08T01:49:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0dd733efdbb66535889aafecbba45f49266ed886'/>
<id>urn:sha1:0dd733efdbb66535889aafecbba45f49266ed886</id>
<content type='text'>
Just need to call 'super' to get the window configured correctly.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Clear saved TelemetryReader state instead of resetting in ScanUI</title>
<updated>2015-02-08T01:35:15+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-02-08T01:35:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9d5a6914982a29d22103e0202735c9e01ee9e831'/>
<id>urn:sha1:9d5a6914982a29d22103e0202735c9e01ee9e831</id>
<content type='text'>
Instead of attempting to mash the saved state from AltosScanUI, just
throw it away in AltosTelemetryReader.reset. Much cleaner, and more reliable.

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