<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/desktop-widgets, branch v4.8.6</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.8.6</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.8.6'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2019-04-08T06:57:53Z</updated>
<entry>
<title>Add various enhancements to profile export and dive data copy</title>
<updated>2019-04-08T06:57:53Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2019-02-03T14:47:52Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=95326274be5dacbf9a47906c46f46cc1f5275ed8'/>
<id>urn:sha1:95326274be5dacbf9a47906c46f46cc1f5275ed8</id>
<content type='text'>
... as suggested by Lubomir.

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>Profile: add "synchronous" mode for picture plotting</title>
<updated>2019-04-08T06:54:47Z</updated>
<author>
<name>Berthold Stoeger</name>
<email>bstoeger@mail.tuwien.ac.at</email>
</author>
<published>2019-02-02T20:23:52Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a16cca1fcb618d1a647157693ce209ea5bdd73d3'/>
<id>urn:sha1:a16cca1fcb618d1a647157693ce209ea5bdd73d3</id>
<content type='text'>
The thumbnails were fetched in the background to achieve a
snappier UI. The problem with that is that on LaTeX etc.
export only placeholder thumbnails were shown.

Therefore, implement a synchronous mode. This only tries
to fetch cached thumbnails or calculate thumbnails for
images. Videos and remote files are not supported.

Fixes #1963

Signed-off-by: Berthold Stoeger &lt;bstoeger@mail.tuwien.ac.at&gt;
</content>
</entry>
<entry>
<title>Copy dive description to clipboard</title>
<updated>2019-04-08T06:54:39Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2019-02-02T14:42:57Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=403c920f29ba9ba877b1d59c85b8905addd28762'/>
<id>urn:sha1:403c920f29ba9ba877b1d59c85b8905addd28762</id>
<content type='text'>
Upon "Copy dive", store a text description of the items
on the system clipboard.

Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
</content>
</entry>
<entry>
<title>Export profile image</title>
<updated>2019-04-08T06:54:19Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2019-02-02T13:41:53Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=c6732e9b269f977c08eb0d8b8d14b3822c3b5449'/>
<id>urn:sha1:c6732e9b269f977c08eb0d8b8d14b3822c3b5449</id>
<content type='text'>
With Facebook support gone, we should offer a way to export
the profile image. This has been part of the TeX support
but this makes it explicit.

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>Misc: replace some FIXME comments</title>
<updated>2019-04-04T22:17:06Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2019-03-19T15:22:51Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=f1371adbb87dbfd37d5cc6619aac5b733df0d0e2'/>
<id>urn:sha1:f1371adbb87dbfd37d5cc6619aac5b733df0d0e2</id>
<content type='text'>
All these aren't actually things that need fixing, they are observations about
the code.

Given that LGTM.com reports FIXME comments as Alerts, let's change the ones
that aren't about things that need fixing to something more harmless.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Desktop: fix another variable name conflict</title>
<updated>2019-04-04T22:16:09Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2019-03-18T20:26:05Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=43fb4ef36b3f1b1a5c651f6342b475a9a6ed023a'/>
<id>urn:sha1:43fb4ef36b3f1b1a5c651f6342b475a9a6ed023a</id>
<content type='text'>
Addresses LGTM.com issue.

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>Leak fix: make ostcFirmwareCheck a unique_ptr</title>
<updated>2019-04-04T22:09:31Z</updated>
<author>
<name>Berthold Stoeger</name>
<email>bstoeger@mail.tuwien.ac.at</email>
</author>
<published>2019-03-18T14:58:07Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ac71705b538de5782f6680a6522b35e9c84e9890'/>
<id>urn:sha1:ac71705b538de5782f6680a6522b35e9c84e9890</id>
<content type='text'>
ostcFirmwareCheck in DownloadFromDCWidget was neither freed
in the destructor, not freed if a new object was allocated.

Simply make it a unique_ptr&lt;&gt; to do all the work for us.

Signed-off-by: Berthold Stoeger &lt;bstoeger@mail.tuwien.ac.at&gt;
</content>
</entry>
<entry>
<title>Desktop: ensure cloud storage email address is all lower case</title>
<updated>2019-04-04T22:01:37Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2019-03-10T01:51:14Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=30ea5aa9f63297db6b46985d9e1b0b5d6472a01a'/>
<id>urn:sha1:30ea5aa9f63297db6b46985d9e1b0b5d6472a01a</id>
<content type='text'>
We already do that on mobile and I was certain we used to do this for
desktop as well, but apparently that got lost somewhere...

This should solve the problems we are seeing for people with mixed case
email addresses.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Edit: use correct offset when changing dive times</title>
<updated>2019-04-04T21:53:24Z</updated>
<author>
<name>Berthold Stoeger</name>
<email>bstoeger@mail.tuwien.ac.at</email>
</author>
<published>2019-02-18T17:40:28Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a3a1a74d1febb8f25ca6cc30f8f996e2f68fa28b'/>
<id>urn:sha1:a3a1a74d1febb8f25ca6cc30f8f996e2f68fa28b</id>
<content type='text'>
The undo-work reversed the direction of the offset. This was apparently
only fixed when using the menu entry, but not when editing dives directly.
Invert the offset to get the correct time.

While doing so, remove a redundant if: First it checked whether the
dates are the same, then whether the offset is non-zero.

Fixes #1975.

Signed-off-by: Berthold Stoeger &lt;bstoeger@mail.tuwien.ac.at&gt;
</content>
</entry>
<entry>
<title>core: move updatecheck to its own domain</title>
<updated>2019-04-04T21:52:31Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2019-02-09T18:37:55Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=736941870ae92ebd26e30b57276bb5c751bdfdf7'/>
<id>urn:sha1:736941870ae92ebd26e30b57276bb5c751bdfdf7</id>
<content type='text'>
This make it easier to move backend services around.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
