<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git, branch v4.0.1</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.0.1</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.0.1'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2014-01-03T11:18:59Z</updated>
<entry>
<title>Prepare for 4.0.1 release</title>
<updated>2014-01-03T11:18:59Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-01-03T11:18:59Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=7771158c82c0d9da51d417e9c0a2d69c9dce4818'/>
<id>urn:sha1:7771158c82c0d9da51d417e9c0a2d69c9dce4818</id>
<content type='text'>
Small updates to README, ReleaseNotes, user manual.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Translation updates</title>
<updated>2014-01-03T10:52:42Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-01-03T10:52:42Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e06f9c4e88fb8c15bc20d1ea41fe3153ac8aa0f2'/>
<id>urn:sha1:e06f9c4e88fb8c15bc20d1ea41fe3153ac8aa0f2</id>
<content type='text'>
As always, I am not the author, these are from Transifex.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Allow us to build for older versions of Mac OSX than we are running</title>
<updated>2014-01-03T06:45:25Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-01-03T06:35:44Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=bc9b9287a4aaa066970b75858c27b86ef0a4d810'/>
<id>urn:sha1:bc9b9287a4aaa066970b75858c27b86ef0a4d810</id>
<content type='text'>
This requires some serious hacking around with brew to get the libraries and
frameworks that we use to also be able to run on 10.5, but this is the part
that's needed in the Subsurface configuration.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Fix imperial cylinder sizes in equipment tab</title>
<updated>2014-01-03T06:40:50Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2014-01-03T05:36:01Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4cce5df7e22575d5e37f99b15dbf283e2da53ea9'/>
<id>urn:sha1:4cce5df7e22575d5e37f99b15dbf283e2da53ea9</id>
<content type='text'>
The imperial cylinder sizes are not just in cubic feet: they are in
cubic feet of gas at STP. So the imperial/metric difference is not
just about converting blindly from liters to cubic feet, you also have
to take the working pressure of the cylinder into account.

This was broken by commit f9b7c5dfe9d0 ("Make units in cells
consistant in CylindersModel"), because those poor sheltered Swedish
people have never had to work with the wondrous imperial cylinder
sizing, and think that units should make _sense_. Hah.

Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Allow the user to specify weight units explicitly</title>
<updated>2014-01-03T05:17:51Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2014-01-03T04:52:47Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=c49d3885f51a9f2ae3fec9252b75fe4b5d7ee503'/>
<id>urn:sha1:c49d3885f51a9f2ae3fec9252b75fe4b5d7ee503</id>
<content type='text'>
Instead of always assuming that all numbers are in the users locale
weight units, allow the user to say "kg" or "lbs" explicitly.

Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Make our 'ascii_strtod()' helper more generic</title>
<updated>2014-01-03T05:17:41Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2014-01-03T04:35:35Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=cb53a7867486c89397f1f83eb89d19511ec215ae'/>
<id>urn:sha1:cb53a7867486c89397f1f83eb89d19511ec215ae</id>
<content type='text'>
We'll want to do sane parsing of strings, but the C library makes it
hard to handle user input sanely and the Qt toDouble() function
interface was designed by a retarded chipmunk.

So just extend our existing hacky "ascii_strtod()" to allow a more
generic interface.

Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Ignore units when entering values for equipment</title>
<updated>2014-01-02T17:12:32Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-01-02T17:12:32Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=5511a0e14efdb96c7622adf11185ea741cdb5226'/>
<id>urn:sha1:5511a0e14efdb96c7622adf11185ea741cdb5226</id>
<content type='text'>
Note that this is IMHO the wrong fix. Because we shouldn't just ignore the
units, we should do correct conversions.

Before this patch, if the user is in metric mode and then types in 4.5kg
or 10lbs for a weight, Subsurface ignores the entry and throws it away.
Very much not the expected behavior.

With this patch Subsurface will take the value, but ignore the unit and
assume that the user meant kg (since it's in metric mode). Still not
really the expected behavior for 10lbs (which is now 10kg), but if the
user typed 4.5kg (which admittedly is much more likely), then with this
change Subsurface will do the right thing.

Fixes #395

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Test dive for odd pressure profile</title>
<updated>2014-01-01T17:48:15Z</updated>
<author>
<name>Rodrigo Severo</name>
<email>rodrigo@fabricadeideias.com</email>
</author>
<published>2014-01-01T17:48:15Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=2abd06e5fd61570e13c1b14eb0a4f6804743f6a1'/>
<id>urn:sha1:2abd06e5fd61570e13c1b14eb0a4f6804743f6a1</id>
<content type='text'>
When near the surface the pressure doesn't change - and then there is a
sudden drop at the end.

Signed-off-by: Rodrigo Severo &lt;rodrigo@fabricadeideias.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Typos on comments</title>
<updated>2014-01-01T17:44:51Z</updated>
<author>
<name>Rodrigo Severo</name>
<email>rodrigo@fabricadeideias.com</email>
</author>
<published>2013-12-31T22:32:15Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=763c64d0da5642eb7067d669c742ca93859832d5'/>
<id>urn:sha1:763c64d0da5642eb7067d669c742ca93859832d5</id>
<content type='text'>
Fixing 2 typos on comments.

Signed-off-by: Rodrigo Severo &lt;rodrigo@fabricadeideias.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>More translation updates</title>
<updated>2013-12-29T18:57:03Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2013-12-29T18:57:03Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=dcc143ae4ff43b9545376bf649b71a072f25cfda'/>
<id>urn:sha1:dcc143ae4ff43b9545376bf649b71a072f25cfda</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
