<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/mobile-widgets, branch v4.6.4</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom/mobile-widgets?h=v4.6.4</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom/mobile-widgets?h=v4.6.4'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2017-04-16T15:26:40Z</updated>
<entry>
<title>QML UI: more fine tuning of the magic shift factor</title>
<updated>2017-04-16T15:26:40Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-04-16T15:26:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=972819d77afdbfc38af384bb38123671dc522e54'/>
<id>urn:sha1:972819d77afdbfc38af384bb38123671dc522e54</id>
<content type='text'>
Now it should also work on devices with device pixel ratios of
1.3, 1.33, or 1.4.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>QML UI: correctly update dive list after editing timestamp</title>
<updated>2017-04-16T14:43:48Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-04-16T02:06:46Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=20f525ceddbeee225c444c8cc0158004562b20df'/>
<id>urn:sha1:20f525ceddbeee225c444c8cc0158004562b20df</id>
<content type='text'>
Once we re-inserted the dive in the list we aren't done, quite the
contrary - we now need to make sure that we handle any other changes
and mark the dive list as updated.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>QML UI: correctly parse manually edited date</title>
<updated>2017-04-16T14:43:48Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-04-16T01:51:03Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=03b2b854bf557ed8ca18b20065ee01cb5e1a424f'/>
<id>urn:sha1:03b2b854bf557ed8ca18b20065ee01cb5e1a424f</id>
<content type='text'>
We need to set the timeSpec after the QDateTime was parsed,
otherwise it gets converted to localtime again.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>QML UI: fix broken delete from dive details page</title>
<updated>2017-04-15T20:50:18Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-04-15T20:49:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=74a5511b391ebf8120ba84c37b27a3a0cc6934a3'/>
<id>urn:sha1:74a5511b391ebf8120ba84c37b27a3a0cc6934a3</id>
<content type='text'>
Trying to close the non-existing context drawer caused the function
to abort (and consequently not to delete the dive).

Fixes #309

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>QML UI: fix GPS list rendering</title>
<updated>2017-04-15T20:33:48Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-04-15T20:32:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=cc6c41c8464a10c8d5a0d5a3cdf6c7d03b95ed57'/>
<id>urn:sha1:cc6c41c8464a10c8d5a0d5a3cdf6c7d03b95ed57</id>
<content type='text'>
There was an extra BasicListItem inside the SwipeListItem.
This commit just removes 5 lines, the rest is indentation change.

Fixes #312

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>QML UI: reset completion fields when adding dive</title>
<updated>2017-04-15T00:33:11Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-04-15T00:09:09Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=052be692bbfe81636318588f48b2530c9628499d'/>
<id>urn:sha1:052be692bbfe81636318588f48b2530c9628499d</id>
<content type='text'>
Otherwise the last value in those fields might still be shown.

Also, set up the cylinder completion.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>QML UI: create completion list for cylinders as well</title>
<updated>2017-04-15T00:32:45Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-04-15T00:32:32Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=6a50efd80a09565181553dce3058ece53a528c67'/>
<id>urn:sha1:6a50efd80a09565181553dce3058ece53a528c67</id>
<content type='text'>
We already have that for the other three fields where we offer auto
completion (buddy, divemaster, suit).

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>QML UI: fix profile for device pixel ratio of 1.5</title>
<updated>2017-04-14T23:57:09Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-04-14T23:57:09Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e42bf2cfa577a68d7f37dc1f4f78c58ce79536b2'/>
<id>urn:sha1:e42bf2cfa577a68d7f37dc1f4f78c58ce79536b2</id>
<content type='text'>
I think this is actually a typo - either way, seems to work correctly
now.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>QML UI: better simulation of onPressed in TextField</title>
<updated>2017-04-14T21:04:34Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-04-14T21:03:51Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=c00b14af9ace747509988ba570972501ad5347f6'/>
<id>urn:sha1:c00b14af9ace747509988ba570972501ad5347f6</id>
<content type='text'>
Prior to Qt Quick Components 2.1 there was no onPressed signal for a
TextField; in order to be able to build against Qt 5.7 (which comes with
Qt Quick Components 2.0) we need to work around the lack of this signal.
This code seems to do a pretty good job at simulating it.

My attempt in commit 73c66e1d7d9f ("QML UI: make run with Qt 5.7 again")
didn't work so well.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>QML UI: don't populate hints texts when adding dive</title>
<updated>2017-04-14T20:43:48Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-04-14T20:43:48Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ee4ae49d37043f8b9a7f971cfefb758a7893f492'/>
<id>urn:sha1:ee4ae49d37043f8b9a7f971cfefb758a7893f492</id>
<content type='text'>
If we don't have values for the HintsTextEdit fields, don't show any
values.

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