<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altosuilib/AltosUIGraph.java, branch debian/1.5-1</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.5-1</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.5-1'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2014-06-17T05:49:34+00:00</updated>
<entry>
<title>java: Bump java library versions for next release</title>
<updated>2014-06-17T05:49:34+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-17T05:49:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c8078d352a7f54a4a97d25af080155d3f875536a'/>
<id>urn:sha1:c8078d352a7f54a4a97d25af080155d3f875536a</id>
<content type='text'>
Prepare for future release by bumping java versions now

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>telegps: Add graph display</title>
<updated>2014-05-29T21:36:14+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-29T21:36:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=bf684a4c290573a3aa627fd8ddf6f6ebbe5fa057'/>
<id>urn:sha1:bf684a4c290573a3aa627fd8ddf6f6ebbe5fa057</id>
<content type='text'>
Moved the altosui graph files to altosuilib and fixed things up.

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>altoslib: Bump library version</title>
<updated>2013-12-21T03:44:38+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-21T03:44:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b89fb51a963635e2effe3a31f803bfc29c2c46b7'/>
<id>urn:sha1:b89fb51a963635e2effe3a31f803bfc29c2c46b7</id>
<content type='text'>
Prepare for next release by making sure we notice that the API/ABI for
this library has changed.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Finish AltosState changes. Update version number.</title>
<updated>2013-09-05T18:35:14+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-09-05T18:33:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5b976a6651f4eb05d30afc08b9e1f27c7e52ae00'/>
<id>urn:sha1:5b976a6651f4eb05d30afc08b9e1f27c7e52ae00</id>
<content type='text'>
Removes all of the AltosRecord bits, changes the monitor idle bits to
have per-object state updaters.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosuilib: Disable graph element notifies for each add()</title>
<updated>2013-03-01T20:34:04+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-03-01T20:34:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=113b1146f6ac0ecd423f3fb409e02730604b8aca'/>
<id>urn:sha1:113b1146f6ac0ecd423f3fb409e02730604b8aca</id>
<content type='text'>
This reduces the number of notify calls made and dramatically speeds
up graph creation.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui/altoslib/altosuilib: Switch altosui to shared graph code</title>
<updated>2013-02-10T08:30:32+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-02-10T08:29:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2efd3ad80d4fefa8ccc1b80a2e657dbf9ba0c60f'/>
<id>urn:sha1:2efd3ad80d4fefa8ccc1b80a2e657dbf9ba0c60f</id>
<content type='text'>
This adds a configuration tab to the graph window to enable/disable
various plotted values.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosuilib/micropeak: Add state markers to micropeak graph</title>
<updated>2013-02-10T08:30:32+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-02-10T04:24:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0169e56ad030c0096b1068d00f06957990dfb31f'/>
<id>urn:sha1:0169e56ad030c0096b1068d00f06957990dfb31f</id>
<content type='text'>
I think this makes the micropeak graph as functional as the altosui graph

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosuilib: Add graphing routines from MicroPeak</title>
<updated>2013-02-10T08:30:32+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-02-09T09:58:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9839b0b62d797a8616fc66038e3f3c68e2a214d0'/>
<id>urn:sha1:9839b0b62d797a8616fc66038e3f3c68e2a214d0</id>
<content type='text'>
Make these available for AltosUI too

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