<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/qt-ui, branch v3.9.1</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v3.9.1</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v3.9.1'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2013-11-27T22:13:47Z</updated>
<entry>
<title>Show/save weights up to and including last valid</title>
<updated>2013-11-27T22:13:47Z</updated>
<author>
<name>Anton Lundin</name>
<email>glance@acc.umu.se</email>
</author>
<published>2013-11-27T21:59:17Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=57fb878b41bb803aa9418f84e82aa489b5d542d3'/>
<id>urn:sha1:57fb878b41bb803aa9418f84e82aa489b5d542d3</id>
<content type='text'>
Previous show and save code would have aborted at the first invalid
weight system. This makes sure we save and show all weight systems up
until and including the last valid.

If we had:
integrated: 1kg
belt: 2kg
ankle: 3kg

And changed belt to 0 kg, we would have only saved integrated 1kg, and
nothing about the belt or the ankle weights. This will save all of them,
and show all of them.

Signed-off-by: Anton Lundin &lt;glance@acc.umu.se&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Show cylinders up to and including the last valid</title>
<updated>2013-11-27T22:13:02Z</updated>
<author>
<name>Anton Lundin</name>
<email>glance@acc.umu.se</email>
</author>
<published>2013-11-27T21:59:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ab4115791bb3b867f2bc0bbfd583238fd5210054'/>
<id>urn:sha1:ab4115791bb3b867f2bc0bbfd583238fd5210054</id>
<content type='text'>
Previous code aborted at the first invalid cylinder. This instead finds
the last valid and prints all the ones up until that one.

Fixes #295

Signed-off-by: Anton Lundin &lt;glance@acc.umu.se&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Rephrase tooltip</title>
<updated>2013-11-27T18:06:30Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2013-11-27T18:06:30Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=579c566bbe9a5dc5167aae0971d6e312a93e85bc'/>
<id>urn:sha1:579c566bbe9a5dc5167aae0971d6e312a93e85bc</id>
<content type='text'>
This seems to better explain what the button does.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Make sure we keep our notion of what's selected in sync with the UI</title>
<updated>2013-11-27T16:39:47Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2013-11-27T16:39:47Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=cc91cad89091d0212cc09e840dfde513b968f7b7'/>
<id>urn:sha1:cc91cad89091d0212cc09e840dfde513b968f7b7</id>
<content type='text'>
When editing a dive, a group of dives or a trip we need to make sure that
we don't lose track of which dives and trips were selected. Otherwise we
might act on dives that DON'T appear selected in the UI but that we think
are still selected.

Fixes #304

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Remove some constants and use helpers instead</title>
<updated>2013-11-27T16:30:12Z</updated>
<author>
<name>Anton Lundin</name>
<email>glance@acc.umu.se</email>
</author>
<published>2013-11-26T22:11:30Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=3fd39a7a87bf438f012167303a564deac72d267a'/>
<id>urn:sha1:3fd39a7a87bf438f012167303a564deac72d267a</id>
<content type='text'>
We have allot of helpers, use them instead of local variants.

Signed-off-by: Anton Lundin &lt;glance@acc.umu.se&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Changing the preferences should update the Add Dive interface</title>
<updated>2013-11-26T20:28:16Z</updated>
<author>
<name>Tomaz Canabrava</name>
<email>tcanabrava@kde.org</email>
</author>
<published>2013-11-26T20:07:08Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=c94101dd4fc6a92e0039aa4649f17db5f652c766'/>
<id>urn:sha1:c94101dd4fc6a92e0039aa4649f17db5f652c766</id>
<content type='text'>
Since all internal units are in mm we needed to only update what's shown
on the interface.

Fixes #299

Signed-off-by: Tomaz Canabrava &lt;tcanabrava@kde.org&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Fixes the positioning of the ToolBar</title>
<updated>2013-11-26T19:25:50Z</updated>
<author>
<name>Tomaz Canabrava</name>
<email>tcanabrava@kde.org</email>
</author>
<published>2013-11-26T18:04:21Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=97fd22b1be8370ae2bebfaa8054fd7636ad829f6'/>
<id>urn:sha1:97fd22b1be8370ae2bebfaa8054fd7636ad829f6</id>
<content type='text'>
This is a workaround, I plan to remove that toolbar from inside
of the Profile for the next version, but since it's there for now,
let's keep it.

This patch hides the toolbar when the zoomLevel != 0, since the
profile is unclickable while zoomed...

Signed-off-by: Tomaz Canabrava &lt;tcanabrava@kde.org&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Remember Trip Selection.</title>
<updated>2013-11-26T19:25:50Z</updated>
<author>
<name>Tomaz Canabrava</name>
<email>tcanabrava@kde.org</email>
</author>
<published>2013-11-26T17:44:18Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e175b1d1ab76ee8edcd3beb1c027a58a336af96e'/>
<id>urn:sha1:e175b1d1ab76ee8edcd3beb1c027a58a336af96e</id>
<content type='text'>
This patch remembers the trip selection across the Dive Tree Model.
It's a tiny bit big because we used to have a variable 'selected
trips' that's now calculed dynamically - this is more future proof.

This is a start of Un-cluttering the view ( for 4.1 I hope to reduce the
code in this class to nearly a half. )

Fixes #303

Signed-off-by: Tomaz Canabrava &lt;tcanabrava@kde.org&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Fix ToolTip disappeared when resizing the ProfileWindow</title>
<updated>2013-11-26T19:25:50Z</updated>
<author>
<name>Tomaz Canabrava</name>
<email>tcanabrava@kde.org</email>
</author>
<published>2013-11-26T15:53:00Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e91a1fc26c6c0ac2efee0a13e7ab29b3caa61f0c'/>
<id>urn:sha1:e91a1fc26c6c0ac2efee0a13e7ab29b3caa61f0c</id>
<content type='text'>
When resizing the ProfileWindow and the tooltip was out of
boundaries, it was really out of boundaries and there was
no way to get it back ( besides re-expanding the window. )
this patch moves the tooltip to (0,0) and don't save that
position, so when the window is re-expanded, it will move to
the correct location again

Fixes #237

Signed-off-by: Tomaz Canabrava &lt;tcanabrava@kde.org&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Re-enable adding a location to selected dive via double-click on the map</title>
<updated>2013-11-26T19:25:16Z</updated>
<author>
<name>Vinicius Machado</name>
<email>vsmachado@gmail.com</email>
</author>
<published>2013-11-26T15:41:05Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=45f716f85752d0231e0fe0fef5cf2c0a8081a379'/>
<id>urn:sha1:45f716f85752d0231e0fe0fef5cf2c0a8081a379</id>
<content type='text'>
The fix for 'double click on the map shouldn't zoom' had broken the
selection of the current location for the selected dive, this patch
fixes that.

See #291

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