<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/scripts, branch v4.7.2</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.7.2</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.7.2'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2017-10-29T18:01:56Z</updated>
<entry>
<title>Check arguments of translation strings</title>
<updated>2017-10-29T18:01:56Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2017-10-29T12:30:20Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=43b1a73022cf4dd80c4df39d381589484d67a655'/>
<id>urn:sha1:43b1a73022cf4dd80c4df39d381589484d67a655</id>
<content type='text'>
Make sure the arguments of placeholders agree

Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
</content>
</entry>
<entry>
<title>smtk2ssrf-build.sh: add building command line mode</title>
<updated>2017-10-29T16:08:36Z</updated>
<author>
<name>Salvador Cuñat</name>
<email>salvador.cunat@gmail.com</email>
</author>
<published>2017-10-29T09:06:53Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=15028fd299e639a5b006c620dfe0e241b22c4163'/>
<id>urn:sha1:15028fd299e639a5b006c620dfe0e241b22c4163</id>
<content type='text'>
Add a flag to build with -DCOMMANDLINE=ON
</content>
</entry>
<entry>
<title>sntk2ssrf-build.sh: minor fixes</title>
<updated>2017-10-29T16:08:36Z</updated>
<author>
<name>Salvador Cuñat</name>
<email>salvador.cunat@gmail.com</email>
</author>
<published>2017-10-28T18:08:47Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=d7d8434f4eea4157276f2717117e3cb00f64f5b8'/>
<id>urn:sha1:d7d8434f4eea4157276f2717117e3cb00f64f5b8</id>
<content type='text'>
- Reverse warning question logic.
- Remove marble related cmake flag.

Signed-off-by: Salvador Cuñat &lt;salvador.cunat@gmail.com&gt;
</content>
</entry>
<entry>
<title>smtk2ssrf-build.sh: Add warning and some style fixes</title>
<updated>2017-10-29T16:08:36Z</updated>
<author>
<name>Salvador Cuñat</name>
<email>salvador.cunat@gmail.com</email>
</author>
<published>2017-10-28T14:04:09Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=1a0ea6cc9715e50632af0f5cc1ac0f6bb476f589'/>
<id>urn:sha1:1a0ea6cc9715e50632af0f5cc1ac0f6bb476f589</id>
<content type='text'>
Add a warning about overriding subsurface binary and make some scripting
style changes.

Signed-off-by: Salvador Cuñat &lt;salvador.cunat@gmail.com&gt;
</content>
</entry>
<entry>
<title>smtk2ssrf-build.sh: Build a stripped version of subsurface</title>
<updated>2017-10-29T16:08:36Z</updated>
<author>
<name>Salvador Cuñat</name>
<email>salvador.cunat@gmail.com</email>
</author>
<published>2017-10-28T13:50:12Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=c6d85838b527d0a276eed08164880985f70004e0'/>
<id>urn:sha1:c6d85838b527d0a276eed08164880985f70004e0</id>
<content type='text'>
Till now we have been building against a previous built of subsurface.
This was handy and fast, but there is a huge drawback in this approach
because we were including a lot of unneeded dependencies (e.g. marble
or serial-ftdi), some of which are, indeed, optional.

With this patch, a stripped down version of susbsurface is built and
used to link in smtk2ssrf.

The bad news are that this - almost unusable - version of subsurface
overrides any preexisting binary, so the user has to rebuild.

Signed-off-by: Salvador Cuñat &lt;salvador.cunat@gmail.com&gt;
</content>
</entry>
<entry>
<title>Kirigami: newer SHA</title>
<updated>2017-10-28T07:05:16Z</updated>
<author>
<name>Jan Mulder</name>
<email>jlmulder@xs4all.nl</email>
</author>
<published>2017-10-28T07:01:14Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=bdf6dc78281bec2953c7a48f506895c192abd43a'/>
<id>urn:sha1:bdf6dc78281bec2953c7a48f506895c192abd43a</id>
<content type='text'>
Switch to a newer SHA, so that at least my commit is in. Checked
the newer version, and no other artefacts seen. I think we
should try to follow master where we can (but controlled).

Signed-off-by: Jan Mulder &lt;jlmulder@xs4all.nl&gt;
</content>
</entry>
<entry>
<title>Fix stupid syntax errors</title>
<updated>2017-10-16T09:27:30Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-10-16T02:17:58Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ea577aa8f29ff8cb8b575632dfd2d200304b5a5b'/>
<id>urn:sha1:ea577aa8f29ff8cb8b575632dfd2d200304b5a5b</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>build.sh: add option for force BT support off</title>
<updated>2017-10-16T01:49:50Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-10-16T01:49:50Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=972a4730c3092b89846714f8f48a9633ad037dba'/>
<id>urn:sha1:972a4730c3092b89846714f8f48a9633ad037dba</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Update known-good Kirigami SHA</title>
<updated>2017-10-16T01:36:06Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-10-16T01:36:06Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=8f6827ab122bb2ae4926ed4a692fe6e02731acd7'/>
<id>urn:sha1:8f6827ab122bb2ae4926ed4a692fe6e02731acd7</id>
<content type='text'>
This way we get the kirigami.pri fix for the iOS build.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>QML UI: pin known good Kirigami version</title>
<updated>2017-10-11T17:48:08Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-10-11T17:48:08Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=7f09a55c782d7d5ba740c089b924f057a5d7ce27'/>
<id>urn:sha1:7f09a55c782d7d5ba740c089b924f057a5d7ce27</id>
<content type='text'>
Following master is just not healthy. We need to be more deliberate
in which version we built against. An update in the last 24 hours
broke Subsurface-mobile again.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
