<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git, 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-02-01T15:24:48Z</updated>
<entry>
<title>Clean up all the debug messages from Facebook integration</title>
<updated>2015-02-01T15:24:48Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-02-01T15:24:48Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=1e4a13d3ba72b51e512b9de1e138916eac261f6c'/>
<id>urn:sha1:1e4a13d3ba72b51e512b9de1e138916eac261f6c</id>
<content type='text'>
Even for a beta this was a bit too verbose for my liking.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Update README, ReleaseNotes and INSTALL</title>
<updated>2015-02-01T15:20:47Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-02-01T15:20:47Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=0416544d8256c469244115f651b8652c7281a56f'/>
<id>urn:sha1:0416544d8256c469244115f651b8652c7281a56f</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Count the UDDF samples in different namespaces</title>
<updated>2015-02-01T15:09:59Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2015-02-01T07:56:11Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=737b5bdd5c05be1a6e84755cf0b0fe84aeb26fdf'/>
<id>urn:sha1:737b5bdd5c05be1a6e84755cf0b0fe84aeb26fdf</id>
<content type='text'>
Since UDDF import uses different namespaces, we need to count the
temperature samples in all of them to get temperature readings from
waypoints.

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>Get ready for Beta 3</title>
<updated>2015-02-01T15:08:11Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-02-01T15:08:11Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=5343b909fa960e5103314eb1ea40304ffe52dbb6'/>
<id>urn:sha1:5343b909fa960e5103314eb1ea40304ffe52dbb6</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Fix crash if one selects incorrectly Seabear CSV</title>
<updated>2015-02-01T15:06:12Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2015-02-01T11:45:07Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=2dc1a42b297eb49850767e71a644e5efc349b0c9'/>
<id>urn:sha1:2dc1a42b297eb49850767e71a644e5efc349b0c9</id>
<content type='text'>
Fixes #814

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>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>Don't call replot when exiting cylinder combo box</title>
<updated>2015-01-31T22:07:52Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2015-01-31T21:25:28Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=c70ba77199ce87322402f976230402e39f6c133f'/>
<id>urn:sha1:c70ba77199ce87322402f976230402e39f6c133f</id>
<content type='text'>
Commit b72c32da7 turned off replotting while the cylinder
combo box was active to speed up editing. After leaving
the combo box, replotting was enabled again and a replot
was called.

This replot is too agressive, as it overwrites the displayed
dive with the current dive and thereby resets the cyinder
change. This eliminates the replot call.

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>Once again update the Qt4 patch for Ubuntu 12.04 build</title>
<updated>2015-01-31T21:35:32Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-01-31T21:35:32Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=82f216faa0fcca2d5245e6e83cf2fbe2d0af498a'/>
<id>urn:sha1:82f216faa0fcca2d5245e6e83cf2fbe2d0af498a</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Don't store the Facebook credentials between multiple runs of Subsurface</title>
<updated>2015-01-31T20:01:36Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-01-31T20:01:36Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=eeb0c6a756982c0eeb809c3bbc78eb73f764ca83'/>
<id>urn:sha1:eeb0c6a756982c0eeb809c3bbc78eb73f764ca83</id>
<content type='text'>
They stay valid while Subsurface is running, but once you quit, the
credentials are gone.

This way no one can steal them from our settings.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Correctly quote a double quote in the message</title>
<updated>2015-01-31T18:57:15Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-01-31T18:57:15Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=646fa22c0169ba2b6697088c63616efe3b94f682'/>
<id>urn:sha1:646fa22c0169ba2b6697088c63616efe3b94f682</id>
<content type='text'>
Otherwise the message on Facebook will end at the first double quote.

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