<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/packaging/ios/Subsurface-mobile, branch v4.5.97</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.5.97</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.5.97'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2016-08-16T14:50:45Z</updated>
<entry>
<title>iOS build: directly include Kirigami</title>
<updated>2016-08-16T14:50:45Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2016-08-16T14:50:45Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=81166bc971b75f3b9ef130ea350d96b7edd4ff87'/>
<id>urn:sha1:81166bc971b75f3b9ef130ea350d96b7edd4ff87</id>
<content type='text'>
Instead of building a library that we link against, let's just use the .pri
file and include Kirigami in the primary build.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>IOS build: compile kirigami plugin</title>
<updated>2016-08-14T22:48:48Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2016-08-14T22:48:48Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=d40893907691a4a7519741669df7294db9c60419'/>
<id>urn:sha1:d40893907691a4a7519741669df7294db9c60419</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Add new files to qmake</title>
<updated>2016-08-14T03:11:20Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2016-08-14T03:11:20Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=545c60a517402346aa04e2b67284827d510ec71d'/>
<id>urn:sha1:545c60a517402346aa04e2b67284827d510ec71d</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>iOS build: add another dependency to dummy.qml</title>
<updated>2016-06-17T11:07:37Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2016-06-17T11:07:37Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=24bd2eab437ff69b1ca47a92f01e448bbf26d3eb'/>
<id>urn:sha1:24bd2eab437ff69b1ca47a92f01e448bbf26d3eb</id>
<content type='text'>
This way the required plugins get automagically added to the bundle.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>iOS build: dummy qml file to pull in the right dependencies</title>
<updated>2016-05-04T21:42:07Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2016-05-04T21:07:36Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=329a632ed973b7f40c005c811d5cb9dc174dd87b'/>
<id>urn:sha1:329a632ed973b7f40c005c811d5cb9dc174dd87b</id>
<content type='text'>
The iOS build process is rather stupid - it scans all .qml files
in the root directory of the project to determine which QML dependencies
are required.

This is why we had the weird leftover fake QML project in our sources.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>iOS build: create the translations to be bundled</title>
<updated>2016-05-04T21:00:43Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2016-05-04T20:55:14Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=42eee8a2e1f10a5cc7e91f96af2e08b9525db623'/>
<id>urn:sha1:42eee8a2e1f10a5cc7e91f96af2e08b9525db623</id>
<content type='text'>
And add them to the bundle.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<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>Change names of iOS build files</title>
<updated>2016-03-24T00:26:46Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2016-03-14T13:33:47Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=9028c807b2ca1e9c8bba4a570c4c780cc962ca61'/>
<id>urn:sha1:9028c807b2ca1e9c8bba4a570c4c780cc962ca61</id>
<content type='text'>
The name subsurface-ios was used in many places and that was just not helpful
to fight against. This should work much better.

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