<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/scripts, branch v4.7.7</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.7.7</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.7.7'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2018-01-03T13:04:08Z</updated>
<entry>
<title>mobile: newer Kirigami SHA</title>
<updated>2018-01-03T13:04:08Z</updated>
<author>
<name>Jan Mulder</name>
<email>jlmulder@xs4all.nl</email>
</author>
<published>2018-01-02T16:02:19Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a5b44362c62b303fa1cedaa633588243b264bfa0'/>
<id>urn:sha1:a5b44362c62b303fa1cedaa633588243b264bfa0</id>
<content type='text'>
This commit consists of the following 3 parts:
1. There are 2 source files added, adapt our build process
accordingly.
2. Due to a change in icon and kirigami QML prefixes, we need to
adapt for this as well. Changed mobile-resources.qrc for that.
When this would not be changed, the icons will not be found.
3. To further prepare for the future, abandon the iconName
property in favour of the new icon grouped property, which
can have more attributes than only the name. But currently
it is only a syntactic change.

Tested on Android device, and no visible changes.

Signedoff-by: Jan Mulder &lt;jlmulder@xs4all.nl
</content>
</entry>
<entry>
<title>Use our fork of uploadtool</title>
<updated>2017-12-30T19:10:40Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-12-30T19:10:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a1cd2f2e7ac5f31d835a538ac8a6e77430416e0c'/>
<id>urn:sha1:a1cd2f2e7ac5f31d835a538ac8a6e77430416e0c</id>
<content type='text'>
And use the 'correct' URL to obtain the actual file.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Update download URL for libzip</title>
<updated>2017-12-18T19:29:17Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2017-12-18T15:24:18Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=9d844801b9da94bcec7653acd5b5de8167da4134'/>
<id>urn:sha1:9d844801b9da94bcec7653acd5b5de8167da4134</id>
<content type='text'>
Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
</content>
</entry>
<entry>
<title>Add git submodule init to build script</title>
<updated>2017-12-14T16:54:53Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2017-12-13T19:36:26Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=9e165602c4ecb4b8b5206e33597be19e2978131b'/>
<id>urn:sha1:9e165602c4ecb4b8b5206e33597be19e2978131b</id>
<content type='text'>
Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
</content>
</entry>
<entry>
<title>Travis: no longer test Subsurface-mobile without BT</title>
<updated>2017-12-06T03:29:59Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-12-05T19:50:57Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=8f318c7e6959bba73b273d4b9ad065ef602ccd4d'/>
<id>urn:sha1:8f318c7e6959bba73b273d4b9ad065ef602ccd4d</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>build system: fix build of libdivecomputer</title>
<updated>2017-12-04T03:05:41Z</updated>
<author>
<name>Jan Mulder</name>
<email>jlmulder@xs4all.nl</email>
</author>
<published>2017-12-04T01:23:34Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a3b66b429e704b61ea62b0dcecdf035fbe56c74d'/>
<id>urn:sha1:a3b66b429e704b61ea62b0dcecdf035fbe56c74d</id>
<content type='text'>
Trivial fix. Do not first cd to the ./src/subsurface directory, and then prepend
the subsurface directory to the path.

Signed-off-by: Jan Mulder &lt;jlmulder@xs4all.nl&gt;
</content>
</entry>
<entry>
<title>libdc: update the MXE build script for submodule</title>
<updated>2017-12-03T22:12:06Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-12-03T20:53:56Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=25041be08c8b5729ce2d6f2b0a07a5c7fab65132'/>
<id>urn:sha1:25041be08c8b5729ce2d6f2b0a07a5c7fab65132</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>libdc: get the submodule for Travis CI / Windows MXE</title>
<updated>2017-12-03T22:12:06Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-12-03T19:52:48Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=3368b89336b07b93f036ace72c961d6206dd0b03'/>
<id>urn:sha1:3368b89336b07b93f036ace72c961d6206dd0b03</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>libdc: add submodule support to build.sh</title>
<updated>2017-12-03T22:12:06Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-12-03T19:48:51Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=dd20c2004df2d23f1384e3bcac6ddc19407bf2f7'/>
<id>urn:sha1:dd20c2004df2d23f1384e3bcac6ddc19407bf2f7</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Clone breeze icons from GitHub</title>
<updated>2017-11-27T21:41:15Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-11-27T21:40:25Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=6b396c45bc00705421e3241cf7004701f5b4a93e'/>
<id>urn:sha1:6b396c45bc00705421e3241cf7004701f5b4a93e</id>
<content type='text'>
anongit.kde.org appears to have problems.

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