<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git, branch v4.2.90</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.2.90</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.2.90'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2014-11-17T22:27:05Z</updated>
<entry>
<title>Preparing for 4.3 Beta 1</title>
<updated>2014-11-17T22:27:05Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-11-17T22:14:29Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=91cdb0e2f2473d1def731490552148682cbf2ec0'/>
<id>urn:sha1:91cdb0e2f2473d1def731490552148682cbf2ec0</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Latest translations</title>
<updated>2014-11-17T22:27:05Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-11-17T22:26:47Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=44064ba80e1fbf238ab3bb8f2be7cfe510a3167f'/>
<id>urn:sha1:44064ba80e1fbf238ab3bb8f2be7cfe510a3167f</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Only show tags in filter panel that are actually used</title>
<updated>2014-11-17T21:15:35Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-11-17T21:15:35Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=99531579e3729a5966b3319ad40d535684cd607f'/>
<id>urn:sha1:99531579e3729a5966b3319ad40d535684cd607f</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Ruler: fix weird behaviour near x = 0</title>
<updated>2014-11-17T21:04:27Z</updated>
<author>
<name>Lubomir I. Ivanov</name>
<email>neolit123@gmail.com</email>
</author>
<published>2014-11-17T20:59:19Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=609036c57031073b6ae7e829c0473815297b8247'/>
<id>urn:sha1:609036c57031073b6ae7e829c0473815297b8247</id>
<content type='text'>
RulerNodeItem2::recalculate() does something which is
apparently not a good idea in combination with
RulerNodeItem2::mouseMoveEvent().

Each time the mouse moves, setPos() is called. Then in
recalculate() the x() value is checked and if less than 0
it's changed to x = 0 (setPos(0, y());).

This last call (setPos(0, y());)
however does not work and the value remains less than zero
leaving one of the ruler points outside of the graph.

To solve the issue we add a silly explicit check if x() &lt; 0
before calling setPos() in RulerNodeItem2::mouseMoveEvent().

The 'x() &gt; timeAxis-&gt;posAtValue(data-&gt;sec)' strangely works
on the other hand.

Signed-off-by: Lubomir I. Ivanov &lt;neolit123@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Update ReleaseNotes</title>
<updated>2014-11-17T19:33:20Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-11-17T19:33:20Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=c688cc52e8c295ba1a77553457d97d598c3da51e'/>
<id>urn:sha1:c688cc52e8c295ba1a77553457d97d598c3da51e</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Updated the included user manual html files</title>
<updated>2014-11-17T19:14:33Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-11-17T19:14:33Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=6fafd1c781f0b8ddca8f63f920ea0e4ef3c03d17'/>
<id>urn:sha1:6fafd1c781f0b8ddca8f63f920ea0e4ef3c03d17</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Latest strings and translations</title>
<updated>2014-11-17T18:57:18Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-11-17T18:56:58Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=25072b60ce6407044820dba043f07247f5acf226'/>
<id>urn:sha1:25072b60ce6407044820dba043f07247f5acf226</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Clarify the meaning of the values in the stats tab</title>
<updated>2014-11-17T18:44:51Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-11-17T18:40:08Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=3ddbab6847c23bc020fd3eaac2a9b1e10350459f'/>
<id>urn:sha1:3ddbab6847c23bc020fd3eaac2a9b1e10350459f</id>
<content type='text'>
Extend the tooltips to be shown both on the labels and the values and add
tooltips for all min/avg/max elements.

To avoid confusion when only one dive is selected, no longer show min SAC
or max SAC or min duration or max duration.

Fixes #694

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Clean up yearly statistics</title>
<updated>2014-11-17T18:19:51Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-11-17T18:19:51Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=f5bea8fcfd2b9baa7ddd6b5f7c892d07139f29eb'/>
<id>urn:sha1:f5bea8fcfd2b9baa7ddd6b5f7c892d07139f29eb</id>
<content type='text'>
Remove the unused upper widget, set a somewhat random but at least more
reasonable default size and finally support Ctrl-W and Ctrl-Q shortcuts.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>For CCR dives, show plot for diluent and O2 cylinder pressures</title>
<updated>2014-11-17T18:02:42Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2014-11-17T16:39:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=d5d7fdc9af98756cd8b241502f6493c518d6fa0f'/>
<id>urn:sha1:d5d7fdc9af98756cd8b241502f6493c518d6fa0f</id>
<content type='text'>
Also fixes a bug in the diluent pressure interpolation

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