<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/desktop-widgets/preferences, branch v4.7.1</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.7.1</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.7.1'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2017-10-17T10:12:07Z</updated>
<entry>
<title>Correct spelling for text in prefs georeferences</title>
<updated>2017-10-17T10:12:07Z</updated>
<author>
<name>Stefan Fuchs</name>
<email>sfuchs@gmx.de</email>
</author>
<published>2017-10-16T13:51:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ac7830ea9147d23a623eb0c80279d6a6e42c95bc'/>
<id>urn:sha1:ac7830ea9147d23a623eb0c80279d6a6e42c95bc</id>
<content type='text'>
Signed-off-by: Stefan Fuchs &lt;sfuchs@gmx.de&gt;
</content>
</entry>
<entry>
<title>Preferences units dialog: Tab order and silence warnings</title>
<updated>2017-10-09T08:49:29Z</updated>
<author>
<name>Stefan Fuchs</name>
<email>sfuchs@gmx.de</email>
</author>
<published>2017-10-09T06:46:49Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=f5f2754b81a6396a681d8aec7eb7bcde3c7ed879'/>
<id>urn:sha1:f5f2754b81a6396a681d8aec7eb7bcde3c7ed879</id>
<content type='text'>
Signed-off-by: Stefan Fuchs &lt;sfuchs@gmx.de&gt;
</content>
</entry>
<entry>
<title>Display units in dive list table based on prefs option</title>
<updated>2017-10-09T08:49:29Z</updated>
<author>
<name>Stefan Fuchs</name>
<email>sfuchs@gmx.de</email>
</author>
<published>2017-10-09T06:46:18Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=78cda85444a9b9ec384e19ec17686f2ce7c307ec'/>
<id>urn:sha1:78cda85444a9b9ec384e19ec17686f2ce7c307ec</id>
<content type='text'>
Add a preferences option which enables or disables display of units in the
main dive liste table.

Signed-off-by: Stefan Fuchs &lt;sfuchs@gmx.de&gt;
</content>
</entry>
<entry>
<title>preferences: add missing dialog icon</title>
<updated>2017-10-08T23:01:03Z</updated>
<author>
<name>Lubomir I. Ivanov</name>
<email>neolit123@gmail.com</email>
</author>
<published>2017-10-08T21:28:14Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=2cb5d45231b65a713cad0808badde250594b49de'/>
<id>urn:sha1:2cb5d45231b65a713cad0808badde250594b49de</id>
<content type='text'>
Signed-off-by: Lubomir I. Ivanov &lt;neolit123@gmail.com&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>
<entry>
<title>Remove some very small marble leftovers</title>
<updated>2017-09-16T15:36:30Z</updated>
<author>
<name>Stefan Fuchs</name>
<email>sfuchs@gmx.de</email>
</author>
<published>2017-09-16T08:38:21Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=19df57d7d31bdbd731202e7ab195b8fb9323cd05'/>
<id>urn:sha1:19df57d7d31bdbd731202e7ab195b8fb9323cd05</id>
<content type='text'>
Signed-off-by: Stefan Fuchs &lt;sfuchs@gmx.de&gt;
</content>
</entry>
<entry>
<title>googlemaps: clear the cache folder on language change</title>
<updated>2017-09-04T14:41:21Z</updated>
<author>
<name>Lubomir I. Ivanov</name>
<email>neolit123@gmail.com</email>
</author>
<published>2017-09-02T12:28:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a7d8e0d18748fdf72f5d43cceec945c6add74294'/>
<id>urn:sha1:a7d8e0d18748fdf72f5d43cceec945c6add74294</id>
<content type='text'>
Open the cache folder via QDir and call removeRecursively().
At that point the user needs to restart Subsurface to be able to
use the map in another language properly.

This change is triggered by the fact that the user might want to see
the street map in his preferred language after he/she picks another
language from Settings. But one problem here is that the cached files
do not carry a language flag - e.g. they are in the lines of:
    googlemaps_100-1-9-445-245.png

Which means that the only way to not mix tiles in different languages
is to clear the cache and start downloading the new tiles in the newly
picked language after Subsurface has restarted.

Signed-off-by: Lubomir I. Ivanov &lt;neolit123@gmail.com&gt;
</content>
</entry>
<entry>
<title>Wire up duration units preference UI</title>
<updated>2017-05-06T20:49:36Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-05-06T20:44:22Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=876b479d695acda652e7b6c81c6b899946d42a85'/>
<id>urn:sha1:876b479d695acda652e7b6c81c6b899946d42a85</id>
<content type='text'>
Now we track the preference, but we don't act on it, yet.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Add UI for duration preference</title>
<updated>2017-05-06T20:11:04Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-05-06T20:11:04Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=38b9185974e4f5199ee8f65bac97dab76b058e41'/>
<id>urn:sha1:38b9185974e4f5199ee8f65bac97dab76b058e41</id>
<content type='text'>
This isn't hooked up, yet.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Add SPDX header to desktop widgets</title>
<updated>2017-04-29T20:32:55Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-04-27T18:26:05Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=9021a44ccc74c40534749ee8339952d8464c8758'/>
<id>urn:sha1:9021a44ccc74c40534749ee8339952d8464c8758</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
