<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/core/settings, branch v4.8.6</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.8.6</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.8.6'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2019-04-04T17:24:01Z</updated>
<entry>
<title>facebook: remove the featute from the code base</title>
<updated>2019-04-04T17:24:01Z</updated>
<author>
<name>Lubomir I. Ivanov</name>
<email>neolit123@gmail.com</email>
</author>
<published>2019-02-01T02:11:25Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e685e7e9de3ad93a32fe51d7a04407c574cc08be'/>
<id>urn:sha1:e685e7e9de3ad93a32fe51d7a04407c574cc08be</id>
<content type='text'>
Remove from:
- unit tests
- desktop widgets
- preferences
- core intergration
- cmakefiles
- build scripts
- icons
- docs

Also remove the plugins and social network integration.

Signed-off-by: Lubomir I. Ivanov &lt;neolit123@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>qPref: reduce recompiles with every commit</title>
<updated>2018-10-27T14:16:01Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-10-24T21:28:26Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4461b479655a40d46b5f900ca227d30310812891'/>
<id>urn:sha1:4461b479655a40d46b5f900ca227d30310812891</id>
<content type='text'>
Including ssrf-version.h in an include file that a lot of files depend on
caused a ton of unnecessary recompiles with every commit. This should reduce
that problem.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Mobile/filtering: add two preferences for filtering</title>
<updated>2018-10-23T21:45:30Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-10-20T00:50:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=eedb1ce0ea23b8e01f1dfe28d501d18fe0179006'/>
<id>urn:sha1:eedb1ce0ea23b8e01f1dfe28d501d18fe0179006</id>
<content type='text'>
With this we can make it configurable if the search should include the notes field
and if the search should be case sensitive or not.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&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>Bluetooth cleanup: remove pointless download_mode</title>
<updated>2018-10-15T17:46:18Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-10-15T11:40:26Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a20626a8741fe0042287ae11abd0041310c1692f'/>
<id>urn:sha1:a20626a8741fe0042287ae11abd0041310c1692f</id>
<content type='text'>
This was used to track whether we had selected the native BT mode in the
download dialog. But the information is redundant as we can tell from the
device name whether this is a BT/BLE download or not.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Prefs: add bool preference cloud_auto_sync [1/3]</title>
<updated>2018-10-09T17:03:21Z</updated>
<author>
<name>Jan Mulder</name>
<email>jlmulder@xs4all.nl</email>
</author>
<published>2018-10-08T14:15:53Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=91c8a2fa5c897111146bff30ff27763ddb92f929'/>
<id>urn:sha1:91c8a2fa5c897111146bff30ff27763ddb92f929</id>
<content type='text'>
With removal of the git_local_only from the preferences (see
ae653703a5d3f), the users choice, in the mobile app, was not
stored any more in between sessions. This resulted in issue
1725.

So, in order to store that user preference, we need a new
preference. This is added here, but its not yet hooked up
in the app yet. This deals only with the preference handling.
And adapted tests are included.

Signed-off-by: Jan Mulder &lt;jlmulder@xs4all.nl&gt;
</content>
</entry>
<entry>
<title>cleanup: do not compare doubles like this</title>
<updated>2018-09-25T14:01:39Z</updated>
<author>
<name>Jan Mulder</name>
<email>jlmulder@xs4all.nl</email>
</author>
<published>2018-09-25T10:28:53Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=5480d08d15aca6710ad900b5084d786798bef7ab'/>
<id>urn:sha1:5480d08d15aca6710ad900b5084d786798bef7ab</id>
<content type='text'>
Cleanup another possibly dangerous compare of doubles.

Signed-off-by: Jan Mulder &lt;jlmulder@xs4all.nl&gt;
</content>
</entry>
<entry>
<title>qPref: don't compare doubles for equality</title>
<updated>2018-09-25T13:58:17Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-09-23T01:01:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=619289074ba33f00bb19c5fe62c2c72782d5b997'/>
<id>urn:sha1:619289074ba33f00bb19c5fe62c2c72782d5b997</id>
<content type='text'>
This is a much safer way to do this.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>qPref: add mobile_scale preference</title>
<updated>2018-09-25T13:58:17Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-09-22T23:09:31Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=617019bc6b9e5bebba1cb96b1ed039befa8470ff'/>
<id>urn:sha1:617019bc6b9e5bebba1cb96b1ed039befa8470ff</id>
<content type='text'>
We use that in the mobile app to scale the whole app, as all sizes there
are relative to the default font.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>qPref: add ability to remember recently used dive computers</title>
<updated>2018-09-23T18:49:30Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-09-20T19:03:09Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=77a5c9ac65d25000a64cf48fb2138c302cb0b116'/>
<id>urn:sha1:77a5c9ac65d25000a64cf48fb2138c302cb0b116</id>
<content type='text'>
This does feel clumsy and complicated. This is a lot of special case
handling and a lot of boilerplate for something that really should be
quite simple.

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