<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/core, branch v4.6.0</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.6.0</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.6.0'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2017-01-14T17:09:58Z</updated>
<entry>
<title>Prevent crash on Mac when typing comma in GPS coordinates field</title>
<updated>2017-01-14T17:09:58Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-01-14T17:09:58Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=1ab6e7fc8a76bf68146e54c1c6a00b69955c9c9c'/>
<id>urn:sha1:1ab6e7fc8a76bf68146e54c1c6a00b69955c9c9c</id>
<content type='text'>
Our attempt to skip any white space after the comma causes an ASSERT (strangely
only on Macs).

This closes #158

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Add cylinder equipment tooltips with gas volume</title>
<updated>2017-01-12T22:17:09Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2017-01-11T17:22:41Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=638e7fb28fa48adfb4d9ecba132bbc26990b4056'/>
<id>urn:sha1:638e7fb28fa48adfb4d9ecba132bbc26990b4056</id>
<content type='text'>
This adds tooltips for the equipment tab for each cylinder, showing the
amount of gas used.

When you mouse over the size and working pressure fields, the tooltip will
show the amount of gas used (along with start and end gas volumes). And
when you mouse over the start and end pressures, it will show the start
and end gas volumes, and the Z factor used.

I started doing this because of the gas volume questions in the last day
or two (and a few from a few weeks ago). When even Robert Helling starts
wondering about the effects of compressibility on the SAC calculation, our
numbers are clearly too opaque.

With these tooltips, at least you can see what went into the used gas
calculations, instead of having to add debugging options to print out Z
factors.

[ This patch also adds a "rint()" to get the rounding right in the
  gas_volume() function.  Although rounding to the nearst milliliter
  really doesn't matter, it's the right thing to do after doing FP
  calculations ;^]

Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>ostctools: Add support for profile version 0x24</title>
<updated>2017-01-12T22:15:53Z</updated>
<author>
<name>Anton Lundin</name>
<email>glance@acc.umu.se</email>
</author>
<published>2016-12-29T15:05:05Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=48b2b3d0b339dc0642c1554a6d512eb04dc521df'/>
<id>urn:sha1:48b2b3d0b339dc0642c1554a6d512eb04dc521df</id>
<content type='text'>
Signed-off-by: Anton Lundin &lt;glance@acc.umu.se&gt;
</content>
</entry>
<entry>
<title>ostctools_import: Switch to using dc_parser_new2</title>
<updated>2017-01-12T22:15:53Z</updated>
<author>
<name>Anton Lundin</name>
<email>glance@acc.umu.se</email>
</author>
<published>2016-12-29T15:02:02Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=983561b3538b184af3e2ed576bdab2180e436804'/>
<id>urn:sha1:983561b3538b184af3e2ed576bdab2180e436804</id>
<content type='text'>
Instead of creating the individual parsers, and keeping track of their
arguments, this just uses the "new" dc_parser_new2 function ment for
buffer parsing.

Signed-off-by: Anton Lundin &lt;glance@acc.umu.se&gt;
</content>
</entry>
<entry>
<title>Stop accessing the internals of dc_descriptor_t</title>
<updated>2017-01-12T22:15:53Z</updated>
<author>
<name>Anton Lundin</name>
<email>glance@acc.umu.se</email>
</author>
<published>2016-12-29T14:41:44Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=70e2404492bb6fd19bd865985e1622260e2d7e54'/>
<id>urn:sha1:70e2404492bb6fd19bd865985e1622260e2d7e54</id>
<content type='text'>
This removes our own declaration of dc_descriptor_t and all our accesses
to its internals, and switches to use the libdivecomputer functions to
access those instead.

Signed-off-by: Anton Lundin &lt;glance@acc.umu.se&gt;
</content>
</entry>
<entry>
<title>ostctools: Correct argument order to get_descriptor</title>
<updated>2017-01-12T22:15:53Z</updated>
<author>
<name>Anton Lundin</name>
<email>glance@acc.umu.se</email>
</author>
<published>2016-12-29T15:03:26Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=d11dfd2f45fbf0a036d3e2089ff86a0ada43f2e0'/>
<id>urn:sha1:d11dfd2f45fbf0a036d3e2089ff86a0ada43f2e0</id>
<content type='text'>
This corrects the argument order, which was changed back in
00629c861cc9, but not on this place. Whups.

Signed-off-by: Anton Lundin &lt;glance@acc.umu.se&gt;
</content>
</entry>
<entry>
<title>Add some additional parameters to help text</title>
<updated>2017-01-07T04:44:02Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2017-01-06T10:23:13Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=aaa46c2465de9ac481a2ae9751c22580615935ec'/>
<id>urn:sha1:aaa46c2465de9ac481a2ae9751c22580615935ec</id>
<content type='text'>
Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Rename prefs.deco_mode to prefs.planner_deco_mode</title>
<updated>2017-01-07T04:43:23Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2017-01-07T02:11:19Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=935734100f07092800ec4467b88c59a9a4efd572'/>
<id>urn:sha1:935734100f07092800ec4467b88c59a9a4efd572</id>
<content type='text'>
This is to avoid confusion with planner.display_deco_mode.
When accessing the "current deco mode" use the decoMode()
helper function.

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>Display surface interval in diveplan</title>
<updated>2017-01-04T06:28:18Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2017-01-03T14:14:42Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=43599742a3ca3600196156d1be233ebd05c8dfb6'/>
<id>urn:sha1:43599742a3ca3600196156d1be233ebd05c8dfb6</id>
<content type='text'>
...instead of just stating "repetitive dive". As requested by
a user.

Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
</content>
</entry>
</feed>
