<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/qt-ui, branch v4.4.2</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.4.2</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.4.2'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2015-05-03T00:02:21Z</updated>
<entry>
<title>Improve multi dive tag list edits</title>
<updated>2015-05-03T00:02:21Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-05-02T19:18:12Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=02ed0ccabb88118f0e1fb56d1ef57d247fedebdc'/>
<id>urn:sha1:02ed0ccabb88118f0e1fb56d1ef57d247fedebdc</id>
<content type='text'>
The old behavior was kind of crude. Just smack the tags that were on the
displayed dive on all selected dives.

This seems to make more sense. We figure out which tags were added to the
displayed dive and add them to all selected dives. And we remove all tags
that were removed from the displayed dive from all selected dives.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Uemis downloader: clean up the path for Windows mount point</title>
<updated>2015-04-30T23:35:46Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-04-30T23:35:46Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=5810aedeac5cbcc2500d6bbe9c65aea6b1c40a8c'/>
<id>urn:sha1:5810aedeac5cbcc2500d6bbe9c65aea6b1c40a8c</id>
<content type='text'>
Oops, we left the (UEMISSDA) in the path. This can never have worked
without the user manually correcting it to just show the drive letter.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Uemis downloader: allow continuing download by clicking Retry</title>
<updated>2015-04-30T14:42:42Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-04-21T05:30:04Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=8bbb3dfe4241b200cc37420ed45d7303a99c8b27'/>
<id>urn:sha1:8bbb3dfe4241b200cc37420ed45d7303a99c8b27</id>
<content type='text'>
When we run out of space in the Uemis filesystem we return an error. The
user could reasonably unplug the SDA, insert it again and then retry to
continue the download (that's what we tell them to do). In that case we
need to make sure we start at the correct dive otherwise the same dives
keep getting downloaded over and over again.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Download dialog: we can accept a partial download after an error</title>
<updated>2015-04-30T14:41:41Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-04-21T05:11:43Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e9ba8f0ff60144dd71bfb4e305a3a41dde2722f5'/>
<id>urn:sha1:e9ba8f0ff60144dd71bfb4e305a3a41dde2722f5</id>
<content type='text'>
The dialog didn't accept "OK" and store the dives downloaded / selected so
far if there had been an error. Especially with partial downloads from the
Uemis SDA this is something that is quite reasonable to want to do, so
allow exiting the dialog with OK even after an error.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>HTML: Fix Null values in yearly statistics export.</title>
<updated>2015-02-17T16:52:21Z</updated>
<author>
<name>Gehad elrobey</name>
<email>gehadelrobey@gmail.com</email>
</author>
<published>2015-02-06T19:30:58Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=98d1dbef113ce9641218ea2497d065067c9701c0'/>
<id>urn:sha1:98d1dbef113ce9641218ea2497d065067c9701c0</id>
<content type='text'>
Null values should be handeled nicely instead of showing NULL or Nan.

Signed-off-by: Gehad elrobey &lt;gehadelrobey@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>HTML: Fix exporting themes in multilingual environment</title>
<updated>2015-02-17T16:52:16Z</updated>
<author>
<name>Gehad elrobey</name>
<email>gehadelrobey@gmail.com</email>
</author>
<published>2015-02-06T09:06:43Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=043ab5b02c2d4cc060d14b7dd49a6db7cfe390c9'/>
<id>urn:sha1:043ab5b02c2d4cc060d14b7dd49a6db7cfe390c9</id>
<content type='text'>
Don't compare to static english string, must translate first.

Signed-off-by: Gehad elrobey &lt;gehadelrobey@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Add ssrf as dive log extension on import</title>
<updated>2015-02-17T16:52:11Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2015-02-15T05:55:45Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=9e92d27bd0b05d8f8ebbad26901470baa00e77fe'/>
<id>urn:sha1:9e92d27bd0b05d8f8ebbad26901470baa00e77fe</id>
<content type='text'>
Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Use unused cylinders in planner if they are displayed</title>
<updated>2015-02-17T16:51:05Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2015-02-15T11:28:46Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=b60a3d71d3f7df8ab8f71d837a902a1fc6427766'/>
<id>urn:sha1:b60a3d71d3f7df8ab8f71d837a902a1fc6427766</id>
<content type='text'>
This makes prefs.display_unused_tanks also relevant for the planner.

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>subsurfacewebservices.cpp: add QDebug include</title>
<updated>2015-02-17T16:49:34Z</updated>
<author>
<name>Lubomir I. Ivanov</name>
<email>neolit123@gmail.com</email>
</author>
<published>2015-02-17T14:01:49Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=d6d0fb09f980390980828bfe186579c99a2945d2'/>
<id>urn:sha1:d6d0fb09f980390980828bfe186579c99a2945d2</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>
<entry>
<title>simplewidgets.cpp: QLineEdit::setClearButtonEnabled() is from Qt5.2</title>
<updated>2015-02-17T16:49:26Z</updated>
<author>
<name>Lubomir I. Ivanov</name>
<email>neolit123@gmail.com</email>
</author>
<published>2015-02-17T11:31:23Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=0cf2f90507c147ea6f99c1b1632dcb97ac0ab8ae'/>
<id>urn:sha1:0cf2f90507c147ea6f99c1b1632dcb97ac0ab8ae</id>
<content type='text'>
This could cause problems if the user tries to compile with
Qt versions between 5.0 and 5.2.

Reported-by: Michele Fabi &lt;fabiemme@gmail.com&gt;
Signed-off-by: Lubomir I. Ivanov &lt;neolit123@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
