<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/packaging/ios, branch v4.7.8</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom/packaging/ios?h=v4.7.8</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom/packaging/ios?h=v4.7.8'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2018-03-22T14:34:46Z</updated>
<entry>
<title>iOS: add MapLocationModel and corresponding helper</title>
<updated>2018-03-22T14:34:46Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-03-13T01:24:06Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=9e457e092c9e0a541228274da2e8087d40fa2769'/>
<id>urn:sha1:9e457e092c9e0a541228274da2e8087d40fa2769</id>
<content type='text'>
Thanks to Murillo Bernardes for reminding me to add the .h files as well.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>iOS: build googlemaps</title>
<updated>2018-03-22T14:33:54Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-03-13T01:25:12Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ce8cad615a44efb2df2a08cb033b241db8b30fb0'/>
<id>urn:sha1:ce8cad615a44efb2df2a08cb033b241db8b30fb0</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Android/iOS build: get libxml2 and libxslt from GitHub</title>
<updated>2018-03-19T19:03:22Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-03-19T16:49:13Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=6c3cd24ef883d7c84af5c801a4a11df4fc0bb963'/>
<id>urn:sha1:6c3cd24ef883d7c84af5c801a4a11df4fc0bb963</id>
<content type='text'>
The xmlsoft.org links sometimes time out. Sadly, GitHub API gives us an
oddly named top level directory in the tar file, so lets strip that and
replace it with the "usual" name.

Also, for the "raw" tar files from GitHub we need to run autoreconf
ourselves.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Cleanup: Unify qthelper.h and qthelperfromc.h</title>
<updated>2018-02-26T17:06:02Z</updated>
<author>
<name>Berthold Stoeger</name>
<email>bstoeger@mail.tuwien.ac.at</email>
</author>
<published>2018-02-24T22:28:13Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=cd5e17cf79c2f1eb896efd0436c103221de446ae'/>
<id>urn:sha1:cd5e17cf79c2f1eb896efd0436c103221de446ae</id>
<content type='text'>
Since all qt-helpers are defined in qthelper.cpp, there seems to be
no reason to have two include files. By unifying the two files,
duplication and inconsistencies are removed. The C++-only part is
simply compiled away with #ifdefs.

Signed-off-by: Berthold Stoeger &lt;bstoeger@mail.tuwien.ac.at&gt;
</content>
</entry>
<entry>
<title>iOS build: add new file to qmake build</title>
<updated>2018-02-12T20:23:56Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-02-12T20:18:52Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=23ac269a0a0996b51087b14f7cfb183a2daa46ec'/>
<id>urn:sha1:23ac269a0a0996b51087b14f7cfb183a2daa46ec</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>iOS build: install sqlite3.pc</title>
<updated>2018-02-12T20:23:40Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-02-12T20:13:14Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4e2e48a8fb7768f0d92dc0c33edb08148d7b6805'/>
<id>urn:sha1:4e2e48a8fb7768f0d92dc0c33edb08148d7b6805</id>
<content type='text'>
Otherwise this gets rebuilt every time.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>iOS build: remove desktop only models</title>
<updated>2018-02-12T20:23:18Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-02-12T20:07:51Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=1c87925ab01e9a7ad4bb2f9a7cb7fb4d809e606a'/>
<id>urn:sha1:1c87925ab01e9a7ad4bb2f9a7cb7fb4d809e606a</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>iOS build: automatically build matching libdc</title>
<updated>2018-02-12T20:22:55Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-02-12T20:02:14Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=8d42d804edb38cf47780dd4c9655898b70f69a78'/>
<id>urn:sha1:8d42d804edb38cf47780dd4c9655898b70f69a78</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>A few more updates to Copyright notices</title>
<updated>2017-12-30T16:25:13Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-12-30T16:25:13Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=b03c5a98d4e9a85f26eb2499f992f9a497023578'/>
<id>urn:sha1:b03c5a98d4e9a85f26eb2499f992f9a497023578</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Remove unused divesitepicturemodel from qt-models</title>
<updated>2017-12-13T13:48:20Z</updated>
<author>
<name>Stefan Fuchs</name>
<email>sfuchs@gmx.de</email>
</author>
<published>2017-12-03T08:14:43Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a11622623a43369368206e1e3b6a6b3173ad43fb'/>
<id>urn:sha1:a11622623a43369368206e1e3b6a6b3173ad43fb</id>
<content type='text'>
Signed-off-by: Stefan Fuchs &lt;sfuchs@gmx.de&gt;
</content>
</entry>
</feed>
