<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/mobile-widgets/qml, branch v4.6.4</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom/mobile-widgets/qml?h=v4.6.4</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom/mobile-widgets/qml?h=v4.6.4'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2017-04-15T20:50:18Z</updated>
<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: 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>
<entry>
<title>QML UI: correctly render dive list when showing delete button</title>
<updated>2017-04-14T20:13:06Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-04-14T20:06:37Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=525cd4c9e386767fa44eb8e3cbab13f25027da91'/>
<id>urn:sha1:525cd4c9e386767fa44eb8e3cbab13f25027da91</id>
<content type='text'>
This fixes the visual artifact that Willem reported.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>QML UI: keep the fontMetric</title>
<updated>2017-04-14T20:05:01Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-04-14T20:05:01Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ee75812b5a547de88233312863cc94ba9a608e2b'/>
<id>urn:sha1:ee75812b5a547de88233312863cc94ba9a608e2b</id>
<content type='text'>
We reference it elsewhere.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>QML UI: don't shrink fonts on narrow displays</title>
<updated>2017-04-14T18:17:00Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-04-14T18:17:00Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=124632489775f975c0bb5430a394fdd7d02a3845'/>
<id>urn:sha1:124632489775f975c0bb5430a394fdd7d02a3845</id>
<content type='text'>
Now that wrapping should work correctly, this isn't necessary any more.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>QML UI: make run with Qt 5.7 again</title>
<updated>2017-04-14T16:50:57Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-04-14T16:22:01Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=73c66e1d7d9ffd15d37419824ae4459be561f7d6'/>
<id>urn:sha1:73c66e1d7d9ffd15d37419824ae4459be561f7d6</id>
<content type='text'>
onPressed needs to be relative to Keys in Qt 5.7.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>QML-UI: remove references to download from divecomputer</title>
<updated>2017-04-14T16:50:57Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-04-14T16:14:24Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=c8bf412720fb917602eea33460d9323ee4538deb'/>
<id>urn:sha1:c8bf412720fb917602eea33460d9323ee4538deb</id>
<content type='text'>
This needs to be reimplemented.

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