<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/qt-mobile/qml, branch master</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=master</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2016-04-05T05:33:58Z</updated>
<entry>
<title>Move subsurface-core to core and qt-mobile to mobile-widgets</title>
<updated>2016-04-05T05:33:58Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2016-04-05T05:02:03Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=7be962bfc2879a72c32ff67518731347dcdff6de'/>
<id>urn:sha1:7be962bfc2879a72c32ff67518731347dcdff6de</id>
<content type='text'>
Having subsurface-core as a directory name really messes with
autocomplete and is obviously redundant. Simmilarly, qt-mobile caused an
autocomplete conflict and also was inconsistent with the desktop-widget
name for the directory containing the "other" UI.

And while cleaning up the resulting change in the path name for include
files, I decided to clean up those even more to make them consistent
overall.

This could have been handled in more commits, but since this requires a
make clean before the build, it seemed more sensible to do it all in one.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>QML UI: include the new back button for iOS</title>
<updated>2016-04-04T21:55:14Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2016-04-04T21:55:14Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=2b36091599cbc51474e103f14037e5ac44215cf3'/>
<id>urn:sha1:2b36091599cbc51474e103f14037e5ac44215cf3</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Revert "QML UI: make sure the correct data is in the bread crumbs"</title>
<updated>2016-04-04T21:24:19Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2016-04-04T21:24:19Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=1bbf6ab8a8b16f81d82134f80c257ee3472d3f2d'/>
<id>urn:sha1:1bbf6ab8a8b16f81d82134f80c257ee3472d3f2d</id>
<content type='text'>
This reverts commit 410fd222d15dca8673606133499cefde780f163b.

The change this relied on was rejected by upstream Kirigami

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>QML UI: animate showing the dive edit sheet</title>
<updated>2016-04-04T21:23:07Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2016-04-02T02:15:58Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e0ad3c85d17ff554775df8c5f40a19b16a671b30'/>
<id>urn:sha1:e0ad3c85d17ff554775df8c5f40a19b16a671b30</id>
<content type='text'>
This now uses the correct property to open the OverlaySheet.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Revert "QML UI: animate showing the dive edit sheet"</title>
<updated>2016-04-04T21:22:16Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2016-04-04T21:22:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=d8ec9597fa27a5e90f4d24d1b96d6604949bf7df'/>
<id>urn:sha1:d8ec9597fa27a5e90f4d24d1b96d6604949bf7df</id>
<content type='text'>
This reverts commit faa22d5343f39f335bc281e139bc347241295ebf.

Upstream Kirigami already had a property to do this. Oops.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>QML UI: allow user to disable automatic cloud sync</title>
<updated>2016-04-04T21:18:41Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2016-04-04T01:33:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=bb74144860b14d23f26ebd3dd72e4654342282ae'/>
<id>urn:sha1:bb74144860b14d23f26ebd3dd72e4654342282ae</id>
<content type='text'>
This is useful if you are in an area with slow or spotty network and if
you are fine with just saving to the phone. In order to sync to the cloud
you either have to manually sync via the menu or turn this back on and
hide the application.

The commit also removes the old refresh from the Manage dives menu as the
semantic of that was possibly destructive now that we no longer
immediately save changes to git - those could be thrown away by selecting
refresh before the app had a chance to save them.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>QML UI: be more careful when to show us accessing the cloud</title>
<updated>2016-04-04T21:18:32Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2016-04-04T01:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=616842c8c00654718ba3390b055eb946aaa4cff4'/>
<id>urn:sha1:616842c8c00654718ba3390b055eb946aaa4cff4</id>
<content type='text'>
There may be other paths where we potentially show the wrong status to
the user... but at least with this it times out eventually; there
shouldn't be any single operation that isn't broken down with progress
markers that takes more than 10 seconds, so keeping the notification
around for 30 seconds seems very conservative.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Make accessingCloud an integer so it can convey more information</title>
<updated>2016-04-04T21:17:57Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2016-04-04T00:00:49Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=904539024e97b5980050c4ad65a6d2a901f3cb3a'/>
<id>urn:sha1:904539024e97b5980050c4ad65a6d2a901f3cb3a</id>
<content type='text'>
This will be used to simulate a progress bar eventually.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>QML UI: make sure the correct data is in the bread crumbs</title>
<updated>2016-04-02T22:59:59Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2016-04-02T22:59:59Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=410fd222d15dca8673606133499cefde780f163b'/>
<id>urn:sha1:410fd222d15dca8673606133499cefde780f163b</id>
<content type='text'>
Once again this requires changes that aren't upstream in Kirigami.
But with this the bread crumbs update when the user swipes from dive
to dive.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>QML UI: remove obsolete code</title>
<updated>2016-04-02T22:59:32Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2016-04-02T22:59:32Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=162d07086bc2c0e6f3ca16ed0ea581b1c12a7c88'/>
<id>urn:sha1:162d07086bc2c0e6f3ca16ed0ea581b1c12a7c88</id>
<content type='text'>
This simply causes an error

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
