<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/qt-ui/profile, branch v4.3.970</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.3.970</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.3.970'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2015-01-31T22:09:50Z</updated>
<entry>
<title>Update ceiling when changing dive mode</title>
<updated>2015-01-31T22:09:50Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2015-01-30T10:16:55Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=1e45858ee6e40da932be301e39d3fced6b393490'/>
<id>urn:sha1:1e45858ee6e40da932be301e39d3fced6b393490</id>
<content type='text'>
Without this patch, the user effectively cannot change the dive mode as
any change is overwritten by replot copying current_dive over
displayed_dive. The way out is not to call replot but only update the deco
ceiling directly.

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>Hide tooltip when posting a profile to Facebook</title>
<updated>2015-01-31T18:32:02Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-01-31T18:32:02Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=fd33d6aa3f1f870b683557568a3dd780c2f25541'/>
<id>urn:sha1:fd33d6aa3f1f870b683557568a3dd780c2f25541</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>DiveMeanDepthItem: fix bad translated depth units</title>
<updated>2015-01-31T18:13:36Z</updated>
<author>
<name>Lubomir I. Ivanov</name>
<email>neolit123@gmail.com</email>
</author>
<published>2015-01-31T17:36:35Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=8eb25f67003d9f513094edf2b2f8e0224854e905'/>
<id>urn:sha1:8eb25f67003d9f513094edf2b2f8e0224854e905</id>
<content type='text'>
probably just a typo; taking the value of a (char *) will return
the first char (or byte).

Signed-off-by: Lubomir I. Ivanov &lt;neolit123@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Prevent potential access to uninitialized variable</title>
<updated>2015-01-29T21:37:32Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-01-29T21:37:32Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4e40872fc0ec5df8fd24e71e142f79ce5333307e'/>
<id>urn:sha1:4e40872fc0ec5df8fd24e71e142f79ce5333307e</id>
<content type='text'>
If we have a dive with no data (e.g. from a failed import), we might never
assign a value otherwise.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Small changes to the mean depth text</title>
<updated>2015-01-28T21:35:49Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-01-28T21:23:23Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=eaec0bc84228216a79074c78347c5ad41bdec121'/>
<id>urn:sha1:eaec0bc84228216a79074c78347c5ad41bdec121</id>
<content type='text'>
Add a tiny bit of white space to the left and display the unit as well.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Implement the mean depth text</title>
<updated>2015-01-28T21:35:43Z</updated>
<author>
<name>Tomaz Canabrava</name>
<email>tomaz.canabrava@intel.com</email>
</author>
<published>2015-01-28T19:24:00Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=7f1373ea6d074c4cfbf514bc4ea6e48bf3237bcb'/>
<id>urn:sha1:7f1373ea6d074c4cfbf514bc4ea6e48bf3237bcb</id>
<content type='text'>
Signed-off-by: Tomaz Canabrava &lt;tomaz.canabrava@intel.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Remove dead code</title>
<updated>2015-01-28T20:29:47Z</updated>
<author>
<name>Tomaz Canabrava</name>
<email>tomaz.canabrava@intel.com</email>
</author>
<published>2015-01-28T19:00:19Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=343b82708eeb3187aa15e207bab26cbdb414f1e3'/>
<id>urn:sha1:343b82708eeb3187aa15e207bab26cbdb414f1e3</id>
<content type='text'>
We changed this MeanDepthLine to the MeanDepthCurve (or something),
no need to keep old code around.

Signed-off-by: Tomaz Canabrava &lt;tomaz.canabrava@intel.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Hide ruler when in ADD or PLAN mode.</title>
<updated>2015-01-28T20:29:33Z</updated>
<author>
<name>Tomaz Canabrava</name>
<email>tomaz.canabrava@intel.com</email>
</author>
<published>2015-01-28T18:55:55Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ee4f9494f282533f9e3288c511561fbe32f9df23'/>
<id>urn:sha1:ee4f9494f282533f9e3288c511561fbe32f9df23</id>
<content type='text'>
This ruler shouldn't appear in ADD or PLAN mode, it's a bug
and may crash things.

Signed-off-by: Tomaz Canabrava &lt;tomaz.canabrava@intel.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>diveplotdatamodel.cpp: use space before sensor index</title>
<updated>2015-01-27T15:21:49Z</updated>
<author>
<name>Lubomir I. Ivanov</name>
<email>neolit123@gmail.com</email>
</author>
<published>2015-01-27T15:06:13Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=66fdb2b89d0697f64003cf98f02e9ec5b5d2209e'/>
<id>urn:sha1:66fdb2b89d0697f64003cf98f02e9ec5b5d2209e</id>
<content type='text'>
the manual uses "Sensor 1:", not sure if it breaks anything.

Signed-off-by: Lubomir I. Ivanov &lt;neolit123@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Change mean depth/s to mean depth @ s</title>
<updated>2015-01-26T15:28:03Z</updated>
<author>
<name>Tim Wootton</name>
<email>tim@tee-jay.demon.co.uk</email>
</author>
<published>2015-01-26T06:51:19Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=c38eaf68e98a2ede308a6406365a15bb7a92c32e'/>
<id>urn:sha1:c38eaf68e98a2ede308a6406365a15bb7a92c32e</id>
<content type='text'>
Mean depth/s sounds too much like a rate of change but this
referers to instantaneus mean depth at a time.

Signed-off-by: Tim Wootton &lt;tim@tee-jay.demon.co.uk&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
