<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git, branch v4.5.5</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.5.5</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.5.5'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2016-04-09T15:33:37Z</updated>
<entry>
<title>Give git progress dialog a chance to actually display something</title>
<updated>2016-04-09T15:33:37Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2016-04-09T15:19:11Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=37e08d5e2518a7345990cdd98bdc5e0b57338f0c'/>
<id>urn:sha1:37e08d5e2518a7345990cdd98bdc5e0b57338f0c</id>
<content type='text'>
The UI only runs when the main thread pauses, but the main thread is busy
doing the git update.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Update ReleaseNotes</title>
<updated>2016-04-09T15:33:37Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2016-04-09T15:12:36Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=d0754138a46bd23da4dfe50d7d2337a19a6a0843'/>
<id>urn:sha1:d0754138a46bd23da4dfe50d7d2337a19a6a0843</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Cloud storage: make first connect a post</title>
<updated>2016-04-09T15:33:36Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2016-04-09T14:46:24Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=669e2bf9fe0486cc997037e02d347e4810f42106'/>
<id>urn:sha1:669e2bf9fe0486cc997037e02d347e4810f42106</id>
<content type='text'>
But don't wait for it to succeed.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Update ReleaseNotes</title>
<updated>2016-04-02T11:32:18Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2016-04-02T11:32:18Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=fe8c2ba6ce39adc7006f686eb3e13be3d6f4b577'/>
<id>urn:sha1:fe8c2ba6ce39adc7006f686eb3e13be3d6f4b577</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>SDM import: fix logic for sample import</title>
<updated>2016-04-02T11:31:31Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2016-04-02T06:27:43Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e9caf75db0ba6cf0825b2f49ffb2b7a4b0b983a4'/>
<id>urn:sha1:e9caf75db0ba6cf0825b2f49ffb2b7a4b0b983a4</id>
<content type='text'>
Seems that testing if BOOKMARK is empty is a bad idea. We end up not
getting any samples, but the ones containing a bookmark. So we need to
switch the logic to testing if BOOKMARK contains something and do those
tasks first and otherwise grab a regular sample.

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>SDM import: calculate duration if needed</title>
<updated>2016-04-02T11:31:22Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2016-04-02T06:13:17Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=916ed018301ad34d7e543a69de05da8d27205bfd'/>
<id>urn:sha1:916ed018301ad34d7e543a69de05da8d27205bfd</id>
<content type='text'>
Seems that DiveManager does not always return the dive duration in
DIVETIMESEC field. In this case we can try to calculate the duration
from sample count and interval.

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 4,5,5 release</title>
<updated>2016-03-28T21:40:15Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2016-03-28T21:40:15Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=3ba21027b91ca1cf85be73cfce42f433077b000f'/>
<id>urn:sha1:3ba21027b91ca1cf85be73cfce42f433077b000f</id>
<content type='text'>
Update README and ReleaseNotes

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>When changing units from psi to bar first change value, then max</title>
<updated>2016-03-23T20:55:09Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2016-03-23T15:59:18Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=90bd1b0af7b7b1cb002806404594f8667ee3e314'/>
<id>urn:sha1:90bd1b0af7b7b1cb002806404594f8667ee3e314</id>
<content type='text'>
otherwise the max interferes with the value. Furthermore this increases
the max values a bit.

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>typo fix</title>
<updated>2016-03-23T20:38:05Z</updated>
<author>
<name>Werner Macho</name>
<email>werner.macho@gmail.com</email>
</author>
<published>2016-03-23T18:46:27Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=fd10342b2495b17521ba4f27309168b9ae86ac5d'/>
<id>urn:sha1:fd10342b2495b17521ba4f27309168b9ae86ac5d</id>
<content type='text'>
small typo fix for GUI

Signed-off-by: Werner Macho &lt;werner.macho@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Don't start Add or Plan while accessing cloud storage</title>
<updated>2016-03-23T00:20:17Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2016-03-23T00:19:20Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=c332bf2cfa6b71421043cde3655c06bbed270b7c'/>
<id>urn:sha1:c332bf2cfa6b71421043cde3655c06bbed270b7c</id>
<content type='text'>
This avoids a race condition where we get confused about our internal
state.

Fixes #1031

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