<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/desktop-widgets/tab-widgets, branch v4.7.1</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.7.1</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.7.1'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2017-10-20T21:25:18Z</updated>
<entry>
<title>Silence random warnings</title>
<updated>2017-10-20T21:25:18Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-10-20T21:25:18Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=27c49fe3ad8d1314c5aee5eee34668a494e31aa8'/>
<id>urn:sha1:27c49fe3ad8d1314c5aee5eee34668a494e31aa8</id>
<content type='text'>
None of these seem to point to actual issues, so let's quiet them.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Use displayed_dc instead of current_dc</title>
<updated>2017-10-19T18:57:02Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2017-10-19T13:29:59Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a422957cd6525b9753cafacfafdf1f3eef66870d'/>
<id>urn:sha1:a422957cd6525b9753cafacfafdf1f3eef66870d</id>
<content type='text'>
current_dc is a macro that determines the dive computer
based on the current dive number. When the planner is started
from an emtpy dive list, the dive number ends up being -1 and
that doesn't produce a valid dive computer. Use the divecomputer
of the displayed_dive instead. This is done via a macro that
can also be used in two other places. Without this patch, the
planner crashed when called on an empty dive list.

Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
</content>
</entry>
<entry>
<title>Tags for geo references: Nicer look, translations and warning message</title>
<updated>2017-10-17T10:12:07Z</updated>
<author>
<name>Stefan Fuchs</name>
<email>sfuchs@gmx.de</email>
</author>
<published>2017-10-16T13:52:13Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=884e690049f091f43567d6bf77634463af14cd93'/>
<id>urn:sha1:884e690049f091f43567d6bf77634463af14cd93</id>
<content type='text'>
For the geo references tags update the following:
- Nicer look w/o "Tags:" text and brackets when inside location UI
- Translation for "Tags:"
- Warning message when no dive site layout categories are set

Signed-off-by: Stefan Fuchs &lt;sfuchs@gmx.de&gt;
</content>
</entry>
<entry>
<title>Disable editDiveSiteButton without dive site name</title>
<updated>2017-10-07T15:16:53Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-10-06T14:51:02Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=0799d046ba976a15fea537ff3dc790b6d9b28cbd'/>
<id>urn:sha1:0799d046ba976a15fea537ff3dc790b6d9b28cbd</id>
<content type='text'>
Entering a name first creates and hooks up a dive site which we can then
use in the edit dive site dialog to store modifications.

This doesn't really fix these two bugs, but it might impact whether they
can still be recreated

See #633
See #636

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Change the signature of constructLocationTags</title>
<updated>2017-10-04T15:05:09Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-10-03T06:09:09Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ed78aeade0b8b5554f082a8a010aef5f0c2a1916'/>
<id>urn:sha1:ed78aeade0b8b5554f082a8a010aef5f0c2a1916</id>
<content type='text'>
We actually want to be able to pass a specific divesite structure
and not have it look that up by uuid.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Use helper function dive_endtime() where apropriate</title>
<updated>2017-10-01T20:55:37Z</updated>
<author>
<name>Stefan Fuchs</name>
<email>sfuchs@gmx.de</email>
</author>
<published>2017-09-30T16:00:34Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=7713c7e607b11c0828decdbf35d910280153f880'/>
<id>urn:sha1:7713c7e607b11c0828decdbf35d910280153f880</id>
<content type='text'>
Calculating dive.when + dive.duration doesn't always give the correct
endtime of a dive especially when a dive has surface interval(s) in
the middle.
Using the helper function dive_endtime() fixes this issue.

Signed-off-by: Stefan Fuchs &lt;sfuchs@gmx.de&gt;
</content>
</entry>
<entry>
<title>remove Marble from the source tree</title>
<updated>2017-09-04T14:46:35Z</updated>
<author>
<name>Lubomir I. Ivanov</name>
<email>neolit123@gmail.com</email>
</author>
<published>2017-09-02T11:37:25Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4bb180b1178d293de4c55099a23d70d385e517d9'/>
<id>urn:sha1:4bb180b1178d293de4c55099a23d70d385e517d9</id>
<content type='text'>
In desktop-widgets, remove globe.cpp, globe.h and also remove
the NO_MARBLE macro usage.

At this point the MapWidget will always be created and there will
always be a map in the application.

Signed-off-by: Lubomir I. Ivanov &lt;neolit123@gmail.com&gt;
</content>
</entry>
<entry>
<title>maintab: use GlobeGPS / MapWidget abstraction</title>
<updated>2017-07-28T14:31:11Z</updated>
<author>
<name>Lubomir I. Ivanov</name>
<email>neolit123@gmail.com</email>
</author>
<published>2017-07-15T20:37:02Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ae52e2a272b5274abbf6d9e73747ad058e43a734'/>
<id>urn:sha1:ae52e2a272b5274abbf6d9e73747ad058e43a734</id>
<content type='text'>
Based on NO_MARBLE, call the same methods in the two different classes.
Later the dummy Marble GlobeGPS (for NO_MARBLE) should be removed.

Signed-off-by: Lubomir I. Ivanov &lt;neolit123@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix slot handling in Photos tab</title>
<updated>2017-07-12T15:25:58Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-07-12T15:25:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=1b8b1120482e9426da68ea08cb23afca85d4b97d'/>
<id>urn:sha1:1b8b1120482e9426da68ea08cb23afca85d4b97d</id>
<content type='text'>
This clearly has never been tested, never worked.
Oh well.

Fixes #478

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>TabDiveInformation.cpp: use lrint() for sac.mliter in updateData()</title>
<updated>2017-06-11T22:57:29Z</updated>
<author>
<name>Lubomir I. Ivanov</name>
<email>neolit123@gmail.com</email>
</author>
<published>2017-06-10T20:02:24Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=1ddda0755b070ac916f54345c3ad2f7b4a4b80db'/>
<id>urn:sha1:1ddda0755b070ac916f54345c3ad2f7b4a4b80db</id>
<content type='text'>
Signed-off-by: Lubomir I. Ivanov &lt;neolit123@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
