<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/mobile-widgets/qml, branch v4.9.6</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.9.6</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.9.6'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2020-06-14T20:35:33Z</updated>
<entry>
<title>mobile: show sync state in menu plate</title>
<updated>2020-06-14T20:35:33Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-06-13T20:58:32Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=5ff08598ca252b5caf05d3ad83b31ef21929708c'/>
<id>urn:sha1:5ff08598ca252b5caf05d3ad83b31ef21929708c</id>
<content type='text'>
This seems like the easiest way to show the state without disrupting the UI
elsewhere. Directly below the email address used for cloud storage.

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: 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>mobile/dive-edit: fix broken editable combo boxes</title>
<updated>2020-05-30T18:19:54Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-05-30T18:12:20Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=afdcccc9fef0d16153d03266facf6c1c624c1d8d'/>
<id>urn:sha1:afdcccc9fef0d16153d03266facf6c1c624c1d8d</id>
<content type='text'>
This is a partial revert of commit 99438121c4 ("mobile/dive-edit: use template
components and theme colors")

Clearly the information given in the Qt documentation on how to theme ComboBox
is flat out broken. The trade-off between 'better dark theme' and 'broken user
experience' is fairly easy to make.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>mobile/dive-edit: use template components and theme colors</title>
<updated>2020-05-18T20:00:03Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-05-18T14:43:11Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=99438121c409cbce5ccb83d995da43d01eef5f0b'/>
<id>urn:sha1:99438121c409cbce5ccb83d995da43d01eef5f0b</id>
<content type='text'>
Another small step to make the dark theme at least marginally useful.
We now use our template components and add the necessary elements to have
consistent text color.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>mobile/UI: correctly theme template spin box</title>
<updated>2020-05-18T20:00:03Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-05-18T14:22:10Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=58d97c571da851e3a2f4118b882d664b55fa66a4'/>
<id>urn:sha1:58d97c571da851e3a2f4118b882d664b55fa66a4</id>
<content type='text'>
This was all hard coded and wrong.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>mobile/dc-download: fix dark theme appearance</title>
<updated>2020-05-18T20:00:03Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-05-18T14:20:01Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4798382e708bd57e0d3a664e59c374c153c6d72e'/>
<id>urn:sha1:4798382e708bd57e0d3a664e59c374c153c6d72e</id>
<content type='text'>
I noticed that the download from dive computer page looked especially bad
in the dark theme (a user sent us some screenshots for a different reason)
and a quick look at the sources showed that we weren't using our template
label. Switching to that gives us the correct size by default so we can
drop all those explicit font size parameters. And we get the correct color
as used in the theme.

One random whitespace cleanup snuck into this commit. Oh well.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>mobile/dive-details: show tags</title>
<updated>2020-05-14T19:57:08Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-05-11T14:15:48Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=f6b09dd8c3077bd54ae31a22843857c52d930bd8'/>
<id>urn:sha1:f6b09dd8c3077bd54ae31a22843857c52d930bd8</id>
<content type='text'>
So far the user can't edit them, but at least they are now shown as
part of the dive details. Usage of tags varries widely, I've seen
people who use a LOT of tags to classify their dives, so I'm giving
this a complete row by itself.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>mobile/dive-details: less whitespace at the top</title>
<updated>2020-05-14T19:57:08Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-05-11T13:44:19Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=6f96edd766e4f782b0d7ed8cf960a097860b0c7f'/>
<id>urn:sha1:6f96edd766e4f782b0d7ed8cf960a097860b0c7f</id>
<content type='text'>
This always seemed odd - the location looked like it sat 'low' on the
screen.

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