<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mat/libmat, branch master</title>
<subtitle>Keep your data, trash your meta

</subtitle>
<id>http://git.dustri.org/archives/mat/atom?h=master</id>
<link rel='self' href='http://git.dustri.org/archives/mat/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/'/>
<updated>2017-03-18T11:25:20Z</updated>
<entry>
<title>Revert "Improves a bit portability"</title>
<updated>2017-03-18T11:25:20Z</updated>
<author>
<name>intrigeri</name>
</author>
<published>2017-03-18T11:21:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=8f6303a1f26fe8dad83ba96ab8328dbdfa3af59a'/>
<id>urn:sha1:8f6303a1f26fe8dad83ba96ab8328dbdfa3af59a</id>
<content type='text'>
This reverts commit d054e313d7d83ec0089f7e0efe6b8a988fe99b3a.

os.path.join is *not* suitable for concatenating parts of the basename of
a file.

Closes: #11526
</content>
</entry>
<entry>
<title>Fix various typos pointed by pabs</title>
<updated>2016-01-11T21:03:57Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2016-01-11T21:03:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=fbe3fb63cec551cc16172e2b88e4d83aeea1cafd'/>
<id>urn:sha1:fbe3fb63cec551cc16172e2b88e4d83aeea1cafd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MAT 0.6.1</title>
<updated>2016-01-03T19:57:20Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2016-01-03T19:57:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=41e2bf2949fbcb617329b57d958fb84e39b893f2'/>
<id>urn:sha1:41e2bf2949fbcb617329b57d958fb84e39b893f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the segfault when listing supported files</title>
<updated>2016-01-03T19:06:19Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2016-01-03T18:28:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=75fa39309ac06ea0189fe37f84bbd44d0f27c00e'/>
<id>urn:sha1:75fa39309ac06ea0189fe37f84bbd44d0f27c00e</id>
<content type='text'>
This should close https://labs.riseup.net/code/issues/10839
</content>
</entry>
<entry>
<title>MAT 0.6</title>
<updated>2015-12-30T16:40:57Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2015-12-30T16:33:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=158b14ba0e094108a127e3f9ccdffc2a65bc9e5b'/>
<id>urn:sha1:158b14ba0e094108a127e3f9ccdffc2a65bc9e5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some pep8-related issues</title>
<updated>2015-12-30T16:15:23Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2015-12-30T16:15:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=3696b59badfef2438a3df1755868b2aeeb443b87'/>
<id>urn:sha1:3696b59badfef2438a3df1755868b2aeeb443b87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some typoes pointed by intrigeri</title>
<updated>2015-12-20T14:50:55Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2015-12-20T14:50:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=b9d66ed2e07d0a40161c88d0ba52d59ac601c76e'/>
<id>urn:sha1:b9d66ed2e07d0a40161c88d0ba52d59ac601c76e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correct wording for absent dependencies</title>
<updated>2015-12-20T14:49:27Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2015-12-20T14:49:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=07057bc6adceef5b626d69442e48d0babab1134c'/>
<id>urn:sha1:07057bc6adceef5b626d69442e48d0babab1134c</id>
<content type='text'>
There is _no_ image support without exiftool, and _no_ audio support
without mutagen. Not "limited" support.
</content>
</entry>
<entry>
<title>Improves the previous commit thanks to intrigeri</title>
<updated>2015-12-20T14:47:13Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2015-12-20T14:47:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=731444154c52461d69ad1b9331b7f9af900f693d'/>
<id>urn:sha1:731444154c52461d69ad1b9331b7f9af900f693d</id>
<content type='text'>
I forgot to add `gi.require_version('Poppler', '0.18')` everywhere,
and `gi.require_version('Gtk', '3.0')` in mat-gui too
</content>
</entry>
<entry>
<title>Add `gi.require_version('Poppler', '0.18')` to silence warnings</title>
<updated>2015-12-19T19:17:30Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2015-12-19T19:17:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=e51ae6bdaa9cbcbf9a3b71bbefd68a6755d94030'/>
<id>urn:sha1:e51ae6bdaa9cbcbf9a3b71bbefd68a6755d94030</id>
<content type='text'>
Closes https://labs.riseup.net/code/issues/10550
Also known as "pygi is emitting a lot of warnings"
</content>
</entry>
</feed>
