<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/mobile-widgets, branch v4.6.0</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.6.0</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.6.0'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2017-01-01T18:28:25Z</updated>
<entry>
<title>Update from 2016 to 2017. Happy new year!</title>
<updated>2017-01-01T18:28:25Z</updated>
<author>
<name>Henrik Brautaset Aronsen</name>
<email>subsurface@henrik.synth.no</email>
</author>
<published>2017-01-01T12:11:17Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ba23989e6b89a34747d084ea8a31ada6bdcd2d0f'/>
<id>urn:sha1:ba23989e6b89a34747d084ea8a31ada6bdcd2d0f</id>
<content type='text'>
Signed-off-by: Henrik Brautaset Aronsen &lt;subsurface@henrik.synth.no&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Remove opacity calls</title>
<updated>2016-12-27T17:46:58Z</updated>
<author>
<name>Tomaz Canabrava</name>
<email>tcanabrava@kde.org</email>
</author>
<published>2016-12-27T17:36:02Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4db80aa1a404dc4eba12cceb7d09194729155e1f'/>
<id>urn:sha1:4db80aa1a404dc4eba12cceb7d09194729155e1f</id>
<content type='text'>
ApplicationWindow has no Opacity calls no more.

Signed-off-by: Tomaz Canabrava &lt;tcanabrava@kde.org&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>QML UI: steps towards working with Kirigami 2</title>
<updated>2016-12-27T17:22:05Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2016-12-27T17:22:05Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=53ce3ce3e3cc38555bf7f2a1e7540638e5d294f8'/>
<id>urn:sha1:53ce3ce3e3cc38555bf7f2a1e7540638e5d294f8</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>QML UI: build against latest Kirigami</title>
<updated>2016-12-27T09:47:01Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2016-12-27T09:45:23Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a842e44b685dbb7e34df317a8beacff747cee6bd'/>
<id>urn:sha1:a842e44b685dbb7e34df317a8beacff747cee6bd</id>
<content type='text'>
But of course this doesn't work, yet.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>QML UI: smaller fonts on narrow screens</title>
<updated>2016-09-20T15:47:08Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2016-09-20T13:42:34Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=13dbbd3085cf450f50aa28473571de572eeba26b'/>
<id>urn:sha1:13dbbd3085cf450f50aa28473571de572eeba26b</id>
<content type='text'>
This may be excessive, but it fixes the issue with the German localization on
some narrow screens.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>QML UI: deal with multiple buddies correctly</title>
<updated>2016-09-17T20:46:15Z</updated>
<author>
<name>Joakim Bygdell</name>
<email>j.bygdell@gmail.com</email>
</author>
<published>2016-09-12T18:30:07Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=1219dc693170e4a04fff992bd5aed990674779c1'/>
<id>urn:sha1:1219dc693170e4a04fff992bd5aed990674779c1</id>
<content type='text'>
When editing adive in Subsurface-mobile we can only handle one buddy
due to the limitations of the combobox. To prevent loss of data when editing
a dive with more than one buddy we display "Multiple Buddies" in the buddy
field. This creates a special case where no changes are written to the buddy field
unless the user changes buddy for that dive.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>QML UI: two columns on 1024x768 iPads</title>
<updated>2016-09-17T19:56:47Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2016-09-17T19:56:47Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=b8253bb707ae361ba839ecd25c88f0e1b650732b'/>
<id>urn:sha1:b8253bb707ae361ba839ecd25c88f0e1b650732b</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Fix some warnings</title>
<updated>2016-09-04T17:27:56Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2016-09-04T17:27:56Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=80eafb8db78526ea2f18295aa435e6d251b67648'/>
<id>urn:sha1:80eafb8db78526ea2f18295aa435e6d251b67648</id>
<content type='text'>
At least the warnings about size potentially being uninitialized seem correct
and valid.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>iOS: Don't show "No GPS source available"</title>
<updated>2016-09-04T15:57:09Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2016-09-04T15:57:09Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4938a7a10f2e86bfd3a439996dc491fb881a0a38'/>
<id>urn:sha1:4938a7a10f2e86bfd3a439996dc491fb881a0a38</id>
<content type='text'>
We don't support GPS on iOS right now, the message is confusing.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Remove hacks regarding multiple gasmixes and cylinders</title>
<updated>2016-09-04T14:36:43Z</updated>
<author>
<name>Joakim Bygdell</name>
<email>j.bygdell@gmail.com</email>
</author>
<published>2016-08-29T19:35:06Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4e0200863b876d3dab750711bfe1c8facba94f55'/>
<id>urn:sha1:4e0200863b876d3dab750711bfe1c8facba94f55</id>
<content type='text'>
Enabling cylinder edit in Subsurface-mobile our previous hacks
regarding multiple cylinders and gasmixes must be removed.

Signed-off-by: Joakim Bygdell &lt;j.bygdell@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
