<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/core, branch v4.5.97</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.5.97</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.5.97'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2016-12-31T07:56:08Z</updated>
<entry>
<title>Hooking up av1.xslt for log import</title>
<updated>2016-12-31T07:56:08Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2016-12-31T07:56:08Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=876605458156190f845cc931bff756690f34b8ff'/>
<id>urn:sha1:876605458156190f845cc931bff756690f34b8ff</id>
<content type='text'>
Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix picture hashing logic for pictures on the web.</title>
<updated>2016-12-30T18:43:00Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2016-12-15T13:31:20Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=10b8bda6626fe1de602e38da34de419972031755'/>
<id>urn:sha1:10b8bda6626fe1de602e38da34de419972031755</id>
<content type='text'>
Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
</content>
</entry>
<entry>
<title>android: Add a subsurface_user_is_root for android</title>
<updated>2016-12-29T06:40:18Z</updated>
<author>
<name>Anton Lundin</name>
<email>glance@acc.umu.se</email>
</author>
<published>2016-12-28T22:22:33Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=38474f2d47a8d43f417abf5f3341205b0888e87a'/>
<id>urn:sha1:38474f2d47a8d43f417abf5f3341205b0888e87a</id>
<content type='text'>
This is to compile the desktop ui for android

Signed-off-by: Anton Lundin &lt;glance@acc.umu.se&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Use get_descriptor instead of hard-coded switch's</title>
<updated>2016-12-29T06:40:18Z</updated>
<author>
<name>Anton Lundin</name>
<email>glance@acc.umu.se</email>
</author>
<published>2016-12-28T19:55:54Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=3b884c2e7c210961c665bcfc77a58a0a25fa4b38'/>
<id>urn:sha1:3b884c2e7c210961c665bcfc77a58a0a25fa4b38</id>
<content type='text'>
This starts using the newly lifted out get_descriptor in configure dive
computer, instead of previously hard-coded out of date
switch-statements.

Signed-off-by: Anton Lundin &lt;glance@acc.umu.se&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Rename ostc_get_data_descriptor to get_descriptor</title>
<updated>2016-12-29T06:40:18Z</updated>
<author>
<name>Anton Lundin</name>
<email>glance@acc.umu.se</email>
</author>
<published>2016-12-28T19:55:53Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=00629c861cc9ecd466dfdaa8049e3dd5e5752ce1'/>
<id>urn:sha1:00629c861cc9ecd466dfdaa8049e3dd5e5752ce1</id>
<content type='text'>
This renames and cleans up ostc_get_data_descriptor into get_descriptor,
for more generic use.

Signed-off-by: Anton Lundin &lt;glance@acc.umu.se&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Lift ostc_get_data_descriptor out from ostctools.c</title>
<updated>2016-12-29T06:40:18Z</updated>
<author>
<name>Anton Lundin</name>
<email>glance@acc.umu.se</email>
</author>
<published>2016-12-28T19:55:52Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=db8e786f85a821441166a237a76f576f11cf4bd0'/>
<id>urn:sha1:db8e786f85a821441166a237a76f576f11cf4bd0</id>
<content type='text'>
This is for later reuse of that function in other source files.

Signed-off-by: Anton Lundin &lt;glance@acc.umu.se&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Correctly open the resource file</title>
<updated>2016-12-27T16:27:21Z</updated>
<author>
<name>Tomaz Canabrava</name>
<email>tcanabrava@kde.org</email>
</author>
<published>2016-12-27T12:31:30Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=27b4ef321ade223902ab083aa5a100962c7295f9'/>
<id>urn:sha1:27b4ef321ade223902ab083aa5a100962c7295f9</id>
<content type='text'>
Signed-off-by: Tomaz Canabrava &lt;tcanabrava@kde.org&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Get rid of debug messages</title>
<updated>2016-12-26T21:09:05Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2016-12-13T08:35:44Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=3e4ea9e08454c4e2579c99a2e3cab2df40c1038b'/>
<id>urn:sha1:3e4ea9e08454c4e2579c99a2e3cab2df40c1038b</id>
<content type='text'>
...that managed to sneak in in a previous commit.

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>Indicate a repetitive dive in the diveplan</title>
<updated>2016-12-26T20:47:57Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2016-12-15T22:22:54Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=c1ef59c540c69b136808e98a334302464e5ba162'/>
<id>urn:sha1:c1ef59c540c69b136808e98a334302464e5ba162</id>
<content type='text'>
Fixes #1095

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>Empty image hashes are not valid</title>
<updated>2016-12-03T20:37:16Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2016-12-02T22:43:30Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=1ab5db3726fcbb5c05216e2f5b5ff59b2d95f3c2'/>
<id>urn:sha1:1ab5db3726fcbb5c05216e2f5b5ff59b2d95f3c2</id>
<content type='text'>
I don't know how those arose in the first place, but an
empty QByteArray is never a valid hash value for an image. So
we should not store those in our translation tables and also
get rid of them when loading the tables from disk.

Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
