<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git, branch v4.0.97</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.0.97</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.0.97'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2014-05-01T22:23:33Z</updated>
<entry>
<title>Dont set coordinates when two or more dives are selected</title>
<updated>2014-05-01T22:23:33Z</updated>
<author>
<name>Tomaz Canabrava</name>
<email>tcanabrava@kde.org</email>
</author>
<published>2014-05-01T17:47:52Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4243fcb9156218f54b3103ce7c8de6ea222f3cfb'/>
<id>urn:sha1:4243fcb9156218f54b3103ce7c8de6ea222f3cfb</id>
<content type='text'>
If a trip is selected (or for other reasons more than one dive), this
would change the GPS coordinates of the whole selection which almost
certainly isn't what the user wanted.
Instead, only allow changes of the coordinates on the globe if exactly one
dive is selected.

[Dirk Hohndel: massively rewritten and extended - but I didn't want to
               simply "steal" the commit from Tomaz...
	       This now maintains the "zoom out mode" for dives without
	       GPS coordinates and deals with edits of multiple dives that
	       are initiated the "normal way" by starting to edit other
	       data as well.]

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>Restore the previous globe zoom level after showing dive without GPS</title>
<updated>2014-05-01T21:48:14Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-05-01T21:48:14Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=7f3b487c77c71cc7e3f62bfd2ebde4559a0a6e56'/>
<id>urn:sha1:7f3b487c77c71cc7e3f62bfd2ebde4559a0a6e56</id>
<content type='text'>
Thanks to commit 83c5ab58718e ("Zoom out when dive has no coords.") we
show more of the globe when displaying dives without GPS data - but that
caused us to forget the zoom level we used before and so the experience
when switching back to a dive with GPS data was disappointing.

This makes sure we track the last valid zoom level and restore it when
needed.

I also replaced the deprecated zoomView() calls with setZoom() calls.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Fix Uemis SDA download</title>
<updated>2014-05-01T21:14:50Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-05-01T21:14:50Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=c71d258024afd03b96381e258802b474e2c8f708'/>
<id>urn:sha1:c71d258024afd03b96381e258802b474e2c8f708</id>
<content type='text'>
Stupid typo in commit e1a1c218 broke the Uemis download.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>A better guard for 'dive being editted'</title>
<updated>2014-05-01T17:12:16Z</updated>
<author>
<name>Tomaz Canabrava</name>
<email>tomaz.canabrava@intel.com</email>
</author>
<published>2014-05-01T16:45:43Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=9fcd6b2658b1ea43ee2670b1f915b2b548caa153'/>
<id>urn:sha1:9fcd6b2658b1ea43ee2670b1f915b2b548caa153</id>
<content type='text'>
Mouse activity on the globe should not select dives when one or more dives
are being edited. This improves the detection of that state.

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>Zoom out when dive has no coords.</title>
<updated>2014-05-01T16:59:07Z</updated>
<author>
<name>Tomaz Canabrava</name>
<email>tomaz.canabrava@intel.com</email>
</author>
<published>2014-05-01T16:42:54Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=83c5ab58718e057472b63b97c94d52d3b1b9e83e'/>
<id>urn:sha1:83c5ab58718e057472b63b97c94d52d3b1b9e83e</id>
<content type='text'>
This patch makes the globe zoom out to show it complete when
the dive has no coordinates.

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>ReleaseNotes.txt: mention that unused cylinders are no longer shown</title>
<updated>2014-05-01T05:59:24Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-05-01T05:58:50Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=010a21fb1e2d8466987590631c99de3f9991705a'/>
<id>urn:sha1:010a21fb1e2d8466987590631c99de3f9991705a</id>
<content type='text'>
See #504

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>More import/export support info on ReleaseNotes</title>
<updated>2014-05-01T05:55:18Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2014-05-01T05:53:43Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=8a6681dc09ec165b444eade0d5c9a127fef015a3'/>
<id>urn:sha1:8a6681dc09ec165b444eade0d5c9a127fef015a3</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>Getting ready for 4.1 Beta 2</title>
<updated>2014-05-01T04:36:38Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-05-01T04:34:08Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=2dda348bab69b31ff7eb98b54df8a8152a772788'/>
<id>urn:sha1:2dda348bab69b31ff7eb98b54df8a8152a772788</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Fix type in German translation</title>
<updated>2014-04-30T22:59:56Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-04-30T22:59:56Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=04273a55e012f2dae573969f989cdf12e6cbce3d'/>
<id>urn:sha1:04273a55e012f2dae573969f989cdf12e6cbce3d</id>
<content type='text'>
This prevented the download link in the update response from working.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Tell Qt4 that we really meant Utf8 when we said Utf8</title>
<updated>2014-04-30T17:39:28Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-04-30T17:37:55Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=7797926329b66af85e4565af8109111b58869eb3'/>
<id>urn:sha1:7797926329b66af85e4565af8109111b58869eb3</id>
<content type='text'>
How strange. Telling Qt4 to assume that all C strings are Utf8 apparently
isn't enough to convince tr() that the C strings we pass to it are Utf8.
You need to set that codec separately.

Fixes #503

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