<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git, branch v3.9.1</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v3.9.1</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v3.9.1'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2013-11-28T05:27:01Z</updated>
<entry>
<title>Add call for contributions to ReleaseNotes</title>
<updated>2013-11-28T05:27:01Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2013-11-28T05:27:01Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=8a3bbf52d81876a1a08b165877a1d5d248875e23'/>
<id>urn:sha1:8a3bbf52d81876a1a08b165877a1d5d248875e23</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Update README and ReleaseNotes.txt for the second Beta</title>
<updated>2013-11-28T02:38:57Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2013-11-28T02:38:57Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=b8eabeb3e7aa4b2c002d2eedf5b6d529c150d0b5'/>
<id>urn:sha1:b8eabeb3e7aa4b2c002d2eedf5b6d529c150d0b5</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Include qt.conf in the Windows installer</title>
<updated>2013-11-28T01:55:54Z</updated>
<author>
<name>Thiago Macieira</name>
<email>thiago@macieira.org</email>
</author>
<published>2013-11-28T01:42:50Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=d2de5afd02ae2a3d78f83d374e3c8eee364e66a5'/>
<id>urn:sha1:d2de5afd02ae2a3d78f83d374e3c8eee364e66a5</id>
<content type='text'>
Otherwise, Qt won't find its plugins.

No plugins -&gt; no JPEG decoding -&gt; very ugly maps (an understatement)

Signed-off-by: Thiago Macieira &lt;thiago@macieira.org&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Fix plugin deployment on Windows</title>
<updated>2013-11-28T01:55:24Z</updated>
<author>
<name>Thiago Macieira</name>
<email>thiago@macieira.org</email>
</author>
<published>2013-11-28T01:54:30Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=1080e5ca351a54275744100aa95a2f83217c1e9e'/>
<id>urn:sha1:1080e5ca351a54275744100aa95a2f83217c1e9e</id>
<content type='text'>
And increase our list of plugins to be deployed to include the GIF and
SVG image plugins, the SVG icon engine and the CJK text codecs.

The install rules now iterate over the plugin list and deploy the
plugins in the right path in the staging area. The plugins must also
be scanned for dependencies (Fedora's qjpeg4.dll depends on
libjpeg-62.dll, which neds to be copied to the staging area).

Finally, fix qt.conf needed to be fixed.

Signed-off-by: Thiago Macieira &lt;thiago@macieira.org&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Use wildcards in the NSIS installer rules for Qt DLLs</title>
<updated>2013-11-28T01:55:05Z</updated>
<author>
<name>Thiago Macieira</name>
<email>thiago@macieira.org</email>
</author>
<published>2013-11-28T01:54:29Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4b4e59a7e8a051c39d64fa3410f19ad0f94c2535'/>
<id>urn:sha1:4b4e59a7e8a051c39d64fa3410f19ad0f94c2535</id>
<content type='text'>
That way, the NSIS rules also work for creating an installer for debug
builds. Which you'd do by running:
  make -f Makefile.Debug installer

Signed-off-by: Thiago Macieira &lt;thiago@macieira.org&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Search for different versions of libzip DLL</title>
<updated>2013-11-28T01:54:32Z</updated>
<author>
<name>Thiago Macieira</name>
<email>thiago@macieira.org</email>
</author>
<published>2013-11-28T01:42:48Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=9befbe410922e964d8c0eb35ee75b4b64cb6c96a'/>
<id>urn:sha1:9befbe410922e964d8c0eb35ee75b4b64cb6c96a</id>
<content type='text'>
My system has libzip-1.dll, but Dirk's is probably newer and has
libzip-2.dll

Signed-off-by: Thiago Macieira &lt;thiago@macieira.org&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Don't try to deploy libintl DLL on Windows</title>
<updated>2013-11-28T01:54:28Z</updated>
<author>
<name>Thiago Macieira</name>
<email>thiago@macieira.org</email>
</author>
<published>2013-11-28T01:42:47Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=34c77db50698517e31f5b6c10305fb34894e7357'/>
<id>urn:sha1:34c77db50698517e31f5b6c10305fb34894e7357</id>
<content type='text'>
We don't use it for translations anymore.

Signed-off-by: Thiago Macieira &lt;thiago@macieira.org&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Tell NSIS to search for the DLLs in packaging/windows</title>
<updated>2013-11-28T01:54:24Z</updated>
<author>
<name>Thiago Macieira</name>
<email>thiago@macieira.org</email>
</author>
<published>2013-11-28T01:42:46Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=08f4f42e1eb2c8f28f73b81cca041d274c57277f'/>
<id>urn:sha1:08f4f42e1eb2c8f28f73b81cca041d274c57277f</id>
<content type='text'>
The "make install" step will copy all we depend on DLLs there.

Signed-off-by: Thiago Macieira &lt;thiago@macieira.org&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Fix "make install" on Windows with srcdir != builddir</title>
<updated>2013-11-28T01:51:38Z</updated>
<author>
<name>Thiago Macieira</name>
<email>thiago@macieira.org</email>
</author>
<published>2013-11-28T01:42:45Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=586437df895fd3450e355e13cf986f2a8d8eac51'/>
<id>urn:sha1:586437df895fd3450e355e13cf986f2a8d8eac51</id>
<content type='text'>
Signed-off-by: Thiago Macieira &lt;thiago@macieira.org&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Updated instructions for cross building Windows binaries under Linux</title>
<updated>2013-11-28T01:49:23Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2013-11-28T00:41:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ca819b2a092af83ea6791a4fab0644aa57c42a1d'/>
<id>urn:sha1:ca819b2a092af83ea6791a4fab0644aa57c42a1d</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
