<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altosui/AltosUI.java, branch altosdroid_v1.2-1</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=altosdroid_v1.2-1</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=altosdroid_v1.2-1'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2013-02-11T18:31:24+00:00</updated>
<entry>
<title>altosui: Stick file basename in graph window title</title>
<updated>2013-02-11T18:31:24+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-02-11T18:31:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2a9ca1dcd00da2cfdd0a2ea616308dfb64ee80d4'/>
<id>urn:sha1:2a9ca1dcd00da2cfdd0a2ea616308dfb64ee80d4</id>
<content type='text'>
The title was empty before, this seems more useful than that.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Display callsign in connecting message window</title>
<updated>2013-02-10T22:18:16+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-02-10T22:18:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=504cf412e8b60b5ff2dea93ed3336f0e058dea62'/>
<id>urn:sha1:504cf412e8b60b5ff2dea93ed3336f0e058dea62</id>
<content type='text'>
When waiting for the remote end to respond, display the callsign along
with the frequency so that the user remembers that it's important to
set that too.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Add version numbers to java libraries</title>
<updated>2013-01-29T06:00:43+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-01-29T06:00:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=8d1d8d2a3c129cdbd55427bcda0f26715b02f1ee'/>
<id>urn:sha1:8d1d8d2a3c129cdbd55427bcda0f26715b02f1ee</id>
<content type='text'>
Make our private java library names include a version number so we can
ship and install multiple versions at the same time.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Change AltosLib to altoslib</title>
<updated>2013-01-29T03:52:23+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-01-29T03:52:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5a3c5de6657d1c26e52015a8acec0cd05e294cef'/>
<id>urn:sha1:5a3c5de6657d1c26e52015a8acec0cd05e294cef</id>
<content type='text'>
Follow Java conventions

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Make initial AltOS window position configurable</title>
<updated>2013-01-20T23:45:16+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-01-20T23:42:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3454592169dcb61b81de9af2b631b87e7dd86231'/>
<id>urn:sha1:3454592169dcb61b81de9af2b631b87e7dd86231</id>
<content type='text'>
Give the user a choice of nine locations on the screen

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui/micropeak: Let native window system place windows</title>
<updated>2013-01-20T23:45:16+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-01-20T02:04:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5d35fd843299b5ff09a36220e6ecd8aefceb9b2c'/>
<id>urn:sha1:5d35fd843299b5ff09a36220e6ecd8aefceb9b2c</id>
<content type='text'>
Instead of forcing windows to our choice of positions, let the host
window pick reasonable locations. This avoids having all of our
windows appear on top of one another.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Use shared AltosUIFrame and AltosUIDialog</title>
<updated>2013-01-02T17:40:13+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-01-02T17:40:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f0bbd3e2571336b5f5872759b5010148325efbaa'/>
<id>urn:sha1:f0bbd3e2571336b5f5872759b5010148325efbaa</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Use shared AltosDeviceDialog</title>
<updated>2013-01-02T17:31:35+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-01-02T17:31:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=8af405f1ac4d1b930f10465fd0270a49176f16d1'/>
<id>urn:sha1:8af405f1ac4d1b930f10465fd0270a49176f16d1</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Parse .mega files from command line</title>
<updated>2012-10-13T20:32:56+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-10-13T20:32:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c607bd1442e60fec1421955c996f6aad1d98647a'/>
<id>urn:sha1:c607bd1442e60fec1421955c996f6aad1d98647a</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: comment out un-used fields and methods</title>
<updated>2012-09-14T01:13:35+00:00</updated>
<author>
<name>Mike Beattie</name>
<email>mike@ethernal.org</email>
</author>
<published>2012-09-14T01:13:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ce1b19a012a2c1c623b03efb93b881e297736718'/>
<id>urn:sha1:ce1b19a012a2c1c623b03efb93b881e297736718</id>
<content type='text'>
Signed-off-by: Mike Beattie &lt;mike@ethernal.org&gt;
</content>
</entry>
</feed>
