<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git, branch v5.0.1</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v5.0.1</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v5.0.1'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2021-03-31T17:20:44Z</updated>
<entry>
<title>mobile/user-manual: update date and version</title>
<updated>2021-03-31T17:20:44Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2021-03-31T17:20:44Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=56ffa95459b74e2f28c277d5b6d9b004ef26b240'/>
<id>urn:sha1:56ffa95459b74e2f28c277d5b6d9b004ef26b240</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Update translations from Transifex</title>
<updated>2021-03-31T17:11:03Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2021-03-31T17:11:03Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=12e59010eb724c290bdb5bdae1a0a54a0b2e0e81'/>
<id>urn:sha1:12e59010eb724c290bdb5bdae1a0a54a0b2e0e81</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>prepare for 5.0.1</title>
<updated>2021-03-31T16:07:01Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2021-03-31T16:06:35Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=faf349bbdae988de17f095ecde6573928aaaaeb8'/>
<id>urn:sha1:faf349bbdae988de17f095ecde6573928aaaaeb8</id>
<content type='text'>
Update README and ReleaseNotes.

Also remove outdated workflow badge, add a couple new one, and hack around a
rendering issue where the last character of longer workflow names gets
overwritten by the status - which resulted in the arguably most important info
(which Qt version) being hidden.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>profile: fix color on pressure-item</title>
<updated>2021-03-31T15:48:38Z</updated>
<author>
<name>Berthold Stoeger</name>
<email>bstoeger@mail.tuwien.ac.at</email>
</author>
<published>2021-03-29T18:47:48Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=991d1bdf191cfd36a7023346052ba0f1f49bc6ba'/>
<id>urn:sha1:991d1bdf191cfd36a7023346052ba0f1f49bc6ba</id>
<content type='text'>
The "in_planner" condition was inadvertently inverted in
c6d78bc134 and therefore the wrong data was used to draw
the line (density instead of SAC). Revert to original.

Signed-off-by: Berthold Stoeger &lt;bstoeger@mail.tuwien.ac.at&gt;
</content>
</entry>
<entry>
<title>build-system: make ASAN builds easier</title>
<updated>2021-03-31T15:03:04Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2021-03-30T19:06:32Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=0521f79fae14983b9efa4b782d3ec347a59b3e8d'/>
<id>urn:sha1:0521f79fae14983b9efa4b782d3ec347a59b3e8d</id>
<content type='text'>
This is a bit lacking sophistication (you need to remember to make clean
before rebuilding when changing this option, etc), but it works well
enough for my purpuses.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>core: initialize dive selection after resetting the data</title>
<updated>2021-03-31T11:54:23Z</updated>
<author>
<name>Berthold Stoeger</name>
<email>bstoeger@mail.tuwien.ac.at</email>
</author>
<published>2021-03-31T11:54:23Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a988e3c135f8ad356b91edaede706770f5a3ab74'/>
<id>urn:sha1:a988e3c135f8ad356b91edaede706770f5a3ab74</id>
<content type='text'>
The dive selection was initialized during data-reset. However,
this emitted a signal before all data-reset routines were run.
Ultimately, this led to access-after-free in the statistics code.

Instead, move the select_newest_visible_dive() signal from the
divelist-model to the process_loaded_dives() function. There
is no point in initializing the selection if the dive data
is cleared after all.

This change broke closing of the log, because the UI-selection
was not reset. Therefore, when clearing the data, clear the
selection before proceeding with clearing.

Signed-off-by: Berthold Stoeger &lt;bstoeger@mail.tuwien.ac.at&gt;
</content>
</entry>
<entry>
<title>stats: fix visibility check of the statistics tab on desktop</title>
<updated>2021-03-31T11:41:39Z</updated>
<author>
<name>Berthold Stoeger</name>
<email>bstoeger@mail.tuwien.ac.at</email>
</author>
<published>2021-03-30T21:18:15Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=f299fa37f992be20f01c130bb407b321e0c69d63'/>
<id>urn:sha1:f299fa37f992be20f01c130bb407b321e0c69d63</id>
<content type='text'>
Apparently, the visibility flag of the view is not inherited
from the statistics widget. Therefore, the statistics is
redrawn on every action even if not visible.

Set the visibility explicitly in the show- and hide-events.

This is crazy.

Signed-off-by: Berthold Stoeger &lt;bstoeger@mail.tuwien.ac.at&gt;
</content>
</entry>
<entry>
<title>tests: fix incorrect relative path names</title>
<updated>2021-03-24T18:47:48Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2021-03-24T18:47:48Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=01fb69e198b3dfdccd3a0de5a3f12973d7811dc0'/>
<id>urn:sha1:01fb69e198b3dfdccd3a0de5a3f12973d7811dc0</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Add test for profile in VPMB mode</title>
<updated>2021-03-24T17:30:22Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2021-02-26T13:03:31Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=1c8c6f95512988b66442341e35beda0377b7d7c3'/>
<id>urn:sha1:1c8c6f95512988b66442341e35beda0377b7d7c3</id>
<content type='text'>
For some reason, this test seems not to run effectively, at least
locally, I had to update the reference file.

Added a check that indeed the file to be compared was
successfully opened.

Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
</content>
</entry>
<entry>
<title>planner: fix deco calculation</title>
<updated>2021-03-24T17:30:22Z</updated>
<author>
<name>Berthold Stoeger</name>
<email>bstoeger@mail.tuwien.ac.at</email>
</author>
<published>2021-02-26T11:42:27Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=d0494beb5f1509fc73cf7d0a110740676164d7b9'/>
<id>urn:sha1:d0494beb5f1509fc73cf7d0a110740676164d7b9</id>
<content type='text'>
In 9bfc6d252, testing of the planner was changed to use the
planner_ds parameter instead of a global variable.

Unfortunately, two conditionals were inverted, leading to
an erroneous ceiling calculation when in the planner.

Restore the proper conditions. Moreover, instead of testing
the planner_ds parameter, use the already existing in_planner
flag, which is derived from said parameter.

Signed-off-by: Berthold Stoeger &lt;bstoeger@mail.tuwien.ac.at&gt;
</content>
</entry>
</feed>
