<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/desktop-widgets, branch v4.7.5</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.7.5</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.7.5'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2017-12-04T17:35:44Z</updated>
<entry>
<title>Use QDir::exists() instead of QDir::setCurrent() to check for existence</title>
<updated>2017-12-04T17:35:44Z</updated>
<author>
<name>Berthold Stoeger</name>
<email>bstoeger@mail.tuwien.ac.at</email>
</author>
<published>2017-12-04T07:49:28Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=0a2e53caf27b30186f8492fcfb6efa61ca7808b1'/>
<id>urn:sha1:0a2e53caf27b30186f8492fcfb6efa61ca7808b1</id>
<content type='text'>
Don't change into a directory just to see if it exists.
Remove unnecessary braces of one of the changed if statements.

Signed-off-by: Berthold Stoeger &lt;bstoeger@mail.tuwien.ac.at&gt;
</content>
</entry>
<entry>
<title>Fix typo "LastIamgeDir"-&gt;"LastImageDir"</title>
<updated>2017-12-04T17:35:44Z</updated>
<author>
<name>Berthold Stoeger</name>
<email>bstoeger@mail.tuwien.ac.at</email>
</author>
<published>2017-12-04T07:44:07Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ed92b60bfe249e2ec030c8e103e545dec854aba9'/>
<id>urn:sha1:ed92b60bfe249e2ec030c8e103e545dec854aba9</id>
<content type='text'>
This fixes an actual bug, where the current image dir would only be
remembered on closing the program.

Signed-off-by: Berthold Stoeger &lt;bstoeger@mail.tuwien.ac.at&gt;
</content>
</entry>
<entry>
<title>On failed cloud save hide progress bar</title>
<updated>2017-12-02T00:39:58Z</updated>
<author>
<name>Berthold Stoeger</name>
<email>bstoeger@mail.tuwien.ac.at</email>
</author>
<published>2017-12-01T17:20:43Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=136110784ebe2a188ca867bea3a7ff3037281a57'/>
<id>urn:sha1:136110784ebe2a188ca867bea3a7ff3037281a57</id>
<content type='text'>
The progressbar was not hidden on failed save to cloud. In return
remove an unnecessary variable on loading from cloud.

Signed-off-by: Berthold Stoeger &lt;bstoeger@mail.tuwien.ac.at&gt;
</content>
</entry>
<entry>
<title>Disable plan variation in recreational mode</title>
<updated>2017-12-01T23:47:51Z</updated>
<author>
<name>Rick Walsh</name>
<email>rickmwalsh@gmail.com</email>
</author>
<published>2017-11-30T22:06:46Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=1985bcb29ecb80e7b06a664e4a29f2b9d0395737'/>
<id>urn:sha1:1985bcb29ecb80e7b06a664e4a29f2b9d0395737</id>
<content type='text'>
Calculating variations when in recreational mode doesn't make sense, and can
prevent variations from being calculated when switching back to Buhlmann or
VPM-B modes.

Signed-off-by: Rick Walsh &lt;rickmwalsh@gmail.com&gt;
</content>
</entry>
<entry>
<title>Actually compute variations in background</title>
<updated>2017-12-01T23:47:51Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2017-11-27T16:36:21Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a9703628c4c4d3b1226d4ea86b3079718940e14e'/>
<id>urn:sha1:a9703628c4c4d3b1226d4ea86b3079718940e14e</id>
<content type='text'>
This reenables the computation of plan variations but now in a separate
thread. Once finieshed, a signal is sent to update the notes.

Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
</content>
</entry>
<entry>
<title>desktop-widgets isn't built for mobile</title>
<updated>2017-12-01T21:29:13Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-12-01T15:26:47Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=afbeccca2149abab2816a5345dc25f16c4af71ba'/>
<id>urn:sha1:afbeccca2149abab2816a5345dc25f16c4af71ba</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Dive picture widget: Allow pictures to use available space on resize</title>
<updated>2017-12-01T08:44:34Z</updated>
<author>
<name>Stefan Fuchs</name>
<email>sfuchs@gmx.de</email>
</author>
<published>2017-12-01T00:38:55Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=1b7ee876ace8c195c91b9cb22686dfea0be0bdfc'/>
<id>urn:sha1:1b7ee876ace8c195c91b9cb22686dfea0be0bdfc</id>
<content type='text'>
Small change to allow the dive pictures list to use the available
space if one resizes the window or switches to different mainwindow
view.

Signed-off-by: Stefan Fuchs &lt;sfuchs@gmx.de&gt;
</content>
</entry>
<entry>
<title>Dive picture drag&amp;drop decrease size of pixmaps</title>
<updated>2017-12-01T08:44:34Z</updated>
<author>
<name>Stefan Fuchs</name>
<email>sfuchs@gmx.de</email>
</author>
<published>2017-11-29T17:24:13Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=1f49608ce8b2f721c2ff1c8c792b0f5f1dec3a5a'/>
<id>urn:sha1:1f49608ce8b2f721c2ff1c8c792b0f5f1dec3a5a</id>
<content type='text'>
Decrease the size of the pixmaps during drag&amp;drop to the final
unzoomed size in the profile widget.

Signed-off-by: Stefan Fuchs &lt;sfuchs@gmx.de&gt;
</content>
</entry>
<entry>
<title>Use correct selection mode for dive picture view</title>
<updated>2017-12-01T08:44:34Z</updated>
<author>
<name>Stefan Fuchs</name>
<email>sfuchs@gmx.de</email>
</author>
<published>2017-11-29T13:03:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=fb008120e102df72abf2feb3a5813639d65955ba'/>
<id>urn:sha1:fb008120e102df72abf2feb3a5813639d65955ba</id>
<content type='text'>
Signed-off-by: Stefan Fuchs &lt;sfuchs@gmx.de&gt;
</content>
</entry>
<entry>
<title>Dive picture handling: Re enable multi select, improve mouse events</title>
<updated>2017-12-01T08:44:34Z</updated>
<author>
<name>Stefan Fuchs</name>
<email>sfuchs@gmx.de</email>
</author>
<published>2017-11-29T11:40:06Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a1e6ac2e0942a3950f76432e8dcf3c195c281052'/>
<id>urn:sha1:a1e6ac2e0942a3950f76432e8dcf3c195c281052</id>
<content type='text'>
Some improvements for the dive picture tab and dive pictures in profile:
- Bugfix mouse event in profile: Only Left-click will open picture
- Bugfix mouse events in picture tab:
  - Re-enable context menu (Windows bug mainly)
  - Re-enable multi select in a nice way
  - Only double-left-click will open picture

Signed-off-by: Stefan Fuchs &lt;sfuchs@gmx.de&gt;
</content>
</entry>
</feed>
