<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/xslt, branch v4.1.91</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.1.91</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.1.91'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2014-07-16T16:22:33Z</updated>
<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>
<entry>
<title>Add support for importing TTS from CSV files</title>
<updated>2014-07-09T20:22:00Z</updated>
<author>
<name>Anton Lundin</name>
<email>glance@acc.umu.se</email>
</author>
<published>2014-07-09T20:13:38Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=6cd0928487dc64238aad40b41f929bfdbc01d824'/>
<id>urn:sha1:6cd0928487dc64238aad40b41f929bfdbc01d824</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>
<entry>
<title>Add support for importing NDL from CSV files</title>
<updated>2014-07-09T20:22:00Z</updated>
<author>
<name>Anton Lundin</name>
<email>glance@acc.umu.se</email>
</author>
<published>2014-07-09T20:13:37Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=d5991800eed5af6d84e91706764817211876b03a'/>
<id>urn:sha1:d5991800eed5af6d84e91706764817211876b03a</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>
<entry>
<title>Marginal optimization of UDDF import</title>
<updated>2014-05-05T16:00:26Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2014-05-03T05:34:09Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=de89aefdcd672a2ccbc9d6c5fbc2d58d39453eca'/>
<id>urn:sha1:de89aefdcd672a2ccbc9d6c5fbc2d58d39453eca</id>
<content type='text'>
This speeds up Aquadivelog imports marginally by doing lookup to used
equipments only instead of all equipment ever used.

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>Optimize UDDF export</title>
<updated>2014-05-03T05:25:59Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2014-05-03T04:51:28Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=088017f67c7b404257212b2fed13d97c63ff93b1'/>
<id>urn:sha1:088017f67c7b404257212b2fed13d97c63ff93b1</id>
<content type='text'>
Writing the samples/waypoints to UDDF export in a totally new way.
Previously the preparations for approximating waypoints was done for
every sample, now only for the events.

A few days ago it took 36 seconds for my test set of 8 dives to export
to UDDF.  This optimization round took it down from 0m4.745s to
0m0.253s.

Fixes #508

Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
