<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/qt-models, branch v4.7.5</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.7.5</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.7.5'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2017-12-02T19:48:02Z</updated>
<entry>
<title>In planner variations use variables for delta values</title>
<updated>2017-12-02T19:48:02Z</updated>
<author>
<name>Stefan Fuchs</name>
<email>sfuchs@gmx.de</email>
</author>
<published>2017-12-02T10:29:35Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=de26a50ba32cf20728c846fb98f6972a0e05e852'/>
<id>urn:sha1:de26a50ba32cf20728c846fb98f6972a0e05e852</id>
<content type='text'>
Plus a small layout change: Add a colon behind "Stop time".

Signed-off-by: Stefan Fuchs &lt;sfuchs@gmx.de&gt;
</content>
</entry>
<entry>
<title>Planner variations stop time calculation cover all stops</title>
<updated>2017-12-02T19:48:02Z</updated>
<author>
<name>Stefan Fuchs</name>
<email>sfuchs@gmx.de</email>
</author>
<published>2017-12-02T07:45:41Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=1bd2f3fe3e780f642b1c0b9c11dca793e19c40ab'/>
<id>urn:sha1:1bd2f3fe3e780f642b1c0b9c11dca793e19c40ab</id>
<content type='text'>
Simplify the sum up of the deco stop times for analysis of
the planner variations.

Plus rename define for deco stop variations debug output

Signed-off-by: Stefan Fuchs &lt;sfuchs@gmx.de&gt;
</content>
</entry>
<entry>
<title>Remove unnecessary #include and correct whitespace</title>
<updated>2017-12-01T23:47:51Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2017-12-01T16:57:32Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=c38e0f225f4eb18083ed9eb32e7480ac8230c457'/>
<id>urn:sha1:c38e0f225f4eb18083ed9eb32e7480ac8230c457</id>
<content type='text'>
Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
</content>
</entry>
<entry>
<title>Change #include line to make Linux builds happy</title>
<updated>2017-12-01T23:47:51Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2017-12-01T15:35:33Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=511ee9ddeb64ff7cf9c5fe50c491c0e335365ced'/>
<id>urn:sha1:511ee9ddeb64ff7cf9c5fe50c491c0e335365ced</id>
<content type='text'>
Let's see if this helps the Linux build on TravisCI.

Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
</content>
</entry>
<entry>
<title>Document background computation of variations</title>
<updated>2017-12-01T23:47:51Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2017-12-01T13:45:51Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=d8350ef238cb0e459d2ee012d11893e65e483541'/>
<id>urn:sha1:d8350ef238cb0e459d2ee012d11893e65e483541</id>
<content type='text'>
Update changelog, update user manual, clarify
meaning in dive notes.

Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
</content>
</entry>
<entry>
<title>Prevent redundant replanning</title>
<updated>2017-12-01T23:47:51Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2017-12-01T11:49:38Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4d605ce51fcb4bbadf83471568d9f315844f904b'/>
<id>urn:sha1:4d605ce51fcb4bbadf83471568d9f315844f904b</id>
<content type='text'>
Planning dives is heavy on CPU, so better be sure we only
do it when needed. In particular, when moving around dive
points, we only want a new plan once per move and not three
times (triggered at various points in the chain of events).

This should significantly improve planner snappiness.

Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
</content>
</entry>
<entry>
<title>Disable plan variation in recreational mode</title>
<updated>2017-12-01T23:47:51Z</updated>
<author>
<name>Rick Walsh</name>
<email>rickmwalsh@gmail.com</email>
</author>
<published>2017-11-30T22:06:46Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=1985bcb29ecb80e7b06a664e4a29f2b9d0395737'/>
<id>urn:sha1:1985bcb29ecb80e7b06a664e4a29f2b9d0395737</id>
<content type='text'>
Calculating variations when in recreational mode doesn't make sense, and can
prevent variations from being calculated when switching back to Buhlmann or
VPM-B modes.

Signed-off-by: Rick Walsh &lt;rickmwalsh@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add imperial units to variations computation</title>
<updated>2017-12-01T23:47:51Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2017-11-28T20:14:05Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=41b4e4a19a48dbb97321006cdcbf075fde7d81df'/>
<id>urn:sha1:41b4e4a19a48dbb97321006cdcbf075fde7d81df</id>
<content type='text'>
Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
</content>
</entry>
<entry>
<title>Don't block profile updates in variations computation</title>
<updated>2017-12-01T23:47:51Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2017-11-28T19:23:47Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=0839342d335bef8312845d0c57a81d08a13f657c'/>
<id>urn:sha1:0839342d335bef8312845d0c57a81d08a13f657c</id>
<content type='text'>
We needed to prevent updates when we messed with the
diveplannerpointsmodel as those would trigger
starting planning from scratch causing infinite loops.

Now, the variations calculation operates on a copy of
the diveplan, so the model is no longer involved and
we should not block recalculations (as those might be
triggered by the UI).

Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
</content>
</entry>
<entry>
<title>Make background calculation optional</title>
<updated>2017-12-01T23:47:51Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2017-11-27T21:07:09Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=1e678d52b275805f9d9d313a6593fcbc50878e2d'/>
<id>urn:sha1:1e678d52b275805f9d9d313a6593fcbc50878e2d</id>
<content type='text'>
Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
</content>
</entry>
</feed>
