<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/mobile-widgets, branch v4.7.8</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.7.8</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.7.8'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2018-04-02T20:47:43Z</updated>
<entry>
<title>mapwidget-mobile: initialize the map to [0,0]</title>
<updated>2018-04-02T20:47:43Z</updated>
<author>
<name>Lubomir I. Ivanov</name>
<email>neolit123@gmail.com</email>
</author>
<published>2018-04-02T19:51:59Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=167db8fc18c38a2f5abb9ff1ede3710857af9066'/>
<id>urn:sha1:167db8fc18c38a2f5abb9ff1ede3710857af9066</id>
<content type='text'>
Instead of showing the map zoomed over London by default,
initialize the center at [0,0] and show the whole globe.

Signed-off-by: Lubomir I. Ivanov &lt;neolit123@gmail.com&gt;
</content>
</entry>
<entry>
<title>mapwidget-mobile: do not animate the first selection</title>
<updated>2018-04-02T20:47:43Z</updated>
<author>
<name>Lubomir I. Ivanov</name>
<email>neolit123@gmail.com</email>
</author>
<published>2018-04-02T19:48:23Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=48c032bb8ee3c2493783f3db3691f7f067f7782f'/>
<id>urn:sha1:48c032bb8ee3c2493783f3db3691f7f067f7782f</id>
<content type='text'>
centerOnLocationHard() is added in MapPage.qml so that
on `firstRun` the map is hard panned to the desired location
without animation.

This affects the selection of a new "Dive details" -&gt; "Map it" or
when opening a GPS location in the map.

The idea behind this change is to avoid starting the map animation
from an arbitrary location such as [0,0] or London. Also, to not
start the map zoomed out completely and then zoom in on a selected
dive.

For this change to work, add the helper getCoordinatesForUUID()
to qmlmapwidgethelper.cpp/.h and use it to obtain the
QGeoCoordinates for a dive site UUID.

Signed-off-by: Lubomir I. Ivanov &lt;neolit123@gmail.com&gt;
</content>
</entry>
<entry>
<title>QML UI: Fix checkbox color</title>
<updated>2018-03-19T19:03:06Z</updated>
<author>
<name>Joakim Bygdell</name>
<email>j.bygdell@gmail.com</email>
</author>
<published>2018-03-19T18:53:02Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=01e4ec47bec37a47a39f4c439aeb41583d4ba219'/>
<id>urn:sha1:01e4ec47bec37a47a39f4c439aeb41583d4ba219</id>
<content type='text'>
The background color in our own checkbox should match the page background.
Also includes some whitespace cleanup.

Signed-off-by: Joakim Bygdell &lt;j.bygdell@gmail.com&gt;
</content>
</entry>
<entry>
<title>QML UI: drop focus when selecting a location</title>
<updated>2018-03-19T19:01:14Z</updated>
<author>
<name>Joakim Bygdell</name>
<email>j.bygdell@gmail.com</email>
</author>
<published>2018-03-09T16:27:13Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ab99703b02af6ca59a22a24f4b9b7b7295b75fd8'/>
<id>urn:sha1:ab99703b02af6ca59a22a24f4b9b7b7295b75fd8</id>
<content type='text'>
Make sure to drop focus both for typing and when selecting
an entry from the list.

Signed-off-by: Joakim Bygdell &lt;j.bygdell@gmail.com&gt;
</content>
</entry>
<entry>
<title>Mobile: change location combobox id</title>
<updated>2018-03-19T19:01:14Z</updated>
<author>
<name>Joakim Bygdell</name>
<email>j.bygdell@gmail.com</email>
</author>
<published>2018-03-09T14:24:54Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=94e0ec8dc95222d12bc82c18cd39dfefddc71e73'/>
<id>urn:sha1:94e0ec8dc95222d12bc82c18cd39dfefddc71e73</id>
<content type='text'>
Change the id of the location combobox to math the naming scheme
of the other comboboxes.

Signed-off-by: Joakim Bygdell &lt;j.bygdell@gmail.com&gt;
</content>
</entry>
<entry>
<title>Mobile: Fix location combobox</title>
<updated>2018-03-19T19:01:14Z</updated>
<author>
<name>Joakim Bygdell</name>
<email>j.bygdell@gmail.com</email>
</author>
<published>2018-03-09T13:49:15Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=07fb1db3ad5652b7df74f790d1c547a4d9bc3803'/>
<id>urn:sha1:07fb1db3ad5652b7df74f790d1c547a4d9bc3803</id>
<content type='text'>
In the initial move to comboboxes the correct location model
was not used. This uses the correct model and makes it behave
like the other comboboxes.

Signed-off-by: Joakim Bygdell &lt;j.bygdell@gmail.com&gt;
</content>
</entry>
<entry>
<title>Mobile: for multiple buddies pick index of first</title>
<updated>2018-03-19T19:01:14Z</updated>
<author>
<name>Joakim Bygdell</name>
<email>j.bygdell@gmail.com</email>
</author>
<published>2018-03-09T13:29:32Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=93ba8f1a050b2700613bfe0c9f106ee4bff7e5bf'/>
<id>urn:sha1:93ba8f1a050b2700613bfe0c9f106ee4bff7e5bf</id>
<content type='text'>
When a dive has multiple buddies, pick the index of the first
to prevent the user from hanving to scroll through the entire
list when editing.

Signed-off-by: Joakim Bygdell &lt;j.bygdell@gmail.com&gt;
</content>
</entry>
<entry>
<title>QML UI: drop focus on edit</title>
<updated>2018-03-19T19:01:14Z</updated>
<author>
<name>Joakim Bygdell</name>
<email>j.bygdell@gmail.com</email>
</author>
<published>2018-02-11T15:23:04Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=6badba2bae3f3437502bf444b94c956f3f0f4073'/>
<id>urn:sha1:6badba2bae3f3437502bf444b94c956f3f0f4073</id>
<content type='text'>
Drop focus on editable comboboxes when pressing enter.

Signed-off-by: Joakim Bygdell &lt;j.bygdell@gmail.com&gt;
</content>
</entry>
<entry>
<title>Moblie: remove comparison when saving</title>
<updated>2018-03-19T19:01:14Z</updated>
<author>
<name>Joakim Bygdell</name>
<email>j.bygdell@gmail.com</email>
</author>
<published>2018-02-11T13:27:04Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=477d1a35332506024826fe7e9e8a7242a9f98b29'/>
<id>urn:sha1:477d1a35332506024826fe7e9e8a7242a9f98b29</id>
<content type='text'>
Removing the comparison of currentText vs editText when saving buddies
fixes the issue of data loss when dive has more than one buddy.

Signed-off-by: Joakim Bygdell &lt;j.bygdell@gmail.com&gt;
</content>
</entry>
<entry>
<title>QML UI: drop focus when ComboBox element is picked</title>
<updated>2018-03-19T19:01:14Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-12-08T13:58:23Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=7feb9a3b6e36e548cd84331134c15bf11a046ec9'/>
<id>urn:sha1:7feb9a3b6e36e548cd84331134c15bf11a046ec9</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
