<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altosuilib/AltosUIFrame.java, branch fox1-v3-sn8</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=fox1-v3-sn8</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=fox1-v3-sn8'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2014-05-29T05:02:31+00:00</updated>
<entry>
<title>telegps: Add scan UI</title>
<updated>2014-05-29T05:02:31+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-29T03:48:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9a4c2c7fc6af922d052e23a1b99bf847fbf9b0e9'/>
<id>urn:sha1:9a4c2c7fc6af922d052e23a1b99bf847fbf9b0e9</id>
<content type='text'>
Move scan UI bits into altosuilib, allow telegps to not show telemetry
format options.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib/altosuilib: Change versions to altoslib:4, altosuilib:2</title>
<updated>2014-05-26T04:08:11+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-26T04:01:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f0216d721ed13f4d3dc608bb6ad8f83732b27c0a'/>
<id>urn:sha1:f0216d721ed13f4d3dc608bb6ad8f83732b27c0a</id>
<content type='text'>
API has changed for these libraries, time to bump the file versions

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib/altosui/altosuilib/libaltos: Remove trailing whitespace</title>
<updated>2014-04-11T23:40:06+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-04-11T23:40:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9e18c524fa2d1f648f265b3c3105f5ceacf06c10'/>
<id>urn:sha1:9e18c524fa2d1f648f265b3c3105f5ceacf06c10</id>
<content type='text'>
Just cleaning up the source code.

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>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>Create altosuilib to share code between altosui and micropeak</title>
<updated>2012-12-31T19:36:38+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-12-31T19:32:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=03496dc47372c40f7faae1766b0e729a1feeab7c'/>
<id>urn:sha1:03496dc47372c40f7faae1766b0e729a1feeab7c</id>
<content type='text'>
Need to convert altosui to using it, but that shouldn't be hard

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