<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git, branch v4.8.3</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom/?h=v4.8.3</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom/?h=v4.8.3'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2018-09-29T19:09:11Z</updated>
<entry>
<title>build-system: fix appdata creation</title>
<updated>2018-09-29T19:09:11Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-09-29T17:54:12Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=b80fd26e81d5de5c3b6871a565e8f7449df16bc5'/>
<id>urn:sha1:b80fd26e81d5de5c3b6871a565e8f7449df16bc5</id>
<content type='text'>
The pipe in the  execution apparently didn't fail, so the date wasn't set
when building from a tar file.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Update latest translations from Transifex</title>
<updated>2018-09-29T19:09:11Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-09-29T16:43:11Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=3a79eb11e8096c34ecb06099a033d2a8fdb5c7c6'/>
<id>urn:sha1:3a79eb11e8096c34ecb06099a033d2a8fdb5c7c6</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Update list of supported dive computers</title>
<updated>2018-09-28T22:40:03Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-09-28T22:40:03Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e0e20edd87afdedbf7a4047335c1960ea56adaf0'/>
<id>urn:sha1:e0e20edd87afdedbf7a4047335c1960ea56adaf0</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Update README and ReleaseNotes for 4.8.3 / 2.1.4</title>
<updated>2018-09-28T22:36:59Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-09-28T22:23:51Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=d13f2ad8d56ef8e5f8758cf773a1b5d12da00777'/>
<id>urn:sha1:d13f2ad8d56ef8e5f8758cf773a1b5d12da00777</id>
<content type='text'>
Slight updates / rephrasing of the CHANGELOG entries as they get moved
to ReleaseNotes.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Pull latest translations from Transifex</title>
<updated>2018-09-28T22:23:56Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-09-28T22:15:05Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=dc4b0c910ee2258051bffd14de19314984e907d1'/>
<id>urn:sha1:dc4b0c910ee2258051bffd14de19314984e907d1</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>user manual: update bundled HTML of Spanish translation</title>
<updated>2018-09-28T22:23:56Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-09-28T22:09:55Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=7708492232566c637b631fb592a3c370b0e93e1b'/>
<id>urn:sha1:7708492232566c637b631fb592a3c370b0e93e1b</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Parser: parse text-based files into arbitrary table</title>
<updated>2018-09-28T22:06:00Z</updated>
<author>
<name>Berthold Stoeger</name>
<email>bstoeger@mail.tuwien.ac.at</email>
</author>
<published>2018-09-28T11:59:01Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=32a4ce61694bfe8364227440ea5716df7cc61fd1'/>
<id>urn:sha1:32a4ce61694bfe8364227440ea5716df7cc61fd1</id>
<content type='text'>
In d815e0c9476ef62e6b84fb28ce48ab7cddefe77e a dive_table pointer
was added to the parsing functions to allow parsing into tables
other than the global dive table. This will be necessary for undo of
import and implementation a cleaner interface. A few cases, notably
CSV and proprietary formats were forgotten.

Implement parsing into arbitrary tables also for these cases.

Signed-off-by: Berthold Stoeger &lt;bstoeger@mail.tuwien.ac.at&gt;
</content>
</entry>
<entry>
<title>Revert "QML UI: newer Kirigami and fallout"</title>
<updated>2018-09-28T21:53:22Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-09-28T21:53:22Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a5db03c2b32115b14e4b83501a0771b186d87913'/>
<id>urn:sha1:a5db03c2b32115b14e4b83501a0771b186d87913</id>
<content type='text'>
Turns out that Jan found an issue with the latest Kirigami, so let's go back to
the known good one.

This reverts commit 17ec95e70c3ae58d505b8c3cbbaf6815186b93cb.

Suggested-by: Jan Mulder &lt;jlmulder@xs4all.nl&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Revert "build-system: fix kirigami.pri for iOS build"</title>
<updated>2018-09-28T21:51:54Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-09-28T21:51:54Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e99df4af2cf9d5a94797107b8e221b7dbe89ea78'/>
<id>urn:sha1:e99df4af2cf9d5a94797107b8e221b7dbe89ea78</id>
<content type='text'>
Turns out that Jan found an issue with the latest Kirigami, so let's go back to
the known good one.

This reverts commit 40766db459b219ef6a9b861593ac6e7b71519ec6.

Suggested-by: Jan Mulder &lt;jlmulder@xs4all.nl&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>CHANGELOG: update for mobile</title>
<updated>2018-09-28T18:09:17Z</updated>
<author>
<name>Jan Mulder</name>
<email>jlmulder@xs4all.nl</email>
</author>
<published>2018-09-28T17:14:34Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=56b24707a542e8f10c8df579cd857b9526450856'/>
<id>urn:sha1:56b24707a542e8f10c8df579cd857b9526450856</id>
<content type='text'>
Signed-off-by: Jan Mulder &lt;jlmulder@xs4all.nl&gt;
</content>
</entry>
</feed>
