<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/mobile-widgets, 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>We no longer support Subsurface-mobile without BT support</title>
<updated>2017-12-06T03:29:59Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-12-05T19:49:18Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=0e789c601652c6d4efeab123e2c6b7416c3260cb'/>
<id>urn:sha1:0e789c601652c6d4efeab123e2c6b7416c3260cb</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>iOS: report location services availability</title>
<updated>2017-12-05T16:57:18Z</updated>
<author>
<name>Murillo Bernardes</name>
<email>mfbernardes@gmail.com</email>
</author>
<published>2017-12-05T08:34:50Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4dbbf1ff27daccd1b2abc9a2257cc2089ac9b173'/>
<id>urn:sha1:4dbbf1ff27daccd1b2abc9a2257cc2089ac9b173</id>
<content type='text'>
This enable use of current location on Add/Edit

Signed-off-by: Murillo Bernardes &lt;mfbernardes@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&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>Fix argument to set_filename() in QMLManager::finishSetup()</title>
<updated>2017-12-04T03:07:03Z</updated>
<author>
<name>Berthold Stoeger</name>
<email>bstoeger@mail.tuwien.ac.at</email>
</author>
<published>2017-12-03T18:37:31Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=fb7116a722439b0bedacc2e657db6da6f6fa32dd'/>
<id>urn:sha1:fb7116a722439b0bedacc2e657db6da6f6fa32dd</id>
<content type='text'>
The second argument to set_filename() is a boolean, but was given
an empty string. Since an empty string evaluates to true, directly
pass true for clarity.

Signed-off-by: Berthold Stoeger &lt;bstoeger@mail.tuwien.ac.at&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>QML UI: add versions of key libraries to the log</title>
<updated>2017-11-27T18:11:52Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-11-27T18:11:52Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=789e86480d9dd2b245845ac1327ee0cc71708942'/>
<id>urn:sha1:789e86480d9dd2b245845ac1327ee0cc71708942</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
