<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git, branch v4.7.6</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.7.6</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.7.6'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2017-12-29T21:18:00Z</updated>
<entry>
<title>Latest translations</title>
<updated>2017-12-29T21:18:00Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-12-29T21:17:55Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=8a9accba54086373aef490418be746a564c1f1c5'/>
<id>urn:sha1:8a9accba54086373aef490418be746a564c1f1c5</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>cleanup: less than operators shall not use equal</title>
<updated>2017-12-29T21:16:58Z</updated>
<author>
<name>Jan Mulder</name>
<email>jlmulder@xs4all.nl</email>
</author>
<published>2017-12-29T18:29:23Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=75142b0a63279bac1e0b276edbf48ba3cea62862'/>
<id>urn:sha1:75142b0a63279bac1e0b276edbf48ba3cea62862</id>
<content type='text'>
See also commit c032006d91ee3c. Compare functions passed
to sort functions need to compare for less-than and not
less-or-equal.

Signed-off-by: Jan Mulder &lt;jlmulder@xs4all.nl&gt;
</content>
</entry>
<entry>
<title>Desktop: Don't hide errors on opening cloud storage</title>
<updated>2017-12-29T17:19:17Z</updated>
<author>
<name>Berthold Stoeger</name>
<email>bstoeger@mail.tuwien.ac.at</email>
</author>
<published>2017-12-29T10:19:22Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=f74308bed40e2d463d8b4ed5e57dc56220b65bcc'/>
<id>urn:sha1:f74308bed40e2d463d8b4ed5e57dc56220b65bcc</id>
<content type='text'>
In MainWindow::on_actionCloudstorageopen_triggered(),
getNotificationWidget()-&gt;hideNotification() was called, thus hiding
any error message produced by the cloud code. Notably, the information
"Cannot sync with cloud server, working with offline copy" was
not shown.

Therefore, remove this call. Note that on cloud save messages were
not hidden.

Signed-off-by: Berthold Stoeger &lt;bstoeger@mail.tuwien.ac.at&gt;
</content>
</entry>
<entry>
<title>cleanup: Uninitialized scalar field</title>
<updated>2017-12-29T17:14:20Z</updated>
<author>
<name>Jan Mulder</name>
<email>jlmulder@xs4all.nl</email>
</author>
<published>2017-12-28T21:06:12Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=13305e77451ecae0d3d1803b85b4a27e7084dd7b'/>
<id>urn:sha1:13305e77451ecae0d3d1803b85b4a27e7084dd7b</id>
<content type='text'>
CID 208303

Signed-off-by: Jan Mulder &lt;jlmulder@xs4all.nl&gt;
</content>
</entry>
<entry>
<title>cleanup: Unchecked return value from library</title>
<updated>2017-12-29T17:14:20Z</updated>
<author>
<name>Jan Mulder</name>
<email>jlmulder@xs4all.nl</email>
</author>
<published>2017-12-28T21:01:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=dc714e582f591d26ef08004fbe904b4868462d73'/>
<id>urn:sha1:dc714e582f591d26ef08004fbe904b4868462d73</id>
<content type='text'>
CID 60227

Signed-off-by: Jan Mulder &lt;jlmulder@xs4all.nl&gt;
</content>
</entry>
<entry>
<title>cleanup: Unchecked return value</title>
<updated>2017-12-29T17:14:20Z</updated>
<author>
<name>Jan Mulder</name>
<email>jlmulder@xs4all.nl</email>
</author>
<published>2017-12-28T19:44:41Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ca7b0017a7b455652dc0b69d0f1203530bc03f62'/>
<id>urn:sha1:ca7b0017a7b455652dc0b69d0f1203530bc03f62</id>
<content type='text'>
CID 208312

Signed-off-by: Jan Mulder &lt;jlmulder@xs4all.nl&gt;
</content>
</entry>
<entry>
<title>cleanup: Uninitialized pointer field</title>
<updated>2017-12-29T17:14:20Z</updated>
<author>
<name>Jan Mulder</name>
<email>jlmulder@xs4all.nl</email>
</author>
<published>2017-12-28T19:05:04Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=8634dcc3934c80154f62f541f431daa50315df2f'/>
<id>urn:sha1:8634dcc3934c80154f62f541f431daa50315df2f</id>
<content type='text'>
CID 208311

Signed-off-by: Jan Mulder &lt;jlmulder@xs4all.nl&gt;
</content>
</entry>
<entry>
<title>cleanup: Unchecked dynamic_cast</title>
<updated>2017-12-29T17:14:20Z</updated>
<author>
<name>Jan Mulder</name>
<email>jlmulder@xs4all.nl</email>
</author>
<published>2017-12-28T18:54:26Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=9d1aff297265358c79025d8789b3736c50e919c4'/>
<id>urn:sha1:9d1aff297265358c79025d8789b3736c50e919c4</id>
<content type='text'>
CID 208309

Signed-off-by: Jan Mulder &lt;jlmulder@xs4all.nl&gt;
</content>
</entry>
<entry>
<title>cleanup: remove unused private variable</title>
<updated>2017-12-29T17:14:20Z</updated>
<author>
<name>Jan Mulder</name>
<email>jlmulder@xs4all.nl</email>
</author>
<published>2017-12-28T18:47:26Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=0852f9a2ab939dd97ca8d5644ad505b405e6464d'/>
<id>urn:sha1:0852f9a2ab939dd97ca8d5644ad505b405e6464d</id>
<content type='text'>
CID 208307

Signed-off-by: Jan Mulder &lt;jlmulder@xs4all.nl&gt;
</content>
</entry>
<entry>
<title>cleanup: Uninitialized pointer field</title>
<updated>2017-12-29T17:14:20Z</updated>
<author>
<name>Jan Mulder</name>
<email>jlmulder@xs4all.nl</email>
</author>
<published>2017-12-28T18:40:41Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=9836f57598a51955a96ebdfe3bd306e4501eb8c7'/>
<id>urn:sha1:9836f57598a51955a96ebdfe3bd306e4501eb8c7</id>
<content type='text'>
CID 208292

Signed-off-by: Jan Mulder &lt;jlmulder@xs4all.nl&gt;
</content>
</entry>
</feed>
