<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/qt-ui, branch v4.2.1</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.2.1</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.2.1'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2014-08-08T18:13:05Z</updated>
<entry>
<title>Better User Agent for Subsurface</title>
<updated>2014-08-08T18:13:05Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-08-08T18:13:05Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=827d4740c3bc2d449ab32a1ef829191bff20d46f'/>
<id>urn:sha1:827d4740c3bc2d449ab32a1ef829191bff20d46f</id>
<content type='text'>
This one is less verbose and very easy to parse. It's guaranteed to have
five components, separated by ':' with no other ':' in the string:

Subsurface:&lt;version&gt;:&lt;PrettyOSName&gt;:&lt;appCpuArch[/osCpuArch]&gt;:&lt;UILang&gt;

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Revert "Don't translate components of the version"</title>
<updated>2014-08-08T17:44:06Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-08-08T17:42:39Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a9f59c0cb3c1aa038a1d0c035d47130ddba58beb'/>
<id>urn:sha1:a9f59c0cb3c1aa038a1d0c035d47130ddba58beb</id>
<content type='text'>
This reverts commit 6fdbf2069df4f238d7966fef67a31cee5c5eddbb.

That was actually the wrong thing to do, now that I think about it.
Instead we should show the translated version on screen and send a
compact, easy to parse variation of this as the User-Agent header.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Fix possible crash attempting network connection</title>
<updated>2014-08-08T17:39:46Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-08-08T17:39:46Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4a125384ac9e331130b20301a8f43687431189a1'/>
<id>urn:sha1:4a125384ac9e331130b20301a8f43687431189a1</id>
<content type='text'>
If we didn't get back a JSON encoded string (i.e., if the response
contained no '"') we would access a QList past its boundary.

I'm somewhat hopeful that this is a last second fix for an annoying bug
I've been trying to figure out for a while.

See #514

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Don't translate components of the version</title>
<updated>2014-08-08T07:31:18Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-08-08T07:31:18Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=6fdbf2069df4f238d7966fef67a31cee5c5eddbb'/>
<id>urn:sha1:6fdbf2069df4f238d7966fef67a31cee5c5eddbb</id>
<content type='text'>
When transmitting the Subsurface version string we always want to use the
English terms, not the localized terms.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Move the Trash bin to the topRight on the pictures</title>
<updated>2014-08-07T20:12:32Z</updated>
<author>
<name>Tomaz Canabrava</name>
<email>tomaz.canabrava@intel.com</email>
</author>
<published>2014-08-07T19:53:17Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=44f59b60222af70d913fc531ac5cd8164b36552c'/>
<id>urn:sha1:44f59b60222af70d913fc531ac5cd8164b36552c</id>
<content type='text'>
It was too easy to remove a picture by mistake, not anymore.

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>Reload the dive list after accepting changes</title>
<updated>2014-08-07T17:23:08Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-08-07T17:23:08Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ee77398eb8cd9a02fbe1d12190e16239b1bc8ec6'/>
<id>urn:sha1:ee77398eb8cd9a02fbe1d12190e16239b1bc8ec6</id>
<content type='text'>
So far we only did it when we added a dive or modified a manually added
dive. But the reality is that an edit of any dive could cause changes that
require the dive list to be reloaded.

Fixes #698

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Delete pictures from the Widget by pressing delete</title>
<updated>2014-08-07T01:32:28Z</updated>
<author>
<name>Tomaz Canabrava</name>
<email>tomaz.canabrava@intel.com</email>
</author>
<published>2014-08-06T21:05:54Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=68af9f0afb86b8a98d0b5029cdbf746d95627877'/>
<id>urn:sha1:68af9f0afb86b8a98d0b5029cdbf746d95627877</id>
<content type='text'>
Select the picture, press delete, profit.

[Dirk Hohndel: removed the stray hunk that snuck into this patch]

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>Show the cross hair only when planning or adding a dive</title>
<updated>2014-08-06T19:33:36Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-08-06T19:33:36Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=b0addb456767916935a65361338b0cd68c76eb2f'/>
<id>urn:sha1:b0addb456767916935a65361338b0cd68c76eb2f</id>
<content type='text'>
In normal profile mode it's rather redundant and clatters the profile.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Remove unused static function</title>
<updated>2014-08-06T17:59:26Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-08-06T17:59:26Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4c252d8e2323d98ee7fd06f5e0aadf6374b2c124'/>
<id>urn:sha1:4c252d8e2323d98ee7fd06f5e0aadf6374b2c124</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Fix order of initialization warning</title>
<updated>2014-08-06T17:54:37Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-08-06T17:54:37Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=98e374e65a061b1cbaccd31398e54403def339c1'/>
<id>urn:sha1:98e374e65a061b1cbaccd31398e54403def339c1</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
