<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/xslt, branch v2.9</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v2.9</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v2.9'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2013-01-02T05:51:42Z</updated>
<entry>
<title>Treat headings properly when importing Suunto logs</title>
<updated>2013-01-02T05:51:42Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2013-01-02T05:44:43Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=52f438bcd07754b2c4aae7d20359de9ac2092705'/>
<id>urn:sha1:52f438bcd07754b2c4aae7d20359de9ac2092705</id>
<content type='text'>
This patch will convert a heading bookmark to Subsurface format.
Suunto's bookmark uses "Heading: &lt;degrees&gt;°" format and was previously
set as the full event name. Now the resulting event will look like:

&lt;event name="heading" value="333" time="0:58 min"/&gt;

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>Convert deco info from JDiveLog to Subsurface</title>
<updated>2012-12-20T06:04:22Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2012-12-19T17:43:07Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=f6bd9d1a1417c4d1b1838668b354cadcc2481e44'/>
<id>urn:sha1:f6bd9d1a1417c4d1b1838668b354cadcc2481e44</id>
<content type='text'>
This patch correctly converts the available deco data from JDiveLog files.
In order for this to work correctly the next patch from Linus is needed as
well.

Acked-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
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>Count the actual decimal digits for import</title>
<updated>2012-11-29T03:49:44Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2012-11-27T16:14:15Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=7259cf5bb64f7cf914c216c4c46cef5f416bb5a6'/>
<id>urn:sha1:7259cf5bb64f7cf914c216c4c46cef5f416bb5a6</id>
<content type='text'>
Apply the decimal time conversion hack for JDiveLog import if there are
less than 2 digits in the decimal part (and value is less than 60).

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>JDiveLog import fallback for 1 digit numbers</title>
<updated>2012-11-27T04:46:04Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2012-11-27T04:38:51Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=2ee26caba4adc5845c454eb07d6a4d4602778386'/>
<id>urn:sha1:2ee26caba4adc5845c454eb07d6a4d4602778386</id>
<content type='text'>
Use the decimal time format fallback also for one digit numbers as
Linus suggested. Thus 1.1 min would result in 1 min 6 sec.

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>Handle seconds in decimal notation (from JDiveLog)</title>
<updated>2012-11-26T19:14:58Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2012-11-26T18:57:05Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e544ca5f6a0c888a76dfb27c824712549fafe488'/>
<id>urn:sha1:e544ca5f6a0c888a76dfb27c824712549fafe488</id>
<content type='text'>
This is a hack to convert time stored in decimal notation to proper
seconds. When using metric units the default way of JDiveLog to store
seconds is to have the amount of seconds after decimal point (1.20 is 1
minute 20 seconds). In some odd case it is reportedly possible that the
seconds are actually 100 based, thus we need to convert that to seconds
(1.33333 will become 1 minute 20 seconds).

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>Improvements on JDiveLog import</title>
<updated>2012-11-24T17:00:56Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2012-11-24T10:12:17Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=27f7e58493ca16266f32363f55fbe3d979348af0'/>
<id>urn:sha1:27f7e58493ca16266f32363f55fbe3d979348af0</id>
<content type='text'>
If dive computer does not record the sample interval, but records time
stamps on the samples, we use those.

A couple of corner cases fixed that were noticed in new log samples.
Also fixes when importing dives logged in imperial units.

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>Map JDiveLog alarms to Subsurface events</title>
<updated>2012-10-22T03:46:50Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2012-10-21T20:11:42Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=25ddf1caee98595bb62313de965ea24b89f495c3'/>
<id>urn:sha1:25ddf1caee98595bb62313de965ea24b89f495c3</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>Add weight and suit support for JDiveLog import</title>
<updated>2012-08-18T16:53:32Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2012-08-18T16:33:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=413065dcdccebe3a97813e9c45a654820f98e0e6'/>
<id>urn:sha1:413065dcdccebe3a97813e9c45a654820f98e0e6</id>
<content type='text'>
Use the suit and weightsystem support of Subsurface when importing
divelogs from JDiveLog. (They were previously included in the notes
field as support for these fields was missing from Subsurface.)

After import the weightsystem is undefined and weight unit is the
default of Subsurface. Unfortunately the weight field in JDiveLog is
text field and might contain pounds and kilograms mixed in seemingly
random order. Thus 2 pounds of weight might be transformed to 2 kg.

Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Suunto SDE conversion: add boat name to notes if it exists</title>
<updated>2012-05-12T19:28:40Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2012-05-12T19:28:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=b2e4ca552faf9b91989559c99edddd70ccb11b9d'/>
<id>urn:sha1:b2e4ca552faf9b91989559c99edddd70ccb11b9d</id>
<content type='text'>
This is, I think, the last piece of relevant information that I can find
in Szymon's SDE file.

Which is not to mean that we get all the conversions right, or that we
handle the more complex cases (still no multi-cylinder import, for
example). But it should be much better than it used to be.

Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Suunto SDE updates, take 178: add weight and visibility info</title>
<updated>2012-05-12T19:21:32Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2012-05-12T19:21:32Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=36e4abf8c0aaee9ab61f65a0928073ab2bc2f132'/>
<id>urn:sha1:36e4abf8c0aaee9ab61f65a0928073ab2bc2f132</id>
<content type='text'>
This converts the weight information into subsurface weights, and also
adds visibility info (if it exists) into the notes for the dive.

More fall-out from me looking at the nasty suunto xml files, now that I
have a few that actually have some info that isn't just from the
computer download.

Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
</feed>
