<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/xslt, branch v4.5.5</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.5.5</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.5.5'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2016-04-02T11:31:31Z</updated>
<entry>
<title>SDM import: fix logic for sample import</title>
<updated>2016-04-02T11:31:31Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2016-04-02T06:27:43Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e9caf75db0ba6cf0825b2f49ffb2b7a4b0b983a4'/>
<id>urn:sha1:e9caf75db0ba6cf0825b2f49ffb2b7a4b0b983a4</id>
<content type='text'>
Seems that testing if BOOKMARK is empty is a bad idea. We end up not
getting any samples, but the ones containing a bookmark. So we need to
switch the logic to testing if BOOKMARK contains something and do those
tasks first and otherwise grab a regular sample.

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>SDM import: calculate duration if needed</title>
<updated>2016-04-02T11:31:22Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2016-04-02T06:13:17Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=916ed018301ad34d7e543a69de05da8d27205bfd'/>
<id>urn:sha1:916ed018301ad34d7e543a69de05da8d27205bfd</id>
<content type='text'>
Seems that DiveManager does not always return the dive duration in
DIVETIMESEC field. In this case we can try to calculate the duration
from sample count and interval.

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 export</title>
<updated>2016-03-22T15:43:46Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2016-03-21T10:08:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=0d080f32491ed57ca61bfb9250d2033513ad8b89'/>
<id>urn:sha1:0d080f32491ed57ca61bfb9250d2033513ad8b89</id>
<content type='text'>
Need to discard dive site notes on csv export..

miika

From ab23245e2acee32410fa680d0eaab098af69b5c2 Mon Sep 17 00:00:00 2001
From: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Date: Mon, 21 Mar 2016 17:50:28 +0800
Subject: [PATCH] CSV export: discard dive site notes

The new format of divesite management breaks the CSV export as the notes
of divesites are matched.

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>UDDF export: fix dive site support</title>
<updated>2016-03-16T14:31:46Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2016-03-10T05:21:34Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e90b409a149eb810d8f220ba8a64d3fc732ca881'/>
<id>urn:sha1:e90b409a149eb810d8f220ba8a64d3fc732ca881</id>
<content type='text'>
We need to match the divesites to suppress extra output that breaks the
XML. This is because the divesites are actually gathered by calling a
template.

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>Use full precision on weight system on XSLT transforms</title>
<updated>2016-02-26T08:31:08Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2016-02-24T14:02:07Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=d5f2bb23536d2cd88d7768aa041241b1c79ccbda'/>
<id>urn:sha1:d5f2bb23536d2cd88d7768aa041241b1c79ccbda</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>Support PSI on CSV import</title>
<updated>2016-02-26T08:21:25Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2016-01-24T20:19:06Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e8afb7120c0f81a647d46252f4781946e955d1fb'/>
<id>urn:sha1:e8afb7120c0f81a647d46252f4781946e955d1fb</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>Fix UDCF import time unit in timedepthmode</title>
<updated>2016-02-26T08:14:46Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2015-12-27T07:07:02Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=f3c8ae2bf8c7f8b2af5486adb6d290ead3ca6a29'/>
<id>urn:sha1:f3c8ae2bf8c7f8b2af5486adb6d290ead3ca6a29</id>
<content type='text'>
The timedepthmode specifies the time in seconds when using si units,
otherwise minutes. This patch implements this support.

Fixes #981

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>Only include samples with data on UDDF import</title>
<updated>2015-12-06T17:21:58Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2015-11-03T16:12:48Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=2bf84e6a5e9146576cf138fdd73b6b0efdc6661b'/>
<id>urn:sha1:2bf84e6a5e9146576cf138fdd73b6b0efdc6661b</id>
<content type='text'>
According to the specification each proper sample should have depth, so
we can just ignore the empty waypoints.

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>Grab all gas mixes only when no tank data is given</title>
<updated>2015-12-06T17:21:16Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2015-11-02T16:35:39Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ffc8e0a6615ae7cdd27cb9d36a9f08a493b110ec'/>
<id>urn:sha1:ffc8e0a6615ae7cdd27cb9d36a9f08a493b110ec</id>
<content type='text'>
Grabbing all gas mixes was added for Xdeep default cylinders, and it is
not required for other data sources that have tankdata info in the UDDF
file.

See #958

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>Divelogs.de export: split location on slash</title>
<updated>2015-10-24T11:17:21Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2015-10-24T05:18:48Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=bf2df951e67758eece18499e8edf86cb779692b5'/>
<id>urn:sha1:bf2df951e67758eece18499e8edf86cb779692b5</id>
<content type='text'>
As we join LOCATION with SITE on divelogs.de import using slash (/) as a
separator, we might as well split on last slash on export.

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