<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git, branch v4.9.5</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.9.5</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.9.5'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2020-06-12T19:44:56Z</updated>
<entry>
<title>pull latest translations from Transifex</title>
<updated>2020-06-12T19:44:56Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-06-12T19:44:56Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=52eefa756168daa4ff46f85480b361041710aca7'/>
<id>urn:sha1:52eefa756168daa4ff46f85480b361041710aca7</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Update ReleaseNotes and README for 4.9.5</title>
<updated>2020-06-12T19:43:51Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-06-12T19:43:18Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=bea898c077c50336db24fd1c8505d259eb9b148b'/>
<id>urn:sha1:bea898c077c50336db24fd1c8505d259eb9b148b</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>mobile: update version to 3.0.9</title>
<updated>2020-06-08T19:29:16Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-06-08T19:29:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=2babed6c842cfe953bbc42fc91f9a0ec7803c134'/>
<id>urn:sha1:2babed6c842cfe953bbc42fc91f9a0ec7803c134</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>mobile/dive-details: restrict width of tags field</title>
<updated>2020-06-08T19:27:50Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-06-08T18:03:10Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=8a4a9382d39fc5074ca36d51b4730e77806e3405'/>
<id>urn:sha1:8a4a9382d39fc5074ca36d51b4730e77806e3405</id>
<content type='text'>
Having a lot of tags (or more precisely, a tags string that is very long) could
cause the width of the dive details view to extend past the width of the the
page. The txtTags label was missing a maximum width, and to make the result
more useful, I also added correct wrapping and elide to the mix (stupidly, we
had the wrap and width for the fixed name of the field ('Tags'), but not for
the user determined content of that field).

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>mobile: add option to merge local cloud cache data</title>
<updated>2020-06-08T02:47:52Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-06-06T16:57:57Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e00e72d430b60f8b446d295f0aa7c19f91b82fea'/>
<id>urn:sha1:e00e72d430b60f8b446d295f0aa7c19f91b82fea</id>
<content type='text'>
The UI is ugly, and of course this is hidden in the developer options that have
to first be enabled in the advanced settings. As I mentioned in the previous
commit, I believe the actual risk that something gets damaged here is very low,
but still, explaining this so it makes sense to the casual user may be a bit...
difficult.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>mobile: add helper to import data from local cloud cache</title>
<updated>2020-06-08T02:47:52Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-06-06T16:55:49Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=208d46d58e5989c40a70b76ee568b149c622bf12'/>
<id>urn:sha1:208d46d58e5989c40a70b76ee568b149c622bf12</id>
<content type='text'>
If you pass in the repo name, it isn't treated as cloud storage, but simply as
local git storage and imported (i.e., added) to the current dive list.

This allows the user to work around failed no-cloud-&gt;cloud transitions, merge
different accounts, and most importantly deal with situations were conflicts on
the server caused us to move a cache out of the way and potentially make dives
that were on the mobile device inaccessible to the user.

Once a UI is added, this allows the user to recover those dives (realistically
this is not really all that potentially 'dangerous' to do, but it's definitely
something that would best be done after talking to someone who understands the
cloud storage and can guide the user...).

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>mobile: make list of local cloud cache directories available</title>
<updated>2020-06-08T02:47:52Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-06-06T16:51:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=dd821497263f7d95ed5e7fae759004a966b4a46f'/>
<id>urn:sha1:dd821497263f7d95ed5e7fae759004a966b4a46f</id>
<content type='text'>
This way QML can show those to the user.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>mobile: tiny whitespace update</title>
<updated>2020-06-08T02:47:52Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-06-06T16:47:49Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=8b167c14ad021e9835519ecd04b23ae6a9219a4b'/>
<id>urn:sha1:8b167c14ad021e9835519ecd04b23ae6a9219a4b</id>
<content type='text'>
Every time I edit main.qml, QtCreator fixes this for me. And then I filter it
from the commit to not mix white space and actual changes. So let's just get
this fixed and move on.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Fix indentation</title>
<updated>2020-05-31T15:59:47Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2020-05-31T11:46:43Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=2d108cb8ad6667513e53f049b7135d233b419ba3'/>
<id>urn:sha1:2d108cb8ad6667513e53f049b7135d233b419ba3</id>
<content type='text'>
The diff goes crazy if indentation is not fixed by itself.

Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
</content>
</entry>
<entry>
<title>Print empty cylinder, if needed</title>
<updated>2020-05-31T15:59:47Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2020-05-31T11:45:42Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=3dc5ac219d0544307093e24c55395a61a49f3d79'/>
<id>urn:sha1:3dc5ac219d0544307093e24c55395a61a49f3d79</id>
<content type='text'>
When the dive that is used to generate the header, we need to print
empty cylinders for the dives that had less cylinders than the one used
for header printing.

Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
</content>
</entry>
</feed>
