<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/qt-ui, branch v4.5.2</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.5.2</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.5.2'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2015-10-26T21:15:14Z</updated>
<entry>
<title>Remove unnecessary Q_INTERFACES declaration</title>
<updated>2015-10-26T21:15:14Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-10-26T21:15:14Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=755ecf607a546cbaa24d80e0e990a460ef483052'/>
<id>urn:sha1:755ecf607a546cbaa24d80e0e990a460ef483052</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Allow building with both libzip 0.11.x and 1.0.x</title>
<updated>2015-10-26T13:51:47Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-10-26T13:27:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=aa78c5b0ec7f19ab43801ef9d7a2c6eda9255662'/>
<id>urn:sha1:aa78c5b0ec7f19ab43801ef9d7a2c6eda9255662</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Fix building without BT support</title>
<updated>2015-10-26T13:51:47Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-10-26T13:05:27Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=3b0f38f24a3c3d7ccadf8c0b0011dfc58c2f9d46'/>
<id>urn:sha1:3b0f38f24a3c3d7ccadf8c0b0011dfc58c2f9d46</id>
<content type='text'>
I guess no one had tried this in a while.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Some error reporting on divelogs.de export</title>
<updated>2015-10-25T16:19:40Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2015-10-25T15:10:53Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=1d10a56bdf6823e8935729aef60b659dea550a6a'/>
<id>urn:sha1:1d10a56bdf6823e8935729aef60b659dea550a6a</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>Report error received from zip_close</title>
<updated>2015-10-25T14:39:29Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-10-25T14:39:29Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=8c706357f477917959fe2d1912909db6675d3e49'/>
<id>urn:sha1:8c706357f477917959fe2d1912909db6675d3e49</id>
<content type='text'>
We may want to hide the error text in a release build and replace it with
something more user friendly but then again, the next time this fails on
us at least our users can report more than "doesn't work"...

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Divelogs.de upload: report error when unable to open upload file</title>
<updated>2015-10-25T05:48:25Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-10-25T05:48:25Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=3b033a85acced1da17e8dde46bfaae3c8bfdf9d0'/>
<id>urn:sha1:3b033a85acced1da17e8dde46bfaae3c8bfdf9d0</id>
<content type='text'>
Silently failing is not cool.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Use neutral color for "no SAC information"</title>
<updated>2015-10-25T04:00:58Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-10-25T04:00:58Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=cd1884b29cff57b225e1ab58d0b1dcad25669034'/>
<id>urn:sha1:cd1884b29cff57b225e1ab58d0b1dcad25669034</id>
<content type='text'>
In commit 31d1d1f4217c ("Don't change pen color when for zero SAC") Robert
continues to use the last SAC color (which certainly was better than
switching to dark green for "extremely low SAC rate"). But I think it
makes even more sense to mark it as neutral - so I picked a gray.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Fix location edit UI issue on Mac</title>
<updated>2015-10-25T03:19:18Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-10-25T01:38:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=1ff309c9a1f1d6a4bcbb7afb2561a412ae64903d'/>
<id>urn:sha1:1ff309c9a1f1d6a4bcbb7afb2561a412ae64903d</id>
<content type='text'>
For some reason the Mac doesn't create an "activated" signal when hitting
enter/return on the drop down. So we simply manually send this and now you can
select the site with enter/return just like on Linux or Windows.

Fixes #953

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Don't change pen color when for zero SAC</title>
<updated>2015-10-23T21:50:21Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2015-10-23T20:11:00Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=31d1d1f4217cab43c1fa6ca5612c2cc3ccc656eb'/>
<id>urn:sha1:31d1d1f4217cab43c1fa6ca5612c2cc3ccc656eb</id>
<content type='text'>
When for individual plot entries the SAC is zero this comes
from gas changes and the SAC calculation needing a bit more
pressure data and not from the diver switching to freediving
mode. So we shold not change the pen color on the pressure
line for that but pretend we are still breathing at the
previous SAC.

Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
</content>
</entry>
<entry>
<title>When calculating the offset, both times are localtime</title>
<updated>2015-10-21T22:04:32Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-10-21T13:52:09Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=569cfe1bc8849cc23d68de8de4712ee4cdba4337'/>
<id>urn:sha1:569cfe1bc8849cc23d68de8de4712ee4cdba4337</id>
<content type='text'>
So we don't need to take the relative time zone into account.

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