<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/profile-widget, branch v4.6.1</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom/profile-widget?h=v4.6.1</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom/profile-widget?h=v4.6.1'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2017-02-05T20:20:33Z</updated>
<entry>
<title>Mobile: Do not show tankbar for CCR dives</title>
<updated>2017-02-05T20:20:33Z</updated>
<author>
<name>Joakim Bygdell</name>
<email>j.bygdell@gmail.com</email>
</author>
<published>2017-02-05T09:56:43Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=12c33a038f1e2f33b7b0e09e0394684115e630ea'/>
<id>urn:sha1:12c33a038f1e2f33b7b0e09e0394684115e630ea</id>
<content type='text'>
If we are showing the setpoint and sensor pO2 we need the space.

Signed-off-by: Joakim Bygdell &lt;j.bygdell@gmail.com&gt;
</content>
</entry>
<entry>
<title>MOBILE: Reposition objects in the profile</title>
<updated>2017-02-05T19:59:47Z</updated>
<author>
<name>Joakim Bygdell</name>
<email>j.bygdell@gmail.com</email>
</author>
<published>2017-02-04T09:46:02Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=11ccadbab5a8da5a43410b23ffb7b96f5c850051'/>
<id>urn:sha1:11ccadbab5a8da5a43410b23ffb7b96f5c850051</id>
<content type='text'>
Add the tankbar to the profile and change the relative positions of the depth
and temperature curves to minimize overlap.

Signed-off-by: Joakim Bygdell &lt;j.bygdell@gmail.com&gt;
</content>
</entry>
<entry>
<title>Let cylinderid = -1 mean same gas as before</title>
<updated>2017-02-04T15:09:35Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2017-02-04T13:12:43Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=2516ae7e5f2a8912a394181fe451337a3a22c9ee'/>
<id>urn:sha1:2516ae7e5f2a8912a394181fe451337a3a22c9ee</id>
<content type='text'>
It's not too clever to give 0 a special meaning (as here:
use same gas as for previous leg) when 0 is a legitimate
value.

This should solve Willem's gas disappearance problem when
reediting a dive in the planner.

Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
</content>
</entry>
<entry>
<title>Fix dive visual editor being too quick to rescale time</title>
<updated>2017-01-29T05:04:50Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-01-29T05:00:47Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=f5a48385192606fd6a0b68f26d3cc10b8376c576'/>
<id>urn:sha1:f5a48385192606fd6a0b68f26d3cc10b8376c576</id>
<content type='text'>
When moving the last handle of a dive (in the planner, in dive add, or
when editing a dive), we rescaled the time axis whenever our idea of the
maximum duration that we should show changed. That lead to the odd
situation that you couldn't get to certain dive durations with the
visual editor (e.g. 64 minutes) because just as you approach that time
the scale changes and the dive duration jumps past the desired value.

Fixes issue #174

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Fix tankbar offset at gas switch event</title>
<updated>2017-01-21T14:07:31Z</updated>
<author>
<name>Joakim Bygdell</name>
<email>j.bygdell@gmail.com</email>
</author>
<published>2017-01-16T20:52:39Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=dd2791fa1e940eef32cc4969317d68b7d9abb242'/>
<id>urn:sha1:dd2791fa1e940eef32cc4969317d68b7d9abb242</id>
<content type='text'>
When painting the tankbar the function triggers on change in cylinder index,
as a result the new gascolour are changed at the next sample time point.
On a divecomputer with a reasonable fast sample rate the 2-3s offset are hardly
noticable, especially on a longer dive.
For divecomputers with slow sample rate the 10-30s offset are clearly visible.

This is fixed by start painting the new gascolour at the time point of the switch event rather than the time point of the next sample.

Signed-off-by: Joakim Bygdell &lt;j.bygdell@gmail.com&gt;
</content>
</entry>
<entry>
<title>Don't let the tankbar overlap the tissue heatmap</title>
<updated>2017-01-21T14:07:31Z</updated>
<author>
<name>Joakim Bygdell</name>
<email>j.bygdell@gmail.com</email>
</author>
<published>2017-01-16T17:52:18Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=f7cecf506f8e2ec117fab0bdca978ff86575afcf'/>
<id>urn:sha1:f7cecf506f8e2ec117fab0bdca978ff86575afcf</id>
<content type='text'>
Shift the position of the tankbar to prevent it from overlapping the tissue heatmap

Signed-off-by: Joakim Bygdell &lt;j.bygdell@gmail.com&gt;
</content>
</entry>
<entry>
<title>Prevent the heatmap form overlapping at the ends</title>
<updated>2017-01-15T19:37:26Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2017-01-15T19:12:51Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=fedadc65dbf84164a079f1d9f402290c5e210537'/>
<id>urn:sha1:fedadc65dbf84164a079f1d9f402290c5e210537</id>
<content type='text'>
...by making the pen start at its first position rather
than first position minus half width.

Sorry for my first attempt to solve this in a totally
differen (read: wrong) way.

Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
</content>
</entry>
<entry>
<title>Fix deco_mode confusion</title>
<updated>2017-01-07T04:43:23Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2017-01-07T02:01:14Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=bb4bf639c333bee28d398c3670f52797d726b126'/>
<id>urn:sha1:bb4bf639c333bee28d398c3670f52797d726b126</id>
<content type='text'>
We have two prefernces determining the deco_mode (BUEHLMANN vs VPMB
vs RECREATIONAL): One for the planner (deco_mode) and one for
displaying dives (display_deco_mode). The former is set in the planner
settings while the latter is set in the preferences.

This patch clears up a confusion which of the two to use by introducing
a helper function that selects the correct variable.

Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
</content>
</entry>
<entry>
<title>Deco mode for plannining is not deco mode for showing</title>
<updated>2016-11-01T16:41:17Z</updated>
<author>
<name>Tomaz Canabrava</name>
<email>tcanabrava@kde.org</email>
</author>
<published>2016-11-01T16:00:06Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=37e3e7e69a289db8c435a9d87188267c06703e11'/>
<id>urn:sha1:37e3e7e69a289db8c435a9d87188267c06703e11</id>
<content type='text'>
We had (in the wrong place, imo) a new feature that
should differentiate the different deco_modes, you could
plan your dive in buelhman and see it in vpm-b, for instance
but both of them accessed the same pref.

Signed-off-by: Tomaz Canabrava &lt;tcanabrava@kde.org&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>More preference handling fixes</title>
<updated>2016-11-01T16:40:43Z</updated>
<author>
<name>Tomaz Canabrava</name>
<email>tcanabrava@kde.org</email>
</author>
<published>2016-11-01T14:44:30Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=c110b4a23809ef7702653383d666bdd7a48ee775'/>
<id>urn:sha1:c110b4a23809ef7702653383d666bdd7a48ee775</id>
<content type='text'>
Remove a few uneeded lines and add more loading code for
the preferences.

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