<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/packaging, branch v4.8.1</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.8.1</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.8.1'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2018-07-12T15:08:00Z</updated>
<entry>
<title>ssrf: move functions from mobile-helper to mobile-main</title>
<updated>2018-07-12T15:08:00Z</updated>
<author>
<name>jan Iversen</name>
<email>jani@apache.org</email>
</author>
<published>2018-07-11T10:54:00Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=fe38a768f2b1375a4201e271da52fc1f5712e9a0'/>
<id>urn:sha1:fe38a768f2b1375a4201e271da52fc1f5712e9a0</id>
<content type='text'>
Move few mobile only functions from mobile-helper to mobile-main

remove subsurface-mobile-helper

file structure is now subsurface-*-main.cpp + subsurface-helper.cpp

Signed-off-by: Jan Iversen &lt;jani@apache.org&gt;
</content>
</entry>
<entry>
<title>Match openssl versions</title>
<updated>2018-07-12T14:58:08Z</updated>
<author>
<name>Jocke</name>
<email>j.bygdell@gmail.com</email>
</author>
<published>2018-07-12T08:17:48Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=8106e533ef38f406cd5ef248c8735f3dfb962ee7'/>
<id>urn:sha1:8106e533ef38f406cd5ef248c8735f3dfb962ee7</id>
<content type='text'>
The versions for openSSL in variables.sh and get-dep-lib.sh needs to match or we end up recloning the repo on every build.

Signed-off-by: Joakim Bygdell &lt;j.bygdell@gmail.com&gt;</content>
</entry>
<entry>
<title>Add comment to variables.sh</title>
<updated>2018-07-12T14:58:08Z</updated>
<author>
<name>Jocke</name>
<email>j.bygdell@gmail.com</email>
</author>
<published>2018-07-12T05:11:18Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=2fa7d3566b7d4abe24925d465db664e32d14339a'/>
<id>urn:sha1:2fa7d3566b7d4abe24925d465db664e32d14339a</id>
<content type='text'>
Add a comment to the variables.sh file so we don't forget to update
qt version in the qt-installer-nontineractive file as well.

Signed-off-by: Joakim Bygdell &lt;j.bygdell@gmail.com&gt;</content>
</entry>
<entry>
<title>Travis: build Android against Qt 5.11.1</title>
<updated>2018-07-10T05:20:18Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-07-10T05:07:03Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=dc2f0f8e48e12dbf60639df15dcf1ea5069d2db8'/>
<id>urn:sha1:dc2f0f8e48e12dbf60639df15dcf1ea5069d2db8</id>
<content type='text'>
Instead of dealing with the challenges of downloading and installing the
official package (which really prefers to be run interactively and
frequently caused Travis failures) we get the pre-packed bits from our
cache instead.  Less data to transfer, quicker install.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Android: update to use Qt5.11.1</title>
<updated>2018-07-09T23:01:29Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-07-09T23:01:29Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=c62ce43ecf8d2c72d6acaa5e1727c8d31c6e30a0'/>
<id>urn:sha1:c62ce43ecf8d2c72d6acaa5e1727c8d31c6e30a0</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>core: copy Display from SettingsObjectWrapper to qPref as its own class</title>
<updated>2018-07-07T16:44:06Z</updated>
<author>
<name>jan Iversen</name>
<email>jani@apache.org</email>
</author>
<published>2018-06-15T08:53:42Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e5dace2233fd2007ce81d0d926d411641c519fb2'/>
<id>urn:sha1:e5dace2233fd2007ce81d0d926d411641c519fb2</id>
<content type='text'>
copy Display from SettingsObjectWrapper to qPref as its own class
file. Update Display to use a common load/sync scheme.

Update set/get functions to follow common name scheme:
- get function have same name as in struct preferences
- set function have set_&lt;name in struct preferences&gt;
- signal function have &lt;name in struct preferences&gt;_changed

one class one .h/.cpp is the C++ idiom. Having load/sync of each
variable in 1 functions (in contrast to the distributed way SettingsObjectWrapper
handles it) secures the same storage name is used. Having the set/get/load/sync
functions grouped together makes it easier to get an overview.

REMARK: this commit are made to show the use of the low level LOADSYNC macros, which will
be used for special cases. This class is NOT linked into the live system.

Signed-off-by: Jan Iversen &lt;jani@apache.org&gt;
</content>
</entry>
<entry>
<title>build-system/macOS: update the signing script</title>
<updated>2018-07-07T05:16:47Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-07-07T05:16:47Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e0bb8eab153d937e3be4660c4ea394d8c08d659d'/>
<id>urn:sha1:e0bb8eab153d937e3be4660c4ea394d8c08d659d</id>
<content type='text'>
This really isn't useful for anyone but me as I create official binaries.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>build-system/macOS: update make-package.sh to use macOS 10.11 as base version</title>
<updated>2018-07-07T00:22:35Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-07-07T00:22:35Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=80bc47fa132b9928e57d6a23f54b6db763abe494'/>
<id>urn:sha1:80bc47fa132b9928e57d6a23f54b6db763abe494</id>
<content type='text'>
Qt 5.11 no longer supports macOS 10.10.
Also use the new long path to identify the SDK.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Shellcheck</title>
<updated>2018-07-04T20:11:21Z</updated>
<author>
<name>Joakim Bygdell</name>
<email>j.bygdell@gmail.com</email>
</author>
<published>2018-07-04T05:51:59Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=5fc2e0f80f68acf2b54e34dd0d8950ea34ac0a98'/>
<id>urn:sha1:5fc2e0f80f68acf2b54e34dd0d8950ea34ac0a98</id>
<content type='text'>
Code cleanup using shellcheck.

Signed-off-by: Joakim Bygdell &lt;j.bygdell@gmail.com&gt;</content>
</entry>
<entry>
<title>Update android build env.</title>
<updated>2018-07-04T20:11:21Z</updated>
<author>
<name>Joakim Bygdell</name>
<email>j.bygdell@gmail.com</email>
</author>
<published>2018-06-28T10:13:35Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=b1de856595b72a9c1f5fa2b5a86d13a3eb4e48a3'/>
<id>urn:sha1:b1de856595b72a9c1f5fa2b5a86d13a3eb4e48a3</id>
<content type='text'>
Update the scripts used to build subsurface-mobile for
andriod to use the variables file.
Removed checks for obsolete Qt versions.

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