<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/core, branch v4.5.96</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.5.96</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.5.96'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2016-12-03T20:37:16Z</updated>
<entry>
<title>Empty image hashes are not valid</title>
<updated>2016-12-03T20:37:16Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2016-12-02T22:43:30Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=1ab5db3726fcbb5c05216e2f5b5ff59b2d95f3c2'/>
<id>urn:sha1:1ab5db3726fcbb5c05216e2f5b5ff59b2d95f3c2</id>
<content type='text'>
I don't know how those arose in the first place, but an
empty QByteArray is never a valid hash value for an image. So
we should not store those in our translation tables and also
get rid of them when loading the tables from disk.

Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Fix effective GFs in notes</title>
<updated>2016-12-03T20:32:08Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2016-11-27T10:31:30Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=f03acb9e9a2d6fae22be6288be13ce63fd4f50ea'/>
<id>urn:sha1:f03acb9e9a2d6fae22be6288be13ce63fd4f50ea</id>
<content type='text'>
This patch fixes two bugs:

1) It first computes the effective gradient factors and then
composes the notes with the diveplan rather than the other way
around.

2) It does not try to fit a line through a single point.

Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Show effective gradient factors for VPMB-plans</title>
<updated>2016-11-24T00:59:42Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2016-11-23T10:50:50Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4d0d37b6903a65ade442fece35238d1670522df2'/>
<id>urn:sha1:4d0d37b6903a65ade442fece35238d1670522df2</id>
<content type='text'>
For each stop, this computes an effective gradient factor
that gives the same ceiling. Then, it does linear regression
to find values for GFlow and GFhigh that give a similar deco
profile.

Note that this optimises the average gradient factor. The
runtime however depends strongly at the gradient factor at
the last depth. So we don't necessarily to get the runtime
right.

Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Show runtime on top of diveplan</title>
<updated>2016-11-24T00:59:32Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2016-11-23T10:48:41Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=d1a0655613ba11a32dc7558c27ea733e9a447276'/>
<id>urn:sha1:d1a0655613ba11a32dc7558c27ea733e9a447276</id>
<content type='text'>
This is central information when planning a dive but often
scrolled out of the window for longer plans. So print it on
the top.

Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Only consider non-zero average depth for statistics</title>
<updated>2016-11-15T11:25:46Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2016-11-10T09:15:11Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=20e211d33790463d75f254612d6b7be50c8d1a00'/>
<id>urn:sha1:20e211d33790463d75f254612d6b7be50c8d1a00</id>
<content type='text'>
Upon importing dives, the average depth can be undefined which we store as 0.
This zero should not contribute when computing the average depth for
the (yearly) statistics, only dives with average depth set now contribute.

Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Clean up some warnings in file.c</title>
<updated>2016-11-09T14:33:45Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2016-11-09T14:33:45Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=9006802f7274cbd72f45b507c4b9dd62893dacdd'/>
<id>urn:sha1:9006802f7274cbd72f45b507c4b9dd62893dacdd</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Parse multiple dives from single DL7 log file</title>
<updated>2016-11-09T14:29:24Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2016-11-08T16:52:27Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=66d9cc788cdf1abc6ca73a945be86fcd033c1583'/>
<id>urn:sha1:66d9cc788cdf1abc6ca73a945be86fcd033c1583</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>configure ostc3: Correct typos</title>
<updated>2016-11-08T05:08:28Z</updated>
<author>
<name>Anton Lundin</name>
<email>glance@acc.umu.se</email>
</author>
<published>2016-11-07T22:08:59Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=2497ecf16d12be1bc7032994c40dd329644dc400'/>
<id>urn:sha1:2497ecf16d12be1bc7032994c40dd329644dc400</id>
<content type='text'>
This fixes a copy-paste error made by me that caused
tempSensorOffset to first be set the wrong way and then overridden by
pressureSensorOffset.

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>Deco mode for plannining is not deco mode for showing</title>
<updated>2016-11-01T16:41:17Z</updated>
<author>
<name>Tomaz Canabrava</name>
<email>tcanabrava@kde.org</email>
</author>
<published>2016-11-01T16:00:06Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=37e3e7e69a289db8c435a9d87188267c06703e11'/>
<id>urn:sha1:37e3e7e69a289db8c435a9d87188267c06703e11</id>
<content type='text'>
We had (in the wrong place, imo) a new feature that
should differentiate the different deco_modes, you could
plan your dive in buelhman and see it in vpm-b, for instance
but both of them accessed the same pref.

Signed-off-by: Tomaz Canabrava &lt;tcanabrava@kde.org&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>More preference handling fixes</title>
<updated>2016-11-01T16:40:43Z</updated>
<author>
<name>Tomaz Canabrava</name>
<email>tcanabrava@kde.org</email>
</author>
<published>2016-11-01T14:44:30Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=c110b4a23809ef7702653383d666bdd7a48ee775'/>
<id>urn:sha1:c110b4a23809ef7702653383d666bdd7a48ee775</id>
<content type='text'>
Remove a few uneeded lines and add more loading code for
the preferences.

Signed-off-by: Tomaz Canabrava &lt;tcanabrava@kde.org&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
