<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/micropeak, branch 1.5</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.5</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.5'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2014-09-10T06:43:10+00:00</updated>
<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>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>micropeak/altosui/telegps: Fix icon file names</title>
<updated>2014-07-10T07:26:55+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-07-10T07:26:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6f2a4c610dfacbf500650db0eeeca6623bb49c5c'/>
<id>urn:sha1:6f2a4c610dfacbf500650db0eeeca6623bb49c5c</id>
<content type='text'>
The icon file names are now structured to have an organization name
and application name component. This should avoid collisions with
other packages when the icon files are installed in a shared
directory, as on Linux. Within the Java .jar file, the new names need
to be correctly referenced or we won't find them.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Add support for the "kite" micropeak variant</title>
<updated>2014-07-06T19:36:27+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-07-06T19:35:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d1527a5457210eb914312cf8857bfb88982a8462'/>
<id>urn:sha1:d1527a5457210eb914312cf8857bfb88982a8462</id>
<content type='text'>
This uses a 100m 'launch detect' altitude and logs data every 19.2s
instead of every .192s.

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>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>macosx: Respond to apple messages in all apps</title>
<updated>2014-06-18T23:18:05+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-18T23:18:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=7767a045d446ea2bc5fe1ec98d89274155f956c4'/>
<id>urn:sha1:7767a045d446ea2bc5fe1ec98d89274155f956c4</id>
<content type='text'>
This connects the callbacks in AltosUIFrame to actually do something
useful with them.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>macosx: Define icons for our file types on OS X</title>
<updated>2014-06-18T21:18:46+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-18T21:15:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=fac94c593285eacda57de257fa2be0548341b567'/>
<id>urn:sha1:fac94c593285eacda57de257fa2be0548341b567</id>
<content type='text'>
Adds definitions to the Info.plist files shipped to specify which
icons to show for .telem, .eeprom and .mpd files. Note that the
applications don't respond to open apple events, so double clicking on
a file only starts the application.

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>
</feed>
