<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/qt-models, branch v4.5.0</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.5.0</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.5.0'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2015-10-09T17:50:51Z</updated>
<entry>
<title>Do not show lack of coordinates as having same gps information</title>
<updated>2015-10-09T17:50:51Z</updated>
<author>
<name>Tomaz Canabrava</name>
<email>tomaz.canabrava@intel.com</email>
</author>
<published>2015-10-09T17:33:31Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=d611d97406b538eac9ce0df81caee5c6a6ca6b8e'/>
<id>urn:sha1:d611d97406b538eac9ce0df81caee5c6a6ca6b8e</id>
<content type='text'>
The filter that takes care to show the dive sites that have the
same gps information should not take into account dives that have
no gps information.

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>Fix a crash when editing manually added dive</title>
<updated>2015-10-08T23:42:27Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2015-10-08T15:59:37Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=c0ac73a478c5407467019d61ed2536bef90edd62'/>
<id>urn:sha1:c0ac73a478c5407467019d61ed2536bef90edd62</id>
<content type='text'>
I have manually added dives from an ancient version of Subsurface.
Trying to edit these caused Subsurface to crash due to comparison of
string of dc.model that did not exist (to a static string). And further
down the execution path we were crashing as there were no samples
associated with the dive.

See #941

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>Deal with weird transifex issue involving leading space</title>
<updated>2015-10-08T09:05:06Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-10-08T09:02:42Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=eccac1321f512d820ac25aa89f6f7cce50fdd6df'/>
<id>urn:sha1:eccac1321f512d820ac25aa89f6f7cce50fdd6df</id>
<content type='text'>
Apparently transifex drops the leading space in the translation string and
then at runtime the string no longer matches. So let's just code this
differently.

This of course creates a new string but that new string should be the
string that transifex already asks people to translate...

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Make logical block match indentation</title>
<updated>2015-10-03T13:47:37Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-10-03T13:47:37Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=58fbee7150b021671d5dee70ee968fb1d42f8902'/>
<id>urn:sha1:58fbee7150b021671d5dee70ee968fb1d42f8902</id>
<content type='text'>
Coverity CID 1325519

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Spelling corrections</title>
<updated>2015-09-18T17:04:50Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2015-09-18T14:28:01Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=562dfa1c5d94cf5e4e423d3f535bfb570ff91fa1'/>
<id>urn:sha1:562dfa1c5d94cf5e4e423d3f535bfb570ff91fa1</id>
<content type='text'>
Spell Setpoint without space in user visable strings.

Explain authorized_paired.

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>Planner: show new icon to indicate that last point can't be deleted</title>
<updated>2015-09-17T22:27:49Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-09-17T22:27:49Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=2d68214eac604c104226e2638161c0e4fd14fc79'/>
<id>urn:sha1:2d68214eac604c104226e2638161c0e4fd14fc79</id>
<content type='text'>
Having the trash can disappear is somewhat intuitive, but I'd argue this
is even more so.

Fixes #789

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Hide current dive site from dive sites with same coordinates.</title>
<updated>2015-09-12T15:28:13Z</updated>
<author>
<name>Sander Kleijwegt</name>
<email>sander@myowndomain.nl</email>
</author>
<published>2015-09-04T10:23:19Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=6427564d33caf59a85e6521366afc5e82fefa5fd'/>
<id>urn:sha1:6427564d33caf59a85e6521366afc5e82fefa5fd</id>
<content type='text'>
Signed-off-by: Sander Kleijwegt &lt;sander@myowndomain.nl&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Remove id from divelocation selection list</title>
<updated>2015-09-12T15:24:51Z</updated>
<author>
<name>Sander Kleijwegt</name>
<email>sander@myowndomain.nl</email>
</author>
<published>2015-09-04T10:06:31Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=8dafc32228fab06ae01b0f5cfe43cda6ea74f714'/>
<id>urn:sha1:8dafc32228fab06ae01b0f5cfe43cda6ea74f714</id>
<content type='text'>
Signed-off-by: Sander Kleijwegt &lt;sander@myowndomain.nl&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Do not ignore the first tag on autocompletion.</title>
<updated>2015-09-09T20:05:14Z</updated>
<author>
<name>Sander Kleijwegt</name>
<email>sander@myowndomain.nl</email>
</author>
<published>2015-09-09T18:52:43Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=30a410036b30f7f183619637d2ab31c7699b8324'/>
<id>urn:sha1:30a410036b30f7f183619637d2ab31c7699b8324</id>
<content type='text'>
Signed-off-by: Sander Kleijwegt &lt;sander@myowndomain.nl&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>UI code to merge dive sites</title>
<updated>2015-09-01T01:43:09Z</updated>
<author>
<name>Tomaz Canabrava</name>
<email>tomaz.canabrava@intel.com</email>
</author>
<published>2015-09-01T00:35:17Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e36e4d1faa95439a1806935de6dcbd04d2283d20'/>
<id>urn:sha1:e36e4d1faa95439a1806935de6dcbd04d2283d20</id>
<content type='text'>
Get the Qt data structures and convert to something
that we can use in our C - core.

Signed-off-by: Tomaz Canabrava &lt;tomaz.canabrava@intel.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
