<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/mobile-widgets/qml, branch v4.7.5</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.7.5</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.7.5'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2017-12-07T17:15:40Z</updated>
<entry>
<title>Show BT device names first</title>
<updated>2017-12-07T17:15:40Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2017-12-07T13:40:23Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=1c223b09c310d65ca554cae455cdc74fc33da60f'/>
<id>urn:sha1:1c223b09c310d65ca554cae455cdc74fc33da60f</id>
<content type='text'>
Show them left of address (so they are in the user's view) rather
than on the right.

Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
</content>
</entry>
<entry>
<title>Don't close menu after click</title>
<updated>2017-12-06T14:00:22Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2017-12-06T10:41:46Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4a9add167f1d061f1010061aae68a64ecbe6e5c8'/>
<id>urn:sha1:4a9add167f1d061f1010061aae68a64ecbe6e5c8</id>
<content type='text'>
I consider it more natural for example for the GPS menu
to stay open when an action is clicked. So this turns off
the general close but has to trigger it on individual items.

Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
</content>
</entry>
<entry>
<title>Add button to rescan BT devices</title>
<updated>2017-12-06T04:05:16Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2017-12-05T19:58:54Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=afd46a60f7b9a7aba0ae515f4ae38c8223761f2d'/>
<id>urn:sha1:afd46a60f7b9a7aba0ae515f4ae38c8223761f2d</id>
<content type='text'>
Otherwise the divecomputer has to be in pairing mode
at app start time.

Unfortunately, this leaves less space for the progress message.
My time/qml knowledge does not suffice to move that to the next line
(when moving that out of the RowLayout it overlaps with
the buttons).

Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
</content>
</entry>
<entry>
<title>Unify capitalization</title>
<updated>2017-12-05T09:11:57Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2017-12-05T08:06:57Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=89bd0cfdbd2ab8bdc4980759fc1fb0cdeccebb1f'/>
<id>urn:sha1:89bd0cfdbd2ab8bdc4980759fc1fb0cdeccebb1f</id>
<content type='text'>
Sorry, this introduces a new string...

Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
</content>
</entry>
<entry>
<title>iOS: Display GPS menu</title>
<updated>2017-12-03T16:19:00Z</updated>
<author>
<name>Murillo Bernardes</name>
<email>mfbernardes@gmail.com</email>
</author>
<published>2017-12-03T07:18:07Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=78aface44aee20b2c894a738fdf0471f96e6dc0d'/>
<id>urn:sha1:78aface44aee20b2c894a738fdf0471f96e6dc0d</id>
<content type='text'>
Signed-off-by: Murillo Bernardes &lt;mfbernardes@gmail.com&gt;
</content>
</entry>
<entry>
<title>iOS: check for UUID instead of physical address</title>
<updated>2017-12-02T16:21:33Z</updated>
<author>
<name>Murillo Bernardes</name>
<email>mfbernardes@gmail.com</email>
</author>
<published>2017-12-02T06:55:47Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=8f3ac0402c95ae983ce5a35c2b1367fc01ac9872'/>
<id>urn:sha1:8f3ac0402c95ae983ce5a35c2b1367fc01ac9872</id>
<content type='text'>
on iOS the address we display on Connection is an UUID, not
a physical address.

This change the pattern (on iOS) used to enable bluetooth_mode.

Signed-off-by: Murillo Bernardes &lt;mfbernardes@gmail.com&gt;
</content>
</entry>
<entry>
<title>mobile: get GPS data from dive site name</title>
<updated>2017-11-25T16:13:42Z</updated>
<author>
<name>Jan Mulder</name>
<email>jlmulder@xs4all.nl</email>
</author>
<published>2017-11-22T18:22:02Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=806c7077f2abbf8978e3fefa95b1663a31a00503'/>
<id>urn:sha1:806c7077f2abbf8978e3fefa95b1663a31a00503</id>
<content type='text'>
When the user entered a dive site using autocompletion, it
is a known site, of which we might have a GPS location already.
Just fill the known site coordinates.

Signed-off-by: Jan Mulder &lt;jlmulder@xs4all.nl&gt;
</content>
</entry>
<entry>
<title>mobile: autocomplete location names</title>
<updated>2017-11-25T16:13:42Z</updated>
<author>
<name>Jan Mulder</name>
<email>jlmulder@xs4all.nl</email>
</author>
<published>2017-11-22T15:19:44Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=64704d6e5a0865c5acb6ce40cc32ba929f41ba00'/>
<id>urn:sha1:64704d6e5a0865c5acb6ce40cc32ba929f41ba00</id>
<content type='text'>
Add the capability to select the location name from a list, constructed
from the known dive sites in the logbook.

Fixes: #546

Signed-off-by: Jan Mulder &lt;jlmulder@xs4all.nl&gt;
</content>
</entry>
<entry>
<title>QML UI: QtQuick.Layouts to 1.2</title>
<updated>2017-11-19T20:20:43Z</updated>
<author>
<name>Jan Mulder</name>
<email>jlmulder@xs4all.nl</email>
</author>
<published>2017-10-30T10:26:47Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=fea111cb3aeb625b6ed334524441109f54066c95'/>
<id>urn:sha1:fea111cb3aeb625b6ed334524441109f54066c95</id>
<content type='text'>
And again, no visual changes.

Signed-off-by: Jan Mulder &lt;jlmulder@xs4all.nl&gt;
</content>
</entry>
<entry>
<title>QML UI: QtQuick.Controls to version 2.2</title>
<updated>2017-11-19T20:20:43Z</updated>
<author>
<name>Jan Mulder</name>
<email>jlmulder@xs4all.nl</email>
</author>
<published>2017-10-29T12:44:22Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e9903d1835ab08e89273927261a0d40d2ce37747'/>
<id>urn:sha1:e9903d1835ab08e89273927261a0d40d2ce37747</id>
<content type='text'>
Tested fine without visual changes.

Signed-off-by: Jan Mulder &lt;jlmulder@xs4all.nl&gt;
</content>
</entry>
</feed>
