<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altosui, branch 1.5.9.1</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.5.9.1</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.5.9.1'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2014-11-17T00:40:26+00:00</updated>
<entry>
<title>altosui: Remove duplicate AltosUIPreferencesBackend.java</title>
<updated>2014-11-17T00:40:26+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-11-17T00:37:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f16ea9abfaac9eee3b0935c586e383ae046d6cf5'/>
<id>urn:sha1:f16ea9abfaac9eee3b0935c586e383ae046d6cf5</id>
<content type='text'>
There's a copy in altosuilib

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Pop up 'Connecting' dialog during Monitor Idle</title>
<updated>2014-10-31T04:59:45+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-10-31T04:59:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b0e903a76276e33f531eade42ac721c9490c6758'/>
<id>urn:sha1:b0e903a76276e33f531eade42ac721c9490c6758</id>
<content type='text'>
This was a bit harder than expected as I had to wire up a way to shut
down the whole monitor idle window when you clicked on the cancel button.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Update 'Imperial Units' checkbox when units change</title>
<updated>2014-10-04T07:10:03+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-10-04T07:10:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a757fd5af53f5721a949181372548afa4757d6c9'/>
<id>urn:sha1:a757fd5af53f5721a949181372548afa4757d6c9</id>
<content type='text'>
If you have two graphs running, make sure the imperial units
checkboxes agree.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Check for map and stats table when changing units/fonts in graph</title>
<updated>2014-09-29T19:57:27+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-09-29T19:57:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=95d9248da78f86240dbe77e2c206420dc509c9cf'/>
<id>urn:sha1:95d9248da78f86240dbe77e2c206420dc509c9cf</id>
<content type='text'>
AltosGraphUI wasn't making sure the map and stats tables were present
before attempting to adjust font size and units.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Bring up main window when doing --replay or --graph</title>
<updated>2014-09-13T22:59:50+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-09-13T22:52:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9dc426756742fb967fdd21e1fcec54edeb4b12ac'/>
<id>urn:sha1:9dc426756742fb967fdd21e1fcec54edeb4b12ac</id>
<content type='text'>
This shows the main window when replaying or graphing files so that
you can interact with that, changing the global configuration or doing
other stuff.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Fix --replay to run in realtime after boost</title>
<updated>2014-09-13T22:59:50+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-09-13T22:51:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=75d5368cb2a95f3f7385952669a14765460f549d'/>
<id>urn:sha1:75d5368cb2a95f3f7385952669a14765460f549d</id>
<content type='text'>
I added the ability to rapidly replay files for AltosDroid to recover
from a crash, but didn't change AltosUI to use realtime mode again.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Ignore built .desktop file</title>
<updated>2014-09-12T02:59:58+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-09-12T02:59:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1630a8e458f174d6df1aa30ff30e3f02a10bdbf7'/>
<id>urn:sha1:1630a8e458f174d6df1aa30ff30e3f02a10bdbf7</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>.desktop: Use %F instead of %f in .desktop files</title>
<updated>2014-09-10T06:43:10+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-09-10T06:43:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1992a1e3046a5414ce8d394e1cd8e5e6f6338d29'/>
<id>urn:sha1:1992a1e3046a5414ce8d394e1cd8e5e6f6338d29</id>
<content type='text'>
%F is a list of files, %f is a single file. All of our tools can
handle lists of files, so make the .desktop file reflect that.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Include EasyMega firmware in fat release</title>
<updated>2014-09-07T05:57:25+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-09-07T05:56:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=445d61c3810154193aebbf0f08f075ac8e107baf'/>
<id>urn:sha1:445d61c3810154193aebbf0f08f075ac8e107baf</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Don't mark altimeter dirty when opening pyro panel</title>
<updated>2014-09-04T05:59:09+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-09-04T05:59:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2b03aca995b0151d7e820775f6a9d4afec462633'/>
<id>urn:sha1:2b03aca995b0151d7e820775f6a9d4afec462633</id>
<content type='text'>
Skip setting the UI dirty when filling in the pyro firing time value.

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