<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/theme/dive_export.html, branch v4.3.970</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.3.970</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.3.970'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2014-11-02T05:03:01Z</updated>
<entry>
<title>Fix inconsistent search result in HTML export</title>
<updated>2014-11-02T05:03:01Z</updated>
<author>
<name>Gehad elrobey</name>
<email>gehadelrobey@gmail.com</email>
</author>
<published>2014-10-31T00:50:17Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e3be473a7fc82bd99d2a76e9294e564b0f5eea82'/>
<id>urn:sha1:e3be473a7fc82bd99d2a76e9294e564b0f5eea82</id>
<content type='text'>
The advanced search drop down menu always showed the user selected
settings, even if this is a customized search (tag, location) that took
place by clicking on the search quick hyperlink.

This is fixed by saving the user default search preferences and changing
them temporarily when quick hyperlinks searching is used.

Fixes #723

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 the Javascript library to support multi units.</title>
<updated>2014-10-21T01:08:49Z</updated>
<author>
<name>Gehad elrobey</name>
<email>gehadelrobey@gmail.com</email>
</author>
<published>2014-10-20T01:56:06Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=540dbe927e6c784fd53752f89d0a83917ec28ce8'/>
<id>urn:sha1:540dbe927e6c784fd53752f89d0a83917ec28ce8</id>
<content type='text'>
-make the dive profile dynamic to check user selected units from the
settings file.
-some of the code needs to be refactored and copied to a more
appropriate location.

Signed-off-by: Gehad elrobey &lt;gehadelrobey@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Bring save html capitalisation in line</title>
<updated>2014-09-18T13:25:24Z</updated>
<author>
<name>Tim Wootton</name>
<email>tim@tee-jay.demon.co.uk</email>
</author>
<published>2014-09-11T21:56:36Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=99011694853a5c19d20fe8e3c74980d958760a03'/>
<id>urn:sha1:99011694853a5c19d20fe8e3c74980d958760a03</id>
<content type='text'>
Converted save html to use same capitalisation style as the
rest of the application
Changed references to equipments to equipment.

Signed-off-by: Tim Wootton &lt;tim@tee-jay.demon.co.uk&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>HTML: Changing the files extensions to js</title>
<updated>2014-08-28T14:43:18Z</updated>
<author>
<name>Gehad elrobey</name>
<email>gehadelrobey@gmail.com</email>
</author>
<published>2014-08-28T08:12:21Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=3925aed5eaad0a37ec6a8614ba391b6703c45d39'/>
<id>urn:sha1:3925aed5eaad0a37ec6a8614ba391b6703c45d39</id>
<content type='text'>
These are actually javascript files containing js objects and not json
files.

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: Make theme colors consistent.</title>
<updated>2014-08-17T18:03:22Z</updated>
<author>
<name>Gehad elrobey</name>
<email>gehadelrobey@gmail.com</email>
</author>
<published>2014-08-16T14:19:39Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=5b9537222e2af2a8230c3805f89007c8f20e0a6d'/>
<id>urn:sha1:5b9537222e2af2a8230c3805f89007c8f20e0a6d</id>
<content type='text'>
Buttons and fields colors must be consistent in different themes.

Signed-off-by: Gehad elrobey &lt;gehadelrobey@gmail.com&gt;
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>HTML: show translated words dynamically from JSON translation file.</title>
<updated>2014-08-11T15:21:22Z</updated>
<author>
<name>Gehad elrobey</name>
<email>gehadelrobey@gmail.com</email>
</author>
<published>2014-08-10T09:25:03Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=10beb33ea66577ba3210eaed40dbab509e4f5dbd'/>
<id>urn:sha1:10beb33ea66577ba3210eaed40dbab509e4f5dbd</id>
<content type='text'>
Make HTML exports Multilingual by showing dynamically the HTML words
from JSON files. The needed words are translated using the translation
API in subsurface.

Signed-off-by: Gehad elrobey &lt;gehadelrobey@gmail.com&gt;
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>HTML: Make export statistics optional.</title>
<updated>2014-08-11T15:20:55Z</updated>
<author>
<name>Gehad elrobey</name>
<email>gehadelrobey@gmail.com</email>
</author>
<published>2014-08-04T11:02:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=93a15d471c81efe57d32208c20129c5ac17e3b4a'/>
<id>urn:sha1:93a15d471c81efe57d32208c20129c5ac17e3b4a</id>
<content type='text'>
Make exporting statistics to the HTML page optional.

Signed-off-by: Gehad elrobey &lt;gehadelrobey@gmail.com&gt;
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>HTML: prevent implicit type conversion</title>
<updated>2014-08-04T17:03:20Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2014-08-04T15:22:05Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=0130f8411b6e6de692d8c10f96aefc1796dc00f4'/>
<id>urn:sha1:0130f8411b6e6de692d8c10f96aefc1796dc00f4</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>HTML: add Yearly Statistics view to the HTML export</title>
<updated>2014-08-04T17:03:15Z</updated>
<author>
<name>Gehad elrobey</name>
<email>gehadelrobey@gmail.com</email>
</author>
<published>2014-08-04T09:36:08Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e968d91943bbcaf25cd3a1df84fc4d09bc889c94'/>
<id>urn:sha1:e968d91943bbcaf25cd3a1df84fc4d09bc889c94</id>
<content type='text'>
View JSON data of yearly statistics in HTML exports.

Signed-off-by: Gehad elrobey &lt;gehadelrobey@gmail.com&gt;
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>HTML: Save last ordering state of sorting</title>
<updated>2014-07-25T14:14:49Z</updated>
<author>
<name>Gehad elrobey</name>
<email>gehadelrobey@gmail.com</email>
</author>
<published>2014-07-23T03:12:25Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=c27ee46281009309ede84e70d15b644c33b83e58'/>
<id>urn:sha1:c27ee46281009309ede84e70d15b644c33b83e58</id>
<content type='text'>
Saving sorting state and apply the last sorting to new search results.

Signed-off-by: Gehad elrobey &lt;gehadelrobey@gmail.com&gt;
Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
