<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/dives, branch v4.0.2</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.0.2</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.0.2'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2014-01-09T01:31:05Z</updated>
<entry>
<title>Change fake profile behavior</title>
<updated>2014-01-09T01:31:05Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-01-08T13:46:27Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=0d93470c50e6ebaa0128ba182a94090d6d000278'/>
<id>urn:sha1:0d93470c50e6ebaa0128ba182a94090d6d000278</id>
<content type='text'>
If no average depth is known the current fake profile behavior is rather
unintuitive (we make up an average depth).

Instead we should assume that this is a PADI style dive log and give the
user a "rectangular" profile (actually, it's a trapecoid as we at least
try to enforce a sane ascent / descent speed). If the dive is somewhat
longer or deeper (10 min / 10 m) we even add a 3m safety stop at 5m.

Added a new dives/test0b that tries to capture the typical cases to test
this.

Fixes #398

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Test dive for odd pressure profile</title>
<updated>2014-01-01T17:48:15Z</updated>
<author>
<name>Rodrigo Severo</name>
<email>rodrigo@fabricadeideias.com</email>
</author>
<published>2014-01-01T17:48:15Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=2abd06e5fd61570e13c1b14eb0a4f6804743f6a1'/>
<id>urn:sha1:2abd06e5fd61570e13c1b14eb0a4f6804743f6a1</id>
<content type='text'>
When near the surface the pressure doesn't change - and then there is a
sudden drop at the end.

Signed-off-by: Rodrigo Severo &lt;rodrigo@fabricadeideias.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Test dive for events</title>
<updated>2013-12-28T15:40:54Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2013-12-28T07:05:34Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=23786f0d4db5a32fff6b5f855150196109e61519'/>
<id>urn:sha1:23786f0d4db5a32fff6b5f855150196109e61519</id>
<content type='text'>
Dive with test events, can be used to test approximation of depth when
exporting dives.

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>Sample dive from XP5</title>
<updated>2013-12-24T18:43:29Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2013-12-24T18:20:00Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4de739b935f7795e78333863d92f070e52b2f385'/>
<id>urn:sha1:4de739b935f7795e78333863d92f070e52b2f385</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>Correctly parse multiple tags in the divelog</title>
<updated>2013-12-13T00:29:06Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2013-12-13T00:12:04Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=89a58e23e095c50dc844cbbed577c989cf801e32'/>
<id>urn:sha1:89a58e23e095c50dc844cbbed577c989cf801e32</id>
<content type='text'>
The old parsing code overwrote the first comma with a '\0' and then
checked the index against the length of the buffer - which was changed by
replacing the ',' with the '\0'.

This means that since commit 78acf20848c0 ("Don't crash on loading tags
longer than 127 chars") Subsurface has potentially damaged / lost data in
dive files!

Added a test dive that shows the issue if opened by a Subsurface version
after the commit mentioned above but before this commit.

Reported-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Different Icon for a Bookmark Event.</title>
<updated>2013-12-05T03:41:29Z</updated>
<author>
<name>Tomaz Canabrava</name>
<email>tcanabrava@kde.org</email>
</author>
<published>2013-12-05T01:53:53Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=441838def098267aa2c7c81f22eba7c16b58d2ca'/>
<id>urn:sha1:441838def098267aa2c7c81f22eba7c16b58d2ca</id>
<content type='text'>
This patch adds a different icon for a Bookmark Event, and it
also cleaned a lot of code. :)

See #300

[Dirk Hohndel: made the two icons slightly bigger]

Signed-off-by: Tomaz Canabrava &lt;tcanabrava@kde.org&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Allow comma separated CSV files</title>
<updated>2013-12-04T23:27:09Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2013-12-04T23:19:28Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=b5d3476b0ba881699c604a3d97c5801b8bb99a08'/>
<id>urn:sha1:b5d3476b0ba881699c604a3d97c5801b8bb99a08</id>
<content type='text'>
The separator selector in the CSV import dialog was unused. This passes
the value into the xslt and adds ',' as possible value.

I'm sure this could be done much better (pass the actual character instead
of the index), but I couldn't get that to work and this does seem to do
the trick.

Also added a test dive to test this feature.

Fixes #321

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Change gas in second cylinder in sac-test-dives</title>
<updated>2013-12-02T20:33:47Z</updated>
<author>
<name>Anton Lundin</name>
<email>glance@acc.umu.se</email>
</author>
<published>2013-12-02T20:17:07Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=81d91f2ce0d8ae9a3a15c76410f053a902b5bccc'/>
<id>urn:sha1:81d91f2ce0d8ae9a3a15c76410f053a902b5bccc</id>
<content type='text'>
Due to that we can't handle gaschanges to the same gas in another
cylinder, this changes the second gas to EAN22 to workaround that.

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 test dive with tank pressure sensor information</title>
<updated>2013-10-15T11:12:16Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2013-10-15T11:12:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e93f96a8ebfb38696c964f9a0af28eadccf8d1a2'/>
<id>urn:sha1:e93f96a8ebfb38696c964f9a0af28eadccf8d1a2</id>
<content type='text'>
This is a real data from a Uemis Zurich divecomputer.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Sample dive from APDLogViewer</title>
<updated>2013-10-03T16:39:37Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2013-10-03T14:57:32Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=30f315fc55002fa2b17f8fb0f1b7acef0ba9f91d'/>
<id>urn:sha1:30f315fc55002fa2b17f8fb0f1b7acef0ba9f91d</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>
