<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/mobile-widgets/qml, branch v4.8.6</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.8.6</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.8.6'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2019-01-22T00:03:25Z</updated>
<entry>
<title>update year to 2019 in about screens</title>
<updated>2019-01-22T00:03:25Z</updated>
<author>
<name>Lubomir I. Ivanov</name>
<email>neolit123@gmail.com</email>
</author>
<published>2019-01-02T17:00:03Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=9b0b5fd4895be89628c3e9c9145a31b4ecdefc0c'/>
<id>urn:sha1:9b0b5fd4895be89628c3e9c9145a31b4ecdefc0c</id>
<content type='text'>
Signed-off-by: Lubomir I. Ivanov &lt;neolit123@gmail.com&gt;
</content>
</entry>
<entry>
<title>Mobile: deal with BT name and address when tapping Download</title>
<updated>2019-01-21T23:57:37Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-12-21T22:53:43Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=db29fb4e68d20bc6207837bd9e85d897bb6cb8ee'/>
<id>urn:sha1:db29fb4e68d20bc6207837bd9e85d897bb6cb8ee</id>
<content type='text'>
Instead of trying to update this whenever the connection text changes,
instead deal with it right before it actually gets used.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Mobile: Allow multiple divemasters</title>
<updated>2018-11-15T10:10:13Z</updated>
<author>
<name>Jocke</name>
<email>j.bygdell@gmail.com</email>
</author>
<published>2018-11-13T20:28:18Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=03143f1ef1a3b290c7e721ee5109e0ef275f6cec'/>
<id>urn:sha1:03143f1ef1a3b290c7e721ee5109e0ef275f6cec</id>
<content type='text'>
While not something that many will use, editing a dive on
Subsurface-mobile should not result in data loss.
This makes the divemaster field behave in the same way as the buddy
field with regards to multiple entries.

Fixes #1853

Signed-off-by: Joakim Bygdell &lt;j.bygdell@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Mobile/filtering: don't show the filter line when pulling divelist down</title>
<updated>2018-10-31T21:34:43Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-10-31T19:52:51Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4636fcc83469309362c3925ef80ade589ea409a0'/>
<id>urn:sha1:4636fcc83469309362c3925ef80ade589ea409a0</id>
<content type='text'>
Even though the height was zero, when pulling down the dive list for refresh,
the filter input line would still be visible. With this fix it no longer is.

Also remove unused property.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Dive site: replace UUID by pointer in mobile code</title>
<updated>2018-10-29T00:09:31Z</updated>
<author>
<name>Berthold Stoeger</name>
<email>bstoeger@mail.tuwien.ac.at</email>
</author>
<published>2018-10-25T18:46:12Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=75b5d61522f3721adb1761141ce1aeb79c3761c1'/>
<id>urn:sha1:75b5d61522f3721adb1761141ce1aeb79c3761c1</id>
<content type='text'>
Replace UUIDs by pointers to dive-site in mobile code. In both
cases, the value is transported via a QVariant. The function
getCoordinatesForUUID(), which was only used from mobile, can
be replaced by a getCoordinatesFor() function taking a variant
supposed to contain a dive-site pointer. Likewise, the variant
of the centerOnDiveSite function is now supposed to wrap a
pointer-to-divesite.

Signed-off-by: Berthold Stoeger &lt;bstoeger@mail.tuwien.ac.at&gt;
</content>
</entry>
<entry>
<title>QML UI: we don't need Controls 2.4</title>
<updated>2018-10-27T14:17:51Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-10-27T14:17:33Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=01cd2e224f4648023a57aa688f2403ca78a88390'/>
<id>urn:sha1:01cd2e224f4648023a57aa688f2403ca78a88390</id>
<content type='text'>
In commit 99c06dec3d ("Mobile/filtering: simple busy indicator") we switched to
Controls 2.4 which requires Qt 5.11. Revert that one line of the commit as it
isn't necessary.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Mobile/filtering: make busy indicator smaller</title>
<updated>2018-10-23T21:45:30Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-10-23T21:44:09Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e0e3b6360100288907a240888a80ee16fe013f8b'/>
<id>urn:sha1:e0e3b6360100288907a240888a80ee16fe013f8b</id>
<content type='text'>
Suggested-by: Jan Mulder &lt;jlmulder@xs4all.nl&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Mobile/filtering: update number of dives shown when resetting filter</title>
<updated>2018-10-23T21:45:30Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-10-23T21:14:54Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=3eabb80398a35472d62c05d6d91293bdc74c9c2a'/>
<id>urn:sha1:3eabb80398a35472d62c05d6d91293bdc74c9c2a</id>
<content type='text'>
Otherwise we start showing an illogical '0' there when first opening the filter
dialog, and the equally wrong previous count when closing and then re-opening
the filter dialog.

Reported-by: Jan Mulder &lt;jlmulder@xs4all.nl&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>QML UI: remove some of the log file noise</title>
<updated>2018-10-23T21:45:30Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-10-20T17:42:12Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=51e7603d7ee10328c66b5eb7ab75a3e50cf86912'/>
<id>urn:sha1:51e7603d7ee10328c66b5eb7ab75a3e50cf86912</id>
<content type='text'>
A couple came from this series, others are much older.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Mobile/filtering: show a better message while waiting for the filter</title>
<updated>2018-10-23T21:45:30Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-10-20T16:20:07Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=1e6c5d002b63d408b141c290ce4710339f830456'/>
<id>urn:sha1:1e6c5d002b63d408b141c290ce4710339f830456</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
