<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/xslt, branch v4.2.1</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.2.1</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.2.1'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2014-08-05T15:08:55Z</updated>
<entry>
<title>Remove wrong unit from CNS in UDDF import</title>
<updated>2014-08-05T15:08:55Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2014-08-05T14:36:19Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=7f2cb179bede106fd2ed3dba29d024c392114e49'/>
<id>urn:sha1:7f2cb179bede106fd2ed3dba29d024c392114e49</id>
<content type='text'>
Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>CSV import: add min:sec format support</title>
<updated>2014-07-28T16:56:30Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2014-07-28T05:18:39Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=28bd1fdcb595622a7b3eb3ebc1726d35c85790ff'/>
<id>urn:sha1:28bd1fdcb595622a7b3eb3ebc1726d35c85790ff</id>
<content type='text'>
On CSV import the time can be represented with seconds, min:sec or
hour:min:sec. This patch adds support for the min:sec format that was
missing.

See #662

Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Fix for sample interval on Divelogs.de export</title>
<updated>2014-07-28T16:56:18Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2014-07-27T15:33:28Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=0b5fe99353f269538a884970229ff2689b839b0a'/>
<id>urn:sha1:0b5fe99353f269538a884970229ff2689b839b0a</id>
<content type='text'>
Logic when to use default sample interval was mixed.

Fixes #657

Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Tune the unit test on DivingLog import</title>
<updated>2014-07-23T15:20:56Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2014-07-22T14:58:19Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=dbb3f2dea20909ec6f5e4c3469cd6c3ac708fb7e'/>
<id>urn:sha1:dbb3f2dea20909ec6f5e4c3469cd6c3ac708fb7e</id>
<content type='text'>
At least in some cases the maximum sample depth can be more than
recorded maximum depth on DivingLog XML export. Thus the maximum depth
is doubled for unit detection.

Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Set proper gas type on UDDF import</title>
<updated>2014-07-16T16:22:33Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2014-07-16T13:53:25Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=cd4dc503fc753dd1c42622e6cae03e205c48ed42'/>
<id>urn:sha1:cd4dc503fc753dd1c42622e6cae03e205c48ed42</id>
<content type='text'>
Use type 25 on UDDF import when the gas mix contains some helium.

Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Index used cylinder properly on divelogs.de export</title>
<updated>2014-07-16T16:21:01Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2014-07-16T11:04:15Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=796df27273dbbe7ae1824f14b1593e537dd94277'/>
<id>urn:sha1:796df27273dbbe7ae1824f14b1593e537dd94277</id>
<content type='text'>
The wrong O2 percentage was due to not referring to the correct cylinder
but grabbing any o2 value in any cylinder. While fixing this, I noticed
that also end pressure was missing the cylinder selection, so fixing
that as well.

Fixes #626

Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Try to detect first cylinder on divelogs.de export</title>
<updated>2014-07-16T03:46:19Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2014-07-16T03:20:21Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=5a34261fece16518e9318548a00db2bd52669732'/>
<id>urn:sha1:5a34261fece16518e9318548a00db2bd52669732</id>
<content type='text'>
Most dive computers start always with the first cylinder (and if not,
they give a gas switch in the first few seconds). Trying to follow this
principle on divelogs.de export.

The bug 626 sounds like a bit different case so a sample XML log would
be needed to ensure that use case gets fixed.

See #626

Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Add support for decimal comma on UDDF import</title>
<updated>2014-07-11T19:08:03Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2014-07-11T19:05:58Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e65c4ac55e6e8757b459dc2b3fb8ea6a3c055dda'/>
<id>urn:sha1:e65c4ac55e6e8757b459dc2b3fb8ea6a3c055dda</id>
<content type='text'>
Gas changes generated by Xdeep can contain mix information with decimal
comma instead of decimal point. Thus we need to convert the comma to
point before performing mathematical operations on it.

Fixes #612

Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Add image support to UDDF export</title>
<updated>2014-07-11T19:07:43Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2014-07-11T18:30:18Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=964401c37402d5eabc8d31fd649345be0774d756'/>
<id>urn:sha1:964401c37402d5eabc8d31fd649345be0774d756</id>
<content type='text'>
This patch adds image support to UDDF export. As far as I can tell from
the UDDF specification, the images can only be added to notes field, so
that is what we do here. (buddy and owner can also have image tags, but
that is irrelevant for Subsurface currently.)

Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Add support for importing pressure from CSV files</title>
<updated>2014-07-10T19:40:25Z</updated>
<author>
<name>Anton Lundin</name>
<email>glance@acc.umu.se</email>
</author>
<published>2014-07-10T18:54:18Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=89d74888b395b29cf0ff75b3d844720428300164'/>
<id>urn:sha1:89d74888b395b29cf0ff75b3d844720428300164</id>
<content type='text'>
Signed-off-by: Anton Lundin &lt;glance@acc.umu.se&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
