<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/xslt, branch v4.0.98</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.0.98</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.0.98'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2014-04-30T16:16:21Z</updated>
<entry>
<title>Improve header wording for CSV export</title>
<updated>2014-04-30T16:16:21Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2014-04-30T16:08:28Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=1739b4879aba545e29c5a85621b9a9e9a341cb4c'/>
<id>urn:sha1:1739b4879aba545e29c5a85621b9a9e9a341cb4c</id>
<content type='text'>
Duration is better term than time for the length of the dive. Also
remove the repetitive word dive from some of the header fields.

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>Properly identify siblings on UDDF export</title>
<updated>2014-04-30T05:02:50Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2014-04-29T15:24:38Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4aa7b01059c01eb9ed1efd5edac93c6c08e07d6d'/>
<id>urn:sha1:4aa7b01059c01eb9ed1efd5edac93c6c08e07d6d</id>
<content type='text'>
UDDF export used all samples in the export when detecting previous
sample. This resulted in a very slow processing as we had to go through
massive amount of data for each event that's time was to be
approximated. The detection of previous sample was also erroneous
resulting in incorrect depth samples for the events in some occasions.
This patch should address these issues. And along with patch that
included pressure data on import this will fix the bug #499.

Well, the performance after the patch is still not stellar, but still
quite a difference with such a small change. The sample set of 8 dives
(with one event each) takes now less than 5 seconds instead of the
original 36 seconds (measured by doing the conversion with xsltproc).

Fixes #499

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>Include pressure data on UDDF import</title>
<updated>2014-04-27T16:27:19Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2014-04-27T09:56:53Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4d48eb826279953d3809ec2420bcc3e848f4fa88'/>
<id>urn:sha1:4d48eb826279953d3809ec2420bcc3e848f4fa88</id>
<content type='text'>
Importing pressure samples on UDDF import was missing. This patch adds
that bit of information to our import.

See #499

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>Quote header line properly on CSV export</title>
<updated>2014-04-27T00:17:02Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2014-04-26T07:55:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=2b559225d6ea480e1a5023900b8498b37fadf861'/>
<id>urn:sha1:2b559225d6ea480e1a5023900b8498b37fadf861</id>
<content type='text'>
Let's make the export consistent by quoting the header line the same way
the sample rows are quoted.

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>No negative depth on divelogs.de export</title>
<updated>2014-04-10T16:11:00Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2014-04-08T20:08:58Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=07fabc03fd8f67e7fab8bb150c9b2406fc67e641'/>
<id>urn:sha1:07fabc03fd8f67e7fab8bb150c9b2406fc67e641</id>
<content type='text'>
Crafting depth samples produced a negative depth for the last sample.
This patch checks that negative last sample is ignored. (This occurred
when last manual sample is not full minutes.)

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>Create synthetic depth samples for manual dives</title>
<updated>2014-04-10T16:10:59Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2014-04-08T19:31:45Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=27fa775c7ceacfce82cce3722907b4c002505ea1'/>
<id>urn:sha1:27fa775c7ceacfce82cce3722907b4c002505ea1</id>
<content type='text'>
This patch creates artificial depth samples for manually entered dives
every 60 seconds. This is used for export to divelogs.de.

Fixes #486

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>Reefnet Sensus dataloggers report in mbar (CSV import)</title>
<updated>2014-04-03T17:26:38Z</updated>
<author>
<name>Jan Mulder</name>
<email>jlmulder@planet.nl</email>
</author>
<published>2014-04-03T15:28:50Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=141433c3df8f033737942c2fb90dca9fa841a19d'/>
<id>urn:sha1:141433c3df8f033737942c2fb90dca9fa841a19d</id>
<content type='text'>
Sensus dataloggers report depth in (absolute) millibar. This simple
fix corrects the CSV import. The depth is now computed correctly.

Signed-off-by: Jan Mulder &lt;jlmulder@planet.nl&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>XSLT to export dive log in CSV</title>
<updated>2014-03-02T20:04:15Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2014-03-01T23:17:32Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=b7940dec5c7839eb3a315baf5f5248b45c8c5f9a'/>
<id>urn:sha1:b7940dec5c7839eb3a315baf5f5248b45c8c5f9a</id>
<content type='text'>
This implements divelog export into CSV format. This currently supports
only metric units and lacks user interface.

See #434

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 missing air temp on divelogs.de export</title>
<updated>2014-02-17T18:48:16Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2014-02-17T18:23:03Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=dd24eaa377bf95fa9dafd43ca5989aebd822663b'/>
<id>urn:sha1:dd24eaa377bf95fa9dafd43ca5989aebd822663b</id>
<content type='text'>
Fixes #439

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 unit support for CSV import</title>
<updated>2014-02-15T14:33:33Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2014-02-15T08:51:23Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=cb5ab4bc8e192e65dded3bc3f3bfb703441e5436'/>
<id>urn:sha1:cb5ab4bc8e192e65dded3bc3f3bfb703441e5436</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>
</feed>
