<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/profile-widget, branch v4.7.4</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.7.4</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.7.4'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2017-10-26T13:55:49Z</updated>
<entry>
<title>desktop UI: no longer attempt to manually show error notifications</title>
<updated>2017-10-26T13:55:49Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-10-26T13:55:49Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e64dcd12bd0308d389c0dec6cf2d957e38b3d0f1'/>
<id>urn:sha1:e64dcd12bd0308d389c0dec6cf2d957e38b3d0f1</id>
<content type='text'>
report_error() now does this automatically. So all these odd places in which we tried
to make sure that we show errors are no longer needed.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Silence random warnings</title>
<updated>2017-10-20T21:25:18Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-10-20T21:25:18Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=27c49fe3ad8d1314c5aee5eee34668a494e31aa8'/>
<id>urn:sha1:27c49fe3ad8d1314c5aee5eee34668a494e31aa8</id>
<content type='text'>
None of these seem to point to actual issues, so let's quiet them.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Translate dc text in profile also if string has suffix for &gt; 1 DC</title>
<updated>2017-10-20T10:38:20Z</updated>
<author>
<name>Stefan Fuchs</name>
<email>sfuchs@gmx.de</email>
</author>
<published>2017-10-20T06:51:20Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=022b3e450b278911c2dc9fb1ff211e1ad1230dc8'/>
<id>urn:sha1:022b3e450b278911c2dc9fb1ff211e1ad1230dc8</id>
<content type='text'>
Signed-off-by: Stefan Fuchs &lt;sfuchs@gmx.de&gt;
</content>
</entry>
<entry>
<title>When selecting icons for events don't misinterpret a gaschange</title>
<updated>2017-10-19T23:00:55Z</updated>
<author>
<name>Stefan Fuchs</name>
<email>sfuchs@gmx.de</email>
</author>
<published>2017-10-19T19:55:46Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=c3274b0b9ff9cb3827ac867b0aaec545ebaa29a8'/>
<id>urn:sha1:c3274b0b9ff9cb3827ac867b0aaec545ebaa29a8</id>
<content type='text'>
Don't misinterpret a gaschange as "useless internal of the dive computer"
when it has a higher flag value.

Signed-off-by: Stefan Fuchs &lt;sfuchs@gmx.de&gt;
</content>
</entry>
<entry>
<title>Use displayed_dc instead of current_dc</title>
<updated>2017-10-19T18:57:02Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2017-10-19T13:29:59Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a422957cd6525b9753cafacfafdf1f3eef66870d'/>
<id>urn:sha1:a422957cd6525b9753cafacfafdf1f3eef66870d</id>
<content type='text'>
current_dc is a macro that determines the dive computer
based on the current dive number. When the planner is started
from an emtpy dive list, the dive number ends up being -1 and
that doesn't produce a valid dive computer. Use the divecomputer
of the displayed_dive instead. This is done via a macro that
can also be used in two other places. Without this patch, the
planner crashed when called on an empty dive list.

Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
</content>
</entry>
<entry>
<title>Add a icon for gaschange to Oxy with all green tank shoulder color</title>
<updated>2017-10-18T10:47:44Z</updated>
<author>
<name>Stefan Fuchs</name>
<email>sfuchs@gmx.de</email>
</author>
<published>2017-10-18T10:38:37Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=fcc4be6ea04dfebc94088ddfeba41b9c953ca474'/>
<id>urn:sha1:fcc4be6ea04dfebc94088ddfeba41b9c953ca474</id>
<content type='text'>
Signed-off-by: Stefan Fuchs &lt;sfuchs@gmx.de&gt;
</content>
</entry>
<entry>
<title>Find current gasmix for heatmap</title>
<updated>2017-10-18T10:34:15Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2017-10-18T04:33:37Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=432110ac8faa3775feab35d53a9cdbeecfa7fe27'/>
<id>urn:sha1:432110ac8faa3775feab35d53a9cdbeecfa7fe27</id>
<content type='text'>
To compute the heatmap value, we need the current gasmix but
the current cylinderindex is no longer available.

Fixes #562

Suggested-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
</content>
</entry>
<entry>
<title>Hide outdated gas name strings in profile in planner</title>
<updated>2017-10-08T21:19:23Z</updated>
<author>
<name>Stefan Fuchs</name>
<email>sfuchs@gmx.de</email>
</author>
<published>2017-10-08T19:43:30Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=c3857db23bdd21469762ea1a5b6f2f20a52ca15e'/>
<id>urn:sha1:c3857db23bdd21469762ea1a5b6f2f20a52ca15e</id>
<content type='text'>
When deleting dive planner points in the planner we currently sometimes
miss to hide the outdated gas name strings printed close to the profile
legs.

Signed-off-by: Stefan Fuchs &lt;sfuchs@gmx.de&gt;
</content>
</entry>
<entry>
<title>End tankbar at the correct end of the dive plot</title>
<updated>2017-09-15T16:01:10Z</updated>
<author>
<name>Stefan Fuchs</name>
<email>sfuchs@gmx.de</email>
</author>
<published>2017-09-14T19:09:03Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=8d8e694b0dae1d84c27d76aa7c68749ab2a014ac'/>
<id>urn:sha1:8d8e694b0dae1d84c27d76aa7c68749ab2a014ac</id>
<content type='text'>
Go back to the old startegy of retrieving the correct end of the dive
plot by looking at the plot data instead of looking at dc-&gt;duration.

Signed-off-by: Stefan Fuchs &lt;sfuchs@gmx.de&gt;
</content>
</entry>
<entry>
<title>Update the tankbar code to work with the new gas handling</title>
<updated>2017-09-14T03:36:52Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-09-14T03:29:20Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=96ed09bf145a5e108ca8098a1a5814784bcbebd2'/>
<id>urn:sha1:96ed09bf145a5e108ca8098a1a5814784bcbebd2</id>
<content type='text'>
When Linus modified the gas handling code six weeks ago he pointed out
that that had broken the tankbar; with this patch we now simply walk the
gas changes of the displayed dive directly and create the tankbar
rectangles from that information.

See #562

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