<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/qt-models, branch v4.7.0</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom/qt-models?h=v4.7.0</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom/qt-models?h=v4.7.0'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2017-10-20T21:25:18Z</updated>
<entry>
<title>Silence random warnings</title>
<updated>2017-10-20T21:25:18Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-10-20T21:25:18Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=27c49fe3ad8d1314c5aee5eee34668a494e31aa8'/>
<id>urn:sha1:27c49fe3ad8d1314c5aee5eee34668a494e31aa8</id>
<content type='text'>
None of these seem to point to actual issues, so let's quiet them.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Update dive planner points cylinder names also when cyl is added</title>
<updated>2017-10-20T11:55:18Z</updated>
<author>
<name>Stefan Fuchs</name>
<email>sfuchs@gmx.de</email>
</author>
<published>2017-10-20T10:01:59Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=748bb90a7309fc4df5c88f7f9f85a5630140e0f7'/>
<id>urn:sha1:748bb90a7309fc4df5c88f7f9f85a5630140e0f7</id>
<content type='text'>
Amendment to c29456f0bb11f07befc3af66ee7973258b491d20

Signed-off-by: Stefan Fuchs &lt;sfuchs@gmx.de&gt;
</content>
</entry>
<entry>
<title>Do cylinder renumber for dive data points only when in planner mode</title>
<updated>2017-10-20T11:55:18Z</updated>
<author>
<name>Stefan Fuchs</name>
<email>sfuchs@gmx.de</email>
</author>
<published>2017-10-20T08:16:37Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=93e2bda0709a2377f47e313aa0970daa4f2b66df'/>
<id>urn:sha1:93e2bda0709a2377f47e313aa0970daa4f2b66df</id>
<content type='text'>
Amendment to 73d2ab8099ce08ab20f119a126334463ffd41b1e

Signed-off-by: Stefan Fuchs &lt;sfuchs@gmx.de&gt;
</content>
</entry>
<entry>
<title>Planner: Autom. move first datapoint gas to first gaslist position p2</title>
<updated>2017-10-18T21:20:44Z</updated>
<author>
<name>Stefan Fuchs</name>
<email>sfuchs@gmx.de</email>
</author>
<published>2017-10-18T07:02:28Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=27a8fd51ed95a4703c76b08b735ff9ce14d10d8f'/>
<id>urn:sha1:27a8fd51ed95a4703c76b08b735ff9ce14d10d8f</id>
<content type='text'>
This is a amendment to 24bd5a8dcebec886b8fbbf077fabfb2106dc7dcd

Move the cylinder also to first position if first planner datapoint
cylinder change because a row is added or deleted to the dive datapoints.

Signed-off-by: Stefan Fuchs &lt;sfuchs@gmx.de&gt;
</content>
</entry>
<entry>
<title>init_deco correctly identify previous dives and report overlapping dives</title>
<updated>2017-10-18T21:19:13Z</updated>
<author>
<name>Stefan Fuchs</name>
<email>sfuchs@gmx.de</email>
</author>
<published>2017-10-02T09:17:10Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4158a4c7de3701f9e03cd226ab26b6437a47f33e'/>
<id>urn:sha1:4158a4c7de3701f9e03cd226ab26b6437a47f33e</id>
<content type='text'>
When changing the date/time of a dive in the planner the dive may end
up in a totaly new position in respect to date/time of other dives in
dive list table. It can be moved to the past or the future before or after
other existing dives. It also could overlap with an existing dive.

This change enables identification of a new "virtual" dive list position
and based on this starts looking for previous dives.
Then it (as before the change) does init the deco calculation with any
applicable previous dive and surface interval.
If some of these applicable dives overlap it returns a neg. surface time
which is then used in the planner notes to prohibit display of results.

Signed-off-by: Stefan Fuchs &lt;sfuchs@gmx.de&gt;
</content>
</entry>
<entry>
<title>Find current gasmix for heatmap</title>
<updated>2017-10-18T10:34:15Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2017-10-18T04:33:37Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=432110ac8faa3775feab35d53a9cdbeecfa7fe27'/>
<id>urn:sha1:432110ac8faa3775feab35d53a9cdbeecfa7fe27</id>
<content type='text'>
To compute the heatmap value, we need the current gasmix but
the current cylinderindex is no longer available.

Fixes #562

Suggested-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
</content>
</entry>
<entry>
<title>Correctly name member function gasChange of DivePlannerPointsModel</title>
<updated>2017-10-16T15:14:17Z</updated>
<author>
<name>Stefan Fuchs</name>
<email>sfuchs@gmx.de</email>
</author>
<published>2017-10-11T20:03:03Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=bfe52f66892c9d015d717c8c64f60e36704ab182'/>
<id>urn:sha1:bfe52f66892c9d015d717c8c64f60e36704ab182</id>
<content type='text'>
Signed-off-by: Stefan Fuchs &lt;sfuchs@gmx.de&gt;
</content>
</entry>
<entry>
<title>Planner: Autom. move first datapoint gas to first gaslist position</title>
<updated>2017-10-16T15:14:17Z</updated>
<author>
<name>Stefan Fuchs</name>
<email>sfuchs@gmx.de</email>
</author>
<published>2017-10-11T19:29:47Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=24bd5a8dcebec886b8fbbf077fabfb2106dc7dcd'/>
<id>urn:sha1:24bd5a8dcebec886b8fbbf077fabfb2106dc7dcd</id>
<content type='text'>
In the planner it is best practise to start the dive with the first
gas in the gaslist. Otherwise one would get a gaschange event at the
very beginning of a dive.
This change implements the following feature:
Automatically move a gas to position 0 in the gaslist if the user selects
this gas for the first dive data point.

Signed-off-by: Stefan Fuchs &lt;sfuchs@gmx.de&gt;
</content>
</entry>
<entry>
<title>Update diveplannerpoints cylinderidx when deleting a cylinder</title>
<updated>2017-10-16T15:14:17Z</updated>
<author>
<name>Stefan Fuchs</name>
<email>sfuchs@gmx.de</email>
</author>
<published>2017-10-11T19:27:06Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=73d2ab8099ce08ab20f119a126334463ffd41b1e'/>
<id>urn:sha1:73d2ab8099ce08ab20f119a126334463ffd41b1e</id>
<content type='text'>
Signed-off-by: Stefan Fuchs &lt;sfuchs@gmx.de&gt;
</content>
</entry>
<entry>
<title>Used gas in dive planner points: Support for multiple cyl with same gas</title>
<updated>2017-10-16T15:14:17Z</updated>
<author>
<name>Stefan Fuchs</name>
<email>sfuchs@gmx.de</email>
</author>
<published>2017-10-08T03:14:57Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=c29456f0bb11f07befc3af66ee7973258b491d20'/>
<id>urn:sha1:c29456f0bb11f07befc3af66ee7973258b491d20</id>
<content type='text'>
In the planner if one adds two or more cylinders with the same gasmix
(e.g. back gas and bottom stage 18/45) the drop down and data in the
used gas column of the planner points table will be filled with a more
verbose string mentioning also the cyl number and the cyl type
description.
Makes it easier in such a case to select the right cylinder.

Introduces also a helper function which tells you if there is another
cylinder with the same gasmix as the provided cylinder.
This also has an option if it should consider unused cylinders or not.

Signed-off-by: Stefan Fuchs &lt;sfuchs@gmx.de&gt;
</content>
</entry>
</feed>
