<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/qt-ui, branch v4.3.950</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.3.950</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.3.950'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2015-01-24T02:52:26Z</updated>
<entry>
<title>Make the beta show a nicer version in the about screen</title>
<updated>2015-01-24T02:52:26Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-01-24T02:52:26Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=f912c05ea6c30e7f082c0ee53bb595bd6dbe57f7'/>
<id>urn:sha1:f912c05ea6c30e7f082c0ee53bb595bd6dbe57f7</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Avoid overprinting of cylinder presssure labels for CCR dives</title>
<updated>2015-01-23T21:48:12Z</updated>
<author>
<name>willem ferguson</name>
<email>willemferguson@zoology.up.ac.za</email>
</author>
<published>2015-01-23T18:54:12Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=724a07b7e08c3bb8f85328c30744753198139395'/>
<id>urn:sha1:724a07b7e08c3bb8f85328c30744753198139395</id>
<content type='text'>
This patch takes the cylinder pressures of CCR dives and prints them
in a non-overlapping way.

Remaining issue: When the dive profile is made taller by dragging the
window or the appropriate slider far down the screen, the labels move
further apart; similarly, when the profle is made flat/shallow by dragging
the window edge or appropriate slider up, the labels get close to each
other and start to overlap.

There are quite a few lines of additional code going into the patch. This
is primarily because separate provisions for when po2 &gt; p(diluent) or vice
versa. In addition, I could not determine the size of the text characters
which would allow much more precise placement of text. This is because the
.scale member of the text is private and not available in the methods
involved in printing the labels. However, the height of the vertical scale
of the cylinder pressure graph can be determined [e.g. vAxis-&gt;maximum()].
This helped a lot to get the positioning of the text more or less correct.

While the results of the patch is not perfect, It contributes
significantly to make the profiles of Poseidon dives more readable.

Signed-off-by: willem ferguson &lt;willemferguson@zoology.up.ac.za&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Known import fix for XP5</title>
<updated>2015-01-23T19:09:29Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2015-01-23T18:06:32Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=b772beda71bf42fd33fe15df987d25c4a94bd188'/>
<id>urn:sha1:b772beda71bf42fd33fe15df987d25c4a94bd188</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>Fix segm fault on known CSV imports</title>
<updated>2015-01-23T19:09:22Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2015-01-23T18:06:31Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=d501445bea38f1fa81c57160cef675afd9fd38dc'/>
<id>urn:sha1:d501445bea38f1fa81c57160cef675afd9fd38dc</id>
<content type='text'>
If the header line is not set up properly, the known imports assignments
will index out of the array.

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>Correcly look at all relevant dive computer structures</title>
<updated>2015-01-23T19:07:02Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-01-23T19:05:32Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=c3614424f9117c053c783fba5f6499743ec125f9'/>
<id>urn:sha1:c3614424f9117c053c783fba5f6499743ec125f9</id>
<content type='text'>
When calculating maxima for a dive, we need to take data from all existing
dive computer structures plus potentially also a fake dive computer
structure that is just passed in in order to create a meaningful profile.

Commit 86c961614bfa ("Actually walk all dive computers, don't just claim
to do so") missed that second case and no longer took the fake_dc into
account, breaking the display of dives that don't have samples.

Reported-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Don't show previous dive computer text</title>
<updated>2015-01-23T18:54:16Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-01-23T18:54:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=6aee901f6fb329b3c8b3945fc394842a921ca2c7'/>
<id>urn:sha1:6aee901f6fb329b3c8b3945fc394842a921ca2c7</id>
<content type='text'>
There were situations when the last text was still shown. E.g. when the
current file was closed and then a new dive was imported from CSV.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Code cleanup: CCR setpoint and o2 sensor visualisation</title>
<updated>2015-01-23T09:41:28Z</updated>
<author>
<name>willem ferguson</name>
<email>willemferguson@zoology.up.ac.za</email>
</author>
<published>2015-01-23T07:47:33Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4487e13e15bcee1f9c1d893dba017045ee4e783c'/>
<id>urn:sha1:4487e13e15bcee1f9c1d893dba017045ee4e783c</id>
<content type='text'>
This patch does some cleaning up of the code that provides visualisation
of CCR o2 sensor and o2 setpoint data. It reduces the number of
conditional evalauations that are required and it improves the readability
of these parts of the code.

Signed-off-by: willem ferguson &lt;willemferguson@zoology.up.ac.za&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Set the known import selection for Seabear import</title>
<updated>2015-01-22T18:31:47Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2015-01-22T16:09:44Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=5ac5619a77fb739e9e564e75c5537aaebd750a1a'/>
<id>urn:sha1:5ac5619a77fb739e9e564e75c5537aaebd750a1a</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>Use proper sample headings for Seabear CSV import</title>
<updated>2015-01-22T18:31:38Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2015-01-22T16:09:43Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=2e77e710a05bb6dde4cf4b29280da99a8571f66b'/>
<id>urn:sha1:2e77e710a05bb6dde4cf4b29280da99a8571f66b</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>Use correct case for string matching on CSV import</title>
<updated>2015-01-22T09:49:15Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2015-01-22T09:33:13Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a4c3e9cdc012a922bba792860b2424aafc2e33fb'/>
<id>urn:sha1:a4c3e9cdc012a922bba792860b2424aafc2e33fb</id>
<content type='text'>
As the string was changed in our CSVApps array, we must change it here
as well.

Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
