<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/tests, branch v4.7.5</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.7.5</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.7.5'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2017-12-04T03:07:03Z</updated>
<entry>
<title>Fix typo in TestGitStorage: SapleDives -&gt; SampleDives</title>
<updated>2017-12-04T03:07:03Z</updated>
<author>
<name>Berthold Stoeger</name>
<email>bstoeger@mail.tuwien.ac.at</email>
</author>
<published>2017-12-03T23:17:50Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=cab0699d4c50af126b84d637e5801ecb8cf26638'/>
<id>urn:sha1:cab0699d4c50af126b84d637e5801ecb8cf26638</id>
<content type='text'>
Signed-off-by: Berthold Stoeger &lt;bstoeger@mail.tuwien.ac.at&gt;
</content>
</entry>
<entry>
<title>Add tests to read/write "file://..." style local git repositories</title>
<updated>2017-12-03T16:26:43Z</updated>
<author>
<name>Berthold Stoeger</name>
<email>bstoeger@mail.tuwien.ac.at</email>
</author>
<published>2017-12-02T19:13:59Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=d775adfb290c91cf8423e1bf37b08d8bdcff24ea'/>
<id>urn:sha1:d775adfb290c91cf8423e1bf37b08d8bdcff24ea</id>
<content type='text'>
Requested-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;

Signed-off-by: Berthold Stoeger &lt;bstoeger@mail.tuwien.ac.at&gt;
</content>
</entry>
<entry>
<title>Refactore parse-xml.c into parse.c and parse-xml.c</title>
<updated>2017-11-27T21:42:10Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2017-11-27T17:41:10Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=02c80a60b0cb7e2144ff8ef8564587299c9540b9'/>
<id>urn:sha1:02c80a60b0cb7e2144ff8ef8564587299c9540b9</id>
<content type='text'>
This should help us to move parsing that is not XML related to other
files, hopefully making the code cleaner.

Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add test for DM5 import</title>
<updated>2017-11-27T21:42:10Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2017-11-26T08:48:03Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e17ad1b0e03f49160d397f84bab8b9251d555d26'/>
<id>urn:sha1:e17ad1b0e03f49160d397f84bab8b9251d555d26</id>
<content type='text'>
Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
</content>
</entry>
<entry>
<title>Localize global planner state</title>
<updated>2017-11-25T19:13:01Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2017-11-22T19:42:33Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=8e21a65653514d9340ef45c9b9c53dfe5d280350'/>
<id>urn:sha1:8e21a65653514d9340ef45c9b9c53dfe5d280350</id>
<content type='text'>
For UI responsiveness, we need to be able to run the planner in the background. This needs the
planner state to be localized (and we need to pass a pointer around).

In order to not let too many lines overrun (and to save typing in the future)
I have renamed instances of struct deco_state to ds. Yes this should have gone
to a separate commit but I accidentally commit --amend'ed it.

Computing of planner variations is temporarily disabled.

Unlock the planner when returning early

So we don't deadlock in add dive and recreational mode (which
use the planner without actually planning).

Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
</content>
</entry>
<entry>
<title>Make handling of booleans consistent on the C++-side of preferences</title>
<updated>2017-11-20T19:56:13Z</updated>
<author>
<name>Berthold Stoeger</name>
<email>bstoeger@mail.tuwien.ac.at</email>
</author>
<published>2017-11-18T15:06:41Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=dd8e4fae2aa31f1fac2a8a6f086db0db0a3209c6'/>
<id>urn:sha1:dd8e4fae2aa31f1fac2a8a6f086db0db0a3209c6</id>
<content type='text'>
In general, the C++-side of the preferences code consistently uses
the bool data type for boolean settings. There are five exceptions,
which use short instead:
  showPo2
  showPn2
  showPhe
  saveUserIdLocal
  displayInvalidDives
This patch attempts to make the code more consistent by turning
these into bools as well.

Tests showed that writing as short and reading as bool is handled
gracefully by the Qt variant code. Therefore, an upgrade should not
cause user-visible changes to their settings.

As a bonus, two extern declarations of the set_save_userid_local()
function, which is not defined anywhere, were removed.

Signed-off-by: Berthold Stoeger &lt;bstoeger@mail.tuwien.ac.at&gt;
</content>
</entry>
<entry>
<title>Typo: modp02 -&gt; modpO2</title>
<updated>2017-11-12T14:11:30Z</updated>
<author>
<name>Berthold Stoeger</name>
<email>bstoeger@mail.tuwien.ac.at</email>
</author>
<published>2017-11-12T13:26:34Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=b32251a5a8ec6dc431b6c5a71e5cd9d3d95f0930'/>
<id>urn:sha1:b32251a5a8ec6dc431b6c5a71e5cd9d3d95f0930</id>
<content type='text'>
Fixes two function names, where O2 was written as 02.

Signed-off-by: Berthold Stoeger &lt;bstoeger@mail.tuwien.ac.at&gt;
</content>
</entry>
<entry>
<title>Remove three obsolete preferences options for geocoding</title>
<updated>2017-10-29T18:07:52Z</updated>
<author>
<name>Stefan Fuchs</name>
<email>sfuchs@gmx.de</email>
</author>
<published>2017-10-22T09:43:28Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4e320cca5bae6d3d625c91e48ff2635d9b167aa2'/>
<id>urn:sha1:4e320cca5bae6d3d625c91e48ff2635d9b167aa2</id>
<content type='text'>
These options are not used any longer/were never used and can be
removed to not confuse the users.

Signed-off-by: Stefan Fuchs &lt;sfuchs@gmx.de&gt;
</content>
</entry>
<entry>
<title>More VPMB state in special structure</title>
<updated>2017-10-01T20:58:55Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2017-09-17T19:06:44Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=1f50485732f5a84dc1e41014f760f55852da188a'/>
<id>urn:sha1:1f50485732f5a84dc1e41014f760f55852da188a</id>
<content type='text'>
... and reset deco information in profile ceiling computation.

The planner test then needs to know about the struct holding the deco
state.

Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
</content>
</entry>
<entry>
<title>Remove option to apply GFlow at maxdepth</title>
<updated>2017-09-20T15:54:41Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2017-09-19T12:38:38Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=5b080beddef3e08b86eb53448e737b4867a50c1a'/>
<id>urn:sha1:5b080beddef3e08b86eb53448e737b4867a50c1a</id>
<content type='text'>
This option should have never been there. This is not how
gradient factors are supposed to work. It would only trick
users to use the wrong value..

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