<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/qt-ui, 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-17T21:15:35Z</updated>
<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>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>
<entry>
<title>Allow translation of the cylinder use strings for the UI</title>
<updated>2014-11-17T14:39:30Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-11-17T14:15:19Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=8856417b2fb783ad3e8dcf95ddc9292cc1c5ba52'/>
<id>urn:sha1:8856417b2fb783ad3e8dcf95ddc9292cc1c5ba52</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Add the ability to modify the cylinder use in the UI</title>
<updated>2014-11-17T14:03:37Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-11-17T14:03:37Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=0c3f13d128f366b036a77dfd2d195cbcac8547ba'/>
<id>urn:sha1:0c3f13d128f366b036a77dfd2d195cbcac8547ba</id>
<content type='text'>
Thanks to Tomaz for writing a first draft of the delegate.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>When editing cylinders, copy all relevant data</title>
<updated>2014-11-17T10:45:14Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-11-17T10:45:14Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=44a154f7da0a15f677a134c2eb5c6dc4973c9109'/>
<id>urn:sha1:44a154f7da0a15f677a134c2eb5c6dc4973c9109</id>
<content type='text'>
Maybe it would be better to just copy the whole structure and then clear
the things we don't want to copy? This seems fragile.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Correctly copy weight systems on edit</title>
<updated>2014-11-17T10:41:02Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-11-17T10:41:02Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=7196176fa02d80f1690d5d486619c24a1e57a0c4'/>
<id>urn:sha1:7196176fa02d80f1690d5d486619c24a1e57a0c4</id>
<content type='text'>
We copied the string pointers instead of copying the strings. Once those
got freed, things went downhill.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>727 fixed</title>
<updated>2014-11-17T06:02:21Z</updated>
<author>
<name>Tomaz Canabrava</name>
<email>tcanabrava@kde.org</email>
</author>
<published>2014-11-17T01:28:48Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=82a946152b7f1da177344937acbc9d3cb5b0ccbf'/>
<id>urn:sha1:82a946152b7f1da177344937acbc9d3cb5b0ccbf</id>
<content type='text'>
--047d7b8737f87ede8e050803e6b2
Content-Type: text/plain; charset=UTF-8

&lt;div dir="ltr"&gt;&lt;br&gt;&lt;/div&gt;

From 3db4a422485374801ca2f6233ec23b8671a8656d Mon Sep 17 00:00:00 2001
From: Tomaz Canabrava &lt;tomaz.canabrava@intel.com&gt;
Date: Sun, 16 Nov 2014 23:22:58 -0200
Subject: [PATCH] fix 727 - position correctly the popup.

When the user entered a tag and that made the message box display
the popup with the possible choices was still in the old position
hidding the line edit.

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