<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/telegps/Makefile.am, branch time-series</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=time-series</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=time-series'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2016-05-13T02:10:19+00:00</updated>
<entry>
<title>altosui/telegps/micropeak: Handle both MULTI_LIB and non-MULTI_LIB builds</title>
<updated>2016-05-13T02:10:19+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-05-13T02:10:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2f4903f903223312d0a3a03dfd413059f24a07f5'/>
<id>urn:sha1:2f4903f903223312d0a3a03dfd413059f24a07f5</id>
<content type='text'>
On x86 systems with -m32 and -m64 compilers, both libaltos32.so and
libaltos64.so are built. Otherwise, we should use libaltos.so

altosui only dealt with libaltos32.so and libaltos64.so, so it only
worked on MULTI_LIB systems. telegps and micropeak only used
libaltos.so, so they wouldn't work correctly on multi-lib systems.

Fix all of them to work either way.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui/telegps: Ship firmware for new hardware</title>
<updated>2016-05-12T06:22:15+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-05-10T00:56:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c57d86f6c9b56e90c986f460f93663a3e16cdf7a'/>
<id>urn:sha1:c57d86f6c9b56e90c986f460f93663a3e16cdf7a</id>
<content type='text'>
TBT v3.0 and Tmega v2.0

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Package TeleDongle-v3.0 firmware with TeleGPS and AltosUI apps</title>
<updated>2015-02-06T11:36:10+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-02-06T11:36:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=14d524782af4f06d7f3722dcc852772ec493c2cc'/>
<id>urn:sha1:14d524782af4f06d7f3722dcc852772ec493c2cc</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>linux-fat: Fix up fat linux install icons, mime types and .desktop files</title>
<updated>2014-07-15T07:44:14+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-07-15T07:44:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ec7ceb607f5ba7e1ed5cfd32b7a452a5f364b095'/>
<id>urn:sha1:ec7ceb607f5ba7e1ed5cfd32b7a452a5f364b095</id>
<content type='text'>
use the standard xdg utilities to install mime type and .desktop
files. The standard xdg icon installer doesn't handle svg icons, so we
have to do those manually.

With this patch, xfce, gnome3 and kde4 all place the applications in
user-visible menus, display correct file icons and launch correct
applications for our file types.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Clean all .desktop files, ignore them too</title>
<updated>2014-06-25T03:58:49+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-25T03:31:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b2c5f7d10265794a5778546f2e3eca7d763eab56'/>
<id>urn:sha1:b2c5f7d10265794a5778546f2e3eca7d763eab56</id>
<content type='text'>
All .desktop files are built from .desktop.in files, so just remove
all of them in make clean, and ignore all of them in .gitignore.
This makes the rename less painful.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/aprs: Encode last serial number in SSID. Transmit serial in comment</title>
<updated>2014-06-20T07:41:17+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-20T07:41:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=602d6a2424a5c16e22febf6b4e6b3816022261c7'/>
<id>urn:sha1:602d6a2424a5c16e22febf6b4e6b3816022261c7</id>
<content type='text'>
This makes it a lot easier to tell which device is sending
information, and to receive data from multiple devices on the same
receiver.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Rename icon files to fit XDG specifications. Add file icons. Add mime types</title>
<updated>2014-06-20T05:31:13+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-19T21:33:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1b0f56ddb2b85b68232c22a7a8b8744cb9ad76f9'/>
<id>urn:sha1:1b0f56ddb2b85b68232c22a7a8b8744cb9ad76f9</id>
<content type='text'>
Our SVG icons now follow XDG standards by including a vendor
prefix. The new file type icons include application-vnd.altusmetrum as
a prefix so that they match the mime types declared.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>linux: .desktop files must begin with organization name</title>
<updated>2014-06-19T17:25:07+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-19T17:25:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=37856672c57f2fd91184c2391a201bbbdc48545e'/>
<id>urn:sha1:37856672c57f2fd91184c2391a201bbbdc48545e</id>
<content type='text'>
The spec requires that .desktop files start with the organization
name, so I've renamed all of them to altusmetrum-&lt;application&gt;.desktop

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>windows installer: Create file associations for Windows.</title>
<updated>2014-06-18T21:18:42+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-18T09:16:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5871225a0c442cf5afa41a444ff8bfb8f4002721'/>
<id>urn:sha1:5871225a0c442cf5afa41a444ff8bfb8f4002721</id>
<content type='text'>
This makes icons appear for the files in the file manager, and lets
you double-click on the files to open the appropriate application.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>windows: Sign altusmetrum.inf with altusmetrum.cat</title>
<updated>2014-06-15T23:30:08+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-15T23:10:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3b5651d311d4268a130996e71afc11b508e59637'/>
<id>urn:sha1:3b5651d311d4268a130996e71afc11b508e59637</id>
<content type='text'>
This .cat file will need to be updated when we get our 'real'
signature.

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