<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/desktop-widgets/preferences, branch v4.8.5</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.8.5</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.8.5'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2019-01-22T00:03:13Z</updated>
<entry>
<title>Desktop: change preferences dialog name to 'Preferences'</title>
<updated>2019-01-22T00:03:13Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-12-31T17:53:21Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4935f07c9a7ee0bfb9827a0b2d12d0dfc814d3dc'/>
<id>urn:sha1:4935f07c9a7ee0bfb9827a0b2d12d0dfc814d3dc</id>
<content type='text'>
Fixes #1912

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Fix bug in for loop that can lead to segfault</title>
<updated>2018-10-25T22:23:03Z</updated>
<author>
<name>Simeon</name>
<email>exxus@users.noreply.github.com</email>
</author>
<published>2018-10-25T21:05:18Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=8cf8d490d6b81c2b8ca6eb4a4852ffb2606b12c2'/>
<id>urn:sha1:8cf8d490d6b81c2b8ca6eb4a4852ffb2606b12c2</id>
<content type='text'>
In case of big log files, where MAX_TANK_INFO is reached, tank_info[i]  != NULL should be checked after i&lt;MAX_TANK_INFO

Signed-off-by: Simeon Geiger &lt;simeon.geiger@gmail.com&gt;</content>
</entry>
<entry>
<title>Preferences: set deco parameters correctly enabled</title>
<updated>2018-10-19T10:25:32Z</updated>
<author>
<name>Jan Mulder</name>
<email>jlmulder@xs4all.nl</email>
</author>
<published>2018-10-16T17:50:32Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=cc225a44f2342d343e97a58b38b2f510ba1d173c'/>
<id>urn:sha1:cc225a44f2342d343e97a58b38b2f510ba1d173c</id>
<content type='text'>
And fix another bug in this area of the code. It appeared that
the gflow/gfhigh and conservatism deco parameters where not
enabled at startup, but after toggling the VPM vs BUEHLMANN setting
they were.

So, fix this as well.

Signed-off-by: Jan Mulder &lt;jlmulder@xs4all.nl&gt;
</content>
</entry>
<entry>
<title>Preferences: wire-up the deco parameters</title>
<updated>2018-10-19T10:25:32Z</updated>
<author>
<name>Jan Mulder</name>
<email>jlmulder@xs4all.nl</email>
</author>
<published>2018-10-16T17:35:01Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=66c4397efd2d825a61e0dab534cb590c8fea4440'/>
<id>urn:sha1:66c4397efd2d825a61e0dab534cb590c8fea4440</id>
<content type='text'>
The deco parameters need special treatment to wire them up to the
underlying deco model code. And with the new preferences setup this
is a lot of boilerplate.

Signed-off-by: Jan Mulder &lt;jlmulder@xs4all.nl&gt;
</content>
</entry>
<entry>
<title>Cleanup: reinstate override modifiers</title>
<updated>2018-09-29T22:23:25Z</updated>
<author>
<name>Berthold Stoeger</name>
<email>bstoeger@mail.tuwien.ac.at</email>
</author>
<published>2018-09-29T20:13:44Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=574065b31430245a66808561b1b95139c4cd19f2'/>
<id>urn:sha1:574065b31430245a66808561b1b95139c4cd19f2</id>
<content type='text'>
This reverts commit 1c4a859c8d0b37b2e938209fe9c4d99e9758327a,
where the override modifiers were removed owing to the noisy
"inconsistent override modifiers" which is default-on in clang.

This warning was disabled in 77577f717f5aad38ea8c4c41c10c181486c4337f,
so we can reinstate the overrides.

Signed-off-by: Berthold Stoeger &lt;bstoeger@mail.tuwien.ac.at&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Desktop/settings: hook up button to clear remembered DCs</title>
<updated>2018-09-23T18:49:30Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-09-22T17:24:38Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=f5411b7d68b7f847e1d5c1eb0a75993eeb1b9fff'/>
<id>urn:sha1:f5411b7d68b7f847e1d5c1eb0a75993eeb1b9fff</id>
<content type='text'>
And at least admit that the reset settings button isn't hooked up at all.
OOOOPS.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Desktop/settings: add button to forget remembered dive computers</title>
<updated>2018-09-23T18:49:30Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-09-22T17:02:33Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=b5fe44bb8716b68eddb5baf84bfd776dcb41fcdb'/>
<id>urn:sha1:b5fe44bb8716b68eddb5baf84bfd776dcb41fcdb</id>
<content type='text'>
This isn't hooked up, yet.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>core/settings ... : remove qPref* includes in qPref.h</title>
<updated>2018-09-12T00:25:00Z</updated>
<author>
<name>jan Iversen</name>
<email>jani@apache.org</email>
</author>
<published>2018-09-08T17:46:11Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=2385f48c6a74e6eb39b3c8c69766719c05768113'/>
<id>urn:sha1:2385f48c6a74e6eb39b3c8c69766719c05768113</id>
<content type='text'>
reduce number of includes by removing qPref* includes in qPref.h

Signed-off-by: Jan Iversen &lt;jani@apache.org&gt;
</content>
</entry>
<entry>
<title>core: declare cloud_status in qPrefCloudStorage</title>
<updated>2018-09-12T00:25:00Z</updated>
<author>
<name>jan Iversen</name>
<email>jani@apache.org</email>
</author>
<published>2018-09-02T14:22:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=684e334fb6098e604a91d140c1e2ea0883dff081'/>
<id>urn:sha1:684e334fb6098e604a91d140c1e2ea0883dff081</id>
<content type='text'>
qml declaration of cloud_status (defined in pref.h) does not
belong in qPref.h but in qPrefCloudStorage

Signed-off-by: Jan Iversen &lt;jani@apache.org&gt;
</content>
</entry>
<entry>
<title>prefs: cloud_new_password is not a preference</title>
<updated>2018-09-10T23:26:49Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-09-10T13:49:14Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=2b3f6c607bf5eb7c6b24160832ba83ed60dca543'/>
<id>urn:sha1:2b3f6c607bf5eb7c6b24160832ba83ed60dca543</id>
<content type='text'>
It's a mamber of the cloud storage authentication class, used to hold the
proposed new password until the backend has accepted it.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
